#helpscreenmaincontainer{
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 999999;
    top:0;


}

#helpscreencontainer {
    display: grid;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 10px;
    /*grid-gap: 45px;*/
    width: 800px;
    position: relative;
    top: 20%;
    max-height: 65%;
    left: 22%;
    z-index: 99999;
}


#helpscreencontainermobile {
    display: grid;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 10px;
    /*grid-gap: 45px;*/
    width: 489px;
    position: relative;
    grid-template-rows: 40px max-content;
    top: 17%;
    margin: auto;
    /* max-height: 65%; */
    /* left: 12%; */
    z-index: 99999;
}

#helpscreenheader {
    display: grid;
    background: #FFFFFF;
    grid-auto-flow: column;
    align-items: center;
    height: 40px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    border-radius: 10px 10px 0px 0px;
}
#helpscreenheadermobile {
    display: grid;
    background: #FFFFFF;
    grid-auto-flow: column;
    align-items: center;
    height: 35px;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    border-radius: 10px 10px 0px 0px;
}
#helpscreenheadertext {
    display: grid;
    font-size: 16px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 1.07px;
    margin-left: 50px;
}
#helpscreenheadertextmobile {
    display: grid;
    font-size: 15px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 1.07px;
    margin-left: 31px;
}
#helpscreenheaderclose {
    display: grid;
    justify-self: end;
    margin-right: 30px;
    background-image: url('../images/icons/closeNEW.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.54;
    height: 18px;
    width: 17px;
    cursor: pointer;
}

#helpscreencontents {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
    padding: 26px 28px 25px 28px;
    height: auto;
}
#helpscreencontentsmobile{
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
    justify-items: center;
    padding: 11px 15px 12px 23px;
    grid-template-columns: max-content;
    height: auto;
}



.helpscreenelements {
    height: 220px;
    display: grid;
    width: 177px;
}
.helpscreenelementsmobile {
    display: grid;
    height: 166px;
    width: 141px;
}

#helpscreen360 {
    display: grid;
    background-image: url('../images/icons/360.svg');
    background-size: contain;
    background-repeat: no-repeat;

    /*display: none;*/
    /*opacity: 0;*/
    /*width: 0;*/
    transition: .25s ease-in-out 0s;
}

#helpscreendc {
    display: grid;
    background-image: url('../images/icons/DC.svg');
    background-size: contain;
    background-repeat: no-repeat;
    /*display: none;*/
    /*opacity: 0;*/
    /*width: 0;*/
    transition: .25s ease-in-out 0s;

}

#helpscreenarrow {
    display: grid;
    background-image: url('../images/icons/Arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    /*display: none;*/
    /*opacity: 0;*/
    /*width: 0;*/
    transition: .25s ease-in-out 0s;
}

#helpscreen360mobile {
    display: grid;
    background-image: url('../images/icons/360.svg');
    background-size: contain;
    background-repeat: no-repeat;

    /*display: none;*/
    /*opacity: 0;*/
    /*width: 0;*/
    transition: .25s ease-in-out 0s;
}

#helpscreendcmobile {
    display: grid;
    background-image: url('../images/icons/Pan Area.svg');
    background-size: contain;
    background-repeat: no-repeat;
    /*display: none;*/
    /*opacity: 0;*/
    /*width: 0;*/
    transition: .25s ease-in-out 0s;
}

#helpscreenarrowmobile {
    display: grid;
    background-image: url('../images/icons/double tap.svg');
    background-size: contain;
    background-repeat: no-repeat;
    /*display: none;*/
    /*opacity: 0;*/
    /*width: 0;*/
    transition: .25s ease-in-out 0s;
}

#helpscreenzoom {
    display: grid;
    background-image: url("../images/icons/Zoom.svg");
    background-size: contain;
    background-repeat: no-repeat;
    /*display: none;*/
    /*opacity: 0;*/
    /*width: 0;*/
    transition: .25s ease-in-out 0s;
}
