/**************************************Css Variables ***********************************/
:root {
    --com-nav-bg-color: #121212;
    --com-nav-text-color: #F5F5F5;
    --com-nav-left-bg-color: #090909;
    --main-background-color: #212121;
    --brand-color: #1473e6;
    --text-white-color: #ffffff;
    --text-black-color: #000000;
    --shape-color: #1473e6;
    --font-shape-color: #fff;
    --shape-box-shadow: rgb(255 255 255 / 20%);
  }
/**/
.sl-block {
    cursor: default !important;
}

.slide-row-fixed {
    top: 0px !important;
    height: 100svh !important;
}

.com-slider .ui-slides,
.slide-row {
    height: calc(100svh - 38px) !important;
}

.panel-container-vertical {
    /* height: 100vh; */
    height: 100svh;
}
.reveal-viewport {
    background: #181818;
    background-color: #181818;
}
.com-slider.preview .botton-slide .option-no-add span.add-sl {
    display: none;
}

.com-slider {
    margin-left: 0px;
}
.com-slider.preview{
    margin-left: 0px !important;
}
.start-text {
    text-align: center;
    color: var(--text-white-color);
    font-size: 24px;
    font-family: 'Poppins';
    line-height: 1.4;
}

.com-slider.preview .reveal .slides,.com-slider.preview .reveal .backgrounds {
    border-radius: 10px;
}
.com-slider.preview .panel-container-vertical .ui-slides .reveal .backgrounds {
    overflow: hidden !important;
}
/** ul to ol changes **/
div#home-tab-pane {
    margin-left: 20px;
}

.preview-head .tree-box .tree {
    list-style-type: decimal !important;
}

.preview-head .tree-box .tree li {
    display: list-item !important;
    list-style-type: decimal !important;
    padding-left: 0px !important;
    Color: #000;
}

span.outer .tab-btn {
    color: #A5A5A5;
    fill: #A5A5A5;
    margin: 0;
    height: 100%;
    width: 45px;
    font-size: 20px;
}

.preview-head .tree-box .tree li::after,
.preview-head .tree-box .tree summary::before {
    display: none;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    max-height: 100% !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    margin: 0;
}

button#fullscreen-button {
    color: #A5A5A5;
    margin: 0;
    height: 100%;
    width: 45px;
    font-size: 20px;
}

.panel-fullscreen .modal-content {
    height: 100%;
    border-radius: 0;
}

.panel-fullscreen .modal-content .modal-header,
.panel-fullscreen .modal-footer {
    border-radius: 0 !important
}

div.assistantModal .panel-fullscreen .ai-assistant {
    max-height: 74vh;
}

.com-slider.preview.panel-fullscreen-head .ui-slides .reveal-viewport .reveal.concave.center {
    height: calc(100vh - 20px) !important;
}

#fullscreen-alert {
    position: absolute;
    top: 36px;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
}

.com-slider.intro.make-fullscreen-head.preview.intro-left.panel-fullscreen-head {
    margin-left: 0 !important;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

@media only screen and (max-width: 567px) {

    .com-slider .ui-slides,
    .slide-row {
        height: 27svh !important;
    }

    .com-slider.preview .ui-slides .reveal-viewport .reveal.concave.center {
        height: 27svh !important;
    }
    body.reveal-viewport.trialadded .com-slider.preview .ui-slides .reveal-viewport .reveal.concave.center {
        height: calc(27svh + 0px) !important;
    }
    .com-slider .ui-slides .reveal-viewport {
        background: var(--main-background-color);
        background-color: var(--main-background-color);
    }

    .mobile-view-manu {
        position: absolute;
        top: calc(27svh + 62px);
        left: 0;
        height: 100%;
        background: #F5F5F5;
        width: 100%;
    }
    .com-slider.preview .sh-scrom{
        display: none;
    }
    .preview-head .top-nav button.navbar-toggler .title {
        color: #616870;
        font-size: 14px;
    }

    span.outer .mobile-pagination {
        position: absolute;
        top: 15px;
        right: 5px;
        color: var(--text-white-color);
        font-size: 11px;
    }

    span.outer .mobile-pagination button {
        color: var(--text-white-color);
        font-size: 10px;
    }

    span.outer .tab-btn {
        display: none;
    }

    .panel-container-vertical {
        height: 27svh;
    }
    body.reveal-viewport.indra-not-active .panel-container-vertical {
        height: calc(100svh - 125px);
        align-items: center;
        justify-content: center;
        background-color: #2f2f33;
    }
    body.reveal-viewport.indra-not-active .com-slider .ui-slides {
        height: 32svh !important;
    }
    body.reveal-viewport.indra-not-active .com-slider.preview .ui-slides .reveal-viewport .reveal.concave.center {
        height: 32svh !important;
    }
    div.assistantModal .assistant-footer span.bootom .dropdown_menu {
        top: -80px;
        left: -5px;
    }

    div.assistantModal .assistant-footer span.bootom button.btn.new-icon img {
        width: 35px !important;
        height: 35px;
    }

    .com-slider.preview .botton-slide {
        /* height: 100% !important; */
        bottom: -79px !important;
    }
    .com-slider.preview .panel-container-vertical .ui-slides .botton-slide{
        bottom: -79px !important;
    }

    .com-slider.preview .botton-slide span.sl-slide-index {
        display: none !important;
    }

    .botton-slide .option-no-add span {
        justify-content: space-between;
    }

    .botton-slide .option-no-add span .btn.prev {
        position: absolute;
        top: -56%;
        left: 10svw;
        z-index: 2;
        margin: 0 !important;
    }

    .botton-slide .option-no-add span .btn.nxt {
        position: absolute;
        top: -56%;
        left: 80svw;
        z-index: 2;
        margin: 0 !important;
    }

    .botton-slide .option-no-add span .btn {
        width: 22px;
        height: 22px;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        background: #0000005e;
        color: #ffffff7a;
    }
    .audio-assistant .aWrap {
        min-width: 180px;
        max-width: 200px;
    }
    div.assistantModal .assistant-footer span.bootom .awselect.hasValue .front_face .placeholder {
        position: relative;
        transform: translateY(0);
        width: 27px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2.2;
        margin-right: 10px;
        font-size: 10.9px;
        font-weight: 400;
        color: var(--text-white-color);  
    }
    div#assistantSetting {
        z-index: 9999 !important;
    }
    div#tutorsettings .awselect.animate2 > .bg {
        background: var(--text-white-color);  
        height: 275px !important;
    }
    div#tutorsettings div#awselect_languages {
        top: unset !important;
    }
}

