.url_sharer { display: block;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 0px 10px; position: relative; margin: 0; }
.url_sharer .copy_icon {     display: block;
    background: rgb(212 212 212);
    border-radius: 20px;
    padding: 0px 8px;
    position: absolute;
    right: 0px;
    float: right;
    top: 0;
	font-size: 0.65rem;
    z-index: 2; 
    pointer-events: none; }
.url_sharer .click_to_copy  {display: block; z-index: 1; cursor: pointer; }



.field_admn.ccpy {
    font-size: 9px;
    color: #9b9b9b;
    margin: 0 0 0 0;
    padding: 2px 4px;
    display: block;
    font-weight: normal !important;
    cursor: pointer;
    font-family: monospace;
    background: #fbfbfb;
}
 
.ccpy {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

/* ============= Coupon module ================= */
.copiedtext {
 position: absolute;
    /* left: 0; */
    top: 0;
    right: 0;
    text-align: center;
    /* opacity: 0; */
    transform: translateY(-0.5em);
    color: #000;
    margin: 0 auto;
    transition: all .500s;
    background: #e22120;
    color: #fff; 
    border-radius: 0;
    padding: 5px 10px;
    /* border: 1px solid #ff9300; */
    display: block;
    line-height: normal;
    font-size: 0.55rem;
    /* font-weight: bold; */
    width: 55px;
    /* float: right; */
    margin: 0 0 0 0;
	z-index: 0;
}
.copied .copiedtext {
  opacity: 1;
  transform: translateY(-3em); 
}
