#csim.hidden,
#csim_toggle_btn.hidden {
    display: none;
}

#csim_toggle_btn {
    transition: all 0.5s ease 0s;
    width: 173px;
    height: 55px;
    position: fixed;
    right: -116px;
    top: 205px;
    cursor: pointer;
    z-index: 501;
    background-size: contain;
    background-repeat: no-repeat;
}

#csim_toggle_btn > img {
    height: 100%;
    width: 100%;
}

#csim_toggle_btn > .csimToggleBtnLabel {
    position: absolute;
    font-size: 16px;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto 0;
    height: fit-content;
    width: 100px;
    color: white;
}

#csim_toggle_btn > #csim_reddot.unread {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f35328;
    border-radius: 50% 50%;
    top: 15px;
    left: 36px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
	z-index: 99999;
}

#csim {
    position: fixed;
    right: -400px;
    bottom: 0;
    z-index: 99999;
    width: 370px;
    height: 560px;
    transition: all 0.5s ease 0s;
    background-color: white;
    box-shadow: 0 3px 25px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
}

#csim_close_btn {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 15px;
    right: 10px;
    padding: 0;
    border: none;
    background-color: transparent;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAINJREFUeNpiYKA3+P//vwBNzQIKGgDxeyBOoIIFCVCzDLBJwEAChRbgNodSi4jWT65FJOsjVQPZIUCsRorjkpAB1EosOA2imgW4DKS6BTgsor4FSBbNR7JgPi0soK1PaB4nNE9dNM8nNM/xNC+7aF4K07w+oUvNSJc6ni6tFVoCgAADAIXNSO/ugC6BAAAAAElFTkSuQmCC) no-repeat 50%
}

#csim #csim_iframe {
    height: 100%;
    border: none;
}
