.select {
    -moz-user-select    : none;
    -webkit-user-select : none;
    -ms-user-select     : none;
    user-select         : none;
}

/* asterisk */
.asterisk {
    color       : red;
    font-weight : 600;
}

/*Login Css */
.inputs {
    width       : 21% !important;
    font-size   : 33px;
    font-weight : bold;
    margin      : 3px;
    padding     : 20px;
}

/* datepicker */
.datepicker {
    margin-top : 1px;
    z-index    : 9999 !important;
}

.datepicker table {
    width     : 100%;
    min-width : 240px;
}

.datepicker table thead .dow {
    width          : 14.2857%;
    padding-top    : 5px;
    padding-bottom : 5px;
}

.datepicker table thead tr:nth-child(2) {
    border-bottom : 1px solid #eeeeee;
}

.datepicker table thead .prev,
.datepicker table thead .next {
    font-size : 1em;
    padding   : 5px 10px 0;
}

.datepicker table tbody {
    border-width : 0 1px 1px 0;
    border-style : solid;
    border-color : #eeeeee;
}

.datepicker table tbody .day {
    border-width : 0 0 1px 1px;
    border-style : solid;
    border-color : #eeeeee;
    font-size    : 1em;
}

.datepicker table tbody .day.old,
.datepicker table tbody .day.new {
    background : #f2f2f2;
    color      : #bbbbbb;
}

.datepicker table tbody tr .day:last-child {
    border-right : none;
}

.datepicker table tbody tr:last-child .day {
    border-bottom : none;
}

.datepicker table .td.active,
.datepicker table .td.active:hover {
    background  : #fcf3d0;
    color       : #222222;
    text-shadow : none;
}

.datepicker table td.day:hover,
.datepicker table tr td.day:hover,
.datepicker table tr:first-child th:hover {
    border-color     : #eeeeee !important;
    background-color : #2487c9;
    color            : #ffffff;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled {
    background   : #fcf3d0 !important;
    border-color : #eeeeee !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td.today :hover,
.datepicker table tr td.today.disabled :hover {
    filter       : none;
    text-shadow  : none;
    background   : #2487c9 !important;
    border-color : #eeeeee !important;
    color        : #ffffff !important;
}

.datepicker,
.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
    -webkit-border-radius : 0.5;
    -moz-border-radius    : 0.5;
    -o-border-radius      : 0.5;
    -ms-border-radius     : 0.5;
    border-radius         : 0.5;
}

.datepicker.dropdown-menu {
    -webkit-border-radius : 0;
    -moz-border-radius    : 0;
    border-radius         : 0;
    padding               : 4px;
}

.datepicker .datepicker-months tbody,
.datepicker .datepicker-years tbody {
    border : none;
}

.datepicker-inline {
    width  : 250px;
    border : 1px solid #dddddd;
}

.datepicker-inline table tbody .day {
    background : #ffffff;
}

/* End DatePicker */

/* loader */
/* Absolute Center CSS Spinner */
.loader { position : fixed; z-index : 100000; width : 100%; height : 100%; display : none; }

.loader_overlay { background : black; display : block; width : 100%; height : 100%; position : fixed; opacity : 0.4; }

.loader_img {
    margin            : auto; display : block; position : relative; top : 31%;
    width             : 170px !important;
    -webkit-animation : spin 1s linear infinite;
    -moz-animation    : spin 1s linear infinite;
    animation         : spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% { -moz-transform : rotatey(360deg); }
}

@-webkit-keyframes spin {
    100% { -webkit-transform : rotatey(360deg); }
}

@keyframes spin {
    100% { -webkit-transform : rotatey(360deg); transform : rotatey(360deg); }
}

/* End loader */

/* text-message for loader select2 option */
.text-message-select2 {
    background  : green;
    color       : white;
    font-size   : 1rem;
    font-weight : 600;
    display     : inline-block;
    padding     : 0px 3px 0px 3px;
}

