@import url('reset-custom.css');
@import url('left-sidebar.css');
@import url('flaticon.css');
@import url('animated.css');


.askto_free {
    background: var(--color-primary);
    background-size: cover;
    display: inline-block;
    color: #fff;
    padding: 10px 13px;
    border-radius: 5px;
    position: fixed;
    right: -60px;
    top: 50%;
    z-index: 999;
    transform: rotate(90deg);
    transition: all 0.4s ease-in-out;
}
.askto_free:hover, .askto_free:focus {
	background-color: #303f9f;
}
.askto_free a, .askto_free a:hover, .askto_free a:focus {
	color: #fff;
}
 .modal-open .modal {
	padding-left: 0 !important;
}
.card__panel,
.revenue_item,
.rp_main_chart_wrapper {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}
.card_header {
	background-color: var(--color-header);
	padding: 12px 20px;
	margin-bottom: 0px;
	border: none;
	line-height: 26px;
	text-transform: capitalize;
	border-bottom: 1px solid #e4e4e4;
	border-radius: 8px 8px 0 0;
}
.card_header_pa {
	border-radius: 8px !important;
}
.card_body {
	padding: 20px;
}
.wait_wrapper {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 25%;
}
/*Install App*/

.wlcom_content p {
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 14px;
}
.import_data p {
	margin-bottom: 15px;
}
.start_now {
	margin-top: 25px;
}
.import_data .start_now {
	margin-top: 0;
}
.cost_contnet {
	padding-top: 8px;
}
/* star Slider*/

