.toastr_sucess {
position: absolute;
right: 4vw;
background-color: white;
padding: .5em;
border-radius: 8px;
font-size: 20px;
color: #000000;
font-family: 'Dax Bold',Arial, Helvetica, sans-serif;
border: 1px solid #808080;
margin-bottom: 0px !important;
max-height: 42px;
display: flex;
align-items: center;
}
#ip_connect {
margin-left: .5em;
}
.ip_connect {
color: #fff;
font-size: 20px;
text-align: right;
font-family: 'Dax Bold', Arial, Helvetica, sans-serif;
display: inline-flex;
align-items: center;
}
.ip_connect__copy {
height: 20px;
width: 20px;
margin-left: .6em;
cursor: pointer;
transition: all .2s linear;
}
.ip_connect__copy:hover {
opacity: .8;
}
.toastr_icon {
height: 20px;
width: 20px;
background-size: cover;
background-repeat: no-repeat;
margin-right: .4em;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Ccircle style='fill:%2325AE88%3B' cx='25' cy='25' r='25'/%3E%3Cpolyline style='fill:none%3Bstroke:%23FFFFFF%3Bstroke-width:2%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-miterlimit:10%3B' points='38 15 22 33 12 25 '/%3E%3C/svg%3E");
}