.ssLeftUI{
    position: absolute;
    z-index: 30;
    /*display: grid;*/
    height: -webkit-fill-available;
    align-content: center;
    margin-left: 40px;
    
    display: none;
    pointer-events: none;

    zoom: var(--zoom-value)
}
.ssRightUI{
    position: absolute;
    z-index: 30;
    /*display: grid;*/
    height: -webkit-fill-available;
    align-content: center;
    margin-right: 40px;
    right: 0;
    
    display: none;
    pointer-events: none;

    zoom: var(--zoom-value);
}

.mediaItemGroup{
    position: relative;
    pointer-events: all;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    cursor: pointer;
}

.mediaItemGroup:hover .mediaItemTitle{
    text-decoration: underline;
}

.mediaItemGroup:hover .mediaItemImage img{
    outline: solid white;
    outline-width: 2px;
}

.mediaItemImage{
    /*height: 30px;*/
}

.mediaItemImage img{
    height: 45px;
    width: 45px;
    object-fit: cover;
    border: solid white;
    border-radius: 10px;

}

.mediaItemTitle{
    font-size: 12px;
    color: white;
    display: grid;
    align-content: center;
    margin-right: 8px;
    text-shadow: 4px 2px 5px black;
}


.ssBottomUI{
    display: flex;
    position: absolute;
    z-index: 15;
    bottom: 47px;
    width: 100%;

    zoom: var(--zoom-value);
}

.ssBottomCenterUI{
    margin: auto;
}

.ssButton{
    display: inline-block;
    position: relative;
    margin: 0 6px;

    color: var(--UI-color-orange);
    background-color: #ffffff;

    outline: solid;
    outline-width: 1px;
    outline-color: white;

    border-radius: 37px;

    text-align: center;
    font-size: 25px;
    font-family: sans-serif;
    line-height: 50px;

    cursor: pointer;
    filter: drop-shadow(1px 1px 10px #00000020);
}

.ssButton:hover{
    outline: solid var(--UI-color-orange);
    outline-width: 3px;
}


.ssPlaypenButton{
    width: 49px;
    height: 49px;
    border-radius: 14px;
    filter: brightness(0.5);
    pointer-events: none;
}

.ssPlaypenImg{
    display: block;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 5px;
}

.ssPrevButton{
    width: 49px;
    height: 49px;
}



.ringPlaypenArrowGroup{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ringVoicesGroup{
    display: flex;
    justify-content: center;
    align-items: center;
}


.ringButtonGroup{
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ssNextButton{
    width: 49px;
    height: 49px;
}

.ssBottomNav{
    display: flex;
    position: absolute;
    z-index: 15;
    bottom: 4px;
    width: 100%;

    zoom: var(--zoom-value)
}

.ssNavButton{
    cursor: pointer;
    margin-top: 17px;
    height: 5px;
    color: white;
    background-color: white;
    border-radius: 50px;
}


.ssNavHome{
    cursor: pointer;
    margin: 0 4px;
    margin-top: 17px;
    height: 5px;
    color: white;
    background-color: white;
    border-radius: 50px;
    width: 40px;
}

.ssNavHome:hover{
    height: 10px;
    margin-top: 11px;
    border-radius: 5px;
}

.ssNavHome:hover .ssNavBarFill{
    height: 10px;
}

.ssNavHome:hover .bHomeButton{
    margin-bottom: 4px;
}

.ssNavBars{
    display: flex;
    width: inherit;
}

.ssNavBarGroup{
    display: flex;
    width: -webkit-fill-available;
    flex-wrap: wrap;

    margin: 0 4px;
}

.ssNavBar{
    display: flex;
    width: -webkit-fill-available;
    flex-wrap: wrap;
}

.ssDivBarText{
    /* display: flex; */
    display: none;
    font-size: 11px;
    color: black;
    width: 100%;
    justify-content: center;
    /* align-items: center; */
}

.ssNavBarFill{
    background-color: var(--UI-color-orange);;
    width: 0;
    margin: unset;
    transition: unset;
    pointer-events: none;
}

.ssNavBarFilled{
    background-color: var(--UI-color-orange);;
    width: 0;
    margin: unset;
    transition: unset;
}


.ssNavBarGroup:hover .ssNavButton{
    height: 21px;
    margin-top: 0;
    border-radius: 5px;
}

.ssNavBarGroup:hover .ssNavBarFill{
    height: 4px
}

.ssNavBarGroup:hover   .ssDivBarText{
    display: flex;
}

.ssNavBarGroup:hover .ssNavBarFilled{
    height: 4px
}

.ssToolTip{
    position: relative;
    display: none;
    /* display: grid; */
    bottom: 42px;
    font-size: 11px;
    text-align: center;
    justify-content: center;
    background-color: #0000009e;
    width: 100%;
    height: fit-content;
    padding: 3px 0;
    border: solid white;
    border-radius: 50px;
}

.ssNavButton:hover .ssToolTip{
    display: grid;
    margin: 2px 0;
}


/* Voices */

.sLocalVoiceImage{
    height: 58px;

}

.sLV_img{    
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
    border-width: 2px;
    border: solid white;
}

.sLV_img:hover{
    outline: solid white;
    outline-width: 2px;
}

.sTextGroup{
    font-size: 11px;
    height: 31px;
    align-content: center;
    /* display: grid; */
    display: none;
    margin-left: 15px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    margin-top: 12px;
    background-color: #00000082;
    border-radius: 15px;
    border: solid white;
    border-width: 1px;
    width: max-content;
    /* border-bottom-left-radius: 0; */
}

/* SURVEY */

.surveyBottomUI{
    display: none;
    position: absolute;
    z-index: 150;
    bottom: 50px;
    width: 100%;
}

.surveyBottomCenterUI{
    margin: auto;
}

.surveyButton{
    display: inline-block;
    position: relative;
    bottom: 0px;
    width: 100px;
    height: 28px;
    background-color: #00000096;

    border: solid white;
    border-width: 2px;
    border-radius: 45px;

    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 500;

    line-height: 27px;
    cursor: pointer;
}

.surveyMonkeyGroup{
    width: 100%;
    height: 100%;
    position: absolute;
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
}