@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.UNChatWidget, #UNChatWidget{
  position:fixed;
  right:calc(2vw + 0px);
  bottom:calc(3vh + 55px);
  z-index: 9999;
}


#UNChatButton {
    position: absolute;
    top: -55px;
    left: -55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 55px;
    height: 55px;
    background: url(/cs/UNCAREERS/cache/UN_CHAT_ICN_1.png) center/27px no-repeat, -o-linear-gradient(45deg, #5bc8e5, #5182cc);
    background: url(/cs/UNCAREERS/cache/UN_CHAT_ICN_1.png) center/27px no-repeat, linear-gradient(45deg, #5bc8e5, #5182cc);
    border-radius: 50%;
    border: none;
   
 cursor: pointer;
   -webkit-box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.3);
           box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.3);
 z-index: 9999;
    
}

#UNChatContainer {
    z-index:10000;
   bottom: 45px;
    right: 22px;
       -webkit-transition: bottom .4s;
       -o-transition: bottom .4s;
       transition: bottom .4s;
	position: absolute;
   	background:#f7f7f7;
  font-family: 'Roboto';
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
 -webkit-box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.3);
         box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.3);
border-radius: 4px 4px 0px 0px;
  opacity:0;
  display:none;
}


.UNChatContainer *{
-webkit-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}


.UNChatContent{
  position:relative;
  height:530px;
  width:370px;
}
.UNChatHeader{
  height:19%;
  
   

 
background: -o-linear-gradient(45deg,#3570a5,#428ccc);
background: linear-gradient(45deg,#3570a5,#428ccc);
  border-radius:4px 4px 0px 0px;
  position:relative;
}

.UNChatHeader a img{
  width:20px;
  height:20px;
  position:absolute;
  right:5px;
  top:10px;
  -webkit-box-shadow:2px 2px 16px rgba(0,0,0,0.3);
          box-shadow:2px 2px 16px rgba(0,0,0,0.3);
  border-radius:50%;
  opacity:1;
}

.UNChatHeaderName{
  color:rgba(255,255,255,0.88);
  font-family: 'Roboto';
  position:absolute;
  bottom:5px;
  left:9px;
  line-height:180%;
  font-size:1.5rem; 
  font-weight:bold;
}

#UNChatAvatar{
height: 28px;
    width: 28px;
    position: relative;
    left: 3%;
    top: 49%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    float: left;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
    background: #cee4f5;
opacity:0;
}

#UNChatAvatar img{
height: 28px;
    width: 28px;
}


span#UNChatAvatar:after {
    content: ' ';
    display: block;
    background: #4CAF50;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 28px;
    border: 1px solid #fff;
}


.UNChatBody{
height:80%;
font-size:15px;
}

.UNChatBody form input{
-webkit-box-shadow: none;
        box-shadow: none;
height:40px;
}

#UNChatWelcome{
  	opacity:0.9;
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
	width: 83%;
}

.UNChatInstruction{
  	color: rgba(90, 90, 90, 0.86);
    padding: 5px 5px 30px 5px;
    text-align: center;
    font-size: 0.91rem;
    font-family: 'Roboto';
    LINE-HEIGHT: 150%;
}

.UNChatWelButton{
  width:160px;
  height:42px;
  background:#5182cc;
  border:none;
  color:#fff;
  border-radius:2px;
  position:absolute;
  left:29%;
  cursor: pointer;
  font-family: 'Roboto';
  font-size:0.95rem;
  font-weight:bold;
  
}

#UNLabelRA{
	color: rgba(255, 255, 255, 0.92);
	float: left;
    padding: 10px;
    font-weight: 600;
    font-family: Roboto;
    font-size: 17px;
	opacity:0;
position: relative;
    top: 49%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
left: 3%;
}


#UNChatBody iframe{
height: 100%;
    border: none;
width:100%;
}

#UNChatIntroSnack{
  width:370px;
  height:240px;
  -webkit-box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.3);
          box-shadow: 1px 1px 15px 1px rgba(0,0,0,0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border:none;
  border-radius:3px;
  background-color: rgb(240, 243, 245);
   position: absolute;
  font-family:Roboto;
  font-size:15px;
  opacity:0;
	display:none;
  bottom: 40px;
    right: -2px;
	background: #fff;
	color:#4a4a4a;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;

}

#UNChatIntroSnack #UNChatHeader{
height: 60px;
}


#ChatToastText{
padding: 10px;
background-color: #ececec;
    margin: 10px 10px 10px 5px;
    border-radius: 2px;
	width:90%;
	line-height: 140%;
	color: #505050;
}

#chatToastButton{
position: absolute;
    right: 3%;
margin-top: 2px;
}


#chatToastButton a{
padding: 0px 13px;
    height: 37px;
    background: none;
    border: none;
    color: #4075c4;
    border-radius: 2px;
    
    cursor: pointer;
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: bold;
}

#chatToastButton a:hover{

text-decoration: underline;
}

#ChatFeedback{
position: absolute;
    top: 2px;
    font-size: 10px;
    right: 4px;
    color: #ffffff82;
    text-decoration: underline;
    font-style: italic;
}

#ChatFeedback img{
position: initial;
    box-shadow: none;
    border-radius: unset;
    width: 15px;
    height: 17px;
	margin-right:1px;
}

@media screen and (max-width: 400px) {
  .UNChatContent {
    width: 90vw;
  }
}