/* Tooltip text */
.ai-nav-wh {
    position: relative;
    transition: zoom 0.5s;
    height: 100%;
    display: inline-block;
}

.ai-nav-wh .tooltiptext {
    visibility: hidden;
    width: 188px;
    color: var(--com-nav-text-color);
    background: #242424;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    text-align: left;
    padding: 15px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 25px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ai-nav-wh .tooltiptext span.box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
}

.ai-nav-wh .tooltiptext span.box img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: fill;
    box-sizing: border-box;
}

.ai-nav-wh .tooltiptext span.para {
    margin-top: 14px;
    display: inline-block;
    font-size: 12px;
    color: #DEDEDE;
    line-height: 1.3;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ai-nav-wh:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ai-nav-wh:hover img.ai-nav {
    zoom: 1.4;
}

.__range input {
    outline: none;
    -webkit-appearance: none;
    background-color: #E0E0E0;
    height: 4px;
    width: 100%;
    margin: 10px auto;
}

.__range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: var(--brand-color);
    position: relative;
    border: 5px solid var(--text-white-color);
    box-sizing: content-box;
    box-shadow: 0px 0px 2px #00000029;
    top: -10px;
    z-index: 9;
}

.__range input::-moz-range-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: var(--brand-color);
    border-radius: 50%;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.__range input::-ms-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: var(--brand-color);
    border-radius: 50%;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.__range-step {
    position: relative;
}

.__range-max {
    float: right;
}

.__range-step input::-webkit-slider-thumb {}

.__range-step input::-moz-range-thumb {
    background: transparent;
}

.__range-step input::-ms-thumb {
    background: transparent;
}

.__range-step datalist {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: auto;
    bottom: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.__range-step datalist option {
    width: 10px;
    height: 10px;
    min-height: 10px;
    border-radius: 100px;
    white-space: nowrap;
    padding: 0;
    line-height: 70px;
    font-size: 11px;
    text-indent: -11px;
}

div#studentsettings .__range-step datalist option {
    text-indent: 0;
}

.__range-step-popup output {
    position: absolute;
    background-color: var(--brand-color);
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--text-white-color);
    border-radius: 100px;
    display: inline-block;
    font-size: 12px;
    bottom: 100%;
    left: 0;
    vertical-align: middle;
    line-height: 30px;
}

.__range-step-popup .__range-output-square {
    padding: 0 5px;
    min-width: 25px;
    width: auto !important;
    border-radius: 5px !important;
}

.__range-step-popup output:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid var(--brand-color);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 90%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
}

.__range-step-popup datalist {
    overflow: hidden;
}

.__range-step-popup {
    margin: 40px 40px;
}

#app {
    width: 100%;
    height: 100%;
}

.resizable-x {
    display: flex;
    overflow: hidden;
}

.resizable-x {
    height: 100%;
}

.resizer-x {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    /* height: calc(100vh - 45px); */
    height: 100svh; /* New Preview*/
}

.resizer-x:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    height: 100%;
    width: 3px;
    background: transparent;
    z-index: 99;
}

.resizer-x img.ai-nav {
    transform: rotate(180deg);
}

.resizer-x {
    z-index: 2;
    cursor: e-resize;
}

.div0,
.div1 {
    overflow: hidden;
}

