.section_items_col{
    max-height: 500px;
    overflow: auto;
}
.feedback_page_container{
	min-height:400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feedback-div img {
	/*width: 150px;*/
	display: block;
	margin: 0 auto 30px auto;
}
.smileys_list ul{
	list-style: none; 
	display: inline-flex;
	cursor: pointer;
	padding: 5px;
	margin-bottom: 0;
}
.smileys_list ul li{
	width: 30px;
	height: 30px;
	background :url(../images/rating_emoji1.png) no-repeat;
}
/*.smileys_list ul li:hover{width: 30px; height: 30px; background :url(../images/rating_emoji.png) no-repeat;}*/
.smileys_list ul li.selected,
.smileys_list ul li.selected2{
	width: 30px;
	height: 30px;
	background :url(../images/rating_emoji.png) no-repeat;
}

.smileys_list ul li.s1{
	background-position:0px;
	margin-right : 10px;
}
.smileys_list ul li.s2{
	background-position:-30px;
	margin-right : 10px;
}
.smileys_list ul li.s3{
	background-position:-60px;
	margin-right : 10px;
}
.smileys_list ul li.s4{
	background-position:-90px;
	margin-right : 10px;
}
.smileys_list ul li.s5{
	background-position:-120px;
}

.numbers_list ul{
	list-style: none;
	display: inline-flex;
	cursor: pointer;
	padding: 5px;
	margin-bottom: 0;
}
.numbers_list ul li{
	padding: 1px 5px;
	margin-right: 5px;
}
.num_btn{
	background-color: #dce6ec;
    color: #486979;
    border: 1px solid #8abbd4;
	opacity:.5;
	font-weight: bold;
}
.num_btn.selected{
	background-color: #dce6ec;
    color: #486979;
    border: 1px solid #8abbd4;
	opacity:1;
	font-weight: bold;
} 
.num_btn.selected2{
	background-color: #dce6ec;
    color: #486979;
    border: 1px solid #8abbd4;
	opacity:1;
	font-weight: bold;
}
.feedback_area{
	min-height : 100px;
	max-height : 120px;
}
#feedback_text_modal{
	overflow-wrap:break-word;
	word-break : break-word;
	overflow-y: auto;
	max-height: 300px;
}
#del_holiday{
    float: right;
    margin-top: 4px;
}
#delivery_instructions{
	min-height: 100px;
    max-height: 100px;
}
#orders_notes{
	min-height: 100px;
    max-height: 100px;
}
.blue-heading {
    color: #0491C6;
}
.irr_sec_name{
	margin-right:4px;
}
.delete_on_click {
    position: absolute;
    right: 12px;
    color: red;
    top: -10px;
}
.delete_on_click:hover {
	cursor: pointer;
}
.order_btn{
	background: #00AEEF;
    border: 1px solid #0491C6;
    color: #fff;
    border-radius: 4px;
    float: right;
}
.order_btn:hover{
	color: white;
    opacity: 0.8;
}
.customer-table tr td a.limit_link{
	color: #18bdc7;
    cursor: pointer;
    font-weight: 600;
}
.angle-dropdown .dropdown-item.active span, .angle-dropdown .dropdown-item:active span{
	color: #212529;
}
/*.add-all-selected-sections-to-cart{
	float:right;
}*/
.undo_recommendation{
	padding: 3px 10px;
    color: white;
}
div.dropdown-menu{
	z-index:998;
}
/*.quantity-input.custom-length-input{
	padding-left: 8px;
    margin-left: 5px;
}*/
.bootstrap-timepicker-widget table td input {
	font-size: 10px;
}
.ride_started_row td{
	border-top:0px;
}
input[type=file] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img_cont{
	border: 1px solid #eee;
    padding: 5px;
    /* margin: 0 auto; */
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_cont_inner{
	width: 100%;
    object-fit: contain;
    max-height: 170px;
}
.remove_setting,#add_setting{
	padding: 5px 10px;
}
.create_txn_btn .card-header{
	display: inline-block;
    width: 100%;
}
.create_txn_btn .shipping-head{
	display: inline-block;
}
.create_txn_btn #create_manual_txn{
	float: right;
}
.payment_total{
	font-weight:bold;
}
input[type=checkbox]:disabled{
	cursor:not-allowed;           	
}
.btn.pay_orders_in_part{
	padding: 5px 10px;
}
#pay_orders_in_full{
	margin-right:5px;
}
.form-group .toggleWrapper.no_margin {
    margin-top: 0px;
}

