#custom-icons {
    position: absolute;
    left: 42px;
    color: #f9f9f9;
    height: 33px;
    margin: 2px auto;
    display: flex;
    align-items: center;
    z-index: 1;
}

#custom-icons>div {
    cursor: pointer;
}

.box {
    display: flex;
    height: 95vh;
    width: 100%;
}

.widget-frame-side {
    margin: 0;
    height: 100%;
    width: 30%;
    min-width: 350px;
}

.interaction-widget-inline {
    bottom: 70px;
    min-height: 323px;
    position: absolute !important;
    top: 40px;
    width: 100%;
}

body {
    margin: 0;
}

.widget-frame-inline {
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}



.circle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 5px;
}

gux-icon {
    color: #f9f9f9;
}


.icon-container {
    margin: 5px;
    user-select: none;
}

.genesysTab {
    display: none;
    height: 90dvh;
    border: none;
}


/* Release toast notification */
.gc-release-toast {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 9999;
    width: 300px;
    max-width: calc(100vw - 24px);
    box-sizing: border-box;
    padding: 12px 14px 12px 18px;
    background-color: #ffffff;
    color: #1f2937;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 250ms ease-out, transform 250ms ease-out;
    pointer-events: none;
}

.gc-release-toast[hidden] {
    display: none !important;
}

.gc-release-toast--visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.gc-release-toast__accent {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 6px;
    width: 4px;
    border-radius: 2px;
    background-color: #ff4f1f;
}

.gc-release-toast__close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6b7280;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
}

.gc-release-toast__close:hover,
.gc-release-toast__close:focus-visible {
    background-color: rgba(15, 23, 42, 0.06);
    color: #1f2937;
    outline: none;
}

.gc-release-toast__head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 22px;
}

.gc-release-toast__chip {
    flex: 0 0 auto;
    padding: 2px 8px;
    background-color: #ff4f1f;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 999px;
    font-variant-numeric: tabular-nums;
}

.gc-release-toast__title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
}

.gc-release-toast__body {
    margin: 6px 0 10px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #4b5563;
}

.gc-release-toast__actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.gc-release-toast__btn {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
}

.gc-release-toast__btn:focus-visible {
    outline: 2px solid #ff4f1f;
    outline-offset: 2px;
}

.gc-release-toast__btn--primary {
    background-color: #ff4f1f;
    color: #ffffff;
}

.gc-release-toast__btn--primary:hover {
    background-color: #e8431a;
}

.gc-release-toast__btn--secondary {
    background-color: transparent;
    color: #4b5563;
    border-color: rgba(15, 23, 42, 0.12);
}

.gc-release-toast__btn--secondary:hover {
    background-color: rgba(15, 23, 42, 0.04);
    color: #1f2937;
}

@media (max-width: 360px) {
    .gc-release-toast {
        width: 92vw;
        right: 4vw;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gc-release-toast {
        transform: none;
        transition: opacity 150ms linear;
    }

    .gc-release-toast--visible {
        transform: none;
    }
}