/* Password information */
.passInfo {
    margin-top         : 10px;
    width              : 95%;
    position           : relative;
    padding            : 10px;
    background         : #ffffff;
    font-size          : 2em;
    border-radius      : 5px;
    -webkit-box-shadow : 0 1px 3px #cccccc;
    box-shadow         : 0 1px 3px #cccccc;
    border             : 1px solid #dddddd;
    display            : none;
    z-index            : 1;
    color              : #000000;
}

.passInfo::before {
    content     : "\25B2";
    position    : absolute;
    top         : -13px;
    left        : 50%;
    font-size   : 14px;
    line-height : 14px;
    color       : #dddddd;
    text-shadow : none;
    display     : block;
}

.passInfo h4 {
    margin      : 0 0 10px 0;
    padding     : 0;
    font-weight : normal;
    font-size   : 15px !important;
}

.passInfo ul {
    padding-left : 0px;
}

.passInfo li {
    list-style : none !important;
}

.invalid {
    background      : url(../../img/invalid.png) no-repeat 0 55%;
    background-size : 10px;
    padding-left    : 22px;
    line-height     : 24px;
    color           : #ec3f41;
    font-size       : 12px;
}

.valid {
    background      : url(../../img/valid.png) no-repeat 0 55%;
    background-size : 10px;
    padding-left    : 22px;
    line-height     : 24px;
    color           : #3a7d34;
    font-size       : 12px;
}

/* Select2 Css */
.input-group > .select2-container--bootstrap {
    width : auto !important;
    flex  : 1 1 auto !important;
}

.input-group > .select2-container--bootstrap .select2-selection--single {
    height      : 100% !important;
    line-height : inherit !important;
    padding     : 0.5rem 1rem !important;
}

/* inputerror */
.inputerror {
    border              : 2px solid;
    border-color        : rgb(220, 53, 69) !important;
    background-repeat   : no-repeat;
    background-position : right calc(0.375em + 0.1875rem) center;
    background-size     : calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-radius       : 8px;
}

.input-validation-error ~ .select2 .select2-selection__rendered {
    border : 1px solid red;
}

.cursor-pointer {
    cursor : pointer;
}

.select2-container--open {
    z-index : 9999999
}

.select2-results__options > .select2-results__option[aria-disabled="true"] {
    background-color : rgb(226 232 240);
    border-color     : rgb(229 231 235);
    box-shadow       : 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border-width     : 1.5px;
    opacity          : 0.5;
    cursor           : not-allowed;
    font-weight      : 500;
    color            : #000000;
}

.chzn-drop-up {
    bottom : 100%;
    top    : 0px;
}

.group_hightlight_tr td {
    background-color : rgb(229 231 235);
    font-weight      : 600;
}

.sub_group_hightlight_tr td {
    background-color : rgb(243 244 246);
    font-weight      : 600;
}

.finalsum td {
    background-color : rgb(229 231 235);
}

.finalsumsub td {
    background-color : rgb(243 244 246);
}

.l1row {
    color       : red;
    font-weight : bold;
}

.l2row {
    color       : green;
    font-weight : bold;
}

.l3row {
    color       : blue;
    font-weight : bold;
}

.finalsumTrialBalance td {
    background  : wheat !important;
    font-weight : 600;
    text-align  : right;
}

.level1head {
    color       : red;
    font-weight : bold;
}

.level2head {
    color       : green;
    font-weight : bold;
}

.level3head {
    color       : blue;
    font-weight : bold;
}

.item-row-th th {
    padding : 3px;
}

.item-row-td td {
    padding     : 3px;
    line-height : 1rem;
}

.item-row-td-transaction-sheet td {
    padding     : 4px;
    line-height : 1.2rem;
}

.hightlight_tr td {
    border     : none !important;
    background : rgb(79, 156, 98) !important;
    color      : white;
}

.finalsum td {
    background : wheat !important;
    border     : none;
}

.text-containerr {
    display  : inline-block;
    position : relative;
    overflow : hidden;
}

.btnnnn {
    position : absolute;
    top      : 33px;
    right    : 2px;
}

