
body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

}
.total_editor_sec{
    background-color: #fff;
    padding: 50px 0;
}
.step_header {
    background-color: #ddd;
    position: relative;
    display: flex;
    align-items: center;
}
.prpl_clr {
    background-color: #83559e;
}
.step_no {
    text-align: center;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
}
.step_header h3 {
    font-size: 20px;
    color: #181818;
    padding-left: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
}
.step_body {
    padding: 30px 0 0px 0px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted transparent!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: 0px;
}
.editor_tabArea {
    border: 1px solid #ccc;
    background-color: #eff1f2;
    border-radius: 5px;
}
.editor_tabArea .tab-pane{
    padding: 20px 15px;
}
.editor_tablink ul{
    border: 0;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
.editor_tablink li{
    border-right: 1px solid #d8d8d8;
}
.editor_tablink li:last-child{
    border: 0;
}
.editor_tablink li a{
    outline: none;
    background-color: #fff;
    border: 0 !important;
    margin-right: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #838486;
}
.editor_tablink li a i{
    font-size: 20px;
    margin-right: 6px;
}
.editor_tablink li.active a, .editor_tablink li.active a:hover, .editor_tablink li a:hover{
    color: #010101;
    background-color: #eff1f2 !important;
}
.pvc_editor_upload a{
    background: #fff;
    color: #2b485b;
    padding: 35px 20px;
    border: 2px dotted #9fb4c0;
    font-size: 14px;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.pvc_editor_upload a .pvcuplod_icon{
    display: block;
    margin-bottom: 10px;
}
.pvc_editor_upload a em{
    display: block;
}
.font_outer {
    margin-bottom: 10px;
}
 .dfs-field-header h4 {
    margin: 0px 0 0;
    color: #0d0d0e;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.style_iconOuter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dfs-field-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
    margin-top: 10px;
}
.style_iconItem .dfs-field-header {
    display: block;
    text-align: center;
}
.style_iconItem:first-child .dfs-field-header{
    text-align: left;
}
.style_iconItem.color-picker-wrapper {
    width: 27%;
}
.style_iconItem {
    width: 15%;
    padding: 0 5px;
    margin: 0;
}
.style_iconItem .dropdown a{
    display: block;
    color: #000;
}
.style_iconItem .dropdown-menu {
    padding: .25em 0;
    margin: .3em;
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: .2em;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    min-width: 150px;
}
.style_iconItem .dropdown-menu li{
    padding: 4px 7px;
    display: flex;
    align-items: center;
}
.style_iconItem .dropdown-menu li i{
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #c0c0c0;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    padding: 0;
    font-weight: 600;
    margin: 0;
}
.style_iconItem .dropdown-menu li span{
    margin-left: 5px;
    color: #2f2f2f;
    font-size: 12px;
}
.style_iconItem .dropdown-menu li:hover{
    background-color: #2980b9;
}
.style_iconItem .dropdown-menu li:hover span, .style_iconItem .dropdown-menu li:hover i{
    color: #fff;
}
.dfs-field-wrap input[type="text"], .dfs-field-wrap input[type="email"], .dfs-field-wrap input[type="number"], .dfs-field-wrap select {
    width: 100%;
    height: 40px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 10px;
    outline: none;
}
.font_outer .dfs-field-wrap .btn {
    background-color: #fff !important;
    box-shadow: none !important;
    border-color: #d8d8d8 !important;
    padding: 0px 14px;
    border: 0;
    color: #333;
    height: 40px;
}
.font_outer .filter-option-inner {
    line-height: 40px;
}
.font_outer .deleteIcon, .font_outer .controlsIcon {
    border-radius: 6px;
    border: 1px solid #e1e4e7;
    width: 100%;
    height: 40px;
    padding: 0 6px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #fff;
}
.dfs-field-wrap textarea {
    width: 100%;
    min-height: 117px;
    border: 1px solid #c3c5c5;
    resize: vertical;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    resize: none;
    outline: none;
}
.dfs-field-wrap textarea:focus {
    border-color: #d37533;
}
.edit_text {
    padding-top: 15px;
    text-align: right;
}
.edit_text .dfs-tab-button {
    background: #d37533;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.edit_text .dfs-tab-button {
    display: inline-block;
    transition: 0.5s;
}
.edit_text .dfs-tab-button:hover {
    background-color: #181818;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.pvc_editorUpload .cavasSelectUpload a {
    background: #fff;
    color: #2b485b;
    padding: 35px 20px;
    border-radius: 5px;
    font-size: 15px;
    display: block;
    text-decoration: none !important;
}
.cavasSelectUpload {
    max-width: 100%;
    margin: 0 auto 30px;
    border: 2px dotted #9fb4c0;
    border-radius: 7px;
    text-align: center;
    background-color: rgb(241, 245, 247);
}
.pvc_editorUpload .cavasSelectUpload a span {
    display: block;
}
 .pvc_editorUpload .cavasSelectUpload a em {
    font-style: normal;
    font-size: 13px;
    display: block;
}
.popular_srchOuter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    background: #fff;
    padding: 10px 4px;
    border-radius: 6px;
    padding-right: 60px;
    position: relative;
}
.ed_artArea .dfs-field-wrap .bootstrap-select button {
    color: #000000;
    background-color: #e1e4e7;
    border-color: #e1e4e7;
    font-size: 15px;
}
.popular_srchOuter .dfs-field-wrap, .popular_srchOuter .dfs-field-wrap {
    width: 42%;
    padding: 0 6px;
}
.dfs-field-wrap.image-color-fill {
    width: 16%;
}
.image-color-fill .dfs-field-wrap {
    margin: 0px;
}
input#designClipartColor {
    width: 100px;
}
.color_fill_Area {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.dfs-content-scroll-wrap {
    display: inline-block;
    width: 100%;
    max-height: 430px;
    border: 0;
    margin: 10px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
}
.popular_srchOuter .input-group-btn:last-child>.btn, .popular_srchOuter .input-group-btn:last-child>.btn-group {
    height: 40px;
}
.dfs-bg-blue {
    background: #337ab7;
    color: #fff;
    transition: 0.3s;
    outline: none !important;
}
.dfs-bg-red {
    background: #d43f3a;
    color: #fff;
    transition: 0.3s;
    outline: none !important;
}
.upload_textpnnl {
    margin-bottom: 25px;
}
.upload_textpnnl h4 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 15px;
}
.upload_textpnnl li {
    font-size: 12px;
    color: #4d4e4f;
    margin-bottom: 8px;
    list-style: none;
}
.upload_textpnnl li:last-child {
    margin-bottom: 0;
}
.dfs-tab-content-wrap .dfs-field-header h4 {
    margin: 0px 0 0;
    color: #0d0d0e;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.dfs-uploaded.artwork-bg {
    background-color: #f5f5f5;
    border: 1px solid #c3c3c3;
    min-height: 100px;
    height: 125px;
    overflow: auto;
    padding: 10px;
}
.upload_textpnnl h4 small {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.upload_textpnnl ul{
    margin: 0;
    padding: 0;
}
.ed_artArea .panel-default {
    border-color: transparent;
    background: transparent;
    margin-bottom: 0;
    border: 0;
}
.clip_outer{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.clip_item{
    width: 16.66%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.clipedit_bx{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #d8dada;
    border-radius: 10px;
    height: 115px;
    position: relative;
    padding: 10px;
}
.clip_item img{
    max-width: 100%;
    max-height: 100%;
}
.clip_descrbe_text{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(200, 199, 199, 0.72);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    z-index: 1;
    border-radius: 10px;
}
.clipedit_bx:hover .clip_descrbe_text{
    opacity: 1;
    visibility: visible;
}
.clip_descrbe_text h5{
    font-size: 14px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-weight: 700;
}
.clipedit_bx figure{
    height: 100px;
}
#ed_add_Art{
    padding-bottom: 0;
}
/*=======pvc-editor-css--end=========*/
.footer-area{
    clear: both;
}
#editor_upload #artworks .thumbnail, #ed_add_Art #cliparts .thumbnail {
    height: auto;
    width: 100%;
    display: table;
    border-spacing: 2px;
    border-collapse: separate;
    border-radius: 10px;
}
#editor_upload #artworks .thumbnail_wrapper, #ed_add_Art #cliparts .thumbnail_wrapper {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}
#editor_upload #artworks .thumbnail_wrapper .imgDesc, #ed_add_Art #cliparts .thumbnail_wrapper .imgDesc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
}
#editor_upload #artworks .thumbnail:hover, #ed_add_Art #cliparts .thumbnail:hover {
    cursor: pointer;
    border-color: #4e4e4e;
}
#editor_upload #artworks .thumbnail:hover .imgDesc, #ed_add_Art #cliparts .thumbnail:hover .imgDesc {
    visibility: visible;
    opacity: 1;
}
.thumbnail:hover .thumbnail_wrapper:after {
    visibility: visible;
    opacity: 1;
}
#editor_upload #artworks .thumbnail_wrapper img, #ed_add_Art #cliparts .thumbnail_wrapper img {
    max-height: 100%;
}
.thumbnail_wrapper:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(200, 199, 199, 0.72);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    z-index: 1;
}

