@import url('https://fonts.googleapis.com/css?family=Roboto:400&display=swap');

#cs-calendar-iframe {
    box-sizing: border-box;
    margin: 0;
    border: none;
    width: 375px;
    height: 465px;
}
#cs-calendar-iframe.cs-popup {
    z-index: 2147483000;
    position: fixed;
    opacity: 0;
    bottom: -465px;
    right: 20px;
    width: 375px;
    height: 465px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    border-radius: 8px;
    overflow: hidden;
    pointer-events: none;
    top: auto;
    left: auto;
}
#cs-calendar-iframe.cs-popup.cs-open {
    bottom: 20px;
    opacity: 1;
    pointer-events: all;
    display: block;
    z-index: 9999999999;
}
#cs-calendar-iframe.cs-popup.cs-open.cs-hasChat {
    z-index: 9999999999;
}
@media (max-width: 540px){
    #cs-calendar-iframe.cs-popup.cs-open {
        width: calc(100% - 40px);
    }
}
#cs-calendar-iframe.cs-modal {
    width: 100%;
    height: calc(100% + 40px);
    top: 0;
    left: 0;
    position: fixed;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    display: none;
    background: transparent;
}
#cs-calendar-iframe.cs-modal.cs-open {
    opacity: 1;
    pointer-events: all;
    height: 100%;
    display: block;
    z-index: 9999999999;
}
#cs-calendar-button {
    display: block !important;
    width: auto;
    height: 45px;
    padding: 0 20px 0 48px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 20px;
    font-weight: 400;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='448' height='512' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M400 64h-48V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H128V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h352c8.8 0 16 7.2 16 16v48H32v-48c0-8.8 7.2-16 16-16zm352 384H48c-8.8 0-16-7.2-16-16V192h384v272c0 8.8-7.2 16-16 16zM148 320h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 96h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm192 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 19px;
    background-color: #000;
    color: #fff;
    position: fixed;
    opacity: 0;
    border: none;
    z-index: 9999;
    transition: opacity 160ms ease-out 0s;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
}
#cs-calendar-button.cs-show {
    opacity: 1;
    pointer-events: all;
}
@media (min-width: 980px){
    #cs-calendar-button.cs-btn-bottom-right {
        right: 20px;
        bottom: 20px;
    }
    #cs-calendar-button.cs-btn-bottom-left {
        left: 20px;
        bottom: 20px;
    }
    #cs-calendar-button.cs-btn-bottom-center {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
    #cs-calendar-button.cs-btn-center-left {
        left: 0;
        bottom: 50%;
        transform: rotateZ(-90deg) translateY(-33px) translateZ(0);
        -webkit-transform-origin: 50% 51%;
    }
    #cs-calendar-button.cs-btn-center-right {
        right: 0;
        bottom: 50%;
        transform: rotateZ(-90deg) translateY(33px) translateZ(0);
        -webkit-transform-origin: 50% 51%;
    }
    #cs-calendar-button.cs-btn-bottom-right.cs-hasAccessibe {
        right: 86px;
    }
}

#cs-calendar-button.cs-hasChat {
    position: relative !important;
    right: 5px !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    opacity: 1 !important;
}

#cs-chat-calendar-wrapper {
    display: flex;
    position: fixed;
    width: 460px;
    height: 45px;
    z-index: 2147483646;
    opacity: 0;
    transition: opacity 160ms ease-out 0s;
    pointer-events: none;
}
#cs-chat-calendar-wrapper.cs-show {
    opacity: 1;
    pointer-events: all;
}
#cs-chat-calendar-wrapper.cs-right {
    transform: rotate(-90deg) translate(50%, -50px);
    transform-origin: top right;
    right: 0;
    bottom: 50%;
}
#cs-chat-calendar-wrapper.cs-bottom {
    right: 20px;
    bottom: 20px;
    justify-content: flex-end;
}
#cs-chat-calendar-wrapper.cs-bottom.cs-hasAccessibe {
    right: 86px;
}