.div1 {
    /* background: #111111; */
    /* height: calc(100svh - 45px); */
    height: 100svh; /* New Preview */
    background: #181818;
    border-radius: 16px;
}
.shape-modal .modal-content {
    background: transparent;
    border: 0;
}
/***************** Type of Shape Modals and others ********************/
.shape-modal .shape-type .btn-close {
    position: absolute;
    right: -34px;
    top: -15px;
    background-color: rgba(255, 255, 255, 0.43);
    /* semi-transparent white */
    font-size: 9px;
    padding: 7px;
    border-radius: 7px;
    opacity: 1;
    cursor: pointer;
}

/* Type of Shape Modals */
.shape-modal #shape-added {
    width: 400px;
    height: 400px;
    background: var(--shape-color);
    display: grid;
    /* place-content: center; */
    padding: 25px;
    /* text-align: center; */
    position: relative;
}
.shape-modal #shape-added img {
    width: 75% !important;
    max-width: 75% !important;
}
.shape-modal #shape-added iframe{
    width: 75% !important;
    max-width: 75% !important;
    height: auto !important;
}
.shape-modal .default{
    width: 100% !important;
    height: auto !important;
    border-radius: 0.3rem;
}
.shape-modal .square{
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
    padding: 15px !important;
    width: 350px !important;
    height: 350px !important;
}
.shape-modal .square .data {
    max-height: 24rem;
}
.shape-modal .circle {
    border-radius: 50% !important;
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
    place-content: center;
    text-align: center;
}

.shape-modal .tear {
    border-radius: 50% 0 50% 50% !important;
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
}

.shape-modal .oval {
    width: 500px !important;
    height: 300px !important;
    border-radius: 250px / 150px !important;
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
}

.shape-modal .parallelogram {
    width: 400px !important;
    height: 350px !important;
    transform: skew(20deg);
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
}

.shape-modal .hexagon {
    width: 350px !important;
    height: 210px !important;
    padding: 15px !important;
}
.shape-modal .hexagon .data{
    max-height: 13rem;
}
.shape-modal .hexagon::before {
    content: "";
    position: absolute;
    top: -68.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 175px solid transparent;
    border-right: 175px solid transparent;
    border-bottom: 68.8675px solid var(--shape-color);
}

.shape-modal .hexagon::after {
    content: "";
    position: absolute;
    bottom: -68.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 175px solid transparent;
    border-right: 175px solid transparent;
    border-top: 68.8675px solid var(--shape-color);
}

.shape-modal .burst {
    position: relative;
    width: 300px !important;
    height: 300px  !important;
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
    padding: 14px !important;
    place-content: center;
    text-align: center;
}
.shape-modal .burst .data {
    max-height: 18rem;
}
.shape-modal .burst:before,
.shape-modal .burst:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 300px;
    background: var(--shape-color);
}

.shape-modal .burst:before {
    transform: rotate(30deg);
}

.shape-modal .burst:after {
    transform: rotate(60deg);
}

.shape-modal .tv {
    width: 400px !important;
    height: 350px !important;
    margin: 20px 0;
    border-radius: 50% / 10% !important;
    color: var(--text-white-color);
    text-indent: .1em;
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
    padding: 30px 10px !important;
}
.shape-modal .tv .data{
    max-height: 19rem;
}
.shape-modal .tv:before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    border-radius: 5% / 50%;
}

.shape-modal .data {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 11rem;
    /* display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; */
    z-index: 9;
    position: relative;
    color: var(--font-shape-color);
    padding: 2px;
}
.shape-modal .data::-webkit-scrollbar{
    width: 6px !important;
}
.shape-modal .data::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 5px;
}
.shape-modal .data::-webkit-scrollbar-track{
    background: transparent;
}

.shape-modal .default .data {
    overflow-x: unset;
    max-height: 80svh;
    overflow-y: auto;
}

.shape-modal .oval .data {
    max-height: 8rem;
    -webkit-line-clamp: 7;
    margin-top: 60px;
}
.shape-modal .tear .data {
    margin-top: 80px;
}
.shape-modal .parallelogram{
    padding: 15px !important;
}
.shape-modal .parallelogram .data {
    transform: skew(-20deg);
    margin: 0 55px;
    max-height: 20rem;
}

.shape-modal .shape-type .parallelogram .btn-close {
    transform: skew(-20deg);
}
.shape-modal .cloud {
    width: 420px !important;
    height: 144px !important;
    border-radius: 100px;
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
    margin-top: 48px;
}
.shape-modal .cloud:before {
    width: 216px;
    height: 216px;
    top: -108px;
    right: 60px;
    border-radius: 200px;
}
.shape-modal .cloud:after {
    width: 120px;
    height: 120px;
    top: -60px;
    left: 60px;
    border-radius: 100px;
}
.shape-modal .cloud:after,.shape-modal .cloud:before {
    content: "";
    position: absolute;
    background: var(--shape-color);
    z-index: 8;
}
.shape-modal .talk-bubble-right {
    display: inline-block;
    position: relative;
    width: 400px !important;
    height: auto !important;
    border-radius: 25px;
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
}
.shape-modal .talk-bubble-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    /* border-color: rgb(62 62 62) rgb(62 62 62) transparent transparent; */
}
.shape-modal .talk-bubble-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: var(--shape-color) var(--shape-color) transparent transparent;
}