.stockRegisterChart {
    display      : block;
    max-width    : 100%;
    height       : 200px;
    aspect-ratio : 2 / 1;
    margin       : 0 auto;
}

/* Expanded child table: plain look */
.plain-expand-table {
    width           : 100%;
    border-collapse : collapse;
    font-size       : 15px;
}

.plain-expand-table th,
.plain-expand-table td {
    padding          : 4px 8px;
    border           : 1px solid #dddddd;
    background-color : #f9f9f9;
}

.plain-expand-table th {
    background-color : #f9f9f9;
    font-weight      : 600;
}

select[name="dataTable_example_length"] {
    width : 100% !important;
    padding: 4px 10px;
}

.custom-sidebar {
    position: fixed;
    top: 57px;
    right: 5px;
    width: 400px;
    height: 90%;
    background-color: #ffffff;
    padding: 20px;
    z-index: 1050;
    transition: transform 0.3s ease;
    transform: translateX(100%);

    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
}

.custom-sidebar.show {
    display: block !important;
    transform: translateX(0); /* visible */
}

/* ========================================
   AI Assistant Right Sidebar - Cursor Style with Orange Accents
   ======================================== */

/* AI Assistant Sidebar - Slides from right (expanded split view) */
.ai-assistant-sidebar {
    position: fixed;
    top: 57px;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    height: calc(100vh - 57px);
    background: #1e1e1e;
    z-index: 1050;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ai-assistant-sidebar.show {
    transform: translateX(0);
}

/* Minimized state - collapsed to small floating button */
.ai-assistant-sidebar.show.minimized {
    transform: translateX(calc(100% - 60px)) !important;
    width: 60px !important;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.5);
}

.ai-assistant-sidebar.minimized .ai-assistant-sidebar-header,
.ai-assistant-sidebar.minimized .ai-assistant-sidebar-body {
    display: none;
}

.ai-assistant-sidebar.minimized::after {
    content: '\f080'; /* FontAwesome chart icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #ff6b35;
    cursor: pointer;
}

/* Backdrop - Dark overlay */
.ai-assistant-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1049;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.35s, opacity 0.35s ease;
}

.ai-assistant-backdrop.show {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

/* Sidebar Header - Clean & Minimal */
.ai-assistant-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #252525;
    border-bottom: 1px solid #333333;
    min-height: 60px;
}

.ai-assistant-header-left {
    flex: 1;
}

.ai-assistant-sidebar-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #e0e0e0;
    letter-spacing: 0.3px;
}

.ai-assistant-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* New Chat Button - Cursor Style */
.ai-assistant-new-chat {
    background: transparent;
    border: 1px solid #404040;
    padding: 8px 16px;
    border-radius: 6px;
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 200ms ease;
}

.ai-assistant-new-chat:hover {
    background: #2d2d2d;
    border-color: #ff6b35;
    color: #ff6b35;
}

.ai-assistant-new-chat i {
    font-size: 13px;
}

/* Minimize Button */
.ai-assistant-minimize-btn {
    background: transparent;
    border: none;
    color: #808080;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ai-assistant-minimize-btn:hover {
    background: rgba(255, 107, 53, 0.1);
    color: #ff6b35;
}

/* Close Button - Minimal */
.ai-assistant-sidebar-close {
    background: transparent;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #808080;
    transition: all 200ms ease;
    padding: 0;
}

.ai-assistant-sidebar-close:hover {
    background: #2d2d2d;
    color: #e0e0e0;
}

.ai-assistant-sidebar-close i {
    font-size: 16px;
}

/* Sidebar Body - Side-by-Side Split */
.ai-assistant-sidebar-body {
    flex: 1;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: #1e1e1e;
}

/* ---- LEFT: Chat Panel (dark) ---- */
.ai-assistant-chat-panel {
    width: 20%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    background: #1e1e1e;
    border-right: 1px solid #333;
}

.ai-assistant-chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

/* Chat Messages Scrollbar */
.ai-assistant-chat-messages::-webkit-scrollbar {
    width: 5px;
}

