/* ET-C : change z-index, old : 1030 */
#div-footer_banner-touch_device
{
    background-color : #FFFFFF;
    /* background-color : rgba(255, 255, 255, 0.8); */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1029;
}

#div-footer_banner-touch_device:not(.show_for_touch_device)
{
    display : none !important;
}

/* FF : change padding-bottom | old : 2px | new : calc(2px + var(--pms-safearea-bottom)) */
#div-footer_banner-touch_device #div_footer_touch_options
{
    display: flex;
    flex-wrap: wrap;
    justify-content : space-between;
    /* padding: 1px 3px 2px 3px; */
    padding: 1px 3px calc(2px + var(--pms-safearea-bottom)) 3px;
    box-shadow: 0px 0px 2px 0px #000000;
    width: 100%;
}

#div-footer_banner-touch_device #div_footer_touch_options label
{
    margin : 0;
}

.div-footer-link-container
{
    /* flex: 0 0 16.66666666666667%; */
    max-width: 16.66666666666667%;
}

.div-footer-link-container > button
{
    display : block;
    color : inherit;
    text-decoration : none;
    background-color : transparent;
    border : none;
    outline: none !important;
    text-align: center;
    padding : 3px 1px;
    line-height: 14px;
}

/* #DP-24-09-03-4799 : add hover */
.div-footer-link-container > button.active,
.div-footer-link-container > button:hover
{
    color : #337ab7;
}

.div-footer-link-container > button > i,
.div-footer-link-container > button > svg
{
    font-size : 20px;        
}

.div-footer-link-container:nth-child(1)
{
    margin-left : 5px;
}

.div-footer-link-container:nth-last-child(1)
{
    margin-right : 5px;
}

.div-footer-link-container > button > span
{
    display: block;
    font-size: 14px;
    margin-top : 4px;
}

#div_touch_device_mid_screen_loader
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 5%;
    overflow: hidden;
    max-width: 50%;
    z-index: 10000;
    width: 300px;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px #b3b3b3;
    padding:40px;
}

#div_touch_device_mid_screen_loader > img
{
    max-width: 100%;
}

/* #DP-24-09-03-4800 : display bottom buttons in center for desktop */
@media only screen and (min-width : 992px)
{
    #div-footer_banner-touch_device  #div_footer_touch_options
    {
        justify-content : space-evenly;
    }
} 

@media only screen and (min-width : 500px)
{
    .div-footer-link-container > button > i,
    .div-footer-link-container > button > svg
    {
        font-size: 18px;
    }
}

@media only screen and (max-width : 499.80px)
{
    .div-footer-link-container > button > span
    {
        font-size: 12px;
    }
}