.pcl_customers_listng { display:none; }
.pagetop .wp-heading-inline {
    padding: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
}
.pagetop {
    margin-top: 30px;
}
.customer-list-main {
    clear: both;
    margin-top: 15px;
    overflow: hidden;
}
.pagetop .page-title-action {
    float: right;
    background: #d63638 !important;
    color: #fff !important;
    text-transform: uppercase;
    border: 0 !important;
    padding: 10px 15px !important;
    display: inline-block;
    box-shadow: none !important;
}
.customer-list-inner a {
    color: #000;
}
.edit_customer_list_modal input[type="text"], .edit_customer_list_modal input[type="number"],
.edit_customer_modal select {
    width: 100%;
    border-color: #ccc;
    height: 40px;
    background: #eee;
    font-size: 16px;
    padding: 10px 13px;
}
.new_group_header h2 {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    font-weight: 700;
}
.new_group_footer button {
    background: #449819;
    color: #fff;
    text-transform: uppercase;
    border: 0 !important;
    padding: 10px 20px;
    display: inline-block;
    box-shadow: none !important;
    font-weight: 600;
    letter-spacing: 0.05rem;
    font-size: 16px;
}
.edit_customer_list_modal label,
.edit_customer_modal label{
    font-weight: 600;
    font-size: 16px;
    color: #000;
        margin-bottom: 10px !important;
}
.edit_customer_list_modal .new_group_field {
    margin-bottom: 15px;
}
.edit_customer_list_modal input[type="text"], .edit_customer_list_modal input[type="number"],
.edit_customer_modal select {
    width: 100%;
    border-color: #e8e8e8;
    height: 40px;
    background: #f5f5f5;
    font-size: 16px;
    padding: 2px 13px;
}
.edit_customer_list_modal .customer-form-fields {
    display: flex;
    align-items: center;
}
.customer-list-inner a:focus,
.uploaded-file-view a:focus {
    box-shadow: none !important;
}
.customer-data {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
    background: #000;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.5s all ease;
    color: #fff;
    padding: 10px 15px;
}
.customer-list-inner .customer-list-child {
    display: inline-block;
    /* margin-left: 12px; */
    padding: 0px 15px 0 10px;
}
.customer-list-data {
    display: flex;
    flex-wrap: wrap;
}
.customer-list-data-child {
    flex: 100%;
    max-width: 100%;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.customer-list-item.active .cs-toggle i {
    transform: rotate(180deg);
}
.customer-list-data .cs-list-addr,
.customer-list-data .cs-list-extra {
    position: relative;
    /* padding-right: 12px; */
}
.customer-list-data .cs-list-addr:after,
.customer-list-data .cs-list-extra:after {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 1px;
    height: 39px;
    background: #ccc;
}
/***/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload_file {
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    background: #2271b1;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
form.add_customer_form label {
    font-weight: 600;
    max-width: 150px;
    min-width: 150px;
    display: inline-block;
    color: #000;
}
form.add_customer_form .cs-form-field:not(.upload_file){
    background: transparent;
    border: 0;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
    margin: 0;
    max-width: 200px;
    width: 100%;
    padding: 3px 0;
    height: 35px;
    font-size: 13px;
    outline: 0;
    color: #000;
    box-shadow: none;
}
form.add_customer_form .customer-list-repeater-left {
    background: #fff;
    display: inline-block;
    padding: 10px 25px 25px;
    margin-top: 20px;
    max-width: 357px;
    border: solid 1px #ccc;
    min-width: 357px;
}
form.add_customer_form .customer-list-repeater-left .customer-form-fields {
    display: flex;
    align-items: center;
}
form.add_customer_form .customer-form-fields {
    margin-top: 15px;
}
.customer-list-repeater-item {
    display: flex;
    align-items: center;
}
.customer-list-repeater-item .customer-list-repeater-right i {
    margin-left: 15px;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 28px;
    background: #48c348;
    text-align: center;
    border-radius: 50px;
}
.customer-list-repeater-item .customer-list-repeater-right .delete-list {
    background: #d63638;
}
form.add_customer_form .save_cs_list {
    background: #d63638 !important;
    color: #fff !important;
    text-transform: uppercase;
    border: 0;
    padding: 9px 25px;
    display: inline-block;
        cursor: pointer;
    line-height: 1;
    font-weight: 600;
}
form.add_customer_form .select2-selection--single {
    border: 0;
    background: transparent;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
    padding: 0;
}
form.add_customer_form .select2-selection--single > span {
    padding: 0 !important;
}
.uploaded-file-view img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.edit_customer_modal,
.edit_customer_list_modal{
    display: none;
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.add_new_group_inner {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: 20%;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
    transform: translate(0,0);
}
.add_new_group_content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
}
.new_group_header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}
.new_group_header h2 {
    margin: 0;
    line-height: 1.42857143;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    outline: none;
}
.new_group_body {
    position: relative;
    padding: 15px;
}
.new_group_field {
    margin-bottom: 10px;
}
.new_group_field label {
    display: block;
    margin-bottom: 5px;
}
.new_group_field select {
    width: 100%;
    max-width: 100%;
}
.new_group_footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.group_btn {
    display: inline-block;
    margin: 2px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 2px 6px;
    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;
    outline: none;
}
.group_btn_default {
    color: #fff;
    background-color: #e26663;
}
.customer-list-repeater {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.customer-list-repeater-item {
    flex: 50%;
    max-width: 50%;
}
.customer-list-child.cs-list-edit, 
.customer-list-child.cs-list-delete {
    cursor: pointer;
}