.popup {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    max-width: 200px;
    word-wrap: break-word;
  }
  
  .popup::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
  }
  
  .popup::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  
  

.invoice-filter,.payment-filter {
    background: #F1F5F6;
    border: 1px solid #C3CDD2;
    border-radius: 3px;
    padding: 15px 10px;
    margin-top: 10px;
}
.unpaid-span {
	color: #721c24;
	background: #f8d7da;
	border-radius: 20px;
	padding: 3px 5px;
	text-align: center;
	border: 1px #f5c6cb;
}
.pay_options{
	margin-left: 5px;
}
.toggleWrapper input.mobileToggle.hidden:checked + label:before {
    background: #dc3545;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    border-color: #dc3545;
}
.toggleWrapper input.mobileToggle.hidden:checked + label:after {
    left: 18px;
    background: white;
}
.order_cancel_btn_action {
	float: right;
    font-size: 14px;
    /* margin-top: 10px; */
    /* margin-left: 5px; */
}
.cancel-btn-div .theme-btn {
    margin-right:10px;
}
.cancel-process-div{
	color: #721c24;
    background: #f8d7da;
    border-radius: 20px;
    padding: 3px 5px;
    text-align: center;
    white-space: nowrap;
    border: #f5c6cb;
}
.error_item{
	background-color: #eeeeee70;
}
.error_item_tr{
	background-color: #eeeeee70;
}
.error_item_tr td{
	border-top: 0px;
    padding: 10px;
}
.error_cont{
	display: inline-block;
    border-radius: 2px;
    border: 2px solid red;
    padding: 5px;
    background-color: white;
}
a.click_link{
    color: #0c5460;
    font-weight: bold;
}
.login_prompt{
    padding: 7px;
}
.float_right{
	float:right;
}
.verify_prompt{
	font-size: 14px;
	padding: 7px;
}
.credit_alert{
    margin-top: 5px;
    padding: 5px 12px;
    font-size: 13px;
}
.checkout_details_cont {
	text-transform: initial;
	font-weight: normal;
	display: inline-block;
	float: right;
	cursor: pointer;
	background: #67ae3d;
	color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
}
.checkout_details_cont:hover{
	text-decoration:underline;
}
.total-shipping-div {
    margin-bottom: 10px;
}
i.normal_font{
	font-weight:normal;
}
h4.order-head{
	margin-top:0px;
}
.remove-option{
	cursor:pointer;
}
.section-split-2 {
    border-top: 1px solid #C3CDD2;
}
.delivery-link:hover{
    color:black;
}
.verify-login-box-body{
    min-height:350px;
}
.front_login_form{
    text-align:center;
}
.customer_links{
    font-size: 12px;
    margin-left: 10px;
    color: #000;
    text-transform: uppercase;
    margin-top: 5px;
}
.customer_links a{
    color:black;
}
/*.verify-div{*/
/*    width: 300px;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    margin-top: 30px;*/
/*    border: 1px solid #eee;*/
/*    padding: 20px;*/
/*}*/
.login-title-background {
    background-color: #29a6da;
    color: white;
}
.login-title-background b{
    color: white;
}
.login-form.login_wrap {
    padding: 30px 50px;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 40px;
    border: solid 2px #29a6da;
	width:100%;
}
#adminloginform label{
	color:black;
}
.login-form .btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    border: 0px;
    min-width: 150px !important;
	background-color: #29a6da;
    color: white;
}
.append_to{
    margin-top:20px;
}
#add_postcode{
    margin-top:8px;
}
div.uk-notification{
   z-index:9999; 
}
.toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
}
.toggleWrapper input.mobileToggle:checked + label:before {
    background: #35bf64;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    border-color: #35bf64;
}
.toggleWrapper input.mobileToggle + label:before {
    content: "";
    position: absolute;
    display: block;
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 20px;
    width: 35px;
    top: 0;
    left: 0;
    border-radius: 30px;
    border: 1px solid grey;
}
.toggleWrapper input.mobileToggle:checked + label:after {
    left: 18px;
    background: white;
}
.toggleWrapper input.mobileToggle + label:after {
    content: "";
    position: absolute;
    display: block;
    box-shadow: none;
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: #000;
    height: 13px;
    width: 13px;
    top: 3px;
    left: 4px;
    border-radius: 60px;
}
input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}
.toggleWrapper label + span {
    vertical-align: top;
    margin-left: 25px;
    font-weight: 400;
}
/*.cancel_btn_action{*/
/*	float: right;*/
/*    margin-right: 10px;*/
/*}*/
.required_star{
	color:red;
}
.positionTop{
    margin-top: 39px;
}
.select-operators{
    padding-left:5px;
}
.modal-width{
    width:1238px;
}
.modal-margin{
    margin-left: 64px;
    margin-top:60px;
}   
.toggle_div {
	background: #fff;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0px 10px 66px rgba(255, 255, 255, 0.42);
	max-width: 500px;
    margin: 0 auto;
}
.table-margin{
    overflow:hidden;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
}
.pagination_counter.pagination_pageNumber{
    margin-bottom: 1rem !important;
}
#staffloginform label {
    color: black;
}
.cancel_btn_css{
    float: right!important;
    margin-right: 10px!important;
}
.staff-order-head{
    display: inline-block;
}
.barcode_cont{
    display: inline-block;
    float: right;
}
.barcode{
    font-size:12px;
}
.billing_addr{
	margin-right:5px;
}
#PayInFull .pay_options {
    margin-left: 0px;
}
.order-alert{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

div#div_down_price {
    display: inline-block;
    float:right;
    background: #68AE3E;
    border: 1px solid #478024;
    border-radius:6px;
    color: #fff;
}
h4#stock_text {
    display: inline-block;
}
p#down_price_text {
    padding: 8px;
    padding-bottom: -3px;
    margin: 0px;
}
.status_head
{
    color: #20a520;
}
.heading-option-btn-div,.form_btns_holder
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.status_change
{
    margin-right: 10px;
}
.top_bar_holder
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.top_bar_holder input
{
    height: auto;
}
.fset_c select, .fset_c input
{
    width: 100%;
}
.fset_c .checkbox
{
    width: auto;
}
.fset_c2 select, .fset_c2 input
{
    width: 90%;
}
.fset_c2
{
    margin-bottom: 10px;
}
.announcement_ptag_class{
    word-wrap: break-word;
}
/*29-11-2023*/
.deleteButton{
    border: none;
 background: none;
 font-size: 18px;
 margin-top: 6px;
 cursor: pointer !important;
}
/* --------------------------admin-orders-postcodes */

