﻿footer {
    /*margin-top: auto;*/
    width: 100%;
    background-color: #FAFBFA;
    color: #223F3B;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

    footer a, footer a:hover, footer a:visited {
        color: #223F3B;
        text-decoration: none;
    }

.cookie-consent {
    padding: 7px;
    color: #223F3B;
    background-color: white !important;
    display: none;
    z-index: 3001;
    bottom: 0;
    position: fixed;
}

.cookie-statement-big {
    margin-bottom: 6px;
    display: inline-block;
    font-family: 'Microsoft Tai Le';
    font-size: 17px;
    font-weight: bold;
}

.cookie-statement-bold {
    margin-bottom: 3px;
    display: block;
    font-family: 'Microsoft Tai Le';
    font-size: 13px;
    font-weight: bold;
}

.cookie-statement {
    margin-bottom: 3px;
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    font-family: 'Microsoft Tai Le';
    font-size: 13px;
}

.cookie-margindiv {
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}


.cookie-block {
    margin-top: 20px;
}

.cookie-link {
    text-decoration: underline !important;
}

.cookie-button {
    width: 160px;
}

.cookie-phone {
    margin-right: 20px;
    margin-bottom: 20px;
}

.cookie-inline {
    display: inline-block;
    vertical-align: top;
}

.cookie-tel-number {
    padding-left: 20px;
}

.cookie-hours {
    vertical-align: top;
    font-size: 12px;
}

.cookie-margin {
    margin-right: 100px;
    margin-bottom: 20px;
}

.cookie-info {
    padding-left: 22px;
}

.cookie-img {
    vertical-align: middle;
}

#div-consent, #div-consent-options {
    bottom: 26px;
    left: 26px;
    border-radius: 10px;
}

div.webchat-container {
    position: sticky;
    display: inline-flex;
    align-items: end;
    flex-direction: column-reverse;
    bottom: 0px;
    height: 0px;
    margin-top: auto;
    padding-right: 20px;
    overflow: visible;
    filter: drop-shadow(5px 5px 10px #5cc87a);
    opacity: 0.5;
}

div.webchat-container:hover {
    opacity: 1.0;
}

/*Apply because can`t fix issue relate stop 8x8 side: HHS-8064*/
/*:has(> .__8x8Chat-Container):not(:has(> .__8x8Chat-Container[style*="height: 0px;"])) > *:not(.__8x8Chat-Container) {
    pointer-events: none;
}
*/

@media (max-width: 480px) {
    .cookie-margin {
        margin-right: auto;
    }
}