.shape-modal .talk-bubble-left {
    display: inline-block;
    position: relative;
    width: 400px !important;
    height: auto !important;
    border-radius: 25px;
    /* box-shadow: 10px 10px var(--shape-box-shadow); */
}
.shape-modal .talk-bubble-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    bottom: -40px;
    border: 20px solid;
    /* border-color: rgb(62 62 62) rgb(62 62 62) transparent transparent; */
    transform: rotate(-90deg);
}
.shape-modal .talk-bubble-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: var(--shape-color) var(--shape-color) transparent transparent;
    transform: rotate(-90deg);
}
/************** Assistant Box Blade **************/
.custom-popup__content .voice-box video::-webkit-media-controls {
    display: none;
}

div.assistantModal .assistant-footer span.bootom .menu {
    display: flex;
    justify-content: center;
}

div.assistantModal .assistant-footer span.bootom .dropdown {
    position: relative;
    width: 20px;
    height: 20px;
}

div.assistantModal .assistant-footer span.bootom .dropdown:hover .dropdown_menu li {
    display: block;
}

div.assistantModal .assistant-footer span.bootom .dropdown_menu {
    position: relative;
    top: -100px;
    left: 0;
    width: 210px;
    perspective: 1000px;
    z-index: 2;
    display: flex;
    gap: 10px;
}

div.assistantModal .assistant-footer span.bootom button.btn.new-icon {
    padding: 0;
    width: 40px !important;
    height: 40px;
    line-height: 0;
    border: 0;
}

div.assistantModal .assistant-footer span.bootom button.btn.new-icon img {
    width: 40px !important;
    height: 40px;
}

div.assistantModal .assistant-footer span.bootom .dropdown_menu li {
    display: none;
    opacity: 0;
}

div.assistantModal .assistant-footer span.bootom .dropdown:hover .dropdown_menu--animated {
    display: block;
}

div.assistantModal .assistant-footer span.bootom .dropdown_menu--animated {
    display: none;
}

div.assistantModal .assistant-footer span.bootom .dropdown_menu--animated li {
    display: block;
    opacity: 1;
}

.dropdown_menu-5 .dropdown_item-1 {
    transform-origin: top center;
    animation: translateX 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-2 {
    transform-origin: top center;
    animation: translateX 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-3 {
    transform-origin: top center;
    animation: translateX 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-4 {
    transform-origin: top center;
    animation: translateX 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-5 {
    transform-origin: top center;
    animation: translateX 300ms 300ms ease-in-out forwards;
}

@-moz-keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-webkit-keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-o-keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

div#assistantModal {
    position: relative;
    /* height: calc(100vh - 50px); */
    height: 100%;
}
.new-loader .custom-popup {
    align-items: center;
}
.new-loader .custom-popup__content{
    border: none;
    background-color: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
}
.custom-popup {
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    height: calc(100% - 35px);
    background: #121212eb;
    z-index: 150;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 110.145ms 0ms;
}
.pro-version .custom-popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #121212eb;
    z-index: 150;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 110.145ms 0ms;
}

.custom-popup__holder {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    opacity: 1;
    position: static;
    /* transform: translateY(-100px); */
    /* transition: opacity 400ms, transform 400ms; */
    /* transition-delay: 300ms; */
    /* margin-top: 5%; */
}
.pro-version .custom-popup__holder {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    opacity: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    /* transform: translateY(-100px); */
    /* transition: opacity 400ms, transform 400ms; */
    /* transition-delay: 300ms; */
    /* margin-top: 5%; */
}
.custom-popup__content {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--text-white-color);
    background-color: rgb(184 170 170 / 40%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: calc(100% - 40px);
    height: auto;
    border-radius: 13px;
    margin-bottom: 15px;
    gap: 15px;
    padding: 7px 10px;
    max-width: 450px;
}
.pro-version .custom-popup__content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row-reverse;
    border: 0;
       /* background: linear-gradient(135deg, #1e3a8a 17%, #581c87 100%); */
       background: #f0eded;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-bottom: 0;
    gap: 15px;
    padding: 7px 10px;
    max-width: 100%;
    padding-bottom: 25px;
}

/* new mic design */
.custom-popup__content .stars {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.custom-popup__content .spark {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
}
.custom-popup__content .voice-box {
    width: 40%;
    max-width: 270px;
    position: relative;
    background: #101010;
    border: 5px solid #0C4F9F;
    border-radius: 50%;
    margin: 0;
}
.custom-popup__content .text-container {
    margin-top: 0;
    text-align: center;
    z-index: 9;
    padding: 7px;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 21%);
    /* backdrop-filter: blur(45px); */
}
.custom-popup__content .help-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}
.custom-popup__content .tap-text {
    color: var(--text-white-color);
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 10px;
}
.rim {
    display: none;
}
.rim1, .rim2, .rim3{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: #b7b7b7a3 1px solid;
    background: transparent;
    transform: translate(-50%, -50%);
    animation: expands 4.5s ease-out infinite;
  }
  .rim2 {
    animation-delay: 1s;
}

