<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uploadArtwork_fileattach {
    position: relative;
    height: 185px;
    box-shadow: none;
    border: 2px dotted #d1d1d1;
    border-radius: 4px;
    max-width: 100%;
    margin: 0 auto 15px;
    width: 100%;
}
.lan-wrist-upload #awfile {
    width: 100%;
}
.uploadArtwork_fileattach a {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(241, 245, 247) !important;
    height: 100% !important;
    display: flex !important;
    color: rgb(41, 82, 103) !important;
    font-size: 17px;
    font-weight: 400 !important;
    font-family: Poppins, sans-serif;
}
.uploadArtwork_fileattach a span {
    margin-bottom: 15px;
}
.uploadArtwork_fileattach a em, .dfs-section-tab-area-wrap .cavasSelectUpload a em {
    font-style: normal;
    font-size: 13px;
    display: block;
}
.uploadArtwork .loading {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(215, 215, 215);
    border-radius: 5px;
    display: none;
    height: 7px;
    margin: 10px auto;
    overflow: hidden;
    width: 300px;
}
.artworkHolder.lan-wrist-upload .loading {
    height: 7px;
    width: 220px;
    margin-top: 23px;
    border: 1px solid #d37533;
    border-radius: 0px;
}
.lan-wrist-upload .filelist {
    padding: 10px;
    margin: 0;
    width: 220px;
}
.lan-wrist-upload .filelist &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.artworkHolder .filelist a {
    color: rgb(67, 67, 67);
    display: block;
    overflow: hidden;
    white-space: pre;
    width: 251px;
}
.artworkHolder .filelist span {
    color: rgb(67, 67, 67);
    cursor: pointer;
    font-weight: bold;
    position: relative;
    right: 0px;
    top: 0px;
}

/*============pvc table css==========================*/

.members_tble_innr{
    overflow-x: auto;
}
.members_table{
    width: 100%;
    display: table;
    border: 1px solid #c2c2c2;
}
.member_tble_row{
    display: table-row;
}
.membertble_cell{
    display: table-cell;
    padding: 7px 10px;
    font-size: 14px;
    border-bottom: 1px solid #c2c2c2;
    color: #4f4f4f;
    font-weight: 400;
}
.member_tble_row:last-child .membertble_cell{
    border-bottom: 0;
}
.member_tble_row:first-child .membertble_cell{
    background-color: #ecebef;
}
.membertble_cell:first-child, .membertble_cell:nth-child(2){
    text-align: center;
}
.membertble_cell span{
    display: inline-block;
    vertical-align: middle;
}
.membertble_cell .form-control{
    float: none;
    height: 34px;
    width: 100%;
    box-shadow: none;
    border: 0;
    padding: 0;
    line-height: normal;
    color: #4f4f4f;
}
.membertble_cell a {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 7px;
    border-radius: 13px;
    color: #fff;
    background-color: #d37533;
    font-size: 12px;
}
.membertble_cell a:hover{
    background-color: #181818;
}
.membrs_pagination ul{
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.membrs_pagination ul li{
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    color: #181818;
    font-size: 14px;
    cursor: pointer;
} 
.membrs_pagination ul li:hover{
    background-color: #ecebef;
}
.membrs_pagination ul li a{
    font-size: 12px;
    padding: 0;
    display: block;
    border: 0;
    text-align: center;
    color: #181818;
}
.field-heading{
    display: block;
    width: 45%;
    border: none;
    margin-right: 10px;
    padding: 5px 5px;
    float: left;
}
.add_more_field {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 8px;
    border-radius: 5px;
    color: #fff;
    background-color: #d37533;
    font-size: 13px;
    float: right;
    margin-bottom: 5px;
}
.button-outer-box {
    width: 100%;
    display: inline-block;
}
.add_more_field:hover {
    background-color: #181818;
    color:#fff;
}
.member_tble_row.empty_qty p {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 12px;
}
.showrow{
    /* display: block; */
}
.size_item {
    position: relative;
}
.size_item span.highlight_label {
    right: 8px;
}
.member_tble_row.empty_qty {
    display: unset;
    float: left;
    width: max-content;
}
.lyrdImprnt_cntnr .browse-templates {
    height: 380px;
    overflow: auto;
}
.save-design {
    color: #208adc;
    cursor: pointer;
    text-decoration: underline;
    padding-top: 7px;
    padding-right: 2px;
}
#design-email {
    border: 1px solid #6bae3c;
    width: 220px;
    padding: 12px;
    height: 40px;
}
form#save-design-to-mail {
    margin: 0 auto;
    width: 330px;
}
#save-design-to-mail button{
    background-color: #6bae3c;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 40px;
    width: 110px;
}
#save-design-to-mail .form-group {
    margin-bottom: 0;
}
#save-item-design button.close {
    color: #fff;
    background: red;
    padding: 3px 6px;
    border-radius: 18px;
}
span.extra_price {
    position: absolute;
    top: 3px;
    font-size: 11px;
    right: 5px;
    font-weight: 400;
    padding: 1px 5px;
    border-radius: 0px 12px;
    background-color: #02da5b;
    border: 1px solid #02da5b;
    color: #fff;
}
#letter-shapes .modal-body,#number-shapes .modal-body {
    height: 400px;
    overflow: auto;
}
#letter-shapes .modal-body .con,#number-shapes .modal-body .con{
    margin-bottom: 15px;
}
#editor_product_single_view .product_img {
    width: auto;
}
.popular_srchOuter .dfs-field-wrap, .popular_srchOuter .dfs-field-wrap{
    /* width:50%; */
}
.popular_srchOuter{
    /* padding-right: 0px; */
}
.artworkCat:hover {
    background: #eae0e0;
}
.artworkCat {
    text-align: center;
    padding: 10px;
    box-shadow: 2px 2px 5px #ccc;
    width: 200px;
    margin-bottom: 10px;
    transition: 0.2s;
    cursor: pointer;
}
.image-box {
    width: 300px;
    margin: 0px;
}
.size_option{
    margin-top:15px;
}
.size-selection {
    margin-left: 50px;
    width: 400px;
    align-items: center;
    display: grid;
}
/* #cliparts{
    display: none;
} */
@media(max-width: 575px){
    .membertble_cell{
        min-width: 155px;
    }
    .membertble_cell:first-child, .membertble_cell:nth-child(2){
        min-width: 30px;
    }
}
</pre></body></html>