.infoPopUp{
}

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

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

.ppRightUI{
    position: absolute;
    float: right;
    z-index: 30;
    right: 0;
    /* display: grid; */
    height: -webkit-fill-available;
    align-content: center;
    margin-right: 40px;
    display: none;
    pointer-events: none;
    font-weight: 600;

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

.ppArrow{
    pointer-events: all;
    display: grid;
    background-color: #00000096;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    border: solid white;
    border-width: 1px;
    border-radius: 45px;
    line-height: 40px;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
}

.ppArrow:hover{
    outline: solid white;
    background-color: #000000bf;
}

/*RECTANGLE DESIGN*/
.r_parent{
    position: fixed;
    z-index: 10;
    margin-left: 39px;
    line-height: 13px;
    width: 250px;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #ffffffc9;
    box-shadow: 0px 0px 18px black;
    grid-template-columns: 320px;
}


.r_Title{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 7px;
    top: 143px;
    position: absolute;
    text-shadow: 2px 1px 6px black;
    color: white;
    display: block;
    padding-left: 10px;
    font-weight: bold;
}

.r_img{

}

.r_desc{
    text-indent: 15px;
    padding: 0 10px;
    font-size: 12.5px;
    max-height: 76px;
    overflow: auto;
    margin: unset;
    margin: 5px 0;
}

/* width */
.r_desc::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.r_desc::-webkit-scrollbar-track {
background: #f1f1f100;

}

/* Handle */
.r_desc::-webkit-scrollbar-thumb {
background: #888;
border-radius: 50px;
}

/* Handle on hover */
.r_desc::-webkit-scrollbar-thumb:hover {
background: var(--UI-color-orange);
}

/*CIRCLE DESIGN*/
.c_parent{
    position: fixed;
    z-index: 10;
    margin-left: 39px;
    line-height: 13px;
    width: 332px;
    font-family: sans-serif;
    font-size: 13px;
    color: white;
    border-width: 3px;
    text-shadow: 5px 3px 6px black;
    display: block;
}

.c_img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.c_textGroup{
    align-self: center;
    background-color: #00000063;
}
.c_Title{
    font-size: 22px;
    line-height: 22px;
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 10px 0px;
    margin: 0 10px;
}

.c_desc{
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 0 0 10px 0px;
    margin: 0 10px;
}

.c_progressFill{
    width: 0;
    height: 6px;
    background-color: orange;
}

.ppBottomUI{
    display: none;
    position: absolute;
    z-index: 15;

    bottom: 50px;

    width: 100%;

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

.ppBottomCenterUI{
    margin: auto;
}

.ppButton{
    display: inline-grid;
    position: relative;
    bottom: 0px;
    background-color: #00000096;
    border: solid;
    border-width: 2px;
    border-radius: 45px;
    text-align: center;
    color: #ffffff;
    font-family: sans-serif;
    line-height: 28px;
    cursor: pointer;
    font-size: 16px;
    width: 101px;
    height: 40px;
    font-weight: 400;
    align-items: center;
}

.ppButton:hover{
    outline: solid white;
    background-color: #000000bf;
}
