.header-sec-sdk-{
    font-family: "Lato", sans-serif;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #a8c8dd;
    display: flex;
    align-items: center;
    padding: 15px 20px;
}
.header-sec-sdk- .name-agent{
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #26344A;
    line-height: 19px;
    padding-left: 15px;
}

.initial-video-audio-container{
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgba(38, 52, 74, 0.7);
    border: 1px solid #26344A;
    box-sizing: border-box;
    border-radius: 10px;
    position: fixed;
    right: 28px;
    z-index: 100000;
    top: 25%;
    width: 360px;
}
.initial-video-audio-container .ad-img-block img{
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.initial-video-audio-container .content-desc{
    padding-left: 15px;
    width: 164px;
}
.initial-video-audio-container .content-desc .name{
    letter-spacing: -0.24px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.initial-video-audio-container .content-desc .type-text{
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
}
.initial-video-audio-container .controls-v-a{
    display: flex;
    align-items: center;
}
.initial-video-audio-container .controls-v-a img{
    margin: 0 7px;
    cursor: pointer;
}
.cobrowse-toolbar {
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: flex-start;
    z-index: 100000;
    cursor: move;
    width : 40px;
    height: 172px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}
.cobrowse-btn {
    cursor: pointer;
    width: 30px;
    height: 30px;
   
    background: #F5F8FA;
    border-radius: 2px;
}
.cobrowse-btn :hover {
    background :#E9EFF4;
}
.toolbar-image {
    width : 30px;
    height : 30px
}
#callcontainer {
    position: relative;
    height: 99%;
    width: 98%;
    margin-left: 1%;
    padding: 0;
    top: 1%;
}
.video-audio-chat-container{
    font-family: "Lato", sans-serif;
    background: #FFFFFF;
    border: 1px solid #A8C8DD;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px #a8c8dd;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left:0px;
    top: 0px;
    padding:10px
}

.video-audio-chat-container .video-chat-{
    height: 60%;
}
.video-audio-chat-container .video-chat- .video-view-{
    width: 100%;
    height: 100%;
}
.video-audio-chat-container .video-chat- .video-view-.audio-view-{
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.video-audio-chat-container .video-chat- .video-view-.audio-view- .agent-profile-img{
    height: 30px;
    width:30px; 
    top:30%;
    position: absolute;
    border-radius: 50%;
}

.video-audio-chat-container .video-chat- .video-view-.audio-view- .title{
    color: #3C4043;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    position: absolute;
    top: 55%;
}
.video-audio-chat-container .video-chat- .video-view-.audio-view- .audio-info{
    color: #8A959F;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 70%;
}
.video-audio-chat-container .video-chat- .video-view- video{
    width: 100%;
    height: 100%;
}

.video-audio-chat-container .video-chat- .video-name-title {
    background: #FFFFFF;
    border-bottom: 0px solid #A8C8DD;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px;
    height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: -0.24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #202124;
    cursor: default;
    top: 8%;
    position: absolute;
    z-index: 1;
}
.video-audio-chat-container .self-video-container {
    position: absolute;
    width: 25%;
    height: 30%;
    cursor: move;
    border-radius: 5px;
    background: #A8C8DD;
    z-index: 1;
}
.video-audio-chat-container .self-video-container .self-video {
    height: 70%;
    left: 6%;
    top: 17%;
    position: absolute;
}
.video-audio-chat-container .self-video-container .self-video video {
    width: 100%;
    height: 100%;
}
.video-audio-chat-container .self-video-container .self-video img {
    width: 100%;
    height: 100%;
}
.video-audio-chat-container .self-video-container .self-video .video-user-alphabet {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFBEB6;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    line-height: 29px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 10px;
    bottom: 0;
}
.video-audio-chat-container .self-video-container.minimize-video {
    width: 40px !important;
    height: 43px !important;
}
.video-audio-chat-container .self-video-container .close-video {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}
.video-audio-chat-container .self-video-container .turn-off-video {
    position: absolute;
    bottom: 5px;
    width: 34px;
    height: 34px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
}
.video-audio-chat-container .self-video-container .turn-off-video .t-off {
    display: none;
}
.video-audio-chat-container .self-video-container .turn-off-video .t-on {
    display: block;
}
.video-audio-chat-container .self-video-container .turn-off-video.off-on-action .t-off {
    display: block;
}
.video-audio-chat-container .self-video-container .turn-off-video.off-on-action .t-on {
    display: none;
}
.video-audio-chat-container .footer-btn-a-v-attch {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #A8C8DD;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 0px;
    border-left: 0;
    border-right: 0;
    position: absolute;
    top: 2%;
    width: 94%;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions {
    /* background: #BDC1C6;
    border: 1px solid #BDC1C6; */
    background: #DE0742;
    border: 1px solid #DE0742;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
}
.action-minimize-audio-control {
    position: absolute;
    top: 10%;
    right: 5%;
}
.maximize-video {
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    margin-bottom: 15px;
}
.show-self-video {
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    margin-bottom: 15px;
}
.show-self-video-container {
    position: absolute;
    top: 30%;
    right: 5%;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.enable-video.active- {
    /* background: #DE0742;
    border: 1px solid #DE0742; */
    background: #BDC1C6;
    border: 1px solid #BDC1C6;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.enable-video.active- .video-unmute {
    display: block;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.enable-video.active- .video-mute {
    display: none;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.enable-video .video-unmute {
    display: none;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.close-audio {
    background: #DE0742;
    border: 1px solid transparent;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.mute-audio.active- {
    background: #DE0742;
    border: 1px solid #DE0742;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.mute-audio.active- .un-mute {
    display: block;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.mute-audio.active- .mute-img {
    display: none;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.mute-audio .un-mute {
    display: none;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.screen-share.active- {
    background: #85B7FE;
    border: 1px solid transparent;
}
.video-audio-chat-container .footer-btn-a-v-attch .btn_actions.enable-audio {
    background: #DE0742;
    border: 1px solid transparent;
}
.video-audio-chat-container .footer-btn-a-v-attch .lablel-video-switch {
    position: absolute;
    right: 0;
    top: 39px;
    color: #009DAB;
    text-decoration-line: underline;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding-right: 35px;
    cursor: pointer;
}
.video-audio-chat-container .footer-btn-a-v-attch .lablel-audio-switch {
    position: absolute;
    left: 0;
    top: 39px;
    color: #009DAB;
    text-decoration-line: underline;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding-left: 35px;
    cursor: pointer;
}

.system-template {
    position: relative;
    border-bottom: 1px solid var(--sdk-chat-widow-primary-border-color);
    margin-bottom: 30px;
    font-weight: 400;
    margin-top: 20px;
}

.system-template-msg {
    position: relative;
    top: 12px;
    background: var(--sdk-chat-widow-default-white);
    padding: 0px 10px;
    display: initial;
    width: 137px;
    color: #333;
    margin-left: 0;
    margin-top: 43x;
    font-weight: bold;
    font-size: 12px;
}

.agent-mouse {
    position: absolute;
    z-index:10000;
    width: 20px;
    height: 20px;
    transition: left .05s linear,top .05s linear;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTQ4LjcxIDQyLjkxTDM0LjA4IDI4LjI5IDQ0LjMzIDE4YTEgMSAwIDAwLS4zMy0xLjYxTDIuMzUgMS4wNmExIDEgMCAwMC0xLjI5IDEuMjlMMTYuMzkgNDRhMSAxIDAgMDAxLjY1LjM2bDEwLjI1LTEwLjI4IDE0LjYyIDE0LjYzYTEgMSAwIDAwMS40MSAwbDQuMzgtNC4zOGExIDEgMCAwMC4wMS0xLjQyem0tNS4wOSAzLjY3TDI5IDMyYTEgMSAwIDAwLTEuNDEgMGwtOS44NSA5Ljg1TDMuNjkgMy42OWwzOC4xMiAxNEwzMiAyNy41OEExIDEgMCAwMDMyIDI5bDE0LjU5IDE0LjYyeiIvPjwvc3ZnPg==");
    border-color: transparent;
}
.agent-mouse-circle {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #4950f6;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    opacity: .3;
}
.rr-block {
    border-color: red !important;
    border-width: 1px;
    border-style: solid;
}

.agent-bot {
    display: block;
    background: #009dab;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 6px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: fixed;
    right: 0;
}
/*********************** rrweb css ******************************************/
.replayer-wrapper{position:relative}.replayer-mouse{position:absolute;width:20px;height:20px;transition:left .05s linear,top .05s linear;background-size:contain;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTQ4LjcxIDQyLjkxTDM0LjA4IDI4LjI5IDQ0LjMzIDE4YTEgMSAwIDAwLS4zMy0xLjYxTDIuMzUgMS4wNmExIDEgMCAwMC0xLjI5IDEuMjlMMTYuMzkgNDRhMSAxIDAgMDAxLjY1LjM2bDEwLjI1LTEwLjI4IDE0LjYyIDE0LjYzYTEgMSAwIDAwMS40MSAwbDQuMzgtNC4zOGExIDEgMCAwMC4wMS0xLjQyem0tNS4wOSAzLjY3TDI5IDMyYTEgMSAwIDAwLTEuNDEgMGwtOS44NSA5Ljg1TDMuNjkgMy42OWwzOC4xMiAxNEwzMiAyNy41OEExIDEgMCAwMDMyIDI5bDE0LjU5IDE0LjYyeiIvPjwvc3ZnPg==");border-color:transparent}.replayer-mouse:after{content:"";display:inline-block;width:20px;height:20px;background:#4950f6;border-radius:100%;transform:translate(-50%,-50%);opacity:.3}.replayer-mouse.active:after{animation:click .2s ease-in-out 1}.replayer-mouse.touch-device{background-image:none;width:70px;height:70px;border-radius:100%;margin-left:-37px;margin-top:-37px;border:4px solid rgba(73,80,246,0);transition:left 0s linear,top 0s linear,border-color .2s ease-in-out}.replayer-mouse.touch-device.touch-active{border-color:#4950f6;transition:left .25s linear,top .25s linear,border-color .2s ease-in-out}.replayer-mouse.touch-device:after{opacity:0}.replayer-mouse.touch-device.active:after{animation:touch-click .2s ease-in-out 1}.replayer-mouse-tail{position:absolute;pointer-events:none}@keyframes click{0%{opacity:.3;width:20px;height:20px}50%{opacity:.5;width:10px;height:10px}}@keyframes touch-click{0%{opacity:0;width:20px;height:20px}50%{opacity:.5;width:10px;height:10px}}
/*# sourceMappingURL=rrweb.min.css.map */