.rim3 {
    animation-delay: 2s;
}

@keyframes expands {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}
.pro-version.mic-active .middle-circle {
    background: linear-gradient(135deg, #ec4899 17%, #a855f7 100%);
}
.pro-version.mic-active .rim {
    display: block;
}
.pro-version.mic-active .chat-box {
    display: flex;
}
.pro-version.mic-active .custom-popup__content .text-container {
    display: none;
}
.custom-popup__content .chat-box {
    width: 30%;
    min-width: 250px;
    background: rgb(0 0 0 / 21%);
    border-radius: 12px;
    padding: 15px;
    max-height: 22vh;
    overflow-y: scroll;
    color: var(--text-white-color);
    font-size: 15px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); */
    /* backdrop-filter: blur(10px); */
    position: relative;
    bottom: 0;
    top: unset;
    left: unset;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
    scrollbar-width: none;  /* Hide scrollbar for Firefox */
}

.custom-popup__content .chat-box::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.custom-popup__content .user-badge {
    background: #4f7df9;
    color: var(--text-white-color);
    padding: 5px 10px;
    border-radius: 12px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 200;
    display: inline-block;
    margin-bottom: 12px;
    width: auto;
}
.custom-popup__content .user-badge.user {
    background:linear-gradient(135deg, #ec4899 17%, #a855f7 100%);
}
.custom-popup__content .chat-box .text {
    white-space: pre-line;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    display: inline-block;
    min-width: 100%;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.2;
}
.custom-popup__content .chat-box .cursor {
    display: inline-block;
    width: 2px;
    height: 16px;
    background: var(--text-white-color);
    animation: blinkCursor 0.8s infinite;
}
@keyframes blinkCursor {
    50% { opacity: 0; }
}
/* Shine animation */
.animate-shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: skewX(12deg);
    animation: shine 3s infinite;
    z-index: 6;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

/* Updated circle styles as requested */
.custom-popup__content .outer-circle {
    /* width: 260px;
    height: 260px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.custom-popup__content .middle-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d5adb 17%, #a551e7 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-popup__content .inner-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff1a;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.custom-popup__content .inner-circle:hover {
    background-color: rgba(85, 121, 255, 0.5);
}

.custom-popup__content .inner-circle:active {
    transform: scale(0.95);
}

.custom-popup__content .mic-icon {
    width: 22px;
    height: auto;
    z-index: 2;
}
/* end mic design */
.custom-popup__content .voice-box img.curving-img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 12px;
    left: 50%;
    width: 120%;
    display: none;
}

.custom-popup__content .mic-bottom-text p {
    color: #E4E4E4;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.custom-popup__content .voice-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1010102e;
    border-radius: 50%;
}

.custom-popup__content .voice-box span.key {
    width: 31px;
    height: 31px;
    display: inline-grid;
    background: #353535;
    box-shadow: 0px 3px 6px #00000078;
    border-radius: 50%;
    place-content: center;
    position: absolute;
    right: 1%;
    top: 15%;
    z-index: 9;
}

.custom-popup__content .voice-box span.key:hover {
    transform: scale(1.5);
}

.custom-popup__content .voice-box span.key img {
    padding: 4px;
    cursor: pointer;
}

.custom-popup__content .voice-box .tutor-bg {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    margin: 0;
    border-radius: 50%;
}

.custom-popup__content .voice-box .voice-mic {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-white-color);
    width: 24%;
    margin: 0;
}

.custom-popup__content p.listen {
    font-size: 13px;
    color: var(--text-white-color);
    text-align: right;
}
.custom-popup__close {
    display: flex;
    flex-flow: column;
    align-items: center;
}
/* .custom-popup__close { */
.svg-box {
    position: relative;
    top: unset;
    right: unset;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: 0.3s transform;
    display: flex;
    gap: 15px;
    place-content: center;
    border-radius: 50%;
    background: unset;
}
.pro-version .svg-box {
    position: relative;
    top: unset;
    right: unset;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: 0.3s transform;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background-color: #00000057;
    backdrop-filter: blur(45px);
    gap: unset;
}
.custom-popup__close:focus-visible{
    outline: none;
}
.listening_icon img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
}
/* span.custom-popup__close.js-close-popup.send:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 4px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    transform: translate(-50%, -50%);
} */