.ai-assistant-chat-messages::-webkit-scrollbar-track {
    background: transparent;
}

.ai-assistant-chat-messages::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 3px;
}

.ai-assistant-chat-messages::-webkit-scrollbar-thumb:hover {
    background: #4d4d4d;
}

/* Chat Input Area (fixed at bottom of chat panel) */
.ai-assistant-chat-input {
    flex-shrink: 0;
    padding: 12px 16px;
    background: #252525;
    border-top: 1px solid #333;
}

/* ---- Vertical Divider ---- */
.ai-assistant-v-divider {
    flex-shrink: 0;
    width: 1px;
    background: #333;
}

/* ---- RIGHT: Preview Panel (white/light) ---- */
.ai-assistant-preview-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    overflow: hidden;
}

/* Preview Header */
.ai-assistant-preview-header {
    flex-shrink: 0;
    padding: 10px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

.ai-preview-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.3px;
}

.ai-preview-label i {
    margin-right: 6px;
    color: #ff6b35;
}

/* Preview Content Area (scrollable) */
.ai-assistant-preview-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background: #ffffff;
    color: #333;
}

/* Preview Scrollbar */
.ai-assistant-preview-content::-webkit-scrollbar {
    width: 6px;
}

.ai-assistant-preview-content::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.ai-assistant-preview-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.ai-assistant-preview-content::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

/* Preview Empty State */
.ai-preview-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: #bbb;
    padding: 40px;
}

.ai-preview-empty i {
    font-size: 48px;
    margin-bottom: 16px;
    color: #ddd;
}

.ai-preview-empty p {
    font-size: 14px;
    margin: 0;
    color: #999;
}

/* Input Wrapper */
.ai-assistant-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #252525;
    border: 1px solid #404040;
    border-radius: 8px;
    transition: all 250ms ease;
}

.ai-assistant-input-wrapper:focus-within {
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

/* Input Box - Cursor Style */
.ai-assistant-input {
    width: 100%;
    min-height: 48px;
    padding: 12px 50px 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    color: #e0e0e0;
    background-color: transparent;
    outline: none;
    line-height: 1.5;
}

.ai-assistant-input::placeholder {
    color: #707070;
}

/* Send Button - Clean & Minimal */
.ai-assistant-send {
    position: absolute;
    right: 6px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #808080;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    padding: 0;
}

.ai-assistant-send:hover {
    background: #ff6b35;
    color: #ffffff;
}

.ai-assistant-send i {
    font-size: 15px;
}

/* Response/Chat Area (legacy selector kept for JS compatibility) */
.ai-assistant-response {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background: #1e1e1e;
}

/* Welcome Message - Centered & Clean */
.ai-welcome-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 40px 20px;
}

.ai-welcome-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.ai-welcome-icon i {
    font-size: 32px;
    color: #ffffff;
}

.ai-welcome-text {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #e0e0e0;
    font-weight: 600;
}

.ai-welcome-subtext {
    margin: 0;
    font-size: 14px;
    color: #808080;
    line-height: 1.5;
}

/* Message Styles - Cursor-like */
.ai-message {
    margin-bottom: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    max-width: 85%;
    animation: messageSlideIn 0.25s ease;
    word-wrap: break-word;
    line-height: 1.6;
    font-size: 14px;
}

@keyframes messageSlideIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ai-message.user {
    background: #ff6b35;
    color: #ffffff;
    margin-left: auto;
    border-bottom-right-radius: 4px;
}

.ai-message.assistant {
    background: #252525;
    color: #e0e0e0;
    margin-right: auto;
    max-width: 100%;
    border-bottom-left-radius: 4px;
    border-left: 2px solid #ff6b35;
}

/* Responsive */
@media (max-width: 1024px) {
    .ai-assistant-sidebar {
        width: 100vw;
        min-width: 100vw;
    }
}