.star_slider .show-input {
	margin-right: 160px;
	width: auto;
}
.star_slider {
	width: 100%;
	height: 6px;
	margin: 16px 0;
	background-color: var(--color-text);
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}
.star_slider_bar {
	height: 6px;
	background-color: var(--color-link);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position: absolute;
}
.star_slider_wrap {
	height: 36px;
	width: 36px;
	position: absolute;
	z-index: 1001;
	top: -15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: transparent;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: normal;
}
.star_slider_wrap .star_tooltip,
.star_slider_wrap:after {
	display: inline-block;
	vertical-align: middle;
}
.star_slider_btn {
	width: 16px;
	height: 16px;
	border: 2px solid var(--color-link);
	background-color: var(--color-link);
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.star_slider_wrap .star_tooltip,
.star_slider_wrap:after {
	display: inline-block;
	vertical-align: middle;
}
.star_slider_wrap:after {
	content: "";
	height: 100%;
}
/* // star Slider*/

.star_group {
	width: 100%;
	margin-right: 14px;
}
.star_group input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #e4e4e4;
	height: 5px;
}
.star_group input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: var(--color-primary);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	transition: .3s ease-in-out;
	margin-top: -8px;
}
.star_group input[type=range]::-webkit-slider-thumb:focus {
	outline: none !important;
	box-shadow: none !important;
}
.star_group input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	background-color: var(--color-primary);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	transition: .3s ease-in-out;
	margin-top: -8px;
}
.star_group input[type=range]::-moz-range-thumb:focus {
	outline: none !important;
	box-shadow: none !important;
}
.ele_per_groups {
	width: 100%;
	display: inline-block;
	color: #2a2f5b;
}
.eleper_groups {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	font-weight: 400;
	font-size: 20px;
}
.eleper_groups .eleper_icn {
	margin-left: 5px;
}
.eleper_lft {
	float: left;
}
.eleper_rft {
	float: right;
}
.goods_sold_range .range_group {
	display: block;
	margin-top: 15px;
}
.goods_sold_range .num_qty_cogs {
	padding-left: 20px;
}
.goods_sold_range .num_qty .qty_input {
	color: #2a2f5b;
	outline: none;
	border: none;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 15px;
	width: auto;
	display: inline-block;
	padding: 0;
	position: relative;
}
.goods_sold_range .num_qty::after {
    content: "%";
    font-weight: 400;
    position: relative;
    top: 0px;
    z-index: 9;
    font-size: 23px;
    right: 13px;
}
.goods_sold_range .num_qty .qty_input::before {
	position: absolute;
	content: "%";
	color: #000;
}
.goods_sold_range .num_qty .qty_input:hover {
	border-color: #97a3b9;
}
.goods_sold_range .num_qty {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	align-items: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
}
.num_qty {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
}
.num_qty .qty-plus,
.num_qty .qty-minus {
	background: #3f51b5;
	border: 1px solid #3f51b5;
	color: var(--color-white);
	width: 40px;
	height: 33px;
	font-size: 10px;
	padding: 0 14px;
	margin: 0px -4px;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 99;
}
.num_qty .qty-plus:hover,
.num_qty .qty-minus:hover {
	color: var(--color-white);
	background: #303f9f;
	border-color: #303f9f;
}
.num_qty .qty-plus {
	border-radius: 0 4px 4px 0;
}
.num_qty .qty-minus {
	border-radius: 4px 0 0 4px;
}
.num_qty .qty_input::-webkit-outer-spin-button,
.num_qty .qty_input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.num_qty .qty_input[type=number] {
	-moz-appearance: textfield;
}
.num_qty .qty_input {
	height: 33px;
	padding: 0 15px;
	color: #596882;
	max-width: 70px;
	outline: none;
	border: solid #d1d4d9;
	border-width: 1px 0 1px 0;
	background-color: transparent;
	border-radius: 0;
	text-align: center;
	font-weight: 400;
	line-height: 35px;
}
.num_qty .qty_input:hover {
  border-color: #97a3b9;
}
.transaction_fees .cost_contnet {
	padding-top: 0;
}
.reve__spends_icn i {
	font-size: 33px;
	color: #535353;
}
.transaction_fees .ele_frm:last-child {
	margin-bottom: 5px;
}
.ele_frm {
	margin-bottom: 25px;
}
.ele_frm_item {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
.fees_input_grup {
	display: inline-table;
}
.fees_input_prepend,
.fees_input_append {
	background-color: #e3e7ed;
	color: #596882;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	border: 1px solid #e2e8f5;
	padding: 0px 20px;
	width: 1px;
	white-space: nowrap;
}
.ele_frm label {
	margin-bottom: 15px;
	font-weight: 400;
}
.transaction_fees form {
	margin-top: 10px;
}
.transaction_fees .card__panel,
.transaction_fees .card__panel .card_body {
	float: left;
	width: 100%;
}
.fees_group1 .mod-fees_input,
.fees_group2 .mod-fees_input,
.fees_group3 .mod-fees_input {
	border-radius: 4px 0 0 4px;
	color: #596882;
}
.fees_group1 .fees_input_append .fees_group2 .fees_input_append,
.fees_group3 .fees_input_append {
	border-radius: 0px 4px 4px 0px;
	border-left: none;
	color: #596882;
	font-weight: 400;
	font-size: 13px;
}
.fees_input_append::before,
.fees_input_prepend::before {
	position: absolute;
	content: "";
	right: -32px;
	top: 0;
	border-style: solid;
	border-width: 19px;
	border-color: transparent;
	border-left-color: #e3e7ed;
}
.fees_plus_icn {
	font-size: 11px;
}
.fees_group1 {
	width: 22%;
}
.fees_group2 {
	width: 18%;
}
.fees_group3 {
	width: 50%;
}
.fees__Page .transaction_fees P {
	margin-bottom: 0;
}
.fees__Page .transaction_fees form {
	margin-top: 0;
}
/* // Install App*/

/* analytics */

.analytics_contnet {
	float: left;
	width: 100%;
}
.revenue_title {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.revenue_item {
	margin-bottom: 20px;
}
.revenue__overview .revenue_item h6 {
	margin-bottom: 0;
	font-weight: 400;
	padding: 8px 22px;
	border-top: 1px solid #f7f7f7;
	color: #fff;
}
.revenue__overview .reve__primary h6 {
	background-color: #3f51b5;
}
.revenue__overview .reve__success h6 {
	background-color: #4caf50;
}
.revenue__overview .reve__success .doller_revenue {
	color: #4caf50;
}
.revenue__overview .reve__info h6 {
	background-color: #2196f3;
}
.revenue__overview .reve__info .doller_revenue {
	color: #2196f3;
}
.revenue__overview .reve__dangerlight h6 {
	background-color: #e91e63;
}
.revenue__overview .reve__dangerlight .doller_revenue {
	color: #e91e63;
}
.revenue__overview .total_revenue,
.orders__summary .total_revenue {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	padding: 15px 20px;
}
.orders__summary .total_revenue {
	padding: 0;
}
.summary_icn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.summaryele1 {
	color: #285cf7;
	background-color: #d9e8fe;
}
.summaryele2 {
	background-color: #fee5f1;
	color: #f10075;
}
.summaryele3 {
	color: #00cccc;
	background-color: #d2f5f5;
}
.summaryele4 {
	background-color: #e1defe;
	color: #673ab7;
}
.revenue__overview .total_over_icn {
	font-size: 30px;
	color: #535353;
}
.doller_revenue {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	color: #3f51b5;
}
.pretence_num {
	font-weight: 400;
	margin-left: 5px;
}
.orders__summary .revenue_item {
	padding: 15px 20px;
}
.spend__detils .h6_title {
	margin-top: -7px;
}
.tbl_cst .VueTables__sort-icon {
	margin-top: 4px;
}
.estimed_block .save_changes {
	margin-top: 15px;
}
.cst__spends--here .estimate_show {
	padding: 0 15px 0 0;
}
.cst__spends--here .select_mod .multiselect__tags {
	width: 150px;
}
.cst__spends--here .btn_newcst .primary_btn {
	margin-top: -22px;
	display: inline-block;
}
.order_history {
	float: left;
	width: 100%;
}
.tbl_cst label {
	font-size: 13px;
}
.tbl_cst .dataTables_length {
	float: left;
}
.tbl_cst .dataTables_filter {
	float: right;
}
.tbl_cst table {
	padding-top: 15px;
	white-space: nowrap;
	width: 100%;
}
.tbl_cst table .dataTables_wrapper {
	font-size: 13px;
}
.tbl_cst .dataTables_length select {
	padding: 5px 7px;
	border-radius: 4px;
	height: 35px;
	background-color: var(--color-header);
	border-color: var(--color-text);
	color: var(--color-text);
}
.tbl_cst .dataTables_filter input {
	border-radius: 4px;
	height: 35px;
	padding: 5px 7px;
	background-color: var(--color-header);
	border: 1px solid var(--color-text);
	color: var(--color-text);
}
.tbl_cst table thead {
	color: var(--color-text);
	background-color: var(--color-rgb-100);
}
.tbl_cst table thead tr th {
	border-bottom: none;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 14px;
}
.tbl_cst table tbody tr td {
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
	font-size: 13px;
	color: #596882;
}
.tbl_cst table tbody tr td.dataTables_empty {
	font-size: 14px;
	font-weight: 400;
}
.tbl_cst {
	border: none;
	padding-bottom: 5px;
}
.tbl_cst table tbody tr:nth-child(even) {
	background-color: var(--color-rgb-100);
}
.tbl_cst div.dataTables_wrapper div.dataTables_info {
	font-size: 13px;
	font-weight: 400;
	float: left;
	margin-top: 15px;
}
.tbl_cst div.dataTables_wrapper div.dataTables_paginate,
.pagination_cst {
	float: right;
	margin-top: 15px;
}
.pagination_cst {
	margin-top: 0;
}
.tbl_cst .dataTables_wrapper .paginate_button.disabled,
.pagination_cst .disabled a {
	opacity: 0.6;
	cursor: inherit;
}
.tbl_cst .dataTables_wrapper .paginate_button.next,
.tbl_cst .dataTables_wrapper .paginate_button.previous,
.pagination_cst .previous_stp a,
.pagination_cst .next_stp a {
	border-color: transparent;
	background-color: var(--color-white-200);
}
.tbl_cst .dataTables_wrapper .paginate_button.next:hover,
.tbl_cst .dataTables_wrapper .paginate_button.previous:hover,
.pagination_cst .previous_stp a:hover,
.pagination_cst .next_stp a:hover {
	background-color: var(--color-white-100);
}
.tbl_cst .dataTables_wrapper .paginate_button,
.pagination_cst .pagination a {
	border-radius: 4px;
	padding: 8px 10px;
	color: var(--color-header);
	font-weight: 400;
	cursor: pointer;
	background-color: var(--color-white);
	border: 1px solid var(--color-white-100);
	margin: 0 3px;
}
.tbl_cst .dataTables_wrapper .paginate_button.current,
.pagination_cst .pagination .active a {
	color: var(--color-white);
	background-color: var(--color-link);
	border-color: var(--color-link);
	cursor: pointer;
}
.tbl_cst table.dataTable thead .sorting:after,
.tbl_cst table.dataTable thead .sorting_asc:after,
.tbl_cst table.dataTable thead .sorting_desc:after,
.tbl_cst table.dataTable thead .sorting_asc_disabled:after,
.tbl_cst table.dataTable thead .sorting_desc_disabled:after {
	bottom: 15px;
}
.tbl_cst table.dataTable thead .sorting_asc:after,
.tbl_cst table.dataTable thead .sorting:after,
.tbl_cst table.dataTable thead .sorting_desc:after {
	float: right;
	font-family: fontawesome;
}
.tbl_cst table.dataTable thead .sorting_asc:after {
	content: "\f0de";
}
.tbl_cst table.dataTable thead .sorting:after {
	content: "\f0dc";
}
.tbl_cst table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
}
.no_data {
	color: var(--color-text);
	text-align: center;
	padding: 15px;
	border: 1px solid var(--color-text);
	float: left;
	width: 100%;
}
/* //  analytics */

/* Product Anatytics */

.tb_product .nav-tabs {
	border-bottom: 1px solid #d1d4d9;
	margin-bottom: 20px;
}
.tb_product .nav-tabs li.active a,
.tb_product .nav-tabs li.active a:hover,
.tb_product .nav-tabs li.active a:focus {
	color: var(--color-link);
	font-weight: 500;
	background-color: transparent;
	border: 2px solid var(--color-link);
	border-width: 0 0 2px 0;
}
.tb_product .nav-tabs li a {
	border-radius: 0;
	border: 2px solid transparent;
	border-width: 0 0 2px 0;
	font-size: 14px;
	color: var(--color-text);
	padding: 0.6rem 10px;
	font-weight: 400;
}
.tb_product .nav-tabs li a:hover,
.tb_product .nav-tabs li a:focus {
	background-color: transparent;
}
.tb_product .card__panel,
.tb_product .card_body {
	float: left;
	width: 100%;
}
.setup_tb_item {
	padding: 20px;
	border: 1px solid var(--color-primary-btn);
	margin-top: 20px;
	border-radius: 4px;
	text-align: center;
	background-color: var(--color-primary-btn);
	box-shadow: 0 0px 3px var(--color-text);
	word-break: break-all;
}
.setup_tb_item:last-child {
	margin-bottom: 0;
}
.setup_tb_item .h5_title {
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: 500;
}
.setup_tb_icn .setup_title {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	margin: 0 auto 15px;
	border: 1px solid var(--color-link);
	background-color: var(--color-link);
	border-radius: 50%;
	text-align: center;
	color: var(--color-white);
}
.setup_tb h5 {
	margin-bottom: 4px;
}
.connect_ac {
	margin-top: 25px;
	border-top: 1px solid #d1d4d9;
	padding-top: 20px;
	float: left;
	width: 100%;
}
.Help_tb_item {
	padding: 15px 0;
	border-bottom: 1px solid #d1d4d9;
}
.Help_tb_item p {
	line-height: 24px;
}
.Help_tb_item h5 {
	margin-bottom: 4px;
}
.Help_tb .Help_tb_item:first-child {
	padding-top: 0;
}
.Help_tb .Help_tb_item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.Help_tb_list li {
	margin-top: 10px;
}
.Help_tb_list {
	list-style: decimal;
	padding-left: 15px;
}
/* // Product Anatytics */

.cogs_term .toggle_switch {
	margin: 0px 0 20px;
}
.hr__line {
	border-top: 1px solid #d1d4d9;
	margin: 20px -20px;
}
.fs_content {
	padding: 30px 0;
}
.prft_calcul {
	float: left;
	width: 100%;
}
.product__list .tbl_cst,
.custom_spends .tbl_cst {
	margin-top: 25px;
}
.product__list .order_table .VueTables__search {
	margin-top: -75px;
}
.custom_filter {
	margin-top: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex-box;
	display: -moz-flex-box;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	align-items: flex-end;
	-webkti-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
}
.estimate_show {
	padding: 10px 15px;
}
.frm_btn {
	margin-top: 10px;
}
.btn_group .edit_btn,
.btn_group .delete_btn {
	padding: 4px 15px;
	display: inline-block;
	font-size: 13px;
}
.btn_group .delete_btn {
	margin-left: 5px;
}
.product__list_order {
	margin-top: 30px;
}
.ai_accor_main_wrapper .card {
	background: transparent;
}
.sw_project_accordion_body {
	padding-top: 8px;
	padding-bottom: 10px;
}
.ai_accor_main_wrapper .card-header {
	padding-bottom: 8px !important;
	margin-bottom: 0 !important;
	background-color: #f0f3fa;
	border-bottom: 1px solid #e4e7ef !important;
}
.ai_accor_heading2 {
	margin-top: 5px;
}
input:focus,
textarea:focus,
select:focus {
	background: transparent !important;
}
.rp_cs_popup_header {
	font-size: 18px;
	position: relative;
	padding: 20px;
	box-shadow: 0 3px 12px 0 rgb(0 0 0 / 15%);
}
.rp_cs_popup_header svg {
	position: absolute;
	right: 15px;
	top: 13px;
	fill: var(--color-primary);
	cursor: pointer;
	width: 15px;
	font-weight: 600;
}
.rp_cs_popup_header svg:hover {
	fill: #303f9f;
}
.modal-content {
	background: #fff;
	padding: 0px;
}
.modal-dialog {
	margin: 0 auto !important;
	padding: 0 15px;
}
.rp_cs_popup_body_content {
	padding: 20px;
	height: 400px;
	overflow-y: auto;
}
.addnew__ftr .rp_cs_popup_del_body_content {
	padding: 20px 15px 15px;
}
.addnew__ftr .rp_cs_popup_del_body_content ul {
	padding-top: 0;
}
.rp_cs_popup_del_body_content {
	text-align: center;
	padding: 20px;
}
.rp_cs_popup_del_body_content p {
	font-size: 18px;
	text-align: center;
	float: left;
	width: 100%;
}
.rp_cs_icn_delete {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto 20px;
	background: #f44336;
	color: #fff;
	line-height: 60px;
	font-size: 25px;
}
.rp_cs_popup_del_body_content ul {
	display: inline-block;
	padding: 20px 0 0px;
}
.addnew__ftr {
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 12px 0 rgb(0 0 0 / 15%);
	background-color: #f9f9f9;
}
.rp_cs_popup_del_body_content li {
	float: left;
	margin-left: 10px;
}
.rp_cs_popup_del_body_content li:first-child {
	margin-left: 0;
}
.rp_cs_popup_field {
	margin-bottom: 20px;
}
.rp_cs_popup_field label {
	font-size: 14px;
	font-weight: 400;
}
.rp_cs_popup_field_date {
	margin-bottom: 20px;
}
.rp_cs_popup_field_date p {
	font-size: 14px;
	font-weight: 400;
}
.rp_cs_popup_field_date .b-form-datepicker {
	width: 100%;
	height: 40px !important;
	background: transparent;
	border: 1px solid #d1d4d9;
	color: #596882 !important;
	padding-left: 15px;
	margin-top: 5px;
	border-radius: 4px;
}
.rp_cs_popup_field_date .b-form-datepicker:focus {
	background: transparent !important;
}
.rp_cs_popup_field_date label {
	padding-top: 10px;
	color: #596882 !important;
	font-weight: 300;
	width: auto;
	float: left;
}
.rp_cs_popup_field_date .btn {
	color: #596882 !important;
	width: auto;
	float: left;
}
.rp_cs_popup_g_btn a {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	font-weight: 500;
	float: left;
}
.rp_cs_popup_bot_btn {
	margin-top: 10px;
}
.rp_cs_popup_qty_field label {
	padding-bottom: 5px;
}
.rp_cs_popup_qty_field input {
	margin-top: 0;
}
.rp_profile_cont {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0px;
	text-align: left;
}
.rp_profile_cont label {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}
.rp_profile_cont p {
	font-size: 14px;
	font-weight: 300;
}
.rp_profile_name_circle {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.rp_profile_name_circle p {
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background: var(--color-primary);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-khtml-border-radius: 100%;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	border: 2px solid #fff;
	box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}
.margin-rp {
	padding-top: 15px;
}
.order_table table thead,
.tbl_cst table thead {
	background-color: var(--color-primary);
	color: #fff;
}
.order_table table thead tr th {
	border: 1px solid transparent;
}
.order_table .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: var(--color-header) !important;
}
.order_table .table-striped>tbody>tr:nth-of-type(even),
.cogs_in_table table tbody tr:nth-child(even) {
	background-color: #e9ecef !important;
}
.order_table table {
	background-color: transparent !important;
	min-width: 1020px;
}
.order_table .VueTables__search {
	margin-top: -65px;
}
.order_table .VueTables__search-field input {
	background-color: var(--color-header);
	background-image: none;
	border: 1px solid #d1d4d9;
	box-sizing: border-box;
	color: #596882 !important;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0px 15px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	width: 200px;
	font-weight: 400;
}
.order_table .VueTables__search-field input:hover,
.order_table .VueTables__search-field input:focus {
	border-color: #97a3b9;
}
input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--color-text) !important;
}
input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color-text) !important;
}
input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color-text) !important;
}
input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--color-text) !important;
}
.apexcharts-menu-icon {
	display: none;
}
.order_history--profit .tbl_cst,
.order_history--profit .table-responsive,
.order_history--profit .VueTables--client {
	margin-bottom: 0;
	padding-bottom: 0;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: inherit;
}
.rp_cs_popup_g_btn .custom-checkbox {
	margin-top: 10px;
}
.rp_cs_popup_g_btn .custom-checkbox label {
	padding-left: 10px;
	padding-top: 2px;
	font-weight: 400;
}
.rp_cs_popup_g_btn .custom-checkbox label:before {
	width: 18px;
	height: 18px;
	background: transparent;
	border: 1px solid #96a2b4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.cog_import_btn {
	position: absolute;
	top: 40px;
	right: 30px;
	text-align: right;
}
.loader-btn {
	min-width: 85px;
}
.tf-loader-btn {
	min-width: 132px;
}
.di-loader-btn {
	min-width: 140px;
}
.wl-loader-btn {
	min-width: 105px;
}
.setting-loader-btn {
	min-width: 129px;
}
.gr-loader-btn {
	min-width: 108px;
}
.install_app .active .install_circle span {
	display: none;
}
.install_app .active .install_circle i {
	display: block;
	line-height: 24px;
	color: var(--color-primary);
}
.install_app .active a {
	color: var(--color-primary);
}
.install_app .active .install_circle {
	border: 2px solid var(--color-primary);
}
.btn-spinner {
	width: 16px;
	height: 16px;
}
.rp_cogs_pera p {
	position: relative;
	top: 11px;
	display: none;
}
.expand {
	cursor: pointer;
	width: 20px!important;
}
.cogs_table {
	overflow-x: auto;
}
.inner_th th {
	padding-left: 15px !important;
}
.rp_pa_date {
	padding-left: 0 !important;
}
.rp_pa_date .frm_grup {
	margin-left: 0 !important;
}
.rp_pa_select_day {
	padding-left: 0 !important;
}
.rp_pa_select_day .frm_grup {
	margin-left: 0 !important;
}
.rp_main_chart_wrapper {
	height: 382px;
}
.rp_ap_calender_main_wrapper .card_header {
	border-bottom: 0 !important;
}
.apexcharts-toolbar {
	padding: 6px 9px 2px 6px !important;
}
.apexcharts-toolbar:hover svg {
	fill: #fff !important;
}
.apexcharts-menu {
	text-align: left;
	color: var(--color-text) !important;
	background: var(--color-header) !important;
	border: 1px solid #d1d4d9 !important;
	min-width: 120px !important;
}
.apexcharts-theme-light .apexcharts-menu-item:hover {
	background: transparent !important;
	color: #fff !important;
}
.rp_cog_back_btn button {
	background: transparent;
	color: var(--color-primary);
	font-size: 14px;
	border: 0;
	padding-bottom: 15px;
}
.rp_cog_back_btn button i {
	font-size: 10px;
	position: relative;
	top: -1px;
	left: -2px;
}
.rp_cog_back_btn button:hover {
	color: #303f9f;
}
.cogs_in_table input {
	margin-top: 0 !important;
}
.VueTables__search-field label {
	display: none;
}
.rp_cs_popup_g_btn .custom-control-label::after {
	position: absolute;
	top: -1px;
	left: -18px;
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background: no-repeat 50%/50% 50%;
}
.rp_profile_box_wrapper {
	width: 500px;
	min-height: 340px;
	text-align: left;
	display: inline-block;
}
.rp_plan_box_wrapper {
	min-height: 418px;
}
.sub_paln_btn {
	margin-top: 15px;
	float: left;
}
.rp_plan_dollar h3 {
	font-size: 22px;
	color: #2c95ff;
	font-weight: 700;
}
.rp_plan_dollar h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-top: 12px;
}
.rp_plan_dollar ul {
	float: left;
	padding-top: 5px;
}
.rp_plan_dollar li {
	color: var(--color-text);
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}
.rp_plan_dollar li i {
	color: #2c95ff;
}
.VuePagination__count {
	padding-left: 0 !important;
	margin-top: 15px;
}
select {
	text-transform: capitalize;
}
select:focus {
	background: var(--color-header) !important;
	color: var(--color-text) !important;
	border-color: var(--color-card-border) !important;
	outline: none !important;
}
select option {
	background: var(--color-header);
}
.rp_cog_doller input {
	width: auto !important;
	float: left;
	border-left: 0;
	border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
}
.rp_cog_per input {
	width: auto !important;
	float: left;
	border-right: 0;
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
}
.cogs_table table {
	min-width: 1000px;
}
.cogs_doller {
	background-color: #e3e7ed;
	color: #596882;
	float: left;
	position: relative;
	border: 1px solid #e2e8f5;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-khtml-border-bottom-left-radius: 3px;
}
.cogs_per {
	background-color: #e3e7ed;
	color: #596882;
	float: left;
	position: relative;
	border: 1px solid #e2e8f5;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;
}
.form-control:focus {
	background: var(--color-header) !important;
	color: var(--color-text) !important;
	border-color: var(--color-card-border) !important;
	outline: none !important;
	box-shadow: none !important;
}
.dssdsdsd {
	padding: 50px 0;
}
.dssdsdsd .spinner-border {
	width: 40px;
	height: 40px;
	margin-top: 30px;
}
.order_loader_screen {
	padding: 50px 0;
}
.order_loader_screen .spinner-border {
	width: 40px;
	height: 40px;
	margin-top: 30px;
}
.pa_chart_loader .spinner-border {
	width: 40px;
	height: 40px;
	margin-top: 135px;
}
.prof_chart_loader .spinner-border {
	width: 40px;
	height: 40px;
	margin-top: 90px;
}
.rp_cs_popup_field_setting .custom-control-label::before {
	width: 18px;
	height: 18px;
	background: transparent;
	border: 1px solid #ccc;
	top: 0;
}
.rp_cs_popup_field_setting_lab {
	padding: 0 0 5px 0;
}
.rp_cs_popup_field_setting .custom-control-label::after {
	top: 0.1px;
	left: -15px;
	width: 18px;
	height: 18px;
}
.rp_cs_popup_field_setting label {
	padding-left: 13px;
	display: inline-block;
	vertical-align: middle;
}
.pagination>li {
	float: left;
	margin-top: 5px;
}
.VuePagination nav,
.VuePagination__count {
	text-align: left !important;
}
.pagination>li>a,
.pagination>li>span {
	background: #ecf0f5 !important;
	border: 1px solid #ecf0f5 !important;
	color: #8899bf !important;
	border-radius: 4px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	height: 40px;
	line-height: 28px;
	margin: 2px;
}
.VuePagination__pagination li:first-child a {
	width: auto;
	text-align: center;
}
.VuePagination__pagination li:last-child a {
	width: auto;
	text-align: center;
}
.VuePagination__pagination {
	margin: 15px 0 0;
}
.VuePagination__count {
	display: none;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: var(--color-primary) !important;
	color: #fff !important;
}
.card_body {
	float: left;
	width: 100%;
	background: var(--color-header);
}
.cogs_produc_list {
	margin-top: 20px;
}
.sw_accordin_heading_wrapper h5 {
	padding-left: 2px;
}
.sw_accordin_heading_wrapper li {
	margin-top: 5px;
}
.sw_accordin_heading_wrapper ul {
	list-style: disc;
	padding-left: 18px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.accor_heading {
	font-size: 14px !important;
}
.sw_project_accordion_body p {
	line-height: 24px;
	padding-left: 20px;
}
.sw_project_accordion_body_listing ul {
	list-style: disc;
	margin-top: 10px;
	padding-left: 36px;
	padding-bottom: 20px;
}
.sw_project_accordion_body_listing li {
	list-style: disc;
	margin-top: 10px;
}
.accordion > .card > .card-header {
	padding-left: 20px !important;
}
.transaction_fees_re {
	margin: 25px 0;
	float: left;
	width: 100%;
}
.transaction_fees P {
	margin-bottom: 20px;
	line-height: 26px;
}
.cost_contnet p {
	line-height: 26px;
}
.b-form-date-calendar .form-control {
	background-color: #fff !important;
	border: 1px solid #d1d4d9 !important;
	box-shadow: none !important;
	color: #596882 !important;
	padding-top: 8px;
}
.b-form-date-calendar .bg-light {
	background-color: rgba(255, 255, 255, 0.07) !important;
	color: #596882 !important;
	cursor: no-drop;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
	font-weight: 300 !important;
	font-size: 12px;
}
.b-form-date-calendar .border-bottom {
	border-bottom: 1px solid #d1d4d9 !important;
	padding-bottom: 6px;
}
.b-form-date-calendar .border-top {
	border-top: 1px solid #d1d4d9 !important;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none !important;
	outline: none !important;
}
.select_mod .multiselect__tags {
	background-color: #fff !important;
	border-color: #d1d4d9 !important;
	height: 40px !important;
	width: 120px;
}
.select_mod .multiselect__input,
.multiselect__single {
	background: #fff !important;
	color: var(--color-text) !important;
}
.select_mod .multiselect__select {
	height: 40px !important;
	top: -2px;
}
.select_mod .multiselect__placeholder {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	font-size: 14px;
	color: var(--color-text);
}
.select_mod .multiselect__input,
.multiselect__single {
	line-height: 21px !important;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
	font-size: 14px;
	vertical-align: middle;
	text-transform: capitalize;
}
.select_mod .multiselect__content-wrapper {
	background-color: var(--color-header) !important;
	border-color: #d1d4d9 !important;
	color: #596882;
	text-transform: inherit;
}
.select_mod .multiselect__option--selected {
	background: var(--color-primary) !important;
	color: #fff;
	font-weight: 500;
}
.select_mod .multiselect__option--highlight:after {
	content: none !important;
	background: var(--color-success) !important;
	color: #fff;
}
.select_mod .multiselect__option--selected:after {
	content: none !important;
	font-weight: 400;
	font-size: 14px;
}
.select_mod .multiselect__option--highlight {
	background: var(--color-primary);
}
.select_mod .multiselect__option {
	text-transform: capitalize;
}
.select_mod .multiselect,
.multiselect__input,
.multiselect__single {
	font-size: 14px !important;
	color: #596882 !important;
}
.multiselect__select:before {
	top: 20px !important;
}
.pop_select_mod .multiselect__tags {
	width: 100% !important;
	padding-top: 10px;
	padding-left: 12px;
}
.pop_select_mod .multiselect__input,
.multiselect__single {
	padding-top: 0 !important;
}
.pop_select_mod .multiselect__tags input {
	margin-top: 0 !important;
	border: 0 !important;
	background: transparent !important;
	height: auto !important;
}
.pop_select_mod .multiselect__input,
.multiselect__single {
	background: transparent !important;
}
.huby_logo_img {
	width: 38px !important;
	position: absolute;
	left: 10px;
	top: 11px;
}
.b-calendar-grid-weekdays,
.no-gutters {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff !important;
	background-color: #2176bd;
	border-color: #1f6fb2 !important;
}
.b-form-btn-label-control.form-control > .btn {
	line-height: 26px !important;
}
.apexcharts-legend.position-bottom,
.apexcharts-legend.position-top {
	left: auto !important;
	right: 25px !important;
	top: 1px !important;
}
.apexcharts-toolbar {
	padding: 13px 9px 2px 6px !important;
}
.apexcharts-canvas {
	padding-top: 13px;
}
.toast-container>div {
	opacity: 1 !important;
	box-shadow: 0 0 12px rgba(153, 153, 153, 0.35) !important;
}
.toast-title {
	font-size: 14px !important;
}
.toast-message {
	font-size: 12px !important;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn:hover,
.btn-outline-secondary:hover {
	background: transparent;
}
.btn-outline-secondary:focus {
	outline: none !important;
	box-shadow: none !important;
}
.b-form-date-calendar .border-top {
	display: none !important;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
	outline: none !important;
	border-radius: 3px !important;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn:focus {
	outline: none !important;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	background-color: #1f6fb2 !important;
	border-color: #1f6fb2 !important;
}
.subplans_mod .subplan_item {
	border-radius: 15px;
	padding-bottom: 50px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: none;
	margin-bottom: 25px;
	border: 1px solid #e7e7e7;
}
.subplan_header {
	padding: 40px 0px 50px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-bottom: 1px solid #e7e7e7;
	margin: 0 -25px;
}
.subplan_img {
	width: 100px;
	height: 100px;
	background-color: var(--color-white);
	display: inline-block;
	line-height: 97px;
	border-radius: 100%;
	box-shadow: rgba(4, 4, 4, 0.1) 0px 0px 10px 0px;
}
.subplan_img img {
	width: 50px;
}
.subplan_title h5 {
	font-size: 18px;
	padding-bottom: 7px;
	position: relative;
	display: inline-block;
	padding-top: 35px;
}
.subplan_title {
	margin-bottom: 25px;
}
.subplan_price {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}
.subplan_price .subplan_doller {
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	color: #fff;
	background: var(--color-primary);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-khtml-border-radius: 100%;
	font-size: 33px;
	font-weight: 400;
	text-transform: uppercase;
	border: 2px solid #fff;
	box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}
.subplan_price .subplan_doller sup {
	font-size: 20px;
	left: 8px;
	top: -22px;
}
.subplan_item ul li {
	font-weight: 400;
	padding: 12px 0;
}
.btn_subPlan {
	transition: all 0.7s ease-in-out 0s;
}
.subplans_mod .plan_Isactive {
	/* border: solid 1px var(--color-link-hover);	
  background:var(--color-header); */
}
.subplans_mod {
	margin: 30px 0;
	text-align: center;
}
.sub_plans {
	padding-bottom: 30px;
}
.subplan_title p {
	max-width: 80%;
	display: inline-block;
	margin-top: 5px;
}
.btn_subPlan {
	margin-top: 20px;
}
.custom_col {
	max-width: 500px;
	display: inline-block;
}
.rp_pa_date {
	float: right;
	max-width: 274px;
}
.overview_graph {
	display: inline-block;
	width: 100%;
}
.update__cogs {
	padding: 20px;
}
.update__cogs .tbl_cst table,
.update__cogs .rp_cs_popup_field {
	margin-bottom: 0;
}
.aside_variants_group {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	margin-bottom: 20px;
}
.aside_variants_group .rp_cs_popup_field {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	width: 300px;
}
.aside_variants_group .rp_cs_popup_field label {
	width: 170px;
	margin-right: 10px;
	margin-bottom: 0;
}
.subplan_item:before,
.subplan_item:after {
	content: "";
	background-color: var(--color-primary);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	position: absolute;
	right: -213px;
	z-index: 1;
	opacity: 0.1;
}
.subplan_item:after {
	background-color: var(--color-primary);
	height: 300px;
	width: 300px;
	top: auto;
	bottom: -210px;
	right: auto;
	left: -160px;
	opacity: 0.1;
}
.subplan_list {
	background-color: var(--color-white);
	border-radius: 6px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	text-align: left;
}
.subplan_item ul li i {
	float: left;
	margin: -4px 10px 0 0;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	color: var(--color-primary);
}
.ai_accor_main_wrapper .card {
	margin: 10px 0;
	border: 1px solid #e4e7ef;
}
.sw_project_accordion_body {
	border-bottom: 1px solid #e4e7ef;
}
.updats_product_infps_block .rp_cog_back_btn {
	padding: 0;
	box-shadow: none;
}


@media screen and (max-width: 1650px) {
 .recom_app .recom_col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
 }
}
@media screen and (max-width: 1199px) {
	.tbl_cst table tbody tr td.dataTables_empty {
		text-align: left;
	}
	.recom_app .recom_col {
		flex: 0 0 50%;
		max-width: 50%;
	 }
}
@media screen and (max-width: 991px) {
	.order_table table thead tr th {
		min-width: 160px;
	}
}
@media screen and (max-width: 767px) {
	.apexcharts-legend.position-bottom,
	.apexcharts-legend.position-top {
		display: none;
	}
	.range_group {
		display: block;
	}
	.huby_logo_img {
		width: 38px !important;
		position: absolute;
		left: 10px;
		top: 13px;
	}
	.rp_pa_select_day {
		margin-top: 0 !important;
	}
	.cog_import_btn {
		margin-top: 0;
		text-align: left;
	}
	.rp_cogs_pera p {
		position: relative;
		top: 0;
		padding-bottom: 15px;
	}
	.num_qty_cogs {
		padding-left: 0;
		margin-top: 20px;
	}
	.order_custom_filter {
		padding-left: 0;
		margin-top: 10px;
	}
	.rp_pa_date {
		float: none;
		max-width: inherit;
		margin-bottom: 15px;
		width: 100%;
	}
	.table-responsive {
		border: 0;
	}
	.ele_frm_item {
		display: block;
	}
	.fees_plus_icn {
		margin: 15px 0;
		display: block;
		text-align: center;
	}
	.ele_frm {
		padding-top: 15px;
		border-top: 1px solid #e4e4e4;
		float: left;
		width: 100%;
	}
	.fees_group1,
	.fees_group2,
	.fees_group3 {
		width: 100%;
	}
	.fees_input_grup {
		width: 100%;
	}
	.fees_group3 .fees_input_grup {
		display: block;
	}
	.fees_group3 .fees_input_append {
		height: 40px;
		display: block;
		width: 100%;
		line-height: 40px;
		text-align: center;
		margin-top: 5px;
	}
	.fees_group3 .fees_input_append,
	.fees_group3 .mod-fees_input {
		border-radius: 4px;
	}
	.tbl_cst .dataTables_length,
	.tbl_cst .dataTables_filter,
	.tbl_cst div.dataTables_wrapper div.dataTables_info,
	.tbl_cst div.dataTables_wrapper div.dataTables_paginate {
		float: none;
		margin: 0;
	}
	.tbl_cst div.dataTables_wrapper div.dataTables_info {
		margin-bottom: 20px;
	}
	.tbl_cst div.dataTables_wrapper div.dataTables_paginate {
		margin: 20px 0;
	}
	.transaction_fees form {
		margin-top: 20px;
	}
	.transaction_fees .hr__line {
		margin: 0 0 20px;
	}
	.estimate_show {
		margin: 15px 0;
	}
	.btn_newcst {
		margin: 0;
		text-align: left;
	}
	.spend_custom_filter {
		display: block !important;
	}
	.cog_import_btn {
		position: unset;
	}
	.num_qty {
		margin-top: 20px;
	}
	.fees__Page .transaction_fees .ele_frm {
		padding-top: 0;
		border-top: none;
	}
	.product__list .order_table .VueTables__search {
		margin-top: -90px;
	}
	.modal-dialog {
		padding: 20px;
	}
	.rp_cs_popup_body_content {
		height: 300px;
		overflow-y: auto;
	}
	.cst__spends--here .select_mod .multiselect__tags {
		width: 100%;
	}
	.cst__spends--here .estimate_show {
		padding: 0;
	}
	.cst__spends--here .order_table .VueTables__search {
		width: 100%;
		margin-top: 0;
		display: block;
	}
	.cst__spends--here .btn_newcst .primary_btn {
		margin-top: 0;
	}
	.cst__spends--here .custom_spends .tbl_cst {
		margin-top: 15px;
	}
	.cst__spends--here .order_table .VueTables__search-field input {
		width: 100%;
	}
	.rtl .date_ranges .calendars {
		flex-wrap: wrap !important;
	}
}
@media screen and (max-width: 575px) {
	.msg_box {
		display: block;
		text-align: center;
	}
	.msg_box .msg_btn {
		margin-top: 10px;
	}
	.msg_box p {
		font-size: 14px;
	}
	.order_table .VueTables__search {
		margin-top: 0;
		width: 100%;
	}
	.order_table .VueTables__search-field input,
	.order_table .VueTables__search-field {
		width: 100%;
	}
	.order_history--profit .tbl_cst {
		margin-top: 15px;
	}
	.order_history--profit .order_custom_filter {
		display: block;
	}
	.aside_variants_group {
		display: block;
	}
	.aside_variants_group .rp_cs_popup_field {
		display: block;
		width: 100%;
	}
	.product_varints {
		margin-bottom: 10px;
	}
	.product__list .order_table .VueTables__search {
		margin-top: 0;
	}
	.cogs_produc_list .estimate_show {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	.aside_variants_group .rp_cs_popup_field label {
		margin-bottom: 8px;
	}
	.recom_app .recom_col {
		flex: 0 0 100%;
		max-width: 100%;
	 }
}