/* span.custom-popup__close.js-close-popup.send i {
    font-size: 17px;
    display: grid;
    place-content: center;
}

.custom-popup__holder.stop-listening:hover span.custom-popup__close.js-close-popup.send i {
    color: #1473E6;
}

.custom-popup__holder.stop-listening:hover span.custom-popup__close.js-close-popup.send:before {
    border: 4px solid #1473E6;
} */

.custom-popup__holder span.tooltiptext {
    color: var(--text-white-color);
    font-size: 13px;
    /* line-height: 2.8; */
    cursor: pointer;
    padding-top: 2px;
}

.custom-popup__holder.stop-listening:hover circle#Ellipse_770 {
    fill: #00d80e;
}
.custom-popup__holder.stop-listening:hover path#paper-plane-launch,.custom-popup__holder.close-listening:hover path#Path_51356{
    fill: var(--text-white-color);
}
.custom-popup__holder.close-listening:hover circle#Ellipse_771 {
    fill: red;
}

/* .custom-popup__close:hover i{
              background: #FFFFFF;
              box-shadow: 0px 3px 6px #00000029;
            } */
/* .custom-popup__holder.close-listening:hover .custom-popup__close i {
    color: #FF0000;
} */
.custom-popup__close i {
    color: var(--text-white-color);
    font-size: 45px;
    display: grid;
    place-content: center;
}
.pro-version .custom-popup__close i {
    color: var(--text-white-color);
    font-size: 17px;
    display: grid;
    place-content: center;
}

.custom-popup.is-active {
    opacity: 1;
    pointer-events: auto;
}
/* .custom-popup.is-active:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-image: url(/composer/indra/indra-gif-full.gif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
} */
.custom-popup.is-active #indra-video-popup {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 17px);
    height: calc(100% - 5px);
    border-radius: 15px;
    object-fit: cover;
    filter: blur(5px);
}
span.indra-video,span.indra-video-popup {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 17px);
    height: calc(100% - 5px);
    opacity: 0.4;
    border-radius: 15px;
    object-fit: cover;
    filter: blur(5px);
    background-color: #673AB7;
    display: none;
}
/* .custom-popup.is-active .custom-popup__holder {
    opacity: 1;
    transform: translateY(0);
} */

/* Tooltip text */
.key {
    position: relative;
    transition: zoom 0.5s;
    /* height: 100%; */
    /* display: inline-block; */
}

.key .tooltiptext {
    visibility: hidden;
    width: 200px;
    color: #F5F5F5;
    background: #242424;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    text-align: left;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -94px;
    right: 8px;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    gap: 12px;
}

.key .tooltiptext span.box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
}

.key .tooltiptext span.sec-img img {
    width: 28px;
    padding: 0;
}

.key .tooltiptext span.para {
    margin-top: 0;
    display: inline-block;
    font-size: 12px;
    color: #DEDEDE;
    line-height: 1;
}

.key .tooltiptext span.para p {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.3 !important;
}

.key .tooltiptext span.para span {
    font-size: 7px;
    line-height: 0.3 !important;
}

