#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;
}