Current File : /home/escuelai/public_html/it/marketplace/accounts/accounts.css
.field-icon {
   /* float: right; */
   margin-left: -50px;
   margin-top: -25px;
   position: relative;
   z-index: 2;
   color: gray;
}

.account_to_clipboard_wrapper {
   cursor: pointer;
}

.account_to_clipboard_wrapper:after {
   font-family: 'Font Awesome\ 5 Free';
   position: relative;
   left: -15px;
   top: 1px;
   content: "\f0ea";
   color: #7F7F7F;
   transition: color 0.3s ease-in-out;
   font-weight: 900;
}

.account_to_clipboard_wrapper.copied:after {
   content: "\f00c";
   color: green;
   font-weight: 900;
}

.account_to_clipboard_wrapper.copyfail:after {
   content: "\f071";
   color: red;
   font-weight: 900;
}