.key .tooltiptext a.more {
    font-size: 8px;
    color: #1492e6;
    text-align: right;
    display: block;
    padding-top: 2px;
    text-decoration: underline !important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.key:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

       /* START TOOLTIP STYLES */
       [tooltip] {
        position: relative;
        /* opinion 1 */
    }

    /* Applies to all tooltips */
    [tooltip]::before,
    [tooltip]::after {
        text-transform: none;
        /* opinion 2 */
        font-size: 12px;
        /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent;
        /* opinion 4 */
        z-index: 1001;
        /* absurdity 1 */
    }

    [tooltip]::after {
        content: attr(tooltip);
        text-align: center;
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 9px 15px;
        border-radius: 5px;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #000;
        color: var(--text-white-color);
        z-index: 1000;
        /* absurdity 2 */
    }

    /* Make the tooltips respond to hover */
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

    /* don't show empty tooltips */
    [tooltip='']::before,
    [tooltip='']::after {
        display: none !important;
    }

    /* FLOW: UP */
    [tooltip]:not([flow])::before,
    [tooltip][flow^="up"]::before {
        bottom: 100%;
        border-bottom-width: 0;
        border-top-color: #000;
    }

    [tooltip]:not([flow])::after,
    [tooltip][flow^="up"]::after {
        bottom: calc(100% + 5px);
    }

    [tooltip]:not([flow])::before,
    [tooltip]:not([flow])::after,
    [tooltip][flow^="up"]::before,
    [tooltip][flow^="up"]::after {
        left: 50%;
        transform: translate(-50%, -.5em);
    }

    /* FLOW: DOWN */
    [tooltip][flow^="down"]::before {
        top: 100%;
        border-top-width: 0;
        border-bottom-color: #000;
    }

    [tooltip][flow^="down"]::after {
        top: calc(100% + 5px);
    }

    [tooltip][flow^="down"]::before,
    [tooltip][flow^="down"]::after {
        left: 50%;
        transform: translate(-50%, .5em);
    }

    /* FLOW: LEFT */
    [tooltip][flow^="left"]::before {
        top: 50%;
        border-right-width: 0;
        border-left-color: #000;
        left: calc(0em - 5px);
        transform: translate(-.5em, -50%);
    }

    [tooltip][flow^="left"]::after {
        top: 50%;
        right: calc(100% + 5px);
        transform: translate(-.5em, -50%);
    }

    /* FLOW: RIGHT */
    [tooltip][flow^="right"]::before {
        top: 50%;
        border-left-width: 0;
        border-right-color: #000;
        right: calc(0em - 5px);
        transform: translate(.5em, -50%);
    }

    [tooltip][flow^="right"]::after {
        top: 50%;
        left: calc(100% + 5px);
        transform: translate(.5em, -50%);
    }

    /* KEYFRAMES */
    @keyframes tooltips-vert {
        to {
            opacity: .9;
            transform: translate(-50%, 0);
        }
    }

    @keyframes tooltips-horz {
        to {
            opacity: .9;
            transform: translate(0, -50%);
        }
    }

    /* FX All The Things */
    [tooltip]:not([flow]):hover::before,
    [tooltip]:not([flow]):hover::after,
    [tooltip][flow^="up"]:hover::before,
    [tooltip][flow^="up"]:hover::after,
    [tooltip][flow^="down"]:hover::before,
    [tooltip][flow^="down"]:hover::after {
        animation: tooltips-vert 300ms ease-out forwards;
    }

    [tooltip][flow^="left"]:hover::before,
    [tooltip][flow^="left"]:hover::after,
    [tooltip][flow^="right"]:hover::before,
    [tooltip][flow^="right"]:hover::after {
        animation: tooltips-horz 300ms ease-out forwards;
    }
    .pro-version{
        .message-container {
            margin-bottom: 15px;
            transition: opacity 0.3s ease;
        }
        
        .message-container:not(:first-child) {
            opacity: 0.9;
            /* transform: scale(0.98); */
        }
        
        .message-container:last-child {
            margin-bottom: 0;
        }
        .user-badge{
            text-transform: capitalize;
        }
        #chat-box {
            flex-direction: column;
            gap: 10px;
            padding: 15px;
        }
    }

        @media only screen and (max-width: 567px) {
            .pro-version .custom-popup__content {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-direction: column-reverse;
            }
            .custom-popup__content .chat-box{
                width: 100%;
                max-width: calc(100% - 30px);
                margin-bottom: -60px;
            }
            .rim1, .rim2, .rim3 {
                border: #6c6c6ca3 1px solid;
            }
        }
        .pro-version.mic-active .custom-popup__content .listening_icon {
            /* display: none !important; */
        }
        .pro-version.mic-active.playing .custom-popup__content .listening_icon {
            /* display: none !important; */
        }
        .pro-version.mic-active.playing .agent-talking {
            display: flex !important;
            position: absolute;
            width: 100%;
            height: auto;
            max-height: 100%;
            bottom: 0px;
            left: 50%;
            transform: translate(-50%, 0%);
            border-radius: 0 !important;
            object-fit: contain;
        }
        .pro-version.mic-active .agent-talking {
            display: none !important;
        }
        .pro-version.mic-active.playing .agent-not-talking {
            display: none !important;
        }
        .pro-version .agent-not-talking {
            display: flex !important;
            position: absolute;
            width: 100%;
            height: auto;
            max-height: 100%;
            bottom: 0px;
            left: 50%;
            transform: translate(-50%, 0%);
            border-radius: 0 !important;
            object-fit: contain;
        }
.pro-version.withoutavatar .custom-popup__content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 0;
    background: linear-gradient(135deg, #1e3a8a 17%, #581c87 100%);
}
.pro-version.withoutavatar .custom-popup__content .outer-circle {
    width: 260px;
    height: 260px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}
.pro-version.withoutavatar :is(.rim1, .rim2, .rim3) {
    width: 100px;
    height: 100px;
    border: rgba(255, 255, 255, 0.363) 1px solid;
    animation: expand-old 4.5s ease-out infinite;
}
.pro-version.withoutavatar .rim2 {
    animation-delay: 1s;
}

