.copy-txt{  background-color: #f5f5f5;  padding: 5px; border-radius:5px; cursor: pointer;}
.copy-txt::after{ content:"\f0c5"; font-family: "Font Awesome 5 Free"; line-height: 25px; display: inline-block; margin-left:5px;  font-size:13px; }
.copy-txt:hover{  background-color: #dff0f8;}

.copy-data{  background-color: #f5f5f5;  padding: 5px; border-radius:5px; cursor: pointer;}
.copy-data::after{ content:"\f0c5"; font-family: "Font Awesome 5 Free"; line-height: 25px; display: inline-block; margin-left:5px;  font-size:13px; }
.copy-data:hover{  background-color: #dff0f8;}


/* Modal */
.modal-zone .modal{ opacity: .7;}
.modal-zone .modal:last-child{ opacity: 1;}


.content_loader_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}
.content_loader_wrapper.active {
    display: block;
}	
.content_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}