.gri-merchant-sharer-view {
    background: #222;
}





.gri-merchant-sharer-view
.view-header
h1 {
    color: #fff !important;
}





.gri-merchant-sharer-view
.main-bd {
    margin: 3px 0 0 0;
    padding: 0 16px;
}





.gri-merchant-sharer-view
.main-bd
.share-targets {}



.gri-merchant-sharer-view
.main-bd
.share-targets
.target {
    display: inline-block;
    position: relative;
    margin: 0 0 0 20px;
}

.gri-merchant-sharer-view
.main-bd
.share-targets
.target:first-child {
    margin-left: 0;
}



.gri-merchant-sharer-view
.main-bd
.share-targets
.target
i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.gri-merchant-sharer-view
.main-bd
.share-targets
.target.messages
i {
    background: #58cc2d;
}

.gri-merchant-sharer-view
.main-bd
.share-targets
.target.email
i {
    background: red;
    background: #fff;
}

.gri-merchant-sharer-view
.main-bd
.share-targets
.target.facebook
i {
    background: #0866ff;
}

.gri-merchant-sharer-view
.main-bd
.share-targets
.target.more
i {
    background: #666;
}



.gri-merchant-sharer-view
.main-bd
.share-targets
.target
i
img {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.gri-merchant-sharer-view
.main-bd
.share-targets
.target
span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    color: #eee;
    text-align: center;
}





.gri-merchant-sharer-view
.main-bd
.copy-link-wrapper {
    margin: 20px 0 0 0;
    padding: 15px 0;
    border-top: 1px solid #444;
}



.gri-merchant-sharer-view
.main-bd
.copy-link-wrapper
.copy-button {
    display: block;
    position: relative;
    padding: 0 0 0 62px;
    height: 50px;
    line-height: 50px;
}



.gri-merchant-sharer-view
.main-bd
.copy-link-wrapper
.copy-button
i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #666;
}



.gri-merchant-sharer-view
.main-bd
.copy-link-wrapper
.copy-button
i
img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
}



.gri-merchant-sharer-view
.main-bd
.copy-link-wrapper
.copy-button
span {
    font-size: 16px;
    color: #eee;
    font-weight: 500;
}

