@media (max-width: 768px) {
    .ai-assistant-sidebar {
        width: 100%;
        min-width: unset;
        max-width: 100%;
    }
    
    /* Stack panels vertically on mobile */
    .ai-assistant-sidebar-body {
        flex-direction: column;
    }
    
    .ai-assistant-chat-panel {
        width: 100%;
        min-width: unset;
        max-height: 50%;
    }
    
    .ai-assistant-v-divider {
        width: 100%;
        height: 1px;
    }
    
    .ai-assistant-preview-panel {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .ai-assistant-sidebar {
        width: 100%;
        min-width: unset;
        max-width: 100%;
    }
    
    .ai-assistant-sidebar-header {
        padding: 14px 16px;
        min-height: 54px;
    }
    
    .ai-assistant-sidebar-title {
        font-size: 14px;
    }
    
    .ai-assistant-new-chat {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .ai-assistant-chat-messages {
        padding: 12px;
    }
    
    .ai-assistant-chat-input {
        padding: 10px 12px;
    }
    
    .ai-assistant-preview-content {
        padding: 16px;
    }
}

/* AI Assistant - Loading States */
.ai-message.loading {
    background: #252525;
    color: #808080;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: auto;
    border-left: 2px solid #ff6b35;
}

.ai-loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #404040;
    border-top-color: #ff6b35;
    border-radius: 50%;
    animation: ai-spinner-spin 1s linear infinite;
}

@keyframes ai-spinner-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* AI Assistant - Error States */
.ai-message.error {
    background: #3d1f1f;
    color: #ff6b6b;
    margin-right: auto;
    border-left: 2px solid #ff6b6b;
}

.ai-message.error::before {
    content: '⚠ ';
    font-size: 16px;
}

/* ========================================
   AI Assistant - Executive Report Styles
   ======================================== */

/* Make assistant messages full-width for reports */
.ai-message.assistant {
    max-width: 100%;
    background: transparent;
    padding: 0;
}

/* Style for HTML reports inside assistant messages */
.ai-message.assistant > div[style*="background"] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Ensure tables in reports are scrollable */
.ai-message.assistant table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    overflow-x: auto;
    display: block;
}

.ai-message.assistant table th,
.ai-message.assistant table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive grid for report cards */
@media (max-width: 768px) {
    .ai-message.assistant div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
}

/* ========================================
   Dashboard Trend Icons (Heroicons)
   ======================================== */

/* Trend up icon - green color */
.trend-up {
    color: #28a745 !important;
}

/* Trend down icon - red color */
.trend-down {
    color: #dc3545 !important;
}

/* ========================================
   Capacity Progress Bar Styles (Liquid Fill)
   ======================================== */

/* Capacity cell styling */
#hsditemCapacity,
#superitemCapacity,
#altronxitemCapacity,
#hobcitemCapacity,
#lubeCapacity {
    padding: 8px !important;
    vertical-align: middle !important;
    min-width: 85px;
    text-align: center;
}

/* Circular liquid container */
.circular-liquid-container {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

/* SVG circular liquid */
.circular-liquid {
    width: 100%;
    height: 100%;
}

/* Liquid fill animation */
.liquid-fill {
    animation: liquidFillUp 2s ease-out;
}

/* Wave animation */
.liquid-wave {
    animation: waveMotion 3s ease-in-out infinite;
    transform-origin: center;
}

/* Percentage text in center */
.liquid-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    z-index: 10;
}

/* Liquid fill animation */
@keyframes liquidFillUp {
    from {
        height: 0;
        y: 70;
    }
}

/* Wave motion animation */
@keyframes waveMotion {
    0%, 100% {
        d: path("M 0,0 Q 22.5,-3 45,0 T 90,0 L 90,90 L 0,90 Z");
    }
    50% {
        d: path("M 0,0 Q 22.5,3 45,0 T 90,0 L 90,90 L 0,90 Z");
    }
}

/* Bubble animations are handled by SVG animate tags */
.liquid-bubble {
    filter: blur(0.5px);
}

/* Hover effect */
.circular-liquid-container:hover .liquid-fill {
    opacity: 0.9;
}

.circular-liquid-container:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}