.postcode_input_admin {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: 100%; 
    box-sizing: border-box; 
}
.suggestions-box {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    position: absolute; 
    z-index: 1000; 
    max-height: 200px; 
    overflow-y: auto; 
    width: calc(100% - 2px); 
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s; 
}

.suggestion-item:hover {
    background: #f0f0f0; 
}
/* .error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
} */

/* Optional: Hide suggestions by default */
.suggestions-box[style*="display: none"] {
    display: none; 
}	
/* -------------customer checkout postcode */
.postcode_class,
.postcode_class_split {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: 100%; 
    box-sizing: border-box; 
}

.suggestions-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    position: absolute; 
    z-index: 1000; 
    max-height: 200px; 
    overflow-y: auto; 
    width: calc(100% - 2px);
    display: none; 
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s;
}
.suggestion-item:hover {
    background: #f0f0f0;
}
.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}
/* ----------- */

.suggestions-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    position: absolute; 
    z-index: 1000;
    max-height: 200px; 
    overflow-y: auto; 
    width: calc(100% - 2px); 
    display: none; 
}
.suggestion-item {
    padding: 10px;
    cursor: pointer; 
    transition: background 0.3s; 
}
.suggestion-item:hover {
    background: #f0f0f0; 
}
.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}
.dis_del_date{
    display: flex;
    flex-direction: column;
    row-gap: 9px;
}
.asap-badge{
    max-width: 52px !important;
}
.cursor-css {
    cursor: pointer;
}

