.light-theme {
    background-color: var(--bg-white);
    color: var(--bs-black);
    /*transition: background-color 0.5s ease;*/

    /*font-family: "Inter", sans-serif;*/
    font-size: 13px;
    font-weight: 500 !important;
    line-height: 18px;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#themeToggle button .bi {
    color: var(--bg-white);
}

.light-theme .theme-buttons {
    background-color: var(--bg-primary);
}

.light-theme .theme-buttons .active {
    background-color: var(--bg-white);
    box-shadow: 0px 0px 3px 0px rgba(33, 48, 79, 0.25);
}

.light-theme .product-detail .buttons button:hover{
    background: #DEE6FF;
    border: 2px solid #DEE6FF;
    color: #21304F;
}

.light-theme .product-detail .buttons button.active {
    background: #DEE6FF;
    border: 2px solid #DEE6FF;
    color: #21304F;
}

.light-theme .jq-toast-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: normal !important;
    z-index: 9000 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.light-theme .jq-toast-single {
    background: #171e29;
    border: 2px dashed #31435d;
}

.light-theme .jq-toast-loaded {
    background-color: #20C27E !important;
}

.light-theme .chat-history .message {
    color: #21304F;
}

.light-theme .chat-history .message-data-time {
    color: #21304F;
}