.acWidgetContainer-0-0-1 {
    position: fixed;
    z-index: 999999999;
    bottom: min(2vh, 2vw);
    right: min(2vh, 2vw);
    }
.acWidgetContainerEmbeddedInline-0-0-2 {
    height: 100%;
    min-height: inherit;
    max-height: inherit;
    width: 100%;
    }
.acButtonStyles-0-0-3 {
    width: min(55px, 10.5vh);
    height: min(55px, 10.5vh);
    padding: 0;
    border-radius: 50%;
    border: none;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background 0.5s ease;
    }
.acButtonStyles-0-0-3 span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    }
.acFrameContainer-0-0-4 {
    width: 0;
    height: 0;
    display: none;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    }
.acFrameContainer-0-0-4.show {
    display: block;
    width: 300px;
    height: 480px;
    max-height: 85vh;
    max-width: 85vw;
    }
.acFrameContainer-0-0-4.show.x-large.x-large {
    height: 100vh;
    width: 100vw;
    max-height: unset;
    max-width: unset;
    position: fixed;
    bottom: 0;
    right: 0;
    }
.acFrameContainer-0-0-4 iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
    }
.acFrameContainer-0-0-4 iframe.show {
    display: block;
    }
.acFrameContainer-0-0-4 iframe.embeddedInline {
    height: inherit;
    min-height: inherit;
    max-height: inherit;
    }
.acFrameContainer-0-0-4.show.x-large.x-large.mobile {
    height: 100%;
    }
.acFrameContainer-0-0-4.show.logo {
    height: 540px;
    }
.acFrameContainer-0-0-4.show.mobile {
    max-height: unset;
    max-width: unset;
    }
@media only screen and (max-width: 600px), screen and (max-height: 550px) {
    .acFrameContainer-0-0-4.show.mobile:not(.x-large) {
        width: 100%;
        height: calc(100% - 45px);
        position: fixed;
        bottom: 0;
        left: 0;
        }
    }
.acLoader-0-0-5 {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100%;
    }
.acLoader-0-0-5.show {
    display: flex;
    }
.acSpinner-0-0-6 {
    background: transparent !important;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 100%;
    border-color: #06adcb;
    border-bottom-color: transparent;
    display: inline-block;
    animation: keyframes-animationSpinner-0-0-7 0.75s 0s infinite linear;
    animation-fill-mode: both;
    }
@keyframes keyframes-animationSpinner-0-0-7 {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
        } 50% {
        -webkit-transform: rotate(180deg) scale(.8);
        -ms-transform: rotate(180deg) scale(.8);
        transform: rotate(180deg) scale(.8)
        } 100% {
        -webkit-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
        }
    }
.acErrorHeader-0-0-8 {
    background: #424242;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 1.1rem;
    }
.acErrorMessageContainer-0-0-9 {
    width: 80%;
    border-left: 8px solid #bd002b;
    background: #fdf3f1;
    margin: 20px auto 0 auto;
    padding: 10px 4%;
    }
.acErrorMessageContainer-0-0-9 div {
    display: flex;
    align-items: flex-start;
    }
.acErrorMessageContainer-0-0-9 svg {
    flex: none;
    }
.acErrorMessageContainer-0-0-9 span {
    margin-left: 10px;
    }
.acErrorBaseButtonWrapper-0-0-10 {
    display: flex;
    justify-content: center;
    margin-top: 0.625rem;
    }
.acCloseButtonStyles-0-0-11 {
    background: white;
    border: 1px solid;
    border-color: #8F8F8F;
    padding: 0.45rem 0.625rem 0.45rem 0.625rem;
    }
.acOpenButton-0-0-12 {
    color: #fff;
    background: #004587 !important;
    }
.acOpenButton-0-0-12:focus {
    outline: 3px solid #fff;
    box-shadow: 0 0 0 5px #004587, 0 0 8px rgba(0, 0, 0, 0.3);
    }
.acCloseButton-0-0-13 {
    color: #fff;
    background: #004587 !important;
    }
.acCloseButton-0-0-13:focus {
    outline: 3px solid #fff;
    box-shadow: 0 0 0 5px #004587, 0 0 8px rgba(0, 0, 0, 0.3);
    }
@media only screen and (max-width: 600px), screen and (max-height: 550px) {
    .acCloseButton-0-0-13.mobile {
        position: fixed;
        top: 0;
        left: 0;
        height: 45px;
        border-radius: 0;
        width: 100%;
        }
    }
.widgetNotificationIcon-0-0-14 {
    position: absolute;
    top: -8px;
    right: -2px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #f00;
    visibility: hidden;
    cursor: pointer;
    }