.pro-version.withoutavatar .rim3 {
    animation-delay: 2s;
}
.pro-version.withoutavatar .custom-popup__content .middle-circle {
    width: 150px;
    height: 150px;
}
.pro-version.withoutavatar .custom-popup__content .inner-circle {
    width: 90px;
    height: 90px;
}
.pro-version.withoutavatar .custom-popup__content .mic-icon {
    width: 50px;
    height: 50px;
    z-index: 2;
}
@keyframes expand-old {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}
.pro-version.withoutavatar .custom-popup__content .text-container {
    margin-top: 30px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    backdrop-filter: none;
}
.pro-version.withoutavatar .custom-popup__content .tap-text {
    color: var(--text-white-color);
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 14px;
}
.pro-version.withoutavatar .custom-popup__content .help-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.pro-version.withoutavatar.mic-active .custom-popup__content .text-container {
    display: flex;
    z-index: 0;
}
.pro-version.withoutavatar .custom-popup__content .chat-box {
    width: 40%;
    min-width: 250px;
    /* background: rgba(255, 255, 255, 0.1); */
    background: #022231;
    max-height: 38vh;
    /* overflow-y: scroll; */
    color: var(--text-white-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 60%;
    z-index: 1;
    bottom: unset;
    display: none;
}
.pro-version.withoutavatar span.box-chat {
    background: #000217;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #1c2c34;
    height: 100%;
    /* max-height: 38vh;
    overflow-y: auto; */
}
.pro-version.withoutavatar span.box-chat span.msg-box{
    padding: 0 10px;
    max-height: 29vh;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.pro-version.withoutavatar span.box-chat span.msg-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c2cbdfd4;
}
.pro-version.withoutavatar span.box-chat span.msg-box::-webkit-scrollbar {
    width: 10px;
}
.pro-version.withoutavatar.mic-active .chat-box {
    display: flex;
}
/* new design tap to speak */
.new-bar-line-design {
    position: relative;
    width: 100%;
    /* Further increased width */
    height: 400px;
    display: none;
    justify-content: center;
    align-items: center;
}

.new-bar-line-design .visualization .button {
    position: absolute;
    padding: 5px 30px;
    background: linear-gradient(to left, #ff007f, #00ffff);
    color: #ffffff;
    font-size: 19px;
    border: 0;
    border-radius: 50px;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
    z-index: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: box-shadow 0.3s ease;
    margin: 0;
    min-height: 60px;
}

.new-bar-line-design .visualization .button .border-color {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: box-shadow 0.3s ease;
}

.new-bar-line-design .visualization .button .border-color::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: linear-gradient(to top, #271c1f, #261c1f);
    border-radius: 50px;
    z-index: -4;
}

/* .new-bar-line-design .visualization .button img {
    width: 45px;
    height: auto;
} */

.new-bar-line-design .visualization .button {
    box-shadow: 0 0 35px rgba(255, 0, 255, 0.6);
    padding: 14px 80px 14px 35px;
}

.new-bar-line-design .visualization .button .ann-active {
    position: absolute;
    transform: translate(-50%, -50%);
    right: -50%;
    top: 50%;
    display: inline-block !important;
    width: 130px;
    height: 130px;
    background: linear-gradient(to top, #ff007f, #00ffff);
    padding: 3px;
    border-radius: 50%;
    object-fit: cover;
}

.new-bar-line-design .visualization .button.active .click-me {
    display: none;
}

.new-bar-line-design .visualization {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
/* .new-bar-line-design .visualization.animate .button.active .ann-active{
    display: none !important;
}
.new-bar-line-design .visualization.animate .button.active .ann-decative{
    display: inline-block !important;
    position: absolute;
    transform: translate(-50%, -50%);
    right: -50%;
    top: 50%;
    width: 100px;
    height: 100px;
    background: linear-gradient(to top, #ff007f, #00ffff);
    padding: 3px;
    border-radius: 50%;
    object-fit: cover;
} */
.new-bar-line-design .visualization .bar {
    width: 3px;
    height: 50px;
    /* Initial height for pattern */
    margin: 0 8px;
    /* Slightly more spacing */
    border-radius: 2px;
    background: linear-gradient(to top, #ff007f, #00ffff);
    transition: height 0.8s ease;
}

.new-bar-line-design .glows {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 0, 255, 0.15), transparent 70%);
    z-index: 0;
}
.pro-version.withoutavatar .new-bar-line-design{
    display: flex;
}
.pro-version.withoutavatar .custom-popup__content .stars {
    display: none;
}
.pro-version.withoutavatar .custom-popup__content .listening_icon {
    display: none;
}
.pro-version.withoutavatar .custom-popup__content {
    background: #0b0c1a !important;
}
.pro-version.withoutavatar .custom-popup__content .tap-text {
    font-size: 17px;
}
.pro-version.withoutavatar .custom-popup__content .old-text {
    display: none !important;
}
@media only screen and (min-height: 850px) {
    .new-bar-line-design {
        height: 600px;
        margin-bottom: 5%;
    }
}

@media only screen and (min-width: 1700px) {
    .pro-version.withoutavatar .custom-popup__content .tap-text {
        font-size: 21px;
    }
    .new-bar-line-design .visualization .button {
        box-shadow: 0 0 35px rgba(255, 0, 255, 0.6);
        padding: 20px 90px 20px 45px;
    }
    .new-bar-line-design .visualization .button .ann-active {
        width: 150px;
        height: 150px;
    }
    .custom-popup__content .user-badge {
        padding: 7px 12px;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .custom-popup__content .chat-box .text {
        font-size: 20px;
    }
    .pro-version .message-container {
            margin-bottom: 20px;
    }
}