.chat-container .chat .contact.bar { background: #005EB8 !important; color: white !important; }

.chat-container #chat .mat-icon {color: white !important;}

.queuepostion-container div.panel {background: #005EB8 !important; }


.chat-container .chat .messages .message.sent-msg {background: #005EB8 !important;}
 
.chat-container #chat .chat__conversation-panel .send-message-button, .chat-container .voice-record {background: #005EB8 !important;}
 
.selected-values-layout label {display: none}

.msg-header {display: none !important; }

.selected-values-layout p  {font-size: 14px !important}

.home-container .screen-sizer .jumbotron ul{padding: 0 0 20px !important;}

.mat-body p, .mat-body-1 p, mat-typography p{
color: blue !important
}

.captcha-container .catpcha-body + div input[type='checkbox'] {
  display: none;
}


.captcha-container .catpcha-body + div input[type='checkbox'] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.captcha-container .catpcha-body + div input[type='checkbox']:checked{
    display: none;
}


.captcha-container .catpcha-body + div input[type='checkbox']:checked + ::before {
    content: '✓';
    color: white;
    text-align: center;
    background: teal;
    border-color: teal;
    width: 20px;
    margin-left: -41px;
    margin-right: 4px;
}


.captcha-container .catpcha-body + div input[type='checkbox'] + * {
  display: inline-flex;
}



.captcha-container .catpcha-body + div input[type='checkbox']:checked + * {
  padding-left: 2.4rem;
}



.captcha-container .tnc span{
    margin-left: 4px;
}