/*
 * Oracle Digital Assistant — Rinnai brand overrides
 */

.oda-chat-wrapper .oda-chat-popup-action {
    color: #161513 !important;
}

.oda-chat-wrapper .oda-chat-popup-action.oda-chat-filled {
    color: #fff !important;
}

.oda-chat-widget {
    font-family: "neue-haas-grotesk-display", Arial, sans-serif;
    background: #fcfcfc;
}

.oda-chat-wrapper .oda-chat-button {
    background-color: #cf000e;
}

.oda-chat-wrapper .oda-chat-header .oda-chat-header-info-wrapper .oda-chat-title {
    font-weight: 500;
}

.oda-chat-connection-status.oda-chat-connected {
    font-weight: 500;
}

.oda-chat-wrapper .oda-chat-header .oda-chat-header-info-wrapper .oda-chat-connection-status {
    font-weight: 500;
}

.oda-chat-wrapper .oda-chat-action-button {
    font-weight: 500;
}

.oda-chat-user-input {
    letter-spacing: 1px;
}

.oda-chat-wrapper .oda-chat-header {
    color: #3e3a39;
}

.oda-chat-wrapper .oda-chat-widget-button.oda-chat-icon {
    color: #3e3a39;
}

.oda-chat-wrapper .oda-chat-icon-wrapper {
    width: 40px;
}

.oda-chat-wrapper .oda-chat-dialog-wrapper .oda-chat-dialog .oda-chat-dialog-icon-content-wrapper .oda-chat-dialog-content .oda-chat-dialog-title {
    font-family: inherit;
}

/* Oracle postback/action buttons — keep text readable on Rinnai theme */
.oda-chat-wrapper .oda-chat-action-button {
    color: #161513 !important;
    border: 1px solid #161513 !important;
    font-weight: 500 !important;
}

.oda-chat-wrapper .oda-chat-action-button:hover,
.oda-chat-wrapper .oda-chat-action-button:focus {
    color: #161513 !important;
    border-color: #161513 !important;
}

/*
 * Oracle Digital Assistant - sample page styles.
 *
 * NOTE: The bare-element selectors that shipped with Oracle's demo page
 * (body, h1-h3, a, li, em, code, ...) were removed because they leak
 * site-wide and override the Rinnai theme. Only namespaced class rules
 * remain below. The chat widget itself is styled by the SDK and by the
 * `.oda-chat-wrapper` overrides in this file.
 */

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

.connect-form {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.sample-input {
    height: 3rem;
    border-radius: 6px;
    border: thin solid #707070;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 300px;
}

.sample-input::placeholder {
    font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
}

.sample-button {
    height: 3rem;
    border-radius: 6px;
    border: thin solid #707070;
    padding: 5px 20px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
}

.content {
    margin-left: 0;
    max-width: 100%;
    padding: 0 1rem;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .content {
        max-width: 750px;
    }
}

.fw-600 {
    font-weight: 600;
}

.onoffswitch {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 90px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: flex;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.1s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #fcfbfa;
    font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "DARK";
    padding-left: 10px;
    background-color: #025e7d;
    color: #fcfbfa;
}

.onoffswitch-inner:after {
    content: "LIGHT";
    padding-right: 10px;
    background-color: #3a3631;
    color: #dc7e6c;
    text-align: end;
}

.onoffswitch-switch {
    display: block;
    width: 32px;
    margin: -1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.1s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0;
}


*/
