﻿@charset "utf-8";
.payview{
    clear: both;
    overflow: hidden;
}
.payview .pays {
    position: relative;
    color: #333;
    
    margin: 0 auto;
    
    padding: 10px;
    font-size: 16px;
    display: block;
    border: dashed 2px #efa4a4;
    background-color: #f1f5f7;
}
.pays li{
    list-style: none !important;
    text-align: center;
}
.pays li span{
	color: #dd7936;
    padding-left: 10px;
    font-weight: bold;
}
.pays i.fa{
	margin-right:5px;
}
.pays .viewbtn{
	border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 36px;
    outline: none;
    padding: 0 18px;
    text-align: center;
    position: relative;
    text-transform: none;
    text-decoration: none;
    overflow: visible;
    margin: 10px 10px;
    color: #ffffff;
    background: #39abff;
  background-image: linear-gradient(-225deg, #20b8ff 0%, #a757cc 48%, #4a4285 100%);
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}
.pays .hide-content {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.35rem 0.5rem;
    color: #989494;
}
.unlock {
    position: absolute;
    top: 0;
    left: 0;
padding: 0.35rem 0.5rem;
    color: #989494;
	    
}
.hide-content i.fa{font-size: 25px;}

.OneClickCopy {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .75rem;
    padding: 0.35rem 0.5rem;
    line-height: 1;
    border-radius: 0 0 0 0.5rem;
    color: #fff;
    background: #03a5f7;
	cursor: pointer;
}
.OneClickCopy:hover{
    background: #f7a103;
	cursor: pointer;
}
#dynamicContent {
    display: block;
    margin-top: 15px;
}