#cta-container.cs-hasSchedule,
#cta-container.rpuc-widget-live-comm-container-right.cs-hasSchedule {
    width: auto !important;
    border-radius: 25px;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 20px;
    height: 45px !important;
    margin: 0 !important;
    right: auto !important;
    left: 5px !important;
    bottom: 0 !important;
    transform: none !important;
    position: relative !important;
    padding-right: 10px;
}
#cta-container.cs-hasSchedule .cta-button-wrapper {
    padding-left: 9px;
    border-bottom: none !important;
}

#cta-container.cs-hasSchedule #cta-button,
#cta-container.cs-hasSchedule.rpuc-widget-live-comm-container-right #cta-button,
#cta-container.cs-hasSchedule.rpuc-widget-live-comm-container-bottom #cta-button {
    padding-top: 7px !important;
}
#cta-container.cs-hasSchedule .cta-text {
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
    width: auto !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

@media (max-width: 979px){
    #cs-calendar-button.cs-btn-mob-bottom-right {
        right: 20px;
        bottom: 20px;
    }
    #cs-calendar-button.cs-btn-mob-bottom-left {
        left: 20px;
        bottom: 20px;
    }
    #cs-calendar-button.cs-btn-mob-bottom-center {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
    #cs-calendar-button.cs-btn-mob-center-left {
        left: 0;
        bottom: 50%;
        transform: rotateZ(-90deg) translateY(-33px) translateZ(0);
        -webkit-transform-origin: 50% 51%;
    }
    #cs-calendar-button.cs-btn-mob-center-right {
        right: 0;
        bottom: 50%;
        transform: rotateZ(-90deg) translateY(33px) translateZ(0);
        -webkit-transform-origin: 50% 51%;
    }
    #cs-calendar-button.cs-btn-mob-bottom-right.cs-hasAccessibe {
        right: 35px;
        border-radius: 0;
        bottom: 0;
        height: 30px;
        padding: 0 10px 0 38px;
        background-position: 10px 50%;
        background-size: 18px;
    }
    #cs-calendar-button {
        border-radius: 0;
        height: 30px;
        padding: 0 10px 0 38px;
        background-position: 10px 50%;
        background-size: 18px;
    }
    #cs-chat-calendar-wrapper {
        height: 30px;
    }
    #cs-chat-calendar-wrapper.cs-bottom {
        right: 15px;
        bottom: 0;
    }
    #cs-chat-calendar-wrapper.cs-right {
        transform: rotate(-90deg) translate(50%, -30px);
    }
    #cs-chat-calendar-wrapper.cs-bottom.cs-hasAccessibe {
        right: 45px;
    }
    #cs-chat-calendar-wrapper #cta-container.cs-hasSchedule {
        border-radius: 0 !important;
        height: 30px !important;
        padding: 0 !important;
        overflow: hidden;
    }
    #cta-container.cs-hasSchedule .cta-button-wrapper {
        padding-left: 0;
    }
    #cs-chat-calendar-wrapper #cta-container.cs-hasSchedule #cta-button,
    #cs-chat-calendar-wrapper #cta-container.cs-hasSchedule.rpuc-widget-live-comm-container-right #cta-button,
    #cs-chat-calendar-wrapper #cta-container.cs-hasSchedule.rpuc-widget-live-comm-container-bottom #cta-button {
        padding-top: 1px!important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
}
#cs-calendar-button:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color !important;
}

/*.cs-calendar {
    z-index: 2147483000;
    position: fixed;
    opacity: 0;
    bottom: -300px;
    right: 20px;
    width: 375px;
    min-height: 250px;
    max-height: 465px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    height: calc(100% - 120px);
    border-radius: 8px;
    overflow: hidden;
    transition: all 160ms ease-out 0s;
    pointer-events: none;
}
.cs-calendar-open {
    bottom: 20px;
    opacity: 1;
    pointer-events: all;
}
#cs-calendar-iframe {
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    border: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    border: none;
}
.cs-calendar-iframe.embeded .cs-calendar-open {
    display: none;
}*/
/* .cs-calendar-iframe.embeded {
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    border: none;
    display: block;
} */