#cliparts{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
#cliparts .col-md-2{
    padding: 0 5px;
    margin: 0;
}
.thumbnail{
    margin-bottom: 10px;
}
.custom-color-section.pms-color-list{
    display: flex;
    flex-wrap: wrap;
}
.custom-color-section.pms-color-list .col-6{
    margin: 0;
}
.font_outer .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.font_outer .col-lg-8{
    padding-left: 0;
}
input#artupload {
    display: none;
}
@media(max-width: 1439px){
    .style_iconItem.color-picker-wrapper {
        width: 25%;
    }
    .style_iconItem{
        width: 17%;
    }
}
@media(max-width: 1366px){
    .dfs-field-header h4{
        font-size: 12px;
    }
     .dfs-field-wrap input[type="text"], .dfs-field-wrap input[type="email"],
     .dfs-field-wrap input[type="number"],
     .dfs-field-wrap select {
        padding: 0 5px;
        font-size: 12px;
    }
    /* .color_fill_Area{
        display: none;
    } */
}
@media(max-width: 1199px){
    .clip_item {
    width: 25%;
}
.custom-color-section.pms-color-list .col-6 {
    width: 25%;
}
.ed-colorbox span {
    font-size: 11px;
}
.font_outer .col-lg-8 {
    padding-left: 15px;
}
}
@media(max-width: 991px){
    .total_editor_sec {
        padding: 30px 0;
    }
    .style_iconItem {
        width: 20%;
    }
    .font_outer .col-sm-12{
        margin-bottom: 10px;
    }
    .style_iconItem:first-child{
        padding-left: 0;
    }
   
}
@media (max-width: 767.9px){
    .font_outer .col-sm-5, .font_outer .col-xs-12 {
    margin-bottom: 15px;
}
.style_iconOuter .style_iconItem:first-child {
    padding-left: 0;
}
.clipedit_bx figure {
    height: auto;
}
.dfs-field-wrap textarea{
    min-height: 80px;
}
.popular_srchOuter{
    padding-right: 0;
}
.pvc_editorUpload .cavasSelectUpload a{
    padding: 20px 15px;
    font-size: 13px;
}
.pvc_editorUpload .cavasSelectUpload a span {
    width: 50px;
}
.pvc_editorUpload .cavasSelectUpload a em{
    font-size: 11px;
}
.dfs-uploaded.artwork-bg{
    height: 85px;
    min-height: 85px;
}
}
@media(max-width:575px){
    .popular_srchOuter .dfs-field-wrap:first-child {
    padding-right: 65px;
}
.popular_srchOuter .dfs-field-wrap, .popular_srchOuter .dfs-field-wrap {
    width: 100%;
    padding: 0 6px;
}
.popular_srchOuter .dfs-field-wrap + .dfs-field-wrap {
    margin-top: 15px;
}
.popular_srchOuter{
    padding-right: 0;
}
.step_body {
    padding: 15px 0 0px 0px;
}
.clip_item {
    width: 33.33%;
}
.style_iconOuter{
    flex-wrap: wrap;
}
.style_iconOuter .style_iconItem:first-child {
   width: 100%;
   margin-bottom: 10px;
}
.style_iconItem.color-picker-wrapper {
    width: 30%;
}
.popular_srchOuter .dfs-field-wrap:first-child {
    padding-right: 10px;
}
.step_no {
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
}
.step_header h3{
    font-size: 16px;
}
}
@media (max-width: 420px){
.style_iconItem:first-child {
    width: 100%;
    margin-bottom: 10px;
}
/*.style_iconItem {
    width: 25%;
}*/
.dfs-field-wrap textarea {
    min-height: 80px;
}
.dfs-section-tab-area-wrap .cavasSelectUpload a {
    white-space: normal;
    word-break: break-all;
}
.style_iconOuter{
    flex-wrap: wrap;
}
.font_outer .dfs-field-wrap .btn{
    height: 30px;
}
.editor_tablink li a{
    font-size: 13px;
    padding: 5px 8px;
}
.pvc_editorUpload .cavasSelectUpload a{
    padding: 20px 15px;
    font-size: 12px;
}
.pvc_editorUpload .cavasSelectUpload a em{
    font-size: 11px;
}
.pvc_editorUpload .cavasSelectUpload a span img{
    width: 50px;
}
.dfs-field-header h4{
    font-size: 11px;
}
.step_no {
    padding: 10px 10px;
    font-size: 14px;
  }
  .font_outer .filter-option-inner {
    line-height: 30px;
}
.dfs-uploaded.artwork-bg{
    height: 70px;
    min-height: 70px;
}
.step_header h3{
    font-size: 16px;
}
.font_outer .deleteIcon, .font_outer .controlsIcon{
    font-size: 12px;
    height: 30px;
}

.total_editor_sec {
    padding: 20px 0;
}
.style_iconItem {
    width: 16%;
}
.style_iconItem.color-picker-wrapper {
    width: 34%;
}
.editor_tabArea .tab-pane {
    padding: 10px 10px;
}
.editor_tablink li a i {
    font-size: 14px;
}


}