.absolute-container::-webkit-scrollbar{
    width: 0px;
}
.absolute-container {
    position: absolute;
    margin: 10px 7px !important;
    left: 0px;
    right: 0px;
    top: 71px;
    bottom:51px;
    height: calc(100vh - 142px) !important;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    background-color: #15426455;
    -webkit-border-radius: 7px;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
        inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

.survey-bg {
    background-color: transparent !important;
}
.bx-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}