.footer-wrapper{  
    max-width: 600px;
    padding: 50px 0;
    margin: 0 auto
}
.footer-wrapper > app-widget-host{
    align-items: center;
    gap: 20px
}
.footer-wrapper .menu-links{
    width: 100%;    
    font-weight: bold
}
.footer-wrapper .menu-links > app-widget-host{
   flex-direction: row;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    padding: 0 10px
}
.footer-wrapper .menu-links .menu-link{
        flex: 1;
    display: flex;
    justify-content: center;
    border-right: 1px solid;
    cursor: pointer;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    padding: 5px;
}
.desktop .footer-wrapper .menu-links .menu-link:hover{
    opacity: .8
}
.footer-wrapper .menu-links .menu-link:last-child{
    border: 0
}
.footer-wrapper .license-wrapper{
    padding: 0 10px;
    font-size: 11px;
}
.footer-wrapper .download-app-wrapper{
    width: 100%
}
.footer-wrapper .download-app-wrapper > app-widget-host{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;  
    gap: 10px     
}
.footer-wrapper .download-app-wrapper .download-app-title{
       flex: 1 1 100%;
    text-align: center;
    color: var(--c-emphasis-c);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1
}
.theme-light .footer-wrapper .download-app-wrapper .download-app-icon.dark,
.theme-dark .footer-wrapper .download-app-wrapper .download-app-icon.light,
.theme-auto .footer-wrapper .download-app-wrapper .download-app-icon.dark{
    display: none
}
.footer-wrapper .download-app-wrapper .download-app-icon{
    display: none;
    cursor: pointer;
    transition: all .3s ease-in-out
}
.desktop .footer-wrapper .download-app-wrapper .download-app-icon{
    display: flex
}
.os-android .footer-wrapper .download-app-wrapper .download-android,
.os-ios .footer-wrapper .download-app-wrapper .download-ios{
    display: flex
}
.desktop .footer-wrapper .download-app-wrapper .download-app-icon:hover{
    transform: translateY(-2px)
}
.footer-wrapper .download-app-wrapper .download-app-icon img{
    width: 150px
}
.footer-social-wrapper{
    width: 100%
}
.footer-social-wrapper > app-widget-host{
    flex-direction: row;
    justify-content: center;
    gap: 8px
}
.footer-social-wrapper .footer-social{
    display: flex;
    cursor: pointer;
    transition: all .3s ease-in-out
}
.desktop .footer-social-wrapper .footer-social:hover{
    transform: translateY(-2px)
}
.footer-social-wrapper .footer-social img{
    width: 30px
}
.footer-wrapper .customer-service-wrapper{

}
.footer-wrapper .customer-service-wrapper > app-widget-host{
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px    
}
.footer-wrapper .customer-service-wrapper .customer-service-title{
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    font-weight: bold
}
.footer-wrapper .customer-service-wrapper .customer-service-action{
    flex: 1
}
.footer-wrapper .customer-service-wrapper .customer-service-action > div{
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 8px 12px;
    gap: 8px;
    background-color: var(--c-emphasis-c);
    color: var(--c-white);
    border-radius: var(--r-border-radius-large);
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease-in-out
}
.footer-wrapper .customer-service-wrapper .customer-service-action > div:before{
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px  
}
.footer-wrapper .customer-service-wrapper .customer-service-chat > div:before{
    background-image: url(/v2.238/r/images/wazza/icons/customer-service.svg)
}
.footer-wrapper .customer-service-wrapper .customer-service-phone > div:before{
    background-image: url(/v2.238/r/images/wazza/icons/customer-service-phone.svg)
}
.desktop .footer-wrapper .customer-service-wrapper .customer-service-action > div:hover{
    transform: translateY(-2px)
}

.age-restriction-wrapper{

}
.age-restriction-wrapper > app-widget-host{
    align-items: center;
    gap: 8px
}
.age-restriction-img img{
    max-width: 60px;
    width: 100%;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1))
}
.age-restriction-text{
    text-align: center    
}
.footer-wrapper .scroll-to-top{
    width: 100%
}
.footer-wrapper .scroll-to-top #customWidget_scrolltotop{
    width: 100%
}
.footer-wrapper .scroll-to-top .scroll-top-button{
    background-color: transparent;
    border: 1px solid;
    color: var(--c-emphasis-c);
    border-radius: var(--r-border-radius-small);
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    min-height: 44px;
    align-items: center
}

/* Dark Theme */




/* Other Links  */

.footer .other-links > app-widget-host{
    align-items: flex-start;   
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px
}

.footer .filter-language{
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
}

.footer .filter-language .filter-language-name {
    font-size: 10px;
    color: var(--c-primary)
}
.footer .filter-language .ui-dropdown{
    min-width: 110px;
    max-width: 110px;
    display: inline-block;
    background-color: transparent;
    border: 0
}
.footer .filter-language .ui-dropdown .ui-dropdown-label-container label{
    margin: 0;
    max-width: 100%;
    border: 0;
    background: transparent;
    height: 28px;
    padding: 0px;
    display: flex;
    align-items: center
}
.footer .filter-language img{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 3px
}
 .footer .filter-language label > span{
    margin-left: 5px;
    font-size: 12px;
    color: var(--c-primary)
}
 .footer .filter-language .ui-dropdown .ui-dropdown-trigger{
    background-color: transparent;
    color: var(--c-primary)
}
.footer .filter-language .ui-dropdown .ui-dropdown-trigger span{
    font-size: 1.1rem
}
.footer .filter-language .ui-dropdown .ui-dropdown-panel{
    position: unset;
    margin-top: 5px
}
.footer .filter-language li{
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 3px
}
#root .footer .filter-language li.ui-state-highlight {
    display: flex;
    background-color: var(--c-background-e)
}


/* Zendesk  Chat */



#launcher{
    display: none!important
}




.floating-chat-button-container{
    position: fixed;
    bottom: 110px;
    right: 37px;
    z-index: 85;
    animation: chatButtonFloat 15s ease-in-out infinite;
    will-change: transform;
}
@keyframes chatButtonFloat {
  0% {
    transform: translateY(0) scale(1);
  }

  5% {
    transform: translateY(-10px) scale(1.1);
  }

  25% {
    transform: translateY(-10px) scale(1.1);
  }

  30% {
    transform: translateY(30px) scale(0.7);
  }

  60% {
    transform: translateY(30px) scale(0.7);
  }

  65% {
    transform: translateY(-5px) scale(1.1);
  }

  100% {
    transform: translateY(0px) scale(1);
  }
}
.floating-chat-button{
    background-color: var(--c-emphasis-c);
    display: block;
    width: 42px;
    height: 42px;
    border-radius: var(--r-border-radius-medium);
    position: relative;
}
.floating-chat-button:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid var(--c-emphasis-c);
    border-bottom: 0px solid transparent;
    border-left: 38px solid transparent;
    display: block;
    position: absolute;
    bottom: -6px;
    right: 0;
}
.floating-chat-button .chat-icons-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.floating-chat-button .chat-icons-wrap > app-widget-host{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 3px;
}
.floating-chat-button .chat-icons-wrap .chat-icon{
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--c-white);
    border-radius: 50%;
}



@media only screen and (max-width: 1050px){
    iframe[title="Messaging window"] {
        max-width: 80%;
        max-height: 80% !important;
        bottom: 68px !important;
        margin-left: auto;
        right: 18px !important;
    }
}