.customer-stats-page .customer-stats-heading {
	padding: 18px 20px;
	border-radius: 6px;
}
.customer-stats-page .customer-stats-title {
	font-size: 24px;
	font-weight: 600;
	color: #111827;
	line-height: 1.2;
}
.customer-stats-page .customer-stats-subtitle {
	font-size: 14px;
	color: #6b7280;
	margin-top: 4px;
	font-weight: 400;
}
.customer-stats-page .customer-stats-filter-card,
.customer-stats-page .customer-stats-results-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 22px 24px;
	margin-top: 12px;
}
.customer-stats-page .customer-stats-label {
	font-size: 14px;
	font-weight: 600;
	color: #111827;
	margin-bottom: 8px;
}
.customer-stats-page .customer-stats-field {
	margin-bottom: 16px;
}
.customer-stats-page .customer-stats-select-wrap {
	position: relative;
}
.customer-stats-page .customer-stats-select-wrap .select2-container {
	width: 100% !important;
}
.customer-stats-page .customer-stats-select-wrap .select2-container--default .select2-selection--multiple {
	min-height: 42px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 4px 36px 4px 10px;
	background: #fff;
}
.customer-stats-page .customer-stats-select-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #00AEEF;
}
.customer-stats-page .customer-stats-select-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
	display: none !important;
}
.customer-stats-page .customer-stats-select-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
	margin: 0;
}
.customer-stats-page .customer-stats-select-wrap .select2-container--default .select2-selection--multiple .select2-search__field {
	margin-top: 5px;
	width: 100% !important;
	font-size: 14px;
	color: #374151;
}
.customer-stats-page .customer-stats-select-wrap .select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
	color: #9ca3af;
}
.customer-stats-page .customer-stats-select-chevron {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
	pointer-events: none;
	z-index: 2;
	font-size: 12px;
}
.customer-stats-page .customer-stats-selection-box {
	background: #f0f9ff;
	border: 1px solid #bae6fd;
	border-radius: 8px;
	padding: 14px 16px;
	margin-top: 12px;
}
.customer-stats-page .customer-stats-selection-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}
.customer-stats-page .customer-stats-selection-head-left {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.customer-stats-page .customer-stats-selection-icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #00AEEF;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
}
.customer-stats-page .customer-stats-selection-count {
	font-size: 15px;
	font-weight: 600;
	color: #111827;
}
.customer-stats-page .customer-stats-selection-toolbar {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}
.customer-stats-page .customer-stats-action-btn {
	background: #fff;
	border: 1px solid #d1d5db;
	color: #374151;
	border-radius: 6px;
	padding: 4px 12px;
	font-size: 13px;
}
.customer-stats-page .customer-stats-action-btn:hover {
	background: #f9fafb;
	border-color: #9ca3af;
	color: #111827;
}
.customer-stats-page .customer-stats-selection-empty {
	background: #f9fafb;
	border: 1px dashed #d1d5db;
	border-radius: 8px;
	padding: 14px 16px;
	margin-top: 12px;
	font-size: 14px;
	color: #6b7280;
}
.customer-stats-page .customer-stats-help-text {
	font-size: 13px;
	color: #9ca3af;
	font-style: italic;
	margin: 10px 0 0;
}
.customer-stats-page .customer-stats-tags .customer-stats-tag {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 4px 10px;
	margin: 0 8px 8px 0;
	font-size: 13px;
	color: #374151;
	max-width: 100%;
}
.customer-stats-page .customer-stats-tags .customer-stats-tag-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.customer-stats-page .customer-stats-tags .customer-stats-tag-remove {
	border: none;
	background: transparent;
	color: #9ca3af;
	margin-left: 6px;
	padding: 0;
	line-height: 1;
	cursor: pointer;
	font-size: 15px;
}
.customer-stats-page .customer-stats-tags .customer-stats-tag-remove:hover {
	color: #dc3545;
}
.customer-stats-page .customer-stats-more-link {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 500;
	color: #00AEEF;
	cursor: pointer;
	text-decoration: none;
}
.customer-stats-page .customer-stats-more-link:hover {
	color: #0491C6;
	text-decoration: underline;
}
.customer-stats-page .customer-stats-date-panel {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 18px;
	height: 100%;
}
.customer-stats-page .customer-stats-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}
.customer-stats-page .customer-stats-radio .form-check-label {
	font-size: 14px;
	color: #374151;
}
.customer-stats-page .customer-stats-date-input .input-group-text {
	background: #fff;
	border-color: #d1d5db;
	color: #9ca3af;
	border-right: 0;
}
.customer-stats-page .customer-stats-date-input .form-control {
	border-left: 0;
	border-color: #d1d5db;
	font-size: 14px;
}
.customer-stats-page .customer-stats-date-input .form-control:focus {
	border-color: #d1d5db;
}
.customer-stats-page .customer-stats-run-wrap {
	margin-bottom: 0;
	margin-top: 8px;
}
.customer-stats-page .customer-stats-run-btn {
	padding: 12px 20px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.customer-stats-page .customer-stats-run-btn .fa-play {
	font-size: 12px;
}
.customer-stats-page .customer-stats-results-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e7eb;
}
.customer-stats-page .customer-stats-results-title {
	font-size: 18px;
	font-weight: 600;
	color: #111827;
	display: flex;
	align-items: center;
	gap: 8px;
}
.customer-stats-page .customer-stats-results-icon {
	color: #00AEEF;
	font-size: 16px;
}
.customer-stats-page .customer-stats-results-subtitle {
	font-size: 13px;
	color: #6b7280;
	margin-top: 4px;
}
.customer-stats-page .customer-stats-export-btn {
	background: #fff;
	border: 1px solid #d1d5db;
	color: #374151;
	border-radius: 6px;
	padding: 7px 14px;
	font-size: 13px;
}
.customer-stats-page .customer-stats-export-btn:hover:not(:disabled) {
	background: #f9fafb;
	border-color: #9ca3af;
}
.customer-stats-page .customer-stats-export-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}
.customer-stats-page .customer-stats-table-wrap {
	margin-top: 4px;
}
.customer-stats-page #customer_stats_list thead th.sorting a {
	color: #111827;
	text-decoration: none;
	white-space: nowrap;
}
.customer-stats-page #customer_stats_list thead th.sorting a:hover {
	color: #00AEEF;
}
.customer-stats-page #customer_stats_list thead th.sorting a i {
	margin-left: 4px;
	color: #9ca3af;
}
@media (max-width: 991px) {
	.customer-stats-page .customer-stats-date-panel {
		margin-top: 8px;
	}
}
.customer-stats-modal .customer-stats-modal-header {
	padding: 20px 24px 16px;
	border-bottom: 1px solid #e5e7eb;
	align-items: flex-start;
}
.customer-stats-modal .customer-stats-modal-header .modal-title {
	font-size: 20px;
	font-weight: 600;
	color: #111827;
	margin-bottom: 6px;
}
.customer-stats-modal .customer-stats-modal-subtitle {
	font-size: 13px;
	color: #6b7280;
}
.customer-stats-modal .customer-stats-modal-body {
	padding: 24px;
}
.customer-stats-modal .customer-stats-modal-count {
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 16px;
}
.customer-stats-modal .customer-stats-modal-tags {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px 18px;
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-content: flex-start;
}
.customer-stats-modal .customer-stats-modal-tags .customer-stats-tag {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border: 1px solid #dbeafe;
	border-radius: 18px;
	padding: 6px 12px;
	margin: 0;
	font-size: 14px;
	max-width: 100%;
}
.customer-stats-modal .customer-stats-modal-tags .customer-stats-tag-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.customer-stats-modal .customer-stats-modal-tags .customer-stats-tag-remove {
	margin-left: 8px;
	font-size: 16px;
}
.customer-stats-modal .customer-stats-modal-footer {
	padding: 14px 24px 20px;
	border-top: 1px solid #e5e7eb;
	background: #fff;
}