/* Website demo BEGIN*/

html {
    width: 100%;
    height: 100%;
    background-image: url(./Cetelem.png);
    background-repeat: no-repeat;
    background-position: center;
}


/* Website demo END */


/* Open Chat Button BEGIN */

#druidContainerElement {
    position: fixed;
    cursor: pointer;
    right: 150px;
    bottom: 60px;
    z-index: 500;
}

#druidContainerElement:focus {
    outline: .3rem solid #ffffff !important;
}

#druidContainerElement:hover {
    text-decoration: none !important;
}

#druidContainerTooltipOuter {
    vertical-align: bottom;
    display: inline-block;
}

#druidContainerTooltip {
    position: relative;
    top: 0px;
    font-size: 0.875rem;
    padding: 11px;
    margin-right: 16px;
    line-height: 1.3;
    background-color: #3a913f !important;
    color: #161616;
    max-width: 200px !important;
    font-size: 1.05rem;
    height: 50px !important;
    color: white;
    border-radius: 10px !important;
}

#druidContainerTooltip span {
    line-height: inherit !important;
}

#druidContainerTooltip:hover {
    background-color: #3E3E3E !important;
}

#druidContainerTooltip>span {
    line-height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 1.2rem !important;
}

#druidContainerElementInner {
    position: relative;
    background-color: #3a913f !important;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 10px;
    top: 4px;
    transition: .6s !important;
}

#druidContainerElementInner:hover {
    background-color: #3E3E3E !important;
}

#druidContainerElementInner svg {
    position: absolute;
    top: 23%;
    left: 22%;
}

#druidContainerElement span.drd-badge {
    position: relative;
    float: right;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 9999;
}

#druidContainerElement span.drd-badge {
    letter-spacing: 0.6px !important;
    padding: 3px 6px !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 0.8rem !important;
    line-height: 14px !important;
    min-height: 15px !important;
    min-width: 10px !important;
    vertical-align: middle !important;
    text-align: center !important;
    display: inline-block !important;
}

@media (max-width: 993px) {
    #druidContainerElement {
        right: 20px;
        bottom: 20px;
    }
}


/* Open Chat Button END */