img {
	max-width: 100%;
	border: 0px;
	height: auto;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
	background: #fbf6ff;
}
*{
	border: none;
	outline: none;
	text-decoration: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h2{
	font-family: "Poppins", sans-serif;
}

.content_body.active{
	width: calc(100% - 300px);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.content_body{
	width: calc(100% - 70px);
	float: right;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.header_section{
	width: 100%;
	float: left;
	background: #fff;
}
.top_header{
	width: 100%;
	float: left;
	padding: 15px 20px;
	border-bottom: 1px solid #F1F3F9;
	display: flex;
	align-items: center;
}
.main_head{
	width: 70%;
	float: left;
}
.main_head h2{
	color: #45464E;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.right_head{
	width: 30%;
	float: right;
	display: flex;
	align-items: center;
	justify-content: right;
}
.head_settings{
	color: #53545C;
	font-size: 20px;
	float: left;
}
.user_name{
	float: left;
	padding: 0 20px;
}
.user_name button{
	background: #FEF5EA !important;
	color: #1C1D22 !important;
	border: none;
	padding: 6px 60px 6px 10px;
	position: relative;
}
.user_name button:hover{
	background: #fef5ea;
	color: #1c1d22;
}
.user_name.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #1c1d22;
    background-color: #fef5ea;
}
.user_name img{
	position: absolute;
	right: 10px;
	top: 12px;
}
.user_name .dropdown-menu{
	text-align: center;
	min-width: 80%;
	left: 10%;
}
.admin_img{
	float: left;
}
.bottom_header{
	float: left;
	width: 100%;
	padding: 0 10px;
}
.bottom_header ul{
	padding: 0;
	margin: 5px 0;
	list-style: none;
	float: left;
}
.bottom_header ul li{
	color: #8B8D97;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	float: left;
}
.bottom_header ul li:nth-child(2n+1){
	margin: 0 10px;
}
.bottom_header ul li:first-child{
	color: #5570F1;
}
.play-btn-popup{
	float: right;
	font-size: 20px;
	color: #5570F1;
	cursor: pointer;
}
.sidebar.active{
	width: 300px;
	margin: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	overflow-y: auto;
}
.sidebar{
	width: 70px;
	position: fixed;
	left: 0;
	height: 100vh;
	padding: 10px 15px;
	background: #fff;
	z-index: 9;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.logo{
	margin: 0;
	display: flex;
	align-items: center;
}
.logo img{
	width: 40px;
	float: left;
}
.sidebar.active .logo span{
	display: block;
}
.logo span{
	color: #45464E;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0 20px;
	display: none;
}
.sidebar.active .open_bar{
	justify-content: flex-end;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.open_bar{
	width: 100%;
	display: flex;
	justify-content: center;
	cursor: pointer;
	margin: 20px 0;
}
.open_bar img{
	width: auto;
}
.sidebar.active .open_bar img{
	transform: rotate(180deg);
}
.pt_single_menu{
  width: 100%;
  float: left;
  margin: 4px 0;
}
.pt_single_menu a{
	color: #53545C;
	width: 100%;
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
}
.sidebar.active .pt_single_menu a span{
	display: inline-block;
}
.pt_single_menu a span{
	margin-left: 20px;
	display: none;
}
.pt_single_menu a img{
	float: left;
}
.pt_single_menu a:hover{
	background: #5570F1;
	color: #fff;
}
.pt_single_menu a:hover img{
	filter: brightness(0) invert(1);
}
.sidebar_menus .dropdown{
	margin: 4px 0;
}
.pt_logout{
	margin-top: 140px;
}
.sidebar_menus .btn-primary {
    color: #53545C;
    background-color: transparent;
    border: none;
    padding: 10px;
    width: 100%;
    text-align: left;
    position: relative;
}
.sidebar_menus .btn-primary:hover{
	background: #5570F1;
	color: #fff;
}
.sidebar_menus .btn-primary:hover img{
	filter: brightness(0) invert(1);
}
.sidebar_menus button span{
	display: none;
	margin-left: 15px;
}
.sidebar_menus button span i{
	position: absolute;
	right: 12px;
	top: 13px;
}
.sidebar_menus .dropdown-menu{
	margin: 0;
	border: none;
	width: auto;
  padding: 10px 0;
  position: absolute;
  left: 60px;
  top: 0;
}
.sidebar.active .sidebar_menus .dropdown-menu{
	width: 100%;
	position: sticky;
	top: 100%;
}
.sidebar_menus .dropdown.open button span i{
	transform: rotate(90deg);
}
.sidebar_menus .dropdown-menu>li>a{
	padding: 5px 10px;
}
.sidebar_menus .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
	background: #5570F1 !important;
	color: #fff !important;
}
.sidebar_menus .user_name.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background: #5570f1 !important;
	color: #fff !important;
}
.sidebar_menus .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary img{
	filter: brightness(0) invert(1);
}
.sidebar_menus .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background: #E8ECFF;
	color: #53545C;
}
.sidebar_menus.active .dropdown-menu>li>a{
	padding: 5px 50px;
}
.dropdown-backdrop{
	display: none;
}
.sidebar.active .sidebar_menus button span{
	display: inline-block;
}
.add_section{
	width: 100%;
	float: left;
	margin: 15px 0;
	padding: 0 15px;
}
.add_section h4{
	float: left;
	color: #45464E;
	font-size: 16px;
	font-weight: 500;
	margin: 12px 0;
	padding: 0;
}
.add_btn{
	float: right;
}
.add_btn button{
	background: #130F26 !important;
	color: #fff !important;
	border: none;
	padding: 12px 15px 12px 40px;
	position: relative;
	border-radius: 10px;
}
.add_btn button img{
	filter: brightness(0) invert(1);
	position: absolute;
	top: 18px;
	left: 15px;
}
.add_btn button:hover{
	background: #130F26;
	color: #fff;
}
.add_btn .dropdown-menu{
	right: 0;
	left: auto;
	text-align: center;
	min-width: 80%;
}
.dashboard_percentage{
	width: calc(100% - 180px);
	margin: 0 20px 0 160px;
	float: right;
	background: #fff;
	padding: 15px 20px 5px;
	border-radius: 12px;
}
.top_dp_section{
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
.top_dp_section i{
	float: left;
	font-size: 16px;
	padding: 8px 10px;
	background: rgba(255, 204, 145, 0.16);
	color: #130F26;
	border-radius: 8px;
}
.week_select{
	float: right;
	width: auto;
	border: none;
	padding: 6px 0;
	color: #BEC0CA;
	font-size: 14px;
	box-shadow: none;
}
.right_float{
	float: right;
}
.form-group{
	margin-bottom: 0;
}
.customer_percentage_details{
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}
.customer_percentage_details ul{
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.customer_percentage_details ul li{
	width: 25%;
	float: left;
	padding: 0;
	margin: 0 0 10px;
}
.customer_percentage_details ul li h4{
	color: #8B8D97;
	font-size: 14px;
	font-weight: 400;
	margin: 5px 0 10px;
}
.customer_percentage_details ul li h2{
	color: #45464E;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.customer_percentage_details ul li h2 span{
	color: #CC5F5F;
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
}
.table_section{
	width: calc(100% - 30px);
	float: left;
	background: #fff;
	border-radius: 12px;
	padding: 5px 10px;
	margin: 20px 15px;
}
.table_head{
	width: 100%;
	float: left;
	padding: 15px 0 20px;
}
.table_head h3{
	color: #45464E;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	float: left;
}
.search_tags{
	float: left;
	margin-left: 45%;
	position: relative;
}
.search_tags i{
	position: absolute;
	left: 15px;
	top: 11px;
}
.search_tags input[type=search]{
	border: 1px solid #CFD3D4;
	padding: 6px 10px 6px 40px;
	border-radius: 4px;
	background: transparent;
}
.left_div{
	float: left;
	margin-left: 1%;
	color: #53545C;
	border: 1px solid #53545C;
	border-radius: 4px;
	font-size: 14px;
	padding: 6px 10px;
}
.more_dropdown{
	padding: 0;
}
.more_dropdown .btn-primary {
    color: #53545C;
    background-color: transparent;
    border-color: #2e6da4;
    border: none;
	padding: 6px 10px;
}
.more_dropdown .dropdown-menu{
	right: 0;
	left: auto;
	min-width: 140px;
	text-align: center;
}
.full_table{
	width: 100%;
	float: left;
}
.customer_table{
	width: 100%;
	float: left;
	font-size: 14px;
}
.customer_table thead{
	border-top: 1px solid #E1E2E9;
	border-bottom: 1px solid #E1E2E9;
}
.customer_table th{
	padding: 15px 0 15px 10px;
	font-weight: 400;
	color: #2C2D33;
}
.customer_table td{
	padding: 8px 0 8px 10px;
	color: #6E7079;
}
.customer_table td i{
	margin-left: 10px;
}
.customer_table th:last-child{
	text-align: right;
	padding: 15px 10px 15px 0;
}
.customer_table td:last-child{
	text-align: right;
	padding: 8px 10px 8px 0;
}
.variants-table td:last-child{
	float: none;
}
.variants-table tr {
    text-align: left;
}
button.view_btn{
	color: #000;
	padding: 8px 16px;
	background: rgba(85, 112, 241, 0.12);
	border-radius: 12px;
}
.total_items{
	width: 100%;
	float: left;
	padding: 10px 0;
	border-top: 1px solid #E1E2E9;
}
.left_items{
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
}
.items_count{
	float: left;
}
.items_count select{
	background: rgba(94, 99, 102, 0.08);
	border-radius: 8px;
	padding: 0 10px;
	height: 20px;
	box-shadow: none;
	border: none;
	color: #8B8D97;
}
.items_count h4{
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.items_count h4 span{
	color: #A6A8B1;
	margin: 0 15px;
}
.right_items{
	width: 50%;
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.items_count h4 a{
	cursor: pointer;
	margin: 0 5px;
	color: #A6A8B1;
}
.order-listing {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 20px;
  background: transparent;
  list-style: none;
}
.order-listing ul{
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-listing li {
  float: left;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}
.order-listing li:first-child{
	border-radius: 8px 0 0 8px;
}
.order-listing li:last-child{
	border-radius: 0 8px 8px 0;
}
.order-listing li a{
	color: #6D7DCD;
}
.order-listing li.active{
	background: #5570F1;
}
.order-listing li.active a{
	color: #fff;
}

.dashboard_percentage.order-listing-page {
  float: left;
  width: calc(65% - 20px);
  margin: 0 20px;
}

.order-listing-page .customer_percentage_details ul li{
	width: 33.33%;
}
.dashboard_percentage.order-listing-page2 {
  float: left;
  width: calc(35% - 40px);
  margin: 0;
  height: 157px;
}
.flt-right {
  float: right;
  min-width: 700px;
  display: flex;
  justify-content: flex-end;
}
.flt-right .search_tags{
	margin: 0;
}
.flt-right .add_btn button {
  float: left;
  width: 100px;
  padding: 7px 20px;
  text-align: right;
  margin-left: 40px;
}
.flt-right .add_btn button img {
  filter: brightness(0) invert(1);
  position: absolute;
  top: 14px;
 }

.sb-open {
  background: #deede8;
  padding: 5px;
  color: #519C66;
  border-radius: 8px;
}
.sb-close{
	color: #5570F1;
	background: #e4e8fd;
	padding: 5px;
	border-radius: 8px;
}
.sb-cancel{
	color: #CC5F5F;
	background: #fdeae9;
	padding: 5px;
	border-radius: 8px;
}
.sb-progress {
  border-radius: 10px;
  height: 10px;
  width: 210px;
}
.new-purchase-area {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
.nw-purchse-ord{
  float: left;
  width: 100%;
  padding: 20px 5px;
  margin: 0;
  background: #fff;
  border-radius: 8px;
}
.nw-purchase-heading{
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #45464E;
}
.nw-purchse-cont {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.nw-purchse-cont .form-group {
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 15px;
}
.nw-purchse-cont .form-group label{
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #5E6366;
}
.nw-purchse-cont select{
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px;
	font-size: 16px;
}
.nw-purchse-cont select {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  background: #f6f6fb;
  border-radius: 8px;
  color: #5E6366;
}
.nw-purchse-cont input[type='text'] {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px;
  font-size: 16px;
  background: #f6f6fb;
  border-radius: 8px;
  color: #5E6366;
  border: 1px solid #f6f6fb;
  box-shadow: none;
  height: 40px;
}
.half-box{
	width: 40%;
	float: left;
	margin: 0;
	padding: 0;
}
.half-box2{
	width: 60%;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
#datepicker{
	background: #f6f6fb url('../images/Calendar.png') no-repeat;
	background-position: right 14px center;
  	background-size: 14px;
}
.datepicker{
	background: #f6f6fb url('../images/Calendar.png') no-repeat;
	background-position: right 14px center;
  	background-size: 14px;
}
.slt-vendor {
	background: #f6f6fb url('../images/fi_search.png') no-repeat !important;
	background-position: right 14px center  !important;
 	background-size: 20px  !important;
  padding: 10px 45px 10px 10px !important;
}
.slt-material {
  margin: 10px;
  width: calc(100% - 15px);
  font-size: 12px;
}
.slt-material td {
  padding: 5px;
}
.slt-material textarea {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px;
  font-size: 16px;
  background: #f6f6fb;
  border-radius: 8px;
  color: #5E6366;
  border: 1px solid #f6f6fb;
  box-shadow: none;
  height: 120px;
}
.slt-material img {
  width: 40px;
  margin-top: 7px;
}
.mat-sb {
  width: 200px;
}
.spcl-addmet {
  color: #8B8D97;
  height: 80px;
  font-size: 16px;
}
.spcl-addmet i{
	float: right;
	color: #2b2b2b;
}
.sb-gray {
  background: #F6F6FB;
  height: 45px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px !important;
  margin-bottom: 20px;
}
.sb-fm-submit select {
  padding: 10px 20px 10px 40px;
  border-radius: 8px;
  margin-right: 20px;
  width: 200px;
  background: #e5e7eb url('../images/home-sb.png') no-repeat;
	background-position: left 14px center;
	background-size: 14px;
}
.sb-fm-submit input[type="submit"] {
  background: #130F26;
  color: #fff;
  padding: 7px 30px;
  border-radius: 8px;
}
.sb-fm-submit input[type="submit"]:hover {
  background: #000;
}
.sb-fm-submit {
  position: absolute;
  top: 120px;
  right: 50px;
}
.new-purchase-area.spcl-gap {
  margin-top: 30px;
}

.sb-n-purchase{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.sb-n-purchase .col-sm-8{
	padding-left: 20px;
	padding-right: 10px;
}
.sb-n-purchase .col-sm-4{
	padding-left: 10px;
	padding-right: 20px;
}
.new-purchase-leftpanel, .new-purchase-rightpanel {
  margin: 20px 0 0 0;
  padding: 15px;
  background: #fff;
  width: 100%;
  float: left;
  border-radius: 8px;
}

.new-purchase-leftpanel input[type="text"] {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px;
  font-size: 16px;
  background: #f6f6fb;
  border-radius: 8px;
  color: #5E6366;
  border: 1px solid #f6f6fb;
  box-shadow: none;
  height: 40px;
}
.new-purchase-leftpanel textarea {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px;
  font-size: 16px;
  background: #f6f6fb;
  border-radius: 8px;
  color: #5E6366;
  border: 1px solid #f6f6fb;
  box-shadow: none;
  height: 95px;
}
.new-purchase-leftpanel select {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px;
  font-size: 16px;
  background: #f6f6fb;
  border-radius: 8px;
  color: #5E6366;
}
.new-purchase-leftpanel .form-group {
  float: left;
  width: 50%;
  padding: 10px;
}
.form-group.right_float {
  float: right;
}
.spcl-submit {
  border: 2px solid #5570F1;
  padding: 10px 20px;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  color: #5570F1;
  font-size: 16px;
  margin: 10px 0 0 0;
}
.spcl-submit:hover {
  background: #5570F1;
  color: #fff;
}
.sb-panel-heading {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
}
.sb-panel-heading span{
	float: right;
}
.sb-panel-heading span a{
	color: #5D5FEF;
	text-decoration: underline;
}
.sb-variable-width {
  width: 400px;
  padding: 2px 20px;
  float: right;
}
.sb-variable-width span {
  background: #eaedfd;
  padding: 2px;
  border-radius: 4px;
  margin: 4px 4px 0 0;
  float: left;
  font-size: 13px;
}
.sb-variable input[type="text"] {
  margin-left: 14px;
}
.sb-variable {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0;
}
.ft-right {
  float: right;
}
.mn-height {
  height: 50px;
  padding-left: 15px;
}
.sb-search-panel {
  float: left;
}
.sb-filter-panel {
  float: right;
}
.sb-search-panel input[type="text"]{
	padding-left: 40px;
	background: #f6f6fb url('../images/fi_search.png') no-repeat;
	background-position: left 7px center;
	font-size: 12px;
}
.sb-filter-panel select{
	font-size: 12px;
}
.new-purchase-leftpanel hr {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.sb-var-table th {
	font-weight: 500;
	font-size: 14px;
}
.sb-var-table th span {
  float: left;
  width: 100%;
  font-weight: normal;
  color: #B3B3B3;
}
.sb-var-table img {
  width: 80px;
}
.purchase-upload-image {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sb-up-img{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.sb-up-img img{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}
.upload-drive-icon {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 50px;
  background: #fff2e2;
  padding: 5px 8px;
  border-radius: 8px;
}
.delete-icon{
	position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
  background: #fff2e2;
  padding: 5px 8px;
  border-radius: 8px;
}
.purchase-upload-image h3 {
  font-size: 16px;
  float: left;
  margin: 0;
  padding: 10px 0;
  font-weight: 500;
}
.sb-ot-img, .sb-ot-img ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sb-ot-img li {
  float: left;
  width: calc(50% - 10px);
  border: 1px dashed #ccc;
  margin: 5px;
  padding: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.sb-ot-img li:nth-child(1) {
  border: 1px solid #ccc;
}
.sb-ot-img input[type="file"] {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.sb-add-tag {
  float: left;
  width: 100%;
  margin: 10px 0 5px 0;
  padding: 0 5px;
}
.sb-quick-link {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sb-quick-link h3 {
  font-size: 16px;
  float: left;
  margin: 0;
  padding: 5px 0;
  font-weight: 500;
}
.sb-quick-link ul {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.sb-quick-link li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sb-quick-link li a{
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	color: #5D5FEF;
}
.sb-add-var {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
}


/*=================================================*/
/*============= Quick Add Page Start ==============*/
/*=================================================*/

.customer_details_section{
	width: 85%;
	float: left;
	background: #fff;
	border-radius: 12px;
	padding: 40px 200px 100px 20px;
	margin: 20px 0 0 1%;
}
.pt_half_inputs .form-group{
	width: 50%;
}
.pt_country_number{
	width: 23%;
	float: left;
	margin-right: 2%;
}
.pt_country_number select{
		float: left;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px;
    font-size: 16px;
    background: #f6f6fb;
    border-radius: 8px;
    color: #5E6366;
    border: 1px solid #f6f6fb;
    box-shadow: none;
    height: 40px;
}
.pt_half_inputs .form-group{
	position: relative;
}
span.pt_search {
    position: absolute;
    top: 46px;
    right: 30px;
    cursor: pointer;
}
.toggle_switch p{
	margin: 0 15px 0 0;
	float: left;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px !important;
  height: 20px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.nw-purchse-cont input[type='tel'] {
    float: left;
    width: 75%;
    margin: 5px 0 0;
    padding: 10px;
    font-size: 16px;
    background: #f6f6fb;
    border-radius: 8px;
    color: #5E6366;
    border: 1px solid #f6f6fb;
    box-shadow: none;
    height: 40px;
}
.deep_blue_submit{
	width: 100%;
	background: #130F26;
	font-size: 16px;
	font-weight: 400;
	border-radius: 12px;
	color: #fff;
	height: 40px;
}
.deep_blue_submit:hover{
	background: #101010;
}
.deep-blue-submit{
	width: 100%;
	background: #130F26;
	font-size: 16px;
	font-weight: 400;
	border-radius: 12px;
	color: #fff;
	height: 40px;
}
.deep-blue-submit:hover{
	background: #101010;
}

/*=================================================*/
/*============= Quick Add Page End ================*/
/*=================================================*/

/*=============================================*/
/*============= Login Account Page Start ==============*/
/*=============================================*/

.pt_login_section{
	width: 100%;
	float: left;
	padding: 15px;
}
.pt_login_form{
	width: 60%;
	float: left;
	padding: 0 20% 0 10%;
	margin: 80px 0 30px;
}
.pt_login_form h2{
	color: #000;
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 40px;
}
.pt_login_form .form-group{
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}
.pt_login_form input[type=radio]{
	margin: 0 10px 0 0;
}
.pt_login_form label{
	margin: 0 20px 5px 0;
	font-weight: 400;
	color: #2B2F32;
}
.bg_transparent{
	background: transparent;
	height: 55px;
	border-radius: 10px;
	padding: 0 20px;
	border-color: rgba(0, 0, 0, 0.4);
	margin: 0;
	font-size: 17px;
}
.pt_login_form a{
	color: #000;
	font-weight: 500;
	text-decoration: underline;
}
.pt_login_form a.pt_fp{
	float: right;
}
.pt_login_form input[type=submit]{
	background: #000;
	color: #fff;
	font-size: 20px;
	height: 50px;
	border-radius: 12px;
}
.pt_login_form p{
	color: rgba(0, 0, 0, 0.4);
	margin: 0;
}
.pt_login_google{
	width: 100%;
	border-radius: 10px;
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	display: inline-block;
	margin: 30px 0 0 0;
	text-decoration: none !important;
}
.pt_login_google img{
	margin-right: 10px;
}
.pt_right_img{
	width: 40%;
	float: right;
	background-image: url(../images/login-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 40px;
	border-radius: 30px;
	color: #fff;
}
.pt_right_img h2{
	font-size: 32px;
	font-weight: 500;
	padding: 0 50px 0 0;
	margin: 0;
}
.pt_right_img p{
	margin: 20px 0 0 0;
}
.pt_right_img p:last-child{
	margin: 450px 0 0 0;
}

/*=====================================================*/
/*============== Login Account Page End ===============*/
/*=====================================================*/


/*=============================================*/
/*============= Create Account Page Start ==============*/
/*=============================================*/

a.pt_back{
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 40px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
p.pt_bl_color{
	color: #000;
	font-weight: 500;
}
.pt_login_form h5{
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
}
.pt_login_form strong{
	color: #000;
}
.pt_second_img{
	background-image: url(../images/login-img2.jpg);
}
.pt_skip_btn{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	width: 100%;
	text-decoration: none !important;
	display: inline-block;
}

/*=====================================================*/
/*============== Create Account Page End ===============*/
/*=====================================================*/


/*=============================================*/
/*============= Invite Users Page Start ==============*/
/*=============================================*/

.iu_add_users{
	float: right;
	color: #2B2F32;
	margin: 0;
	cursor: pointer;
}
.iu_add_users i{
	color: #000;
	font-size: 18px;
	margin-left: 10px;
}
.iu_invites{
	width: 100%;
	float: left;
}
.iu_invites ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.iu_invites ul li{
	width: 48%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 2% 0 0;
}
.iu_invites ul li:last-child{
	margin: 0 0 0 2%;
}
.iu_invites ul li a{
	width: 100%;
	display: inline-block;
	padding: 12px 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	border-radius: 12px;
	border: 1px solid #000;
	text-decoration: none !important;
	cursor: pointer;
}
.iu_invites ul li:last-child a{
	color: #fff;
	background: #000;
}

/*=====================================================*/
/*============== Invite Users Page End ===============*/
/*=====================================================*/


/*=====================================================*/
/*============== Profile/Personal Page Start ===============*/
/*=====================================================*/

.order-listing li:hover{
	background: #5570F1;
}
.order-listing li:hover a{
	color: #fff;
}
body.profile_page .order-listing{
	width: auto;
	padding: 0;
}
.full_width_section{
	width: 100%;
	float: left;
}
.pt_mg_top_15{
	margin-top: 15px;
}
.pt_pd_right{
	padding-right: 100px;
}
.pt_half_width .form-group{
	width: 50%;
}
.pt_left{
	padding-left: 50px !important;
	background-position: left 14px center  !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
}
.pt_profile_icon{
	background-image: url('../images/profile.png') !important;
}
.pt-profile-icon{
	background-image: url('../images/profile.png') !important;
}
.pt_message_icon{
	background-image: url('../images/message.png') !important;
}
.pt_location_icon{
	background-image: url('../images/location.png') !important;
}
.pt_heading_checkbox{
	display: inline-block;
	margin-left: 50px;
}
.pt_heading_checkbox label{
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}
.full_width_section .new-purchase-rightpanel{
	margin: 0;
}
.pt_full_width .form-group{
	width: 100%;
	padding: 15px 0;
}

/*=====================================================*/
/*============== Profile/Personal Page End ===============*/
/*=====================================================*/


/*======================================================*/
/*============== Appointments Page Start ===============*/
/*======================================================*/

.pt_book_right{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.pt_book_right li{
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}
.pt_book_right li a{
	color: #130F26;
	border: 2px solid #130F26;
	border-radius: 12px;
	padding: 8px 24px;
	display: inline-block;
}
.pt_book_right li:last-child a{
	background: #130f26;
	color: #fff;
}
.pt_book_right li a:hover{
	background: #130f26;
	color: #fff;
}
.appointment_page .table_section{
	margin-top: 0;
}
.pt_all_customers{
	float: left;
}
.pt_all_customers ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.pt_all_customers ul li{
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
.pt_all_customers ul li:last-child{
	margin: 0;
}
.pt_all_customers ul li a{
	padding: 6px 20px;
	margin: 0;
	color: #ABAFB1;
	font-weight: 400;
	font-size: 16px;
}
.pt_all_customers ul li a.active{
	background: rgba(232, 236, 255, 0.4);
	border-bottom: 4px solid #5570F1;
	color: #5570F1;
}
.pt_all_customers ul li a:hover{
	background: rgba(232, 236, 255, 0.4);
	border-bottom: 4px solid #5570F1;
	color: #5570F1;
}

/*=====================================================*/
/*============== Appointments Page End ================*/
/*=====================================================*/


/*=================================================*/
/*============= Order Summary Page Start ==============*/
/*=================================================*/

.pt_os_dashboard{
	width: 100%;
	float: left;
}
.pt_os_dashboard .dashboard_percentage{
	width: 100%;
	margin: 0 0 15px;
}
.pt_os_dashboard .customer_percentage_details ul li{
	width: 33.33%;
}
span.sb-open{
	padding: 5px 12px;
}
span.sb-close{
	padding: 5px 12px;
}
.pt-alert{
	  color: #1C1D22;
    background: #FCDDEC;
    padding: 5px 12px;
    border-radius: 8px;
}
.pt-pending{
	  color: #1C1D22;
    background: #FFF2E2;
    padding: 5px 12px;
    border-radius: 8px;
}
.pt-cancel{
	  color: #1c1c1c;
    background: rgba(28, 28, 28, 0.16);
    padding: 5px 12px;
    border-radius: 8px;
}

/*=================================================*/
/*============= Order Summary Page End ==============*/
/*=================================================*/


/*=================================================*/
/*============= Analytics Page Start ==============*/
/*=================================================*/

.icon_blue i{
	background: rgba(85, 112, 241, 0.12);
	color: #5570F1;
}
.pt_os_dashboard .customer_percentage_details ul.pt_four li{
	width: 25%;
}
.pt_os_dashboard .customer_percentage_details ul.pt_two li{
	width: 50%;
}
.pt_timeline{
	width: 100%;
	float: left;
	padding: 15px 8px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	margin: 10px 0;
}
.pt_timeline h3{
	color: #45464E;
	font-size: 16px !important;
	font-weight: 500;
	margin: 0 0 10px !important;
}
.pt_timeline span.pt_circle{
	color: #5570F1;
	margin-right: 10px;
	font-size: 12px;
}
.pt_ash_color{
	color: #CFCFCF !important;
}
.pt_timeline span.pt_right_date{
	color: #8B8D97;
	float: right;
	font-size: 14px;
	font-weight: 400;
}
.pt_timeline h4{
	color: #8B8D97;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 35px;
}
.pt_timeline h4 a{
	float: right;
	color: #45464E;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 6px 10px;
}
.pt_mg_btm_15{
	margin-bottom: 15px;
}
.pt_checkbox{
	width: 100%;
	float: left;
}
.pt_checkbox label{
	color: #2B2F32;
	font-size: 14px;
	margin: 0 0 0 15px;
	font-weight: 400;
}
.pt_checkbox textarea{
	width: 100%;
	background: rgba(239, 241, 249, 0.6);
	height: 140px;
	resize: none;
	padding: 15px;
	color: #5E6366;
	border-radius: 10px;
	font-size: 16px;
}

/*=================================================*/
/*============= Analytics Page End ==============*/
/*=================================================*/

/*=================================================*/
/*============= Preference Page Start ==============*/
/*=================================================*/

.pr_img{
	position: relative;
	width: 33.33%;
	float: left;
	padding: 10px;
}
.pr_img img{
	width: 100%;
	border-radius: 10px;
}
.pt_img_overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
}
.pt_img_overlay input{
	position: absolute;
	top: 15px;
	left: 10px;
}
.pt_img_btns{
	position: absolute;
	cursor: pointer;
	background: #FFF2E2;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	right: 30px;
}
.pt_img_btns.pt_close{
	top: 15px;
}
.pt_img_btns.pt_zoom{
	bottom: 15px;
}
.pt_new_ord{
	padding: 20px 15px;
}
.full_ot_img ul li{
	width: 100%;
	margin: 0;
}
.full_ot_img ul li img{
	height: 159px;
	width: 100%;
}
.pt_add_btn{
	width: 100%;
	display: inline-block;
}
.pt_add_btn a{
	width: 100%;
	background: #130F26;
  color: #fff;
  padding: 10px 0;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}
.pt-add-btn{
	width: 100%;
	display: inline-block;
}
.pt-add-btn a{
	width: 100%;
	background: #130F26;
  color: #fff;
  padding: 10px 0;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}
input.pt-add-btn{
	width: 100%;
	background: #130F26;
  color: #fff;
  padding: 10px 0;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  margin: 10px 0 0 0;
}

/*=================================================*/
/*============= Preference Page End ==============*/
/*=================================================*/

/*=================================================*/
/*============= Orders Page Start ==============*/
/*=================================================*/

.nw-purchse-ord .table_head{
	padding: 0 10px 15px;
}
.nw-purchse-ord .sb-variable-width{
	width: 100%;
	padding: 0 10px 10px;
}
.pt_table{
	width: 100%;
	display: inline-block;
}
.pt_table_items {
  width: calc(100% - 40px);
  float: left;
  padding: 10px 20px;
  margin: 20px;
  background: #F7F9FF;
  border: 1px solid #5570F1;
  border-radius: 20px;
  display: inline-block;
}
.pt_table_items thead{
	border: none;
}
.pt_table_items th{
	color: #2C2D33;
	font-weight: 600;
}
.pt_table_items td{
	color: #000;
	font-weight: 300;
}
.pt_table_items th, .pt_table_items td{
	width: 15%;
}
.sb-row-big{
	width: 55% !important;
}
.pt_table_items thead, .pt_table_items tbody {
  width: 100%;
  display: table;
}
.pt_table_items thead{
	border-top: none;
}
/*=================================================*/
/*============= Orders Page End ==============*/
/*=================================================*/

/*=================================================*/
/*============= Moodboard Page Start ==============*/
/*=================================================*/

.nw-purchse-ord .sb-variable-width span {
    padding: 5px 15px;
    border-radius: 15px;
    margin: 4px 15px 0 0;
}
.moodboard_page .nw-purchse-ord .form-group{
	width: 100%;
	float: left;
}
.nw-purchse-ord select {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    padding: 0 10px;
    height: 40px;
    font-size: 16px;
    background: #f6f6fb;
    border-radius: 8px;
    color: #5E6366;
}
.popup_moodboard{
	display: none;
}
.pp_md_overlay{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
}
.pp_md_box{
	width: 70%;
	max-height: 85vh;
	overflow-y: auto;
	float: left;
	background: #fff;
	padding: 40px 15px;
	position: relative;
	border-radius: 12px;
}
.cl_md_popup{
	position: absolute;
	top: 10px;
	right: 15px;
	color: #202020;
	font-size: 20px;
	cursor: pointer;
}
.pp_md_box_img{
	width: 100%;
	float: left;
	position: relative;
}
.pp_md_box_img::before{
	width: 45px;
	height: 45px;
	background-image: url(../images/md_left_arrow.png);
	background-repeat: no-repeat;
	background-size: 45px;
	top: 45%;
	left: 15px;
	z-index: 2;
	content: "";
	cursor: pointer;
	position: absolute;
}
.pp_md_box_img::after{
	width: 45px;
	height: 45px;
	background-image: url(../images/md_right_arrow.png);
	background-repeat: no-repeat;
	background-size: 45px;
	top: 45%;
	right: 15px;
	z-index: 2;
	content: "";
	cursor: pointer;
	position: absolute;
}
.moodboard_slider .owl-nav{
	position: absolute;
	top: 45%;
	width: 100%;
	left: 0;
	padding: 0 15px;
}
.moodboard_slider .owl-nav button{
	width: 50px;
	height: 50px;
	background-color: #FFCC91 !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000 !important;
	font-size: 36px !important;
}
.moodboard_slider .owl-nav button.owl-prev span{
	margin: -3px 0 0 -3px;
}
.moodboard_slider .owl-nav button.owl-next span{
	margin: -3px 0 0 3px;
}
.moodboard_slider .owl-nav button.owl-prev{
	float: left;
}
.moodboard_slider .owl-nav button.owl-next{
	float: right;
}
.moodboard_slider .pp_md_box_img::after{
	display: none;
}
.moodboard_slider .pp_md_box_img::before{
	display: none;
}
.pp_md_box_img img{
	width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 6px;
}
.pp_md_box_details{
	width: 100%;
	float: left;
}
.pp_md_box_details .sb-variable-width {
   padding: 0;
}
.sb-variable-width span.dp_blue{
	background: #9747FF;
	color: #fff;
	margin: 5px 20px 5px 0;
}
.sb-variable-width span.dp_blue i{
	margin-left: 10px;
}
.pp_md_box_details .slt-vendor{
	width: 100%;
	margin-top: 180px;
	border-radius: 8px;
}
.pt_up_div{
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	float: left;
	border: 1px solid #E1E2E9;
	border-radius: 12px;
	background: #F4F5FA;
	position: relative;
}
.pt_up_div img{
	width: auto;
}
.pt_up_div h4{
	color: #5570F1;
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0 5px;
	font-weight: 500;
}
span.support{
	color: #888;
	font-size: 12px;
	display: block;
	text-align: center;
}
.pt_up_div input[type="file"] {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.hg_100 img{
	height: 100% !important;
}
.btm_abs{
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	padding: 0 10px;
}
.pp_md_box_img .sb-variable-width span.dp_blue{
	margin: 5px 10px 5px 0;
}
.tag_icon{
	right: 50px;
}

/*=================================================*/
/*============= Moodboard Page End ==============*/
/*=================================================*/

/*========================================================*/
/*============= Oders Stage Wise Page Start ==============*/
/*========================================================*/

.pt_product_details{
	width: 100%;
	float: left;
}
.pt_product_box{
	width: calc(20% - 30px);
	background: #fff;
	border-radius: 10px;
	margin: 0 15px 15px;
	float: left;
	padding: 20px 15px;
}
.pt_product_box:hover{
	background: #4776E6;
}
.pt_product_box h3{
	color: #5570F1;
	font-size: 20px;
	margin: 0 0 5px;
}
.pt_pd_list{
	width: 100%;
	float: left;
}
.pt_product_box:hover h3{
	color: #fff;
}
span.pt_pd_left{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 15px 0 0;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #130F26;
	font-size: 18px;
}
.pt_pd_list span.cream_color{
	background: #FFF5D9;
}
.pt_product_box:hover h4{
	color: #fff;
}
.pt_product_box:hover h4 span{
	color: #fff;
}
.pt_pd_list h4{
	width: calc(100% - 65px);
	float: left;
	margin: 0;
	padding: 0;
	color: #45464E;
	font-size: 18px;
	display: block;
}
.pt_pd_list h4 span{
	color: #8B8D97;
	font-size: 14px;
	display: block;
	margin: 0 0 10px;
}

/*======================================================*/
/*============= Oders Stage Wise Page End ==============*/
/*======================================================*/

/*=================================================*/
/*============= New Order Page Start ==============*/
/*=================================================*/

ul.pt_od_list {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.pt_od_list li {
  float: left;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}
ul.pt_od_list li:first-child {
	border-radius: 8px 0 0 8px;
}
ul.pt_od_list li:last-child {
	border-radius: 0 8px 8px 0;
}
ul.pt_od_list li a {
	color: #6D7DCD;
}
ul.pt_od_list li.active {
	background: #5570F1;
}
ul.pt_od_list li.active a {
	color: #fff;
}
ul.pt_od_list li:hover {
  background: #5570F1;
}
ul.pt_od_list li:hover a {
	color: #fff;
}
.pt_full_form_width {
	width: 100%;
	float: left;
}
.pt_textarea textarea {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px;
    height: 136px;
    font-size: 16px;
    background: #f6f6fb;
    border-radius: 8px;
    color: #5E6366;
}
.pt_textarea {
	width: 100% !important;
	padding: 15px 0 !important;
}
.nw-purchse-cont input[type='number'] {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px;
    font-size: 16px;
    background: #f6f6fb;
    border-radius: 8px;
    color: #5E6366;
    border: 1px solid #f6f6fb;
    box-shadow: none;
    height: 40px;
}
.pt_textarea .switch {
	float: right !important;
}
.pt_textarea_half {
	padding: 15px 5px 15px 0 !important;
}
.pt_textarea_half_2 {
	padding: 15px 0 15px 5px !important;
}
.bg_height textarea {
	height: 510px;
}
.pt_add_product_btn {
	float: right;
}
.pt_add_product_btn a {
	color: #fff;
	background: #1C1D22;
  border-radius: 12px;
  padding: 10px 20px;
  display: inline-block;
  margin: 15px 0 0 0;
}
.pt_add_product_btn a i {
	margin-left: 15px;
}
.sb-n-purchase .table_section {
	width: 100%;
	padding: 15px;
	margin: 15px 0 0 0;
}
.sb-n-purchase .customer_table th {
	width: 25%;
}
.new-purchase-rightpanel .full_ot_img ul li {
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
}
.new-purchase-rightpanel .full_ot_img ul li img {
	height: 175px;
	object-fit: cover;
}
.pt_view_btn {
	width: 100%;
	display: flex;
	float: left;
}
.pt_view_btn.center_btn {
	justify-content: center;
}
.pt_view_btn a {
	color: #fff;
	background: #130F26;
  border-radius: 12px;
  padding: 10px 25px;
  display: inline-block;
  margin: 15px 0 0 0;
}
.pt_view_btn.center_btn a {
	margin: 15px auto 0 !important;
}

/*===============================================*/
/*============= New Order Page End ==============*/
/*===============================================*/

/*===========================================================================*/
/*============= One Payment Against Multiple Orders Page Start ==============*/
/*===========================================================================*/

.one_payment_page .nw-purchse-cont .form-group{
	padding: 15px 0;
}
.pt_td_spcl_order{
	width: 30%;
}
.pt_view_btn.right_btn {
	justify-content: flex-end;
}

/*===========================================================================*/
/*============= One Payment Against Multiple Orders Page End ================*/
/*===========================================================================*/

/*==========================================================*/
/*============= How To Get Started Page Start ==============*/
/*==========================================================*/

.pt_video_page{
	width: 100%;
	float: left;
	padding: 40px 8%;
}
.pt_step_back{
	float: left;
	cursor: pointer;
	color: #0D0B26;
	font-size: 14px;
	margin: 0 0 10px;
}
.pt_start_video_box{
	width: 100%;
	float: left;
	padding: 0 80px;
	text-align: center;
}
.pt_start_video_box h2{
	color: #000;
	font-weight: 500;
}
.pt_start_video_box img{
	width: 100%;
	margin: 20px 0 30px;
}
.next_btn{
	width: 200px;
	padding: 12px 0;
	text-align: center;
	float: right;
	background: #000;
	color: #fff;
	border-radius: 12px;
}
.next_btn:hover{
	color: #fff;
}

/*==========================================================*/
/*============= How To Get Started Page End ================*/
/*==========================================================*/

/*==========================================================*/
/*============= Vendor Listing Page Start ================*/
/*==========================================================*/

.pt_rating i{
	margin: 0 2px 0 0 !important;
	color: #5570F1;
}

/*==========================================================*/
/*============= Vendor Listing Page End ================*/
/*==========================================================*/

/*==========================================================*/
/*============= Production Job Wise Page Start ================*/
/*==========================================================*/

.production_job_wise_page .search_tags{
	margin-left: 0;
}
.production_job_wise_page .customer_table th{
	text-align: right;
}
.production_job_wise_page .customer_table th{
	width: 20%;
}
.production_job_wise_page .customer_table td{
	text-align: right;
}
.production_job_wise_page .customer_table td{
	width: 20%;
}
.production_job_wise_page .customer_table th:first-child{
	width: 60%;
	text-align: left;
}
.production_job_wise_page .customer_table td:first-child{
	text-align: left;
}
.pt_pp_order{
	width: auto;
	padding: 0;
}

/*==========================================================*/
/*============= Production Job Wise Page End ================*/
/*==========================================================*/

/*=====================================================*/
/*============= Orders Return Page Start ==============*/
/*=====================================================*/

.pt_cursor{
	cursor: pointer;
}
.pt_cursor.active i{
	transform: rotate(90deg);
}
.pt_big_width{
	width: 360px;
}
.sb-gray{
	border-radius: 8px;
}
.pt_inner_table{
	width: calc(100% - 30%);
	margin: 15px 15%;
	font-size: 12px;
}
.pt_inner_table thead{
	border-top: 1px solid #E1E2E9;
	border-bottom: 1px solid #E1E2E9;
	padding: 10px 0;
}
.pt_inner_table th{
	padding: 10px 0;
}
.pt_inner_table td{
	padding: 5px 0;
}
tr.pt_bg_font{
	border-top: 1px solid #E1E2E9;
	font-weight: 600;
}
.pt_inner_table img{
	width: auto;
	margin: 0 0 0 4px;
}
#open_table1{
	display: none;
}
.items-row{
	display: none;
}
.items-row.active{
	display: table-cell;
}
.nw-purchase-heading .nw-purchse-cont{
	padding: 0;
}
.nw-purchase-heading .form-group{
	padding: 15px 0 0 !important;
}

/*=====================================================*/
/*============= Orders Return Page End ================*/
/*=====================================================*/

/*============================================================*/
/*============= New Material Listing Page Start ==============*/
/*============================================================*/

.flt-left{
	float: left;
}
.flt-left .search_tags{
	margin-left: 0;
}
.pt_listing_table tbody tr:hover{
	background: #D7E3FF;
}
.pt_listing_table td{
	color: #000;
}
.pt_table_product img{
	margin-right: 10px;
}
.pt_table_product{
	color: #4776E6 !important;
}
.pt_listing_table td.pt_cursor i{
	margin: 0 10px 0 5px;
}
.sub_table{
	width: 100%;
}
#table_popup{
	display: none;
}
#table_popup.active{
	display: table-cell;
}
#table_sub_popup{
	display: none;
}
#table_sub_popup.active{
	display: table-cell;
}

/*============================================================*/
/*============= New Material Listing Page End ================*/
/*============================================================*/

/*=======================================================*/
/*============= Quick Add Popup Page Start ==============*/
/*=======================================================*/

.material_popup{
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 49;
}
.mt_popup_box{
	width: 60%;
	background: #fff;
	border-radius: 12px;
	padding: 20px 15px;
	overflow-y: auto;
	position: relative;
	margin: 20px 0;
	max-height: 85%;
}
.small_popup{
	width: 40% !important;
}
.mt_popup_box h3{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.close_mt_popup{
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer;
}
.close_mt_popup img{
	width: 25px;
}
.mt_popup_box .form-group.pt_textarea{
	padding: 5px 0 !important;
}
.mt_popup_box .flt-right{
	min-width: auto;
}
.pt_add_btn{
	color: #fff;
  background: #130F26;
  border-radius: 12px;
  padding: 10px 30px;
  display: inline-block;
  margin: 15px 0;
}
.mt_popup_box .nw-purchse-cont{
	padding: 15px 15px 0;
}

/*=======================================================*/
/*============= Quick Add Popup Page End ================*/
/*=======================================================*/

/*============================================================*/
/*============= Inventory New Jobber Page Start ==============*/
/*============================================================*/

.pd_0{
	padding: 0 !important;
}
.fname{
	padding: 10px 10px 10px 40px !important;
	background-image: url(../images/profile.png) !important;
	background-repeat: no-repeat !important;
	background-position: left 8px center !important; 
}
.input_message{
	padding: 10px 10px 10px 40px !important;
	background-image: url(../images/message.png) !important;
	background-repeat: no-repeat !important;
	background-position: left 8px center !important; 
}
.pt_jobs_details{
	width: 100%;
	float: left;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	padding: 5px 15px;
	margin: 15px 0;
}
.pt_jobs_details ul{
	width: 100%;
	display: inline-block;
	padding: 0;
	list-style: none;
	margin: 0;
}
.pt_jobs_details ul li{
	color: #8B8D97;
	font-size: 12px;
	border-bottom: 1px solid #CFD3D4;
	padding: 15px 0;
	margin: 0;
}
.pt_jobs_details ul li:last-child{
	border-bottom: none;
}
.pt_jobs_details ul li span{
	color: #5570F1;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
	display: block;
}
.mg_0{
	margin: 0;
}
.pt_full_input ul li{
	width: 100%;
}
.pt_full_input, .pt_full_input ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.pt_full_input input[type="file"] {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

/*============================================================*/
/*============= Inventory New Jobber Page End ================*/
/*============================================================*/

/*============================================================*/
/*============= Inventory Job Issue Page Start ===============*/
/*============================================================*/

td.right_align{
	text-align: right;
}
ul.pt_purchase_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.pt_purchase_list li{
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
	color: #53545C;
	font-size: 12px;
	font-weight: 400;
}
ul.pt_purchase_list li span{
	color: #5570F1;
	font-size: 16px;
	display: block;
	font-weight: 600;
}
ul.pt_purchase_list li:last-child{
	margin: 0;
}
.pt_star_rate{
	text-align: center;
	margin: 15px 0 0 0;
	color: #FFC403;
	font-size: 30px;
	width: 100%;
	float: left;
}
.pt-right{
	float: right;
}

/*============================================================*/
/*============= Inventory Job Issue Page End =================*/
/*============================================================*/

/*============================================================*/
/*================ Vendor History Page Start =================*/
/*============================================================*/

.customer_percentage_details ul.four_section li{
	width: 25%;
}
.customer_percentage_details ul.half_ul li{
	width: 50%;
}
.pt_timeline h4 span{
	margin-left: 15px;
}
.pt_timeline{
	overflow-y: auto;
}
.pt_timeline .pt_inner_table{
	width: 100%;
	margin: 30px 0 0 0;
	display: none;
}
.pt_timeline .pt_inner_table.active{
	display: inline-table;
}
.pt_timeline .pt_inner_table img{
	margin: 0 10px 0 0;
}
.pt_vw_order{
	cursor: pointer;
}
a.pt_vw_order.active i{
	transform: rotate(90deg);
}

/*============================================================*/
/*================== Vendor History Page End =================*/
/*============================================================*/

/*===============================================================*/
/*============= Inventory Finished Good Page Start ==============*/
/*===============================================================*/

.dashboard_percentage.active{
	background: #5570F1;
	color: #fff;
}
.dashboard_percentage.active .top_dp_section i{
	color: #fff;
}
.dashboard_percentage.active .customer_percentage_details ul li h4{
	color: #fff;
}
.dashboard_percentage.active .customer_percentage_details ul li h2{
	color: #fff;
}
.dashboard_percentage.active .customer_percentage_details ul li h2 span{
	color: #fff;
}

/*===============================================================*/
/*============= Inventory Finished Good Page End ================*/
/*===============================================================*/

/*===================================================*/
/*============= Bom Listing Page Start ==============*/
/*===================================================*/

.dashboard_head{
	color: #45464E;
	font-size: 16px;
	font-weight: 500;
	float: left;
}
.pt_half_table{
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 12px;
	padding: 20px 10px;
	overflow: auto;
}
.pt_half_table h3{
	color: #45464E;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.pt_half_table table{
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}
.pt_half_table table thead{
	border-top: 1px solid #E5E5EF;
	border-bottom: 1px solid #E5E5EF;
}
.pt_half_table th{
	font-weight: 500;
	padding: 10px 0;
}
.pt_half_table td{
	padding: 8px 0;
}
.blue_color{
	color: #4776E6 !important;
	font-weight: 500;
}
.right_align{
	text-align: right;
}
.pt_view_box{
	width: 100%;
	display: inline-block;
}
.pt_view_box a{
	width: 100%;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	background: #130F26;
	border-radius: 10px;
	display: inline-block;
}

/*===================================================*/
/*============= Bom Listing Page End ================*/
/*===================================================*/

/*=========================================================*/
/*============= Task Management Page Start ================*/
/*=========================================================*/

.dashboard_percentage.active.dashboard_icon img {
		filter: brightness(0) invert(1);
    float: left;
    font-size: 16px;
    padding: 8px 10px;
    background: rgba(255, 204, 145, 0.16);
    color: #130F26;
    border-radius: 8px;
}
.dashboard_percentage.active .week_select{
	background: transparent;
	color: #fff;
}
.dashboard_percentage.active .week_select option{
	color: #888;
}

/*=========================================================*/
/*============= Task Management Page End ==================*/
/*=========================================================*/

/*=============================================================*/
/*================ Create New Task Page Start =================*/
/*=============================================================*/

.nw-purchse-cont .pt_textarea_half{
	width: 50%;
}
.nw-purchse-cont .pt_textarea_half_2{
	width: 50%;
}
.nw-purchse-cont input[type='time'] {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px;
    font-size: 16px;
    background: #f6f6fb;
    border-radius: 8px;
    color: #5E6366;
    border: 1px solid #f6f6fb;
    box-shadow: none;
    height: 40px;
}
.right_section{
	float: right;
}
.right_section .sb-cancel {
    color: #CC5F5F;
    background: #fdeae9;
    padding: 5px;
    border-radius: 8px;
    height: auto;
    font-size: 14px;
}

/*=============================================================*/
/*================== Create New Task Page End =================*/
/*=============================================================*/

/*=================================================================*/
/*================ Job Payment Summary Page Start =================*/
/*=================================================================*/

ul.full_ul li{
	width: 100%;
}
.pt_table{
	width: 100%;
	float: left;
}
.pt_table .flt-right{
	min-width: 75%;
}
.jobbers-table .full_table{
	border: 1px solid #CFD3D4;
}
.pt_table table th{
	padding: 15px 10px;
}
.pt_table table td{
	padding: 10px;
}

/*=================================================================*/
/*================ Job Payment Summary Page End ===================*/
/*=================================================================*/

/*===================================================================*/
/*================ Appointment Per Store Page Start =================*/
/*===================================================================*/

body.book_page{
	background: transparent;
}
.aldo_book_section{
	width: 100%;
	float: left;
	padding: 0 20%;
}
.mg_80{
	margin: 80px 0;
}
.aldo_head{
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 20px;
}
.aldo_head.mg_0{
	margin: 0;
}
.aldo_head h2{
	color: #000;
	font-size: 36px;
	font-weight: 400;
	margin: 15px 0;
	line-height: 46px;
}
.aldo_head p{
	color: #828282;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.appointment_form .form-group{
	padding: 10px 0;
	width: 100%;
	float: left;
}
.appointment_form label{
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
}
.appointment_form input{
	height: 40px;
}
.appointment_form input[type="tel"]{
	width: 75%;
}
.appointment_form .pt_country_number select{
	background: transparent;
	margin: 0;
	border-color: #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.appointment_form select{
	height: 40px;
}
.appointment_form textarea{
	height: 120px;
}
.appointment_form input[type="submit"]{
	background: #000;
	color: #fff;
	font-size: 16px;
	height: 50px;
}
.slider_section{
	width: 100%;
	float: left;
}
.pt_vdo_section{
	width: 100%;
	float: left;
	padding: 0 16%;
}
.pt_vdo_img{
	width: 100%;
	float: left;
}
.pt_vdo_img img{
	width: 100%;
}
.cta_btns{
	width: 100%;
	float: left;
}
.cta_btns ul{
	margin: 40px auto;
	display: table;
	padding: 0;
	list-style: none;
}
.cta_btns ul li{
	float: left;
	padding: 0;
	margin: 0 20px;
}
.cta_btns ul li a{
	color: #000;
	border: 1px solid #000;
	border-radius: 8px;
	padding: 15px 50px;
	margin: 0;
	display: inline-block;
	font-weight: 500;
}
.cta_btns ul li.active a{
	background: #000;
	color: #fff;
}
.pt_follow_us{
	width: 100%;
	text-align: center;
	float: left;
}
.pt_follow_us h4{
	color: #000;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
}
.pt_follow_us ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
}
.pt_follow_us ul li{
	float: left;
	padding: 0;
	margin: 0 5px;
}
.pt_follow_us ul li a{
	width: 35px;
	height: 35px;
	background-color: rgba(28, 28, 28, 0.05);
	color: #727272;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_section{
	width: 100%;
	float: left;
}
.footer_section{
	width: 100%;
	float: left;
}
.top_footer{
	width: 100%;
	float: left;
	background-color: #F3F9FF;
	padding: 40px 0 20px;
}
.footer_container{
	width: 100%;
	float: left;
	padding: 0 5%;
}
.footer_box{
	float: left;
	margin-bottom: 20px;
}
.footer_box span{
	margin-right: 20px;
	float: left;
	color: #000;
	font-size: 24px;
}
.footer_box p{
	color: #000;
	font-size: 16px;
	float: left;
	line-height: 40px;
}
.footer_box a{
	color: #5570F1;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}
a.ft_number{
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
.top_footer .col-sm-4:nth-child(2) .footer_box{
	margin: 0 auto;
	display: table;
	float: none;
}
.top_footer .col-sm-4:nth-child(3) .footer_box{
	float: right;
}
.bottom_footer{
	width: 100%;
	float: left;
	background-color: #040924;
	padding: 20px 0 10px;
}
.bottom_footer p{
	font-size: 16px;
	color: #4776E6;
	font-weight: 300;
}
.bottom_footer p span{
	font-size: 20px;
	font-weight: 700;
	color: #8E54E9;
	margin-left: 10px;
}
.wh_color{
	color: #fff !important;
}
.wh_color a{
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}
.date_time_select{
	width: 100%;
	float: left;
}
.full_date_box{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.full_date_box h4{
	color: #000;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 400;
}
.date_slider{
	width: 100%;
	float: left;
}
.date_slider .owl-nav{
	position: absolute;
	right: 0;
	top: -54px;
	font-size: 24px;
	color: #000;
}
.date_slider .owl-nav button:hover{
	background: transparent !important;
	color: #000 !important;
}
.date_slider .owl-nav button.owl-next{
	margin: 0 0 0 20px;
}
.date_slider .date_box{
	width: 100%;
}
.date_box{
	float: left;
	border: 1px solid rgba(19, 15, 38, 0.5);
	padding: 0 5px;
	text-align: center;
	border-radius: 4px;
	color: #130F26;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0 0 0;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.date_box.active{
	background: #130f26;
	color: #fff;
}
.date_box:hover{
	background: #130f26;
	color: #fff;
}
.date_box{
	width: calc(14.28% - 10px);
	margin: 10px 5px 0;
}
.pt_book_appointment_btn{
	width: 100%;
	float: left;
}
.pt_book_appointment_btn a{
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	background: #000;
	text-align: center;
	border-radius: 6px;
	padding: 15px 0;
	font-size: 16px;
}
.pt_book_appointment_btn a:hover{
	background: #130f26;
}
.ash_color{
	color: #53545C !important;
	font-weight: 700 !important;
}
.ash_color span{
	font-size: 20px;
	display: block;
	color: #000 !important;
	margin-top: 10px;
}
p.ash_color{
	font-size: 14px;
}
.aldo_head .cta_btns ul{
	margin: 40px auto 0;
}
.right_align select.sb-open{
	background: rgba(245, 126, 119, 0.16);
	width: auto;
	padding: 0 30px 0 15px;
	height: 40px;
	color: #CC5F5F;
	float: right;
}
.right_align select.sb-close {
  background: #e4e8fd;
  width: auto;
  padding: 0 30px 0 15px;
  height: 40px;
  color: #5570F1;
  float: right;
}
.issue_pg{
	float: right;
	margin-left: 15px;
}
.issue_pg label{
	display: block;
	color: #53545C;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin: 0;
}
.big_mat{
	width: 300px;
}
ul.receive_list{
	list-style: none;
	padding: 0 10px;
	margin: 10px 0 0 0;
	width: 100%;
	display: inline-block;
}
ul.receive_list li{
	color: #5570F1;
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin: 0 20px 10px 0;
}
ul.receive_list span{
	display: block;
	font-size: 14px;
	color: #53545C;
	font-weight: 400;
	margin-bottom: 5px;
}

/*===================================================================*/
/*================ Appointment Per Store Page End ===================*/
/*===================================================================*/

/*================================================================*/
/*================ Settings Warehouse Page Start =================*/
/*================================================================*/

.pd-15{
	padding: 15px 0;
}
.setting_head{
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 10px;
}
.setting_head h2{
	color: #45464E;
	font-size: 20px;
	font-weight: 500;
	margin: 15px;
}
.location_table{
	width: calc(100% - 20px);
	float: left;
	margin: 0 10px;
}
.location_table tr:nth-child(1) td{
	border-bottom: 1px solid rgba(94, 99, 102, 0.2);
}
.location_table td{
	color: #45464E;
	font-size: 20px;
	font-weight: 500;
	padding: 15px 0;
}
.location_table span.pt_edit_btn {
    cursor: pointer;
    float: right;
    color: #5D5FEF;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 2px;
}
span.loctaion_name{
	display: block;
	margin-bottom: 5px;
	color: #8B8D97;
	font-size: 14px;
	font-weight: 400;
}
.company_dashboard{
	width: 100%;
	float: left;
	padding: 20px 0 20px 10px;
	background-color: #fff;
	border-radius: 10px;
}
.company_dashboard h3{
	color: #45464E;
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px;
	margin: 0 0 20px;
}
ul.cd_list{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
ul.cd_list li{
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.cd_list li a{
	cursor: pointer;
	width: 100%;
	padding: 15px 20px;
	color: #45464E;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
}
ul.cd_list li a span{
	float: right;
}
.cd_list li.active a{
	background: #F7F7FC;
}
.cd_list li a:hover{
	background: #F7F7FC;
}
.cd_list li.active a span i{
	transform: rotate(90deg);
}
ul.cd_dropdown_menu{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
}
li.cd_dropdown.active ul.cd_dropdown_menu{
	display: block;
}
ul.cd_dropdown_menu li{
	padding: 0;
	margin: 0;
	width: 100%;
}
ul.cd_dropdown_menu li a{
	width: 100%;
	display: inline-block;
	padding: 10px 20px;
	color: #45464E;
	font-size: 14px;
	font-weight: 500;
	background: transparent !important;
	position: relative;
}
ul.cd_dropdown_menu li a:hover::before{
	width: 2px;
	height: 100%;
	background: #5570F1;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
ul.cd_dropdown_menu li a:hover{
	background: #F7F7FC !important;
	color: #5570F1;
	font-weight: 700;
}
ul.cd_dropdown_menu li.active a::before{
	width: 2px;
	height: 100%;
	background: #5570F1;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
ul.cd_dropdown_menu li.active a{
	background: #F7F7FC !important;
	color: #5570F1;
	font-weight: 700;
}
.nw-purchase-heading span.right_align{
	float: right;
}
.bd-btm{
	border-bottom: 1px solid rgba(94, 99, 102, 0.2);
	margin-top: 15px;
	width: 100%;
	display: inline-block;
}
.wrap-check-33{
	float: left;
	width: 100%;
}
.wrap-check-33 p{
	float: left;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}
 .wrap-check-33 input[type="checkbox"] {
    visibility: hidden;
    display: none;
    float: right;
  }
  span.para_span{
  	display: inline-block;
  	font-size: 14px;
  	font-weight: 400;
  	width: 100%;
  	color: #888;
	margin: 0 0 10px;
  }
  .wrap-check-33 .toggle {
    position: relative;
    display: block;
    width: 40px !important;
    float: right !important;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: 
transparent;
    transform: translate3d(0, 0, 0);
  }
  .wrap-check-33 .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: 
#9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  .wrap-check-33 .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: 
white;
    border-radius: 10px;
    box-shadow: 0 3px 8px 
rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
  }
  .wrap-check-33 .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: 
rgba(79, 46, 220, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
  }
  .wrap-check-33 #cbx-33:checked + .toggle:before {
    background: 
#947ADA;
  }
  .wrap-check-33 #cbx-33:checked + .toggle span {
    background: 
#4F2EDC;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px 
rgba(79, 46, 220, 0.2);
  }
  .wrap-check-33 #cbx-33:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }
.right_align input[type="submit"]{
	float: right;
}
.save_btn{
	background: #130F26;
  color: #fff;
  padding: 12px 40px;
  border-radius: 10px;
}
.save_btn:hover{
	color: #fff;
}
.time_available_table{
	width: calc(100% - 30px);
	margin: 10px 15px;
	float: left;
}
.time_available_table td{
	font-size: 16px;
	color: #2B2F32;
	padding: 6px 0;
}
.ass_color{
	color: #83898C !important;
}
td.sl_time{
	width: 60%;
}
.sl_time span{
	width: 45%;
	float: left;
	padding: 5px 10px 5px 0;
}
.sl_time span.cross_mark{
	width: 10%;
	margin-top: 12px;
}
.sl_time span.cross_mark i{
	cursor: pointer;
}
button.add_time_slot{
	color: #5570F1;
	border-radius: 12px;
	border: 2px solid #5570F1;
	padding: 8px 30px;
	background: transparent;
}
.sw_page ul li{
	width: 21%;
	border: 1px solid #ccc;
}
.url_link{
	width: 100%;
	float: left;
	padding: 10px 0;
}
.url_link ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.url_link ul li{
	width: 12%;
	float: left;
	padding: 0;
	margin: 0;
}
.url_link ul li:nth-child(2){
	width: 76%;
	padding: 0 15px;
}
.url_link ul li i{
	cursor: pointer;
	color: #727272;
	font-size: 20px;
}
.url_link ul li input{
	background: transparent !important;
	border: 1px solid #5E6366 !important;
}

/*================================================================*/
/*================ Settings Warehouse Page End ===================*/
/*================================================================*/

/*================================================================*/
/*================ Settings Approvals Page Start =================*/
/*================================================================*/

.pt_sales_section{
	width: 100%;
	float: left;
}
.pt_sales_section h2{
	color: #45464E;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 15px;
}
.pt_sales_section .nw-purchse-ord{
	padding: 0 5px 20px;
}
.pt_sales_section .pt_textarea{
	display: inline-block;
}
.full_toggle_on{
	float: right;
}
.full_toggle_on p{
	margin-right: 15px;
	font-weight: 400;
}
.pt_sales_section .nw-purchse-cont{
	padding: 0;
}
.name_list{
	width: 100%;
	float: left;
	padding: 15px 0;
}
.name_list h4{
	color: #5570F1;
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0;
}
.name_list h4 span{
	float: right;
	color: #130F26;
	cursor: pointer;
}

/*================================================================*/
/*================ Settings Approvals Page End ===================*/
/*================================================================*/

/*================================================================*/
/*================ Settings Delete User Page Start ===================*/
/*================================================================*/

.delete_popup{
	width: 100%;
	height: 100%;
	backdrop-filter: blur(8px);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.delete_pp_box{
	width: 420px;
	padding: 30px 15px;
}
.delete_pp_box p{
	color: #8B8D97;
	font-size: 16px;
	margin: 20px 0;
}
.delete_pp_box ul{
	padding: 0;
	margin: 0;
	width: 100%;
	display: inline-block;
	list-style: none;
}
.delete_pp_box ul li{
	width: 48%;
	float: left;
	padding: 0;
	margin-right: 2%;
}
.delete_pp_box ul li:last-child{
	margin: 0 0 0 2%;
}
.delete_pp_box ul li a{
	width: 100%;
	display: inline-block;
	border: 2px solid #130F26;
	border-radius: 12px;
	color: #130F26;
	padding: 12px 0;
	text-align: center;
	font-size: 16px;
}
.delete_pp_box ul li a:hover{
	color: #fff;
	background-color: #130F26;
}
.delete_pp_box ul li.active a{
	color: #fff;
	background-color: #130F26;
}

/*================================================================*/
/*================ Settings Delete User Page End ===================*/
/*================================================================*/

/*================================================================*/
/*================ Settings Users Page Start =================*/
/*================================================================*/

.store_heading{
	width: 100%;
	float: left;
}
.store_heading h3{
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0;
}
p.blue_color{
	color: #5570F1;
}
.store_heading h3 span{
	float: right;
	text-decoration: underline;
	cursor: pointer;
}
.pt_pd_btm_15{
	padding-bottom: 15px;
}

/*================================================================*/
/*================ Settings Users Page End ===================*/
/*================================================================*/

/*===========================================================================*/
/*================ Settings Cutomer Preference Page Start ===================*/
/*===========================================================================*/

.wrap-check-33 a {
	float: right;
    border-radius: 12px;
	color: #fff;
    background-color: #130F26;
    padding: 10px 30px;
    font-size: 16px;
}
.nw-purchse-cont h3{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.title_div{
	width: 100%;
	float: left;
	background-color: #fff;
	box-shadow: 0px 1px 8px 0px #0000001A;
	padding: 10px;
	border-radius: 6px;
}
.title_div h3{
	color: #000;
	font-size: 16px !important;
	font-weight: 400;
	margin: 0;
}
.title_div h3 i{
	font-size: 14px !important;
}
.title_div h3 span{
	color: #ABAFB1;
	margin-right: 20px;
}
.add_title{
	box-shadow: none;
}
.add_title h3{
	text-align: right;
	cursor: pointer;
}
.add_title h3 i{
	margin-left: 10px;
}

/*===========================================================================*/
/*================ Settings Cutomer Preference Page End =====================*/
/*===========================================================================*/

/*===========================================================================*/
/*================ Settings Unit Measurements Page Start ===================*/
/*===========================================================================*/

.title_div span.right_align{
	float: right;
	margin: 0;
}
.slt-vendor.plus_input{
	background: #f6f6fb url(../images/plus.png) no-repeat !important;
	background-position: right 14px center !important;
}
.purchase-upload-image h4{
	display: inline-block;
}
table.setting_pg_table{
  width: 100%;
  background-color: transparent;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
}
.setting_pg_table tr{
	margin: 5px 0;
}
.setting_pg_table th{
	font-weight: 400;
	padding: 0 5px;
	color: #53545C;
}
.setting_pg_table td{
	padding: 0 5px;
}
.setting_pg_table input {
    width: 100%;
    color: #ABAFB1;
    height: 40px;
    border-radius: 8px;
    margin: 6px 0;
    padding: 0 10px;
}
.setting_pg_table input::placeholder{
	color: #abafb1;
}
.setting_pg_table input.fill_bg{
	background: rgba(239, 241, 249, 0.6);
	border: none;
}
.setting_pg_table input.transparent_bg{
	border: 1px solid #CFD3D4;
}

/*===========================================================================*/
/*================ Settings Unit Measurements Page End =====================*/
/*===========================================================================*/

/*=====================================================================*/
/*============= Settings Measurements Popup Page Start ================*/
/*=====================================================================*/

.measurement_popup{
	max-height: 90vh;
}
.measurement_popup h3{
	margin-bottom: 15px;
}
.ms_category{
	width: 100%;
	float: left;
	margin: 10px 0;
}
.ms_category h4{
	color: #45464E;
	font-weight: 500;
	margin: 0;
}
.measurement_popup .title_div h3{
	margin: 0;
}
.ms_category .nw-purchse-ord{
	padding: 10px 0;
}
.meter{
	color: rgba(28, 28, 28, 0.8) !important;
	cursor: pointer;
}
.ms_category .right_align label{
	margin: 0;
}
.ms_category .title_div span.round{
	margin-right: 0;
}
.pt_view_btn.right_align{
	justify-content: end;
}
.ms_category .pt_view_btn a{
	margin: 0;
}
h3.pt_mg_btm_30{
	margin-bottom: 30px;
}

/*=====================================================================*/
/*============= Settings Measurements Popup Page End ==================*/
/*=====================================================================*/

/*========================================================================*/
/*============= Settings Material Categories Page Start ==================*/
/*========================================================================*/

.pt_add_btn2 {
    color: #130F26;
    border: 1px solid #130F26;
    border-radius: 12px;
    padding: 10px 30px;
    display: inline-block;
    width: 100%;
    background: transparent;
}
.pt_add_btn2:hover{
	background: #130f26;
	color: #fff;
}
.pt_mg_top_20{
	margin-top: 20px;
}
.tg_dropdowns_div{
	display: none;
}
.tg_title_div span.right_align{
	cursor: pointer;
}
.tg_title_div span.tg_arrow{
	cursor: pointer;
}
.tg_title_div.active span.tg_arrow i{
	transform: rotate(90deg);
}
.tg_title_div.active .title_div{
	background: #D7E3FF;
}
.tg_dropdowns_div.active{
	display: block;
}

/*========================================================================*/
/*============= Settings Material Categories Page End ====================*/
/*========================================================================*/

/*=================================================================*/
/*============= Settings New Add On Page Start ====================*/
/*=================================================================*/

.fname_img {
  padding: 10px 10px 10px 40px !important;
}
.profile_icon_img {
  width: auto;
  position: absolute;
  bottom: 25%;
  left: 8%;
}
.bd-top {
  border-top: 1px solid rgba(94, 99, 102, 0.2);
  margin-top: 15px;
}
.full_wdith{
	width: 100%;
	float: left;
	padding: 15px 0;
}
.all_permissions{
	width: 100%;
	float: left;
}
.permission_box{
	width: 100%;
	float: left;
	padding: 8px 10px;
}
.permission_box input[type="checkbox"]{
	margin-right: 15px;
}
.permission_box span.right_align{
	float: right;
	cursor: pointer;
}
.pp_dropdown.rotate_arrow span.right_align i{
	transform: rotate(90deg);
}
.pp_dropdown_inner{
	display: none;
}
.pp_dropdown_inner.active{
	display: block;
}
.pp_dropdown_inner.active input{
	margin-left: 10px;
}
.pp_dropdown_inner.rotate_arrow2 span.right_align i{
	transform: rotate(90deg);
}
.pp_dropdown_subinner{
	display: none;
}
.pp_dropdown_subinner.active{
	display: block;
}
.pp_dropdown_subinner.active input{
	margin-left: 20px;
}

/*================================================================*/
/*============= Settings New Add On Page End =====================*/
/*================================================================*/

/*====================================================================*/
/*============= Settings Paymet Setup Page Start =====================*/
/*====================================================================*/

.connect_wallet{
	width: 100%;
	float: left;
	background: #FBFAFF;
	border: 1px solid #ededed;
	border-radius: 8px;
	padding: 15px;
	margin-top: 10px;
}
.wallet_img{
	float: left;
}
a.connect_btn{
	background: #130F26;
	padding: 6px 16px;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	float: right;
}

/*====================================================================*/
/*============= Settings Paymet Setup Page End =======================*/
/*====================================================================*/


/*================================================================*/
/*================ Customers Dashboard Page Start =================*/
/*================================================================*/

.pd_15{
	padding: 0 15px;
}
.welcome_msg{
	width: calc(100% - 30px);
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 12px;
	float: left;
	margin: 0 15px 15px;
}
.welcome_msg h2{
	color: #45464E;
	margin: 0 0 15px;
}
.msg_slider{
	margin: 0 0 10px;
	float: left;
	width: 100%;
}
.msg_slider.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    margin-top: 10px;
    bottom: -20px;
}
.owl-theme .owl-dots .owl-dot.active span{
	width: 30px;
	background: #C0CAFF;
}
.wd_70{
	width: 70%;
}
.left_div ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.left_div ul li{
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #8F9097;
	cursor: pointer;
}
.left_div ul li:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.left_div ul li.active{
	font-weight: 700;
	color: #000;
}
.all_percent_boxes{
	width: 100%;
	float: left;
	padding: 0 10px;
}
.all_percent_boxes .pt_percent_box:nth-child(1){
	background-image: url(../images/box1.png);
}
.all_percent_boxes .pt_percent_box:nth-child(2){
	background-image: url(../images/box2.png);
}
.all_percent_boxes .pt_percent_box:nth-child(3){
	background-image: url(../images/box1.png);
}
.all_percent_boxes .pt_percent_box:nth-child(4){
	background-image: url(../images/box2.png);
}
.all_percent_boxes .pt_percent_box:nth-child(5){
	background-image: url(../images/box3.png);
}
.all_percent_boxes .pt_percent_box:nth-child(6){
	width: calc(15% - 5px);
	margin: 0 0 15px 5px;
	background-image: url(../images/box1.png);
}
.pt_percent_box{
	width: calc(17% - 10px);
	float: left;
	margin: 0 5px 15px;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	color: #fff;
	padding: 15px;
	background-position: center center;
}
.pt_percent_box h4{
	font-size: 16px;
	font-weight: 600;
	width: 80%;
	height: 80px;
	float: left;
	margin: 0;
	text-transform: uppercase;
}
.pt_percent_box img{
	float: right;
}
.pt_percent_box h3{
	width: 100%;
	display: inline-block;
	margin: 0;
	font-size: 32px;
}
.pt_cutomers_box{
	width: 100%;
	height: 320px;
	float: left;
	padding: 20px 15px 0;
	background: #fff;
	border-radius: 10px;
	overflow: auto;
}
.pt_cutomers_head{
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
.pt_cutomers_head h3{
	color: #45464E;
	font-size: 16px;
	float: left;
	margin: 0 0 10px;
}
.pt_cutomers_head select{
	float: right;
	color: #BEC0CA;
	font-size: 12px;
}
.pt_cutomers_box ul{
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}
.pt_cutomers_box ul li:nth-child(even){
	padding: 0 0 0 5px;
}
.pt_cutomers_box ul li{
	width: 50%;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 5px 0 0;
}
.pt_cutomers_box ul li h4{
	font-size: 12px;
	font-weight: 500;
	color: #1E1B39;
	width: 50%;
	float: left;
	margin: 0;
}
.pt_cutomers_box ul li span{
	color: #5E6366;
	font-size: 10px;
	font-weight: 400;
	float: left;
	width: 50%;
}
.pt_cutomers_box ul li span span.srt_text{
	color: #55F1C2;
	font-size: 8px;
	font-weight: 400;
	float: right;
	margin-top: 2px;
}
.source_table{
	width: 100%;
	float: left;
}
.source_table thead{
	background: #F6F8FE;
}
.source_table th{
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #1c1c1c;
}
.source_table td{
	color: #5E6366;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
}
.source_table tbody tr{
	border-bottom: 1px solid #F1F3F9;
}

/*================================================================*/
/*================ Customers Dashboard Page End =================*/
/*================================================================*/


/*================================================================*/
/*================ Website Guide Popup Start =====================*/
/*================================================================*/

.all-guide-tour{
	width: calc(100vw - 70px);
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
}
.pp-box1{
	background: rgb(225,0,190);
	background: linear-gradient(170deg, rgba(225,0,190,1) 0%, rgba(108,63,232,1) 100%); 
}
.pp-box2{
	background: rgb(57,36,157);
	background: linear-gradient(160deg, rgba(57,36,157,1) 0%, rgba(139,49,206,1) 42%, rgba(237,1,111,1) 100%);
}
.pp-box3{
	background: rgb(18,0,48);
	background: linear-gradient(123deg, rgba(18,0,48,1) 0%, rgba(105,20,150,1) 50%, rgba(225,0,190,1) 100%);
}
.pp-box4{
	background: rgb(225,0,190);
	background: linear-gradient(170deg, rgba(225,0,190,1) 0%, rgba(108,63,232,1) 58%, rgba(225,0,190,1) 100%); 
}
.pp-box5{
	background: rgb(209,0,205);
	background: linear-gradient(135deg, rgba(209,0,205,1) 0%, rgba(150,0,165,1) 27%, rgba(220,0,165,1) 50%, rgba(167,0,208,1) 100%);
}
.pp-box6{
	background: rgb(142,58,206);
	background: linear-gradient(153deg, rgba(142,58,206,1) 0%, rgba(129,46,150,1) 50%, rgba(118,69,130,1) 100%);
}
.guide-slider{
	width: 100%;
	height: 100%;
	float: left;
}
.guide-slider .owl-nav{
	position: absolute;
	bottom: 10%;
	left: 3%;
	z-index: 4;
}
.guide-slider .owl-nav button{
	width: 40px;
	height: 40px;
	background: #fff !important;
	border-radius: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px !important;
	color: #5570F1 !important;
	transition: all 0.5s;
}
.guide-slider .owl-nav button:hover{
	border-radius: 50% !important;
	transition: all 0.5s;
}
.guide-slider .item{
	width: 100%;
	float: left;
}
.guide-box {
  width: calc(100% - 15px);
  height: calc(100vh - 30px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 20px 50px;
  float: left;
  margin: 15px 15px 15px 0;
  border-radius: 0 12px 12px 0;
  overflow-y: auto;
}
.flex-box{
	height: 100%;
	display: flex;
	align-items: center;
}
.guide-details{
	width: 100%;
	float: left;
	color: #fff;
}
.guide-details h2{
	margin: 0 0 20px;
}
.guide-details p{
	margin: 10px 0 0 0;
}
.guide-img{
	width: 100%;
	float: left;
	box-shadow: 2px -1px 15px 1px #00000061;
}
.guide-img img{
	width: 100%;
}
a.skip-tour{
	color: #5570F1;
	background: #fff;
	padding: 8px 20px;
	border-radius: 14px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	box-shadow: 2px -1px 15px 1px #00000061;
}

/*================================================================*/
/*================ Website Guide Popup End =======================*/
/*================================================================*/

/*================================================================*/
/*================ Appointment Details Start =====================*/
/*================================================================*/

.add_section h3{
	color: #303030;
	margin: 0;
	font-size: 20px;
}
.pt_pd_btm_top_5{
	padding-bottom: 5px;
	padding-top: 5px;
}
.pt_apt_detail{
	width: 100%;
	float: left;
	padding: 10px;
	margin: 5px 0;
	cursor: pointer;
}
.divider{
	width: 100%;
	float: left;
	height: 1px;
	background: #eaeaea;
	margin: 2px 0;
}
.pt_apt_detail:hover{
	background: #5570f117;
}
.pt_apt_detail h5{
	color: #8B8D97;
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
}
.pt_apt_detail h3{
	color: #303030;
	margin: 0;
	font-size: 18px;
}

/*================================================================*/
/*================ Appointment Details End =======================*/
/*================================================================*/


/*========================================================================*/
/*================ Purchase Request Linsting Start =======================*/
/*========================================================================*/

progress.sb-progress::-webkit-progress-bar {
  background-color: #EEF0FA;
  border-radius: 10px;
}
progress.sb-progress::-webkit-progress-value {
  background-color: #5570F1;
  border-radius: 10px;
}
progress.sb-progress::-moz-progress-bar {
  border-radius: 10px;
}
progress.sb-progress::-moz-progress-value {
  border-radius: 10px;
}
.pt_li_full{
	width: 100% !important;
}
.pd_15_0{
	padding: 15px 0 !important;
}
.slt-product-edt{
	width: 100%;
	float: left;
}
.slt-product-edt h4{
	color: #45464E;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px;
}
.slt-product-edt button{
	color: #5D5FEF;
	background: transparent;
	text-decoration: underline;
	font-weight: 500;
}
.customer_table input[type="text"]{
	margin: 0;
}
.left_float{
	float: left;
}

/*=======================================================================*/
/*================ Purchase Request Linsting End ========================*/
/*=======================================================================*/

/*===============================================================*/
/*================ Purchase Order Start ========================*/
/*===============================================================*/

.view-add-btn{
	width: 120px;
	text-align: left;
	background: transparent;
	padding: 0;
	color: #5D5FEF;
	font-weight: 500;
	font-size: 14px;
}
.mg_top_0{
	margin-top: 0;
}

/*===============================================================*/
/*================ Purchase Order End ==========================*/
/*===============================================================*/

/*=====================================================================*/
/*================ Settings Subscription Page Start ===================*/
/*=====================================================================*/

.pd_lr_15{
	padding-left: 15px;
	padding-right: 15px;
}
.float-right{
	float: right;
}
.nw-purchase-heading a{
	font-size: 16px;
}
.text-underline{
	text-decoration: underline;
}
.pt-bill-box{
	width: 25%;
	float: left;
	margin: 0 0 15px;
}
.wd_33{
	width: 33.33% !important;
}
.pd_btm_0{
	padding-bottom: 0;
}
.pt-bill-box.wd_33 h5{
	font-size: 12px;
}
.pt-bill-box h5{
	color: rgba(69, 70, 78, 0.6);
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px;
}
.pt-bill-box h3{
	font-size: 16px;
	margin: 0;
	line-height: 1.4em;
}
.pt-bill-box.wd_33 h3{
	font-size: 14px;
}
.black-color{
	color: #130F26;
	font-weight: 600;
}
.black-color:hover{
	color: #5D5FEF;
}
.wd_100{
	width: 100% !important;
	float: left;
}
.pt_height{
	height: 340px;
}
.ft_16{
	font-size: 16px;
	color: #45464E;
}
.visa{
	width: 100%;
	float: left;
	padding: 15px;
	background: #F6F8FE;
	margin: 15px 0;
}
.visa img{
	float: left;
}
.visa h3{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0 0;
	text-align: right;
}
.payment_table{
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px 0;
	font-size: 16px;
}
.payment_table thead{
	background: #F6F8FE;
}
.payment_table th{
	padding: 10px 15px;
	color: rgba(69, 70, 78, 0.6);
	font-weight: 500;
}
.payment_table td{
	padding: 10px 15px;
	color: #45464E;
	font-weight: 500;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.payment_table tbody tr:last-child td{
	border-bottom: none;
}
.payment-download{
	color: #000;
}
.payment-download:hover{
	color: #5D5FEF;
}

/*=====================================================================*/
/*================ Settings Subscription Page End =====================*/
/*=====================================================================*/

/*=========================================================================*/
/*================ Production Option Listing Page Start ===================*/
/*=========================================================================*/

.soft_blue_bg{
	width: 100%;
	background: #EBF1FF;
	float: left;
	border-radius: 12px;
}
.pd_30_0_15{
	padding: 30px 0 15px;
}
.pt_purchase_head{
	width: 100%;
	float: left;
}
.pt_purchase_head h4{
	color: #45464E;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 15px;
}
span.font_short {
  color: #8B8D97;
  font-size: 14px;
  display: block;
  margin: 0 0 5px;
}
.request_purchase_table{
	width: 100%;
	float: left;
}
.pd_lr_0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.request_purchase_table th{
	color: #53545C;
	font-size: 12px;
	font-weight: 400;
	padding: 0 5px;
}
.request_purchase_table td{
	padding: 5px;
}
.request_purchase_table a {
    color: #5D5FEF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    display: inline-block;
}
a.pt-duplicate-btn.right_float.wd_auto {
    width: auto;
    padding: 2px 20px;
}
.pd_lr_10{
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.td_border{
	width: 100%;
	height: 1px;
	display: inline-block;
	background: rgba(94, 99, 102, 0.2);
	margin: 10px 0;
}
.bold{
	font-weight: 600 !important;
}
.more_btn{
	color: #4776E6;
	text-decoration: underline;
}
.more_btn:hover{
	color: #4776e6;
}
.mg-left-15{
	margin-left: 15px;
}

/*=====================================================================*/
/*================ Production Option Listing Page End =====================*/
/*=====================================================================*/

/*==================================================================================*/
/*================ Production Individual Plan Listing Page Start ===================*/
/*==================================================================================*/

.pt-approved{
	background: rgba(50, 147, 111, 0.16) !important;
	color: #519C66 !important;
	font-size: 12px !important;
	margin: 0 !important;
	height: 25px !important;
}
a.pt-duplicate-btn {
    color: #130F26;
    border-radius: 8px;
    border: 1px solid #130F26;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 0;
    text-align: center;
    margin: 0;
}
a.pt-duplicate-btn:hover{
	background: #130f26;
	color: #fff;
}
.pd_tb_5{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.table_text{
	font-size: 20px;
	font-weight: 500;
	color: #45464E;
	margin: 10px 0 0 0;
}
.full_width_section h3{
	color: #000;
	font-size: 20px;
	margin: 0 0 15px;
}
.pt_charges_list{
	width: 55%;
	float: left;
	padding-right: 10px;
}
.soft_blue_bg h4{
	margin: 15px;
	padding: 0;
	color: #3D3D3D;
	font-size: 16px;
}
.pt_mg_btm_10{
	margin-bottom: 10px;
}
.total_charge_cost{
	width: 45%;
	float: left;
	padding-left: 5px;
}
.charge-half-box{
	width: calc(50% - 5px);
	float: left;
	margin: 0 0 10px 5px;
	background: rgba(93, 95, 239, 0.6);
	border-radius: 8px;
	border: 1px solid #5D5FEF;
	padding: 15px 10px;
	color: #fff;
}
.charge-half-box h3{
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
}
.charge-half-box h3 span{
	display: block;
	font-size: 14px;
}
.charge-half-box h2 {
  font-size: 36px;
  margin: 15px 0 0 0;
  padding: 0;
}
span.note_date{
	color: #000;
	font-size: 12px;
	font-weight: 700;
	background: #E8ECFF;
	border-radius: 4px;
	padding: 3px 6px;
	display: inline-block;
}
.name_notes{
	width: 100%;
	float: left;
	margin: 10px 0;
}
.pd_left_15px{
	padding-left: 15px !important;
}
.name_notes h4 span{
	display: block;
	margin-bottom: 5px;
}
.name_notes h4{
	color: #53545C;
	margin: 0;
	font-size: 16px;
}
.center_align{
	text-align: center;
}
.flt_none{
	float: none !important;
}
.sketch{
	background: transparent;
	border: 1px dashed #A6A8B1;
	margin: 15px 0;
}
.pt-full-btn{
	width: 100%;
	background: #130F26;
	display: inline-block;
	color: #fff;
	padding: 15px 0;
	border-radius: 10px;
	text-align: center;
}
.pt-full-btn:hover{
	color: #fff;
}
.mg_0{
	margin: 0 !important;
}

/*==================================================================================*/
/*================ Production Individual Plan Listing Page End =====================*/
/*==================================================================================*/

/*=======================================================================================*/
/*================ Production Purchase Requirement Listing Page Start ===================*/
/*=======================================================================================*/

.purchase_tab{
	width: 100%;
	float: left;
	margin: 0 0 25px;
}
.purchase_tab ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.purchase_tab ul li{
	float: left;
}
.purchase_tab ul li.active a{
	color: #2B2F32;
	border-bottom: 4px solid #5570F1;
}
.purchase_tab ul li a:hover{
	color: #2b2f32;
	border-bottom: 4px solid #5570f1;
}
.purchase_tab ul li a{
	color: #ABAFB1;
	padding: 5px 15px;
	margin: 0 5px;
}

/*=======================================================================================*/
/*================ Production Purchase Requirement Listing Page End =====================*/
/*=======================================================================================*/

/*===================================================================================*/
/*================ Production Variants Stages Existing Page Start ===================*/
/*===================================================================================*/

.product_radio{
	width: 100%;
	float: left;
}
.radio-group{
	float: left;
	margin: 0 20px 0 0;
	display: flex;
	align-items: center;
}
.radio-group input[type="radio"]{
	margin: 0;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.radio-group label{
	margin: 0;
	color: #2B2F32;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}
.pd_0_0_15_0{
	padding: 0 0 15px !important;
}

/*===================================================================================*/
/*================ Production Variants Stages Existing Page End =====================*/
/*===================================================================================*/

/*=======================================================================================*/
/*================ Production Variants Stages Non Existing Page Start ===================*/
/*=======================================================================================*/

.pt-200-wd{
	width: 200px;
}

/*=======================================================================================*/
/*================ Production Variants Stages Non Existing Page End =====================*/
/*=======================================================================================*/

/*================================================================================*/
/*================ Marketing Audience Group Listing Page Start ===================*/
/*================================================================================*/

.pt-edit-del-btn{
	list-style: none;
	padding: 0;
	margin: 0;
}
.pt-edit-del-btn li{
	float: left;
	padding: 0;
	margin: 0 6px;
}
.pt-edit-del-btn li a{
	color: #5570F1;
	font-size: 20px;
}
.pt-edit-del-btn li a i{
	margin: 0;
}
.font-20{
	font-size: 20px;
}
.marketing_box{
	width: 100%;
	float: left;
	background: #5570F1;
	padding: 15px;
	border-radius: 12px;
	color: #fff;
	margin: 0 0 15px;
}
.marketing_box h4{
	margin: 0;
	font-size: 16px;
}
.marketing_box h3{
	font-size: 30px;
	margin: 15px 0;
	font-weight: 600;
	color: #fff;
}
.marketing_box h3 i{
	font-size: 16px;
}
.marketing_box p{
	margin: 0;
	font-size: 14px;
}

/*================================================================================*/
/*================ Marketing Audience Group Listing Page End =====================*/
/*================================================================================*/

/*=======================================================================================*/
/*================ Production Variants Stages Non Existing Page Start ===================*/
/*=======================================================================================*/

.pd-all-15{
	padding: 15px;
}
.product_radio h4{
	float: left;
	margin: 0 20px 0 0;
	font-weight: 400;
	font-size: 16px;
}
.remove-btn {
    color: #5D5FEF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    display: inline-block;
}

/*=======================================================================================*/
/*================ Production Variants Stages Non Existing Page End =====================*/
/*=======================================================================================*/

/*=======================================================================================*/
/*================ Production Variants Stages Non Existing Page Start ===================*/
/*=======================================================================================*/

.search_input{
	width: 100%;
	float: left;
	position: relative;
}
.search_input input[type='text'] {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 10px 45px 10px 10px;
    font-size: 16px;
    background: #f6f6fb;
    border-radius: 8px;
    color: #5E6366;
    border: 1px solid #f6f6fb;
    box-shadow: none;
    height: 40px;
}
.icon_label img{
	top: 44px !important;
	right: 15px !important;
}
.search_input img{
	position: absolute;
	top: 14px;
	right: 30px;
}
.fnt_16{
	font-size: 16px;
}

/*=======================================================================================*/
/*================ Production Variants Stages Non Existing Page End =====================*/
/*=======================================================================================*/

/*=============================================================*/
/*================ Store Listing Page Start ===================*/
/*=============================================================*/

ul.five_percentage li{
	width: 20% !important;
}
.blue_btn button{
	background-color: #5570F1 !important;
	padding: 12px 25px !important;
}
.add_btn i{
	margin-left: 20px;
}
.add_btn .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
	filter: none !important;
}

/*=============================================================*/
/*================ Store Listing Page End =====================*/
/*=============================================================*/

/*=============================================================*/
/*================ Material View Page Start ===================*/
/*=============================================================*/

.receive_arrow{
	font-size: 24px;
}
.receive_arrow i{
	margin: 0 !important;
	color: #65DDB2;
	transform: rotate(225deg);
}
.bd_none{
	border: none !important;
}
.sky_bg{
	background: #EBF1FF;
}
.bd_btm{
	border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}
.pd_lr_15 td{
	padding-left: 15px;
	padding-right: 15px;
}
.pd_lr_15 th{
	padding-left: 15px;
	padding-right: 15px;
}
.returned_arrow{
	font-size: 24px;
}
.returned_arrow i{
	margin: 0 !important;
	color: #DD6C65;
	transform: rotate(45deg);
}
.mg-top-10{
	margin-top: 10px;
}
.mt-percent-box{
	background-color: #5570F1;
	color: #fff;
	padding: 15px;
	border-radius: 10px;
	float: left;
}
.wd-25{
	width: 23%;
	margin: 5px 1%;
}
.mt-percent-box h4{
	font-size: 14px;
}
.mt-percent-box span{
	font-size: 16px;
	margin-left: 10px;
}

/*=============================================================*/
/*================ Material View Page End =====================*/
/*=============================================================*/

/*===============================================================*/
/*================ B2B sales entry Page Start ===================*/
/*===============================================================*/

.mg-tb-15{
	margin-top: 15px;
	margin-bottom: 15px;
}
.left_div input{
	height: 35px;
	background-color: rgba(239, 241, 249, 0.2) !important;
	border-radius: 8px;
	padding: 0 50px 0 12px;
}
.left_div.head_datepicker{
	border: none;
}
.b2b_sales_table td{
	width: auto !important;
}
.b2b_sales_table .pt_table_product img{
	width: auto !important;
}

/*===============================================================*/
/*================ B2B sales entry Page End =====================*/
/*===============================================================*/

/*================ Table Head Dropdown Css Start ===================*/

.dropdown-th{
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}
.dropdown-th i{
	margin-left: 10px;
}
.dropdown-th:hover ul.dropdown-th-open{
	display: block;
	transition: all 0.5s;
}
ul.dropdown-th-open{
	position: absolute;
	top: 80%;
	left: 0;
	list-style: none;
	padding: 5px 0;
	margin: 0;
	background-color: #fff;
	box-shadow: 1px 3px 5px 0 #b3b3b3;
	display: none;
	transition: all 0.5s;
	max-height: 130px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 9;
}
ul.dropdown-th-open li{
	padding: 0;
	margin: 0;
}
ul.dropdown-th-open li a {
    color: #202020;
    font-size: 12px;
    padding: 4px 15px;
    display: inline-block;
}
ul.dropdown-th-open li a:hover{
	background-color: #f2f4ff;
}

/*================ Table Head Dropdown Css End =====================*/

/*===============================================================*/
/*================ B2B sales entry Page Start ===================*/
/*===============================================================*/

.ass-color-border img{
	border: 1px solid #E1E2E9;
}
.pd_tb_0{
	padding-top: 0;
	padding-bottom: 0;
}
.mg_top_0{
	margin-top: 0;
}
.search-left-icon {
    background: transparent url(../images/fi_search.png) no-repeat !important;
    background-position: left 14px center !important;
    background-size: 20px !important;
    padding: 10px 10px 10px 45px !important;
}

/*===============================================================*/
/*================ B2B sales entry Page End =====================*/
/*===============================================================*/

/*===============================================================*/
/*================ Subscription Plan Page Start ===================*/
/*===============================================================*/

.subscription-plan{
	width: 100%;
	float: left;
}
.pd-60-80{
	padding: 60px 80px;
}
.subscription-plan h2{
	margin: 0 0 20px;
}
.subscription-tab{
	background-color: transparent;
	width: 100%;
	float: left;
	border: none;
	box-shadow: none;
}
.subscription-tab .panel-heading {
    width: 330px;
    margin: 0 auto;
    padding: 5px 0;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #000;
}
.subscription-tab .nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    display: table;
}
.subscription-tab .nav-tabs>li>a {
    margin-right: 0;
    border-radius: 8px;
    font-weight: 500;
}
.subscription-tab .nav-tabs>li>a{
	padding: 8px 15px;
}
.subscription-tab .nav>li>a:focus, .nav>li>a:hover {
    border-radius: 8px !important;
	background-color: #1D2127 !important;
}
.subscription-tab .nav>li>a {
	color: #0e0e0e;
}
.subscription-tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #0e0e0e;
    background-color: #EBEFF0;
	cursor: pointer;
}
.subscription-tab .panel-body {
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.tab-content {
    width: 100%;
    float: left;
}
.subscription-plan-box{
	width: 100%;
	float: left;
	height: 520px;
	background: #fff;
	padding: 20px 15px 0;
	border-radius: 20px;
	margin: 15px 0;
	position: relative;
	color: #000;
	transition: all 0.3s ease;
	border: 1px solid rgba(71, 118, 230, 1);
}
.row-centered {
    text-align: center;
}
.col-centered {
	display: inline-block;
	float: none; /* Important to remove default Bootstrap float */
	text-align: left; /* Reset text alignment within the column */
	margin-right: -10px; /* Adjust for potential spacing issues */
}
.subscription-plan-box:hover{
	color: #fff;
	background: linear-gradient(225deg, #22E1FF 0%, #1D8FE1 47.87%, #625EB1 100%);
	transition: all 0.3s ease;
}
.subscription-plan-box.active{
	color: #fff;
	background: linear-gradient(225deg, #22E1FF 0%, #1D8FE1 47.87%, #625EB1 100%);
	transition: all 0.3s ease;
}
.subscription-plan-box h5{
	font-size: 24px;
	margin-top: 0;
	font-weight: 400;
}
.subscription-plan-box h3{
	font-size: 30px;
	margin: 0 0 10px;
	float: left;
	width: 100%;
}
span.free-spcl-color{
	color: #F57E77;
}
.subscription-plan-box span.billed-date {
    font-size: 16px;
    margin-left: 5px;
}
.subscription-plan-box:hover span.billed-date{
	color: #fff;
}
.subscription-plan-box.active span.billed-date{
	color: #fff;
}
.subscription-plan-box p{
	width: 100%;
	float: left;
	height: 50px;
	margin: 0;
}
.subscription-plan-box button {
    background: #F1EFFF;
    color: #fff;
    padding: 12px 0;
	width: 150px;
    margin: 20px auto 0;
    display: table;
    border-radius: 8px;
	border: none;
	transition: all 0.3s ease;
	background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
}
.subscription-plan-box.active span.on-hover-block{
	display: block;
	transition: all 0.3s ease;
}
span.on-hover-block{
	display: none;
	transition: all 0.3s ease;
}
.subscription-plan-box button:hover span.on-hover-none{
	display: none;
	transition: all 0.3s ease;
}
.subscription-plan-box.active span.on-hover-none{
	display: none;
	transition: all 0.3s ease;
}
.subscription-plan-box button:hover span.on-hover-block{
	display: block;
	transition: all 0.3s ease;
}
.subscription-plan-box:hover button{
	background: #fff;
	color: #0e0e0e;
	transition: all 0.3s ease;
}
.subscription-plan-box.active button{
	background: #fff;
	color: #0e0e0e;
	transition: all 0.3s ease;
}
.subscription-plan-box button:hover{
	background: #fff;
	color: #0e0e0e;
	transition: all 0.3s ease;
}
.subscription-plan-box button i{
	margin-left: 10px;
}
.subscription-plan-box ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
	height: 280px;
	overflow: auto;
}
.subscription-plan-box ul li{
	padding: 5px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
span.active-subscription-plan {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    position: absolute;
    top: 15px;
    right: 15px;
	background-color: #fff;
	color: #101010;
	font-weight: 500;
}
.plans-help{
	width: 100%;
	float: left;
	text-align: center;
}
.plans-help h5{
	font-weight: 700;
	font-size: 20px;
}
.plans-help p{
	font-size: 20px;
}
.plans-help p a{
	text-decoration: underline;
	color: #3305FF;
}
.subscription-faqs{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.subs-faqs-heading{
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 26%;
	margin-bottom: 10px;
}
.subs-faqs-heading h2{
	font-size: 36px;
	font-weight: 700;
}
.subs-faqs-heading p{
	font-size: 16px;
	color: rgba(0,0,0,.5);
}
.subs-faq{
	width: 100%;
	float: left;
	margin-top: 30px;
    font-size: 16px;
}
.subs-faq summary {
    width: 100%;
    float: left;
    background: #ededed;
    padding: 15px 20px;
    border-radius: 10px;
	font-weight: 600;
	cursor: pointer;
}
.subs-faq details:open summary .right_align{
	transform: rotate(180deg);
}
.subs-faq summary .right_align{
	float: right;
	color: #5570F1;
}
.subs-faq p{
	color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px 0;
	display: inline-block;
}
.subscription-table {
    width: 100%;
    float: left;
    margin-top: 20px;
	overflow: auto;
}
table.sb-table {
    width: 100%;
    float: left;
    border: 1px solid #d2d2d2;
}
table.sb-table thead {
    background: #edf1ff;
}
table.sb-table th:last-child,td:last-child{
	text-align: right;
}
table.sb-table td:nth-child(2){
	text-align: center;
	font-weight: 700;
}
table.sb-table td:nth-child(2),th:nth-child(2){
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
table.sb-table td:nth-child(2) a{
	font-size: 20px;
}
span.input-number {
    margin-top: 4px;
    display: inline-block;
}
a.plus-input{
	float: left;
	color: #5D5FEF;
}
a.minus-input{
	float: right;
	color: #5D5FEF;
}
table.sb-table th,td{
	padding: 10px;
}
table.sb-table td{
	border-bottom: 1px solid #d2d2d2;
}
table.sb-table td:first-child{
	width: 50%;
}
table.sb-table tr:last-child td{
	border-bottom: none;
}
tr.total-subscription-amount{
	background: #edf1ff;
	font-size: 18px;
	font-weight: 700;
}
.left-align{
	float: left;
}
.right-align{
	float: right;
}
.subscription-pay-buttons{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}
.subscription-pay-buttons ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.subscription-pay-buttons ul li{
	float: left;
}
.subscription-pay-buttons ul li:last-child{
	float: right;
}
.subscription-pay-buttons ul li .btn-primary{
	color: #5D5FEF;
	padding: 10px 30px;
	margin: 10px 0 0 0;
	display: inline-block;
	border-radius: 8px;
	background: #fff;
	font-size: 16px;
	box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.2);
	transition: all 0.2s;
	border: none;
	text-transform: capitalize;
}
.subscription-pay-buttons ul li button:hover{
	background: rgba(71, 118, 230, 1);
	color: #fff;
	transition: all 0.2s;
}
.subscription-pay-buttons ul li button.active{
	background: rgba(71, 118, 230, 1);
	color: #fff;
	transition: all 0.2s;
}
.subscription-pay-buttons button:focus {
    color: #fff;
    background: rgba(71, 118, 230, 1);
    border-color: transparent;
	outline: none;
}

/*===============================================================*/
/*================ Subscription Plan Page End =====================*/
/*===============================================================*/

/*============================================================================*/
/*================ Subscription Selected Plan Page Start =====================*/
/*============================================================================*/

.selected-tab{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
ul.selected-plan-name{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.selected-plan-name li{
	color: #5570F1;
	padding: 0;
	margin: 0;
	float: left;
}
ul.selected-plan-name li:last-child{
	float: right;
}
ul.selected-plan-name li a{
	color: #0e0e0e;
	text-decoration: underline;
}
.select-price-details{
	width: 100%;
	float: left;
	padding-left: 60px;
}
.select-price-details h3{
	font-weight: 700;
}
.price-details-table{
	width: 100%;
	overflow: auto;
}
.price-details-table table{
	width: 100%;
	color: #000;
	font-size: 20px;
}
.price-details-table td{
	padding: 10px 20px;
}
.price-details-table hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #202020;
}
.price-details-table tr{
	padding: 0 10px;
}
tr.user-count{
	background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
	border-radius: 8px;
	color: #fff;
}
.user-count td{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.user-count a.plus-input {
    color: #fff;
	float: none;
}
.user-count a.minus-input {
    color: #fff;
	float: none;
}
.user-count span.input-number{
	margin-top: 0;
	padding: 0 30px;
}
.table-heading h4{
	font-weight: 700;
	font-size: 30px;
	margin: 20px 0;
}
.table-heading h5{
	font-size: 20px;
	margin: 0;
}
span.small-font{
	font-size: 15px;
	display: block;
}
.pay-btn{
	width: 100%;
	display: inline-block;
	background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
	color: #fff;
	padding: 10px 0;
	text-align: center;
	border-radius: 8px;
}
.price-details-table p{
	color: #00000050;
	font-size: 16px;
	margin: 0;
	text-align: left;
}

/*============================================================================*/
/*================ Subscription Selected Plan Page End =====================*/
/*============================================================================*/

/*=============================================================*/
/*================ Order Inner Page Start =====================*/
/*=============================================================*/

.wd-20{
	width: 20% !important;
}
.wd-50{
	width: 50% !important;
	padding: 0 5px;
}
.order-photo-upload{
	width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    border: 1px solid #E1E2E9;
    border-radius: 12px;
    background: #F4F5FA;
    position: relative;
}
.order-photo-upload img{
	width: 30px;
    margin: 0 0 10px;
}
.order-photo-upload h4 {
    color: #5570F1;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    font-weight: 500;
}
.order-photo-upload input[type="file"] {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.order-uploaded-photo{
	width: 100%;
	float: left;
	position: relative;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}
.order-uploaded-photo img {
    width: calc(100% - 20px);
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    position: absolute;
    transform: rotate(5deg);
    margin: 0 10px;
    z-index: 9;
    top: 12px;
}
.order-uploaded-photo img:nth-child(2){
	transform: rotate(-5deg);
	z-index: 4;
}
.order-uploaded-photo img:nth-child(3){
	transform: rotate(15deg);
	z-index: 1;
}
.order-uploaded-photo h4{
	color: #fff;
	margin: 0;
	z-index: 10;
	position: relative;
	font-size: 30px;
}
.order-tab{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}
.order-tab .nav-tabs{
	border-bottom: none;
	width: auto;
	background-color: #F2F4FE;
	float: left;
	border-radius: 8px;
}
.order-tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	font-weight: 500;
	background-color: #5570F1;
	color: #fff;
	border: none;
	border-radius: 8px;
}
.order-tab .nav-tabs>li>a{
	margin-right: 0;
	color: #4776E6;
	padding: 10px 20px;
}
.order-tab .nav>li>a:focus, .nav>li>a:hover {
	color: #fff;
	background-color: #5570F1;
	border-radius: 8px;
}
.order-tab .tab-content {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.order-tab table.sb-table td:nth-child(2), th:nth-child(2){
	border: none;
}
.order-tab .tab-content table img{
	width: 20px;
}
.table-upload-img{
	position: relative;
}
.table-upload-img input[type="file"] {
	display: block;
	position: absolute;
	z-index: 9;
	top: 15px;
	left: 15px;
	opacity: 0;
	width: 25px;
	height: 30px;
}
.tab-content .customer_table th:last-child{
	text-align: left;
}
.tab-content .customer_table td:last-child{
	text-align: left;
}
.tab-content span.bd_btm{
	width: 100%;
	display: inline-block;
}
.tab-content button.material-add{
	width: 100%;
	background-color: transparent;
	text-align: left;
	font-size: 16px;
}
.tab-content button.material-add span.right_align{
	float: right;
}
.not-started {
    color: #9B51E0;
    background: rgba(187, 107, 217, 0.2);
    padding: 5px 8px;
    border-radius: 8px;
	display: inline-block;
}
.tab-content tr td:nth-child(1){
	width: auto !important;
}
.tab-content tr td:nth-child(2){
	width: auto !important;
}
.tab-content tr td:nth-child(3){
	width: auto !important;
}
.tab-content tr td:last-child{
	width: auto !important;
}
.bd_top{
	width: 100%;
	float: left;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #d2d2d2;
}
.full-box-charge{
	width: 100% !important;
	margin: 0;
}
.mg-left-20{
	margin-left: 20px;
}
.mg-btm-20{
	margin-bottom: 20px;
}
.wd-auto{
	width: auto !important;
}

/*=============================================================*/
/*================ Order Inner Page End =======================*/
/*=============================================================*/

/*=============================================================*/
/*================ Job Card Page Start =======================*/
/*=============================================================*/

select.date-select.form-control {
    padding: 0;
    border: none;
    box-shadow: none;
    width: 150px;
    background: transparent;
}
.top_dp_section h3{
	margin: 0 0 5px;
}
.green-color{
	color: #34A853 !important;
}
.job-card-box{
	width: calc(100% - 30px);
	float: left;
	background-color: #fff;
	padding: 15px;
	border-radius: 12px;
	margin: 0 15px 20px;
}
.job-card-head{
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.job-card-head ul.job-left-head{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.job-card-head ul.job-left-head li{
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	font-weight: 500;
	color: #45464E;
}
.job-card-head ul.job-left-head li:last-child{
	margin-right: 0;
}
.job-card-head ul.job-right-head{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.job-card-head ul.job-right-head li{
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	font-weight: 500;
	color: #45464E;
}
.job-card-head ul.job-right-head li:last-child{
	margin-right: 0;
}
.black-color{
	color: #000 !important;
}
.download-card{
	font-size: 18px;
	cursor: pointer;
}
.card-arrow{
	font-size: 18px;
	cursor: pointer;
}
ul.job-card-list{
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}
ul.job-card-list li{
	width: 20%;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	color: #8B8D97;
}
ul.job-card-list li span{
	display: block;
	font-size: 16px;
	color: #45464E;
	font-weight: 500;
	margin: 5px 0 0;
}
.job-card-body{
	width: 100%;
	float: left;
}
.job-card-notices{
	width: 100%;
	float: left;
	background-color: rgba(85, 112, 241, 0.1);
	padding: 10px;
	border-radius: 12px;
	margin: 0 0 20px;
}
.job-card-notices h5{
	margin: 0;
	color: #45464E;
}
.job-card-notices h5 span{
	margin-left: 10px;
}
.job-card-measurements{
	width: 100%;
	float: left;
	background-color: rgba(255, 245, 217, 0.8);
	padding: 10px 10px 5px;
	border-radius: 12px;
	margin-bottom: 20px;
}
.job-card-measurements h5{
	margin: 0 0 10px;
	color: #45464E;
}
.job-card-measurements ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}
.job-card-measurements ul li{
	width: calc(12.5% - 20px);
	float: left;
	padding: 0 20px 0 0;
	margin: 0 20px 5px 0;
	border-right: 1px solid rgba(28, 28, 28, 0.1);
	color: #5E6366;
	font-size: 12px;
}
.job-card-measurements ul li:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.job-card-measurements ul li span.measurement-value{
	display: block;
	font-size: 16px;
	color: #45464E;
	font-weight: 500;
	margin: 5px 0 0;
}
.job-image-slider{
	width: 100%;
	display: inline-block !important;
}
.job-image-slider .owl-nav{
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
}
.job-image-slider .owl-nav button{
	background-size: 35px !important;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat !important;
	margin: 0 !important;
}
.job-image-slider .owl-nav button:hover{
	background-color: transparent !important;
}
.job-image-slider .owl-nav button span{
	display: none !important;
}
.job-image-slider .owl-nav button.owl-prev{
	background-image: url(../images/md_left_arrow.png) !important;
	float: left;
}
.job-image-slider .owl-nav button.owl-next{
	background-image: url(../images/md_right_arrow.png) !important;
	float: right;
}
.job-image-slider img{
	border-radius: 8px;
}
.job-card-materials{
	width: 100%;
	float: left;
	margin: 20px 0;
}
.job-card-materials h5{
	color: #45464E;
	margin-top: 0;
}
.job-card-mt-box{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.job-cart-mt-img{
	width: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.job-cart-mt-img img{
	width: 100%;
	object-fit: cover;
}
.job-cart-mt-details{
	width: calc(100% - 60px);
	float: left;
}
.job-cart-mt-details h4{
	font-size: 16px;
	margin: 2px 0 5px;
	font-weight: 500;
}
.job-cart-mt-details h5{
	font-size: 16px;
	font-weight: 400;
}
.job-cart-mt-details h5 span.blue-color{
	margin-left: 20px;
}
.job-card-footer{
	width: 100%;
	float: left;
}
a.job-raise-btn{
	color: #DD6C65;
	font-weight: 500;
	float: left;
	margin-top: 10px;
}
a.job-raise-btn:hover{
	color: #DD6C65;
}
.job-card-footer .col-sm-8 ul{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
.job-card-footer .col-sm-8 ul li{
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
}
.job-card-footer .col-sm-8 ul li a{
	padding: 10px 20px;
	border-radius: 10px;
	display: inline-block;
}
a.job-upload-btn{
	border: 1px solid #5570F1;
	color: #5570F1;
}

/*=============================================================*/
/*================ Job Card Page End =======================*/
/*=============================================================*/

/*=============================================================*/
/*================ Maintanance Page Start =======================*/
/*=============================================================*/

.box {
  width: 100%;
  height: 100vh;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.box img{
  width: 200px;
  margin-bottom: 20px;
}
.animation{
  margin-top:8%;
  display:inline-block;
  margin-bottom:4%;
}
.box h1{
  font-size:32px;
  font-weight:700;
  text-transform:uppercase;
  margin:0 0 10px;
  color: #5570F1;
}
.box p{
  font-size:16px;
  font-weight:700;
  margin:0;
}
.one, .two, .three {
  display:block;
  float:left;
}
.one {
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2281px%22%20height%3D%2280.5px%22%20viewBox%3D%220%200%2081%2080.5%22%20style%3D%22overflow%3Ascroll%3Benable-background%3Anew%200%200%2081%2080.5%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23383838%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M30.3%2C68.2c1.2%2C0.2%2C2.3%2C0.9%2C3.8%2C1.2c1.6%2C0.3%2C2.7%2C0.6%2C4%2C0.4l4.9%2C9.6c0.6%2C0.9%2C1.4%2C1.1%2C2.3%2C0.9l15.3-4.9%0A%09c0.5-0.3%2C1-1%2C0.9-2.3l-1.8-10.6c2-1.6%2C3.6-3.7%2C5.3-5.8l10.5%2C0.6c1.1%2C0.6%2C2.1-0.4%2C2.3-1.1L81%2C40.7c0.2-0.8-0.4-2.1-1.1-2.3l-10.2-3.8%0A%09c-0.3-2.5-1.4-4.8-2.5-7.5l5.9-8.5c0.6-1.1%2C0.4-1.9-0.2-2.9l-12-10.7c-0.3-0.5-1.6-0.3-2.5%2C0.3l-8%2C6.9c-1.2-0.2-2.3-0.9-3.8-1.2%0A%09c-1.6-0.3-2.7-0.6-4-0.4L37.7%2C1c-0.6-0.9-1.4-1.1-2.3-0.9L20.1%2C5c-0.5%2C0.3-1%2C1-0.9%2C2.3l1.8%2C10.6c-2%2C1.6-3.6%2C3.7-5.3%2C5.8L5.3%2C23%0A%09c-0.8-0.2-1.7%2C0.4-2%2C1.6L0%2C40.2c-0.2%2C0.8%2C0.4%2C2.1%2C1.1%2C2.3l9.8%2C3.7c0.7%2C2.6%2C1.4%2C5.2%2C2.5%2C7.5l-6%2C8.9c-0.6%2C0.7-0.4%2C2%2C0.3%2C2.5l12%2C10.7%0A%09c0.7%2C0.5%2C1.9%2C0.8%2C2.4%2C0.1L30.3%2C68.2z%20M26.7%2C37.3c1.6-7.4%2C9.1-12.3%2C16.5-10.8S55.6%2C35.7%2C54%2C43.1c-1.6%2C7.4-9.1%2C12.3-16.5%2C10.7%0A%09C30.1%2C52.3%2C25.1%2C44.7%2C26.7%2C37.3L26.7%2C37.3z%22%2F%3E%0A%3C%2Fsvg%3E');
  width:70px;
  height:70px;
  background-size:100% 100%;
  background-repeat:no-repeat;
  margin-top:-10px;
  margin-right:8px;
}
.two {
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22103px%22%20height%3D%22103.7px%22%20viewBox%3D%220%200%20103%20103.7%22%0A%09%20style%3D%22overflow%3Ascroll%3Benable-background%3Anew%200%200%20103%20103.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23F6921E%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M87.3%2C64.8c0.3-1.5%2C1.1-2.9%2C1.6-4.9c0.4-2%2C0.7-3.5%2C0.5-5.1l12.3-6.3c1.2-0.8%2C1.4-1.8%2C1.1-2.9l-6.3-19.6%0A%09c-0.4-0.6-1.3-1.3-2.9-1.1l-13.5%2C2.3c-2.1-2.5-4.7-4.7-7.4-6.8l0.8-13.4C74.3%2C5.8%2C73%2C4.5%2C72%2C4.3L52.1%2C0c-1-0.2-2.7%2C0.5-2.9%2C1.5%0A%09l-4.8%2C13c-3.2%2C0.4-6.1%2C1.8-9.5%2C3.2l-10.9-7.5c-1.4-0.8-2.5-0.5-3.7%2C0.3L6.5%2C25.8c-0.6%2C0.4-0.4%2C2%2C0.4%2C3.2l8.8%2C10.2%0A%09c-0.3%2C1.5-1.1%2C2.9-1.5%2C4.9c-0.4%2C2-0.7%2C3.5-0.6%2C5.1L1.2%2C55.4c-1.2%2C0.8-1.4%2C1.8-1.1%2C2.9l6.3%2C19.6c0.4%2C0.6%2C1.3%2C1.3%2C2.9%2C1.1l13.5-2.3%0A%09c2.1%2C2.5%2C4.7%2C4.7%2C7.4%2C6.8l-0.8%2C13.4c-0.2%2C1%2C0.6%2C2.2%2C2.1%2C2.5l20%2C4.2c1%2C0.2%2C2.7-0.5%2C2.9-1.5l4.7-12.6c3.3-0.9%2C6.6-1.7%2C9.5-3.2L80.1%2C94%0A%09c0.9%2C0.7%2C2.5%2C0.5%2C3.2-0.4L97%2C78.3c0.7-0.9%2C1-2.4%2C0.1-3.1L87.3%2C64.8z%20M47.8%2C69.5C38.3%2C67.5%2C32%2C57.8%2C34%2C48.3%0A%09c2-9.5%2C11.7-15.8%2C21.2-13.8c9.5%2C2%2C15.7%2C11.7%2C13.7%2C21.2C66.9%2C65.2%2C57.3%2C71.5%2C47.8%2C69.5L47.8%2C69.5z%22%2F%3E%0A%3C%2Fsvg%3E');
  width:100px;
  height:100px;
  background-size:100% 100%;
  background-repeat:no-repeat;
  filter: invert(1);
}
.three {
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2281px%22%20height%3D%2280.5px%22%20viewBox%3D%220%200%2081%2080.5%22%20style%3D%22overflow%3Ascroll%3Benable-background%3Anew%200%200%2081%2080.5%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23383838%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M30.3%2C68.2c1.2%2C0.2%2C2.3%2C0.9%2C3.8%2C1.2c1.6%2C0.3%2C2.7%2C0.6%2C4%2C0.4l4.9%2C9.6c0.6%2C0.9%2C1.4%2C1.1%2C2.3%2C0.9l15.3-4.9%0A%09c0.5-0.3%2C1-1%2C0.9-2.3l-1.8-10.6c2-1.6%2C3.6-3.7%2C5.3-5.8l10.5%2C0.6c1.1%2C0.6%2C2.1-0.4%2C2.3-1.1L81%2C40.7c0.2-0.8-0.4-2.1-1.1-2.3l-10.2-3.8%0A%09c-0.3-2.5-1.4-4.8-2.5-7.5l5.9-8.5c0.6-1.1%2C0.4-1.9-0.2-2.9l-12-10.7c-0.3-0.5-1.6-0.3-2.5%2C0.3l-8%2C6.9c-1.2-0.2-2.3-0.9-3.8-1.2%0A%09c-1.6-0.3-2.7-0.6-4-0.4L37.7%2C1c-0.6-0.9-1.4-1.1-2.3-0.9L20.1%2C5c-0.5%2C0.3-1%2C1-0.9%2C2.3l1.8%2C10.6c-2%2C1.6-3.6%2C3.7-5.3%2C5.8L5.3%2C23%0A%09c-0.8-0.2-1.7%2C0.4-2%2C1.6L0%2C40.2c-0.2%2C0.8%2C0.4%2C2.1%2C1.1%2C2.3l9.8%2C3.7c0.7%2C2.6%2C1.4%2C5.2%2C2.5%2C7.5l-6%2C8.9c-0.6%2C0.7-0.4%2C2%2C0.3%2C2.5l12%2C10.7%0A%09c0.7%2C0.5%2C1.9%2C0.8%2C2.4%2C0.1L30.3%2C68.2z%20M26.7%2C37.3c1.6-7.4%2C9.1-12.3%2C16.5-10.8S55.6%2C35.7%2C54%2C43.1c-1.6%2C7.4-9.1%2C12.3-16.5%2C10.7%0A%09C30.1%2C52.3%2C25.1%2C44.7%2C26.7%2C37.3L26.7%2C37.3z%22%2F%3E%0A%3C%2Fsvg%3E');
  width:70px;
  height:70px;
  background-size:100% 100%;
  background-repeat:no-repeat;
  margin-top:-50px;
  margin-left:-10px;
}
@keyframes spin-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg) ;
    transform: rotate(-359deg) ;
  }
}
.spin-one {
  -webkit-animation: spin-one 1.5s infinite linear;
  animation: spin-one 1.5s infinite linear;
}
@keyframes spin-two {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(359deg);
  }
}
.spin-two {
  -webkit-animation: spin-two 2s infinite linear;
  animation: spin-two 2s infinite linear;
}

/*=============================================================*/
/*================ Maintanance Page End =======================*/
/*=============================================================*/

/*==================================================================*/
/*================ Stiching Service Page Start =======================*/
/*==================================================================*/

.mg-top-15{
	margin-top: 15px !important;
}
.half-element li{
	width: 50% !important;
}
.add-row td{
	text-align: left;
}
.add-row{
	height: 50px;
}
.add-row{
	cursor: pointer;
}

/*==================================================================*/
/*================ Stiching Service Page End =======================*/
/*==================================================================*/

/*==================================================================*/
/*================ Promotion Banner Page Start =======================*/
/*==================================================================*/

.top_ads{
	width: 100%;
	float: left;
	background: #121938;
	text-align: center;
	padding: 10px 0;
}
.top_ads h3{
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
a.ads-learn-btn{
	margin-left: 15px;
	display: inline-block;
	background: #ffffff30;
	color: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	font-size: 14px;
}
a.ads-plan-btn{
	color: #fff;
	text-decoration: underline;
}
.promotion-banner{
	width: 100%;
	float: left;
	border-radius: 18px;
	padding: 30px 15px;
	margin: 15px 0;
	position: relative;
}
.close-banner{
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 1;
	cursor: pointer;
}
.gradient-color-1{
	background: linear-gradient(12.91deg, #6273FF 16.58%, #1C2FC9 79.98%);
	color: #fff;
}
.gradient-color-2{
	background-image: url(../images/pattern.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #1c1c1c;
}
.promotion-slider{
	width: 80%;
	float: left;
}
.promotion-slider h3{
	margin: 0 0 8px;
}
.promotion-slider p{
	margin: 0;
	padding-right: 32%;
}
.upgrade-btn{
	width: 20%;
	float: right;
	margin: 15px 0 0;
}
.gradient-color-1 .upgrade-btn a{
	background: #fff;
	color: #1c1c1c;
}
.gradient-color-2 .upgrade-btn a{
	background: #5570F1;
	color: #fff;
}
.upgrade-btn a{
	float: right;
	padding: 12px 30px;
	font-weight: 700;
	border-radius: 12px;
}
.gradient-color-3{
	background: #EBEEFF;
	padding: 30px 15px 0;
}
.promotion-data{
	width: 100%;
	float: left;
}
.promotion-data h3{
	margin: 0 0 8px;
}
.promotion-data img {
    width: 100%;
    max-width: 60%;
    float: right;
}
.promotion-data a{
	padding: 12px 30px;
	background: #5570F1;
	color: #fff;
	font-weight: 700;
	border-radius: 12px;
	margin-top: 10px;
	display: inline-block;
}
.gradient-color-4{
	background: #EBEEFF;
	padding: 15px;
}
.promotion-data p{
	margin: 0;
}
.warning_reached a{
	margin-top: 5px;
	float: right;
}
.warning-icon{
	width: 50px;
	height: 50px;
	color: #5570F1;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 10px;
}
.upgrade_to_premium {
    width: 100%;
    max-width: 350px;
    background: #fff;
    border-radius: 12px;
    margin: 0 auto;
    display: table;
    overflow: hidden;
}
.upgrade_head{
	width: 100%;
	float: left;
	background-image: url(../images/gradient-header.png);
	background-repeat: no-repeat;
	padding: 30px 15px;
	text-align: center;
	background-position: bottom center;
}
.upgrade_head img{
	width: 160px;
}
.upgrade_head h3{
	color: #000;
	margin: 10px 0;
	font-size: 20px;
}
.upgrade_head h5{
	font-weight: 400;
	background-color: #fff;
	padding: 5px 20px;
	border-radius: 50px;
	display: inline-block;
}
.upgrade_body{
	width: 100%;
	float: left;
	padding: 20px 15px;
}
ul.upgrade_detail_list{
	width: 100%;
	float: left;
	padding: 0 50px;
	margin: 0 0 20px;
	list-style: none;
}
ul.upgrade_detail_list li {
    margin: 4px 0;
    color: #000;
    font-weight: 500;
    padding: 0;
    width: 100%;
    display: inline-block;
}
ul.upgrade_detail_list li i{
	color: #5570F1;
	margin-right: 5px;
}
ul.upgrade_premium_btn{
	width: 100%;
	float: left;
	padding: 0 50px;
	margin: 0;
	list-style: none;
}
ul.upgrade_premium_btn li{
    width: 100%;
    display: inline-block;
	text-align: center;
}
ul.upgrade_premium_btn li a{
	color: #000;
    width: 100%;
    display: inline-block;
	padding: 10px 0;
}
ul.upgrade_premium_btn li:first-child a{
	background-color: #130F26;
	color: #fff;
	border-radius: 12px;
}

/*==================================================================*/
/*================ Promotion Banner Page End =======================*/
/*==================================================================*/

/*=============================================*/
/*============= Responcive Start ==============*/
/*=============================================*/

@media (max-width: 767px){
	.animation{
		margin-top: 20%;
	}
	.date_box {
    width: calc(33.33% - 10px);
    margin: 10px 5px 0;
	}

	.font-20{
		font-size: 14px;
	}
	.mb_mg{
		margin: 0 0 10px 0 !important;
	}

	.mb-none{
		display: none;
	}

	.pt_logout{
	margin-top: 80px;
}
	.sidebar{
		width: 60px;
	}
	.sidebar_menus .btn-primary{
		padding: 10px 4px;
	}
	.pt_single_menu a{
		padding: 10px 4px;
	}
	.sidebar_menus ul{
		margin: 5px 0 0 0;
	}
	.sidebar_menus ul li a {
	    padding: 8px 10px;
	}
	.sidebar_menus ul li img {
	    width: 70%;
	}
	.sidebar_menus ul li:nth-child(10) {
	    margin: 20px auto 0;
	}
	.sidebar_menus .dropdown-menu {
        width: 180px;
        padding: 10px 0;
        position: absolute;
        left: 50px;
        top: 0;
  }
	.sidebar_menus .dropdown-menu>li>a{
		padding: 5px 10px;
	}
	.content_body{
		width: calc(100% - 60px);
	}
	.top_header{
		display: inline-block;
	}
	.main_head{
		width: 100%;
		margin: 0 0 10px;
	}
	.right_head{
		width: 100%;
	}
	.dashboard_percentage {
	    width: calc(100% - 15px);
	    margin: 0 15px 0 0;
	}
	.customer_percentage_details ul li{
		width: 50%;
	}
	.table_head h3{
		width: 100%;
		margin: 0 0 10px !important;
	}
	.search_tags{
		width: 100%;
		margin: 0 0 10px;
	}
	.search_tags input[type=search]{
		width: 100%;
	}
	.left_div{
		margin: 0 2% 10px 0;
	}
	.customer_table{
		white-space: nowrap;
		width: 1050px;
	}
	.left_items{
		display: none;
	}
	.items_count h4{
		display: none;
	}
	.right_items{
		width: 100%;
	}
	.order-listing-page{
	  width: 100% !important;
	  margin: 0  !important;
	}
	.order-listing-page2{
	  width: 100% !important;
	  margin: 20px 0 0 0  !important;
	}
	.flt-right {
	  min-width: auto;
	}
	.flt-right .add_btn button {
	  margin: 0;
	}
	.nw-purchase-heading {
	  font-size: 16px;
	  margin-top: 10px;
	}
	.nw-purchase-heading .col-sm-2{
		width: 50%;
		float: left;
		margin: 5px 0 0 0;
	}
	.nw-purchse-cont .form-group{
		width: 100%;
	}
	.mat-sb {
	  width: 120px;
	}
	.sb-gray {
	  font-size: 15px;
	}
	.sb-fm-submit {
	    position: relative;
	    top: -10px;
	    right: 0;
	    left: auto;
	    float: right;
	    width: 100%;
	    padding: 0 40px;
	}
	.nw-purchse-cont .form-group label{
		font-size: 10px;
	}
	.nw-purchse-cont input[type='text'], .nw-purchse-cont select, .new-purchase-leftpanel input[type="text"], .new-purchase-leftpanel select, .new-purchase-leftpanel textarea{
		font-size: 12px;
	}
	.nw-purchse-cont {
	  overflow: auto;
	}
	.slt-material {
	  width: calc(1000px - 20px);
	}
	.sb-fm-submit input[type="submit"] {
	  width: 200px;
	  margin-top: 8px;
	}
	.nw-purchse-ord {
	  padding: 10px 0px;
	}
	.order-listing {
	  padding: 10px 15px;
	}
	.new-purchase-area {
	  padding: 0 15px;
	}
	.sb-n-purchase .col-sm-8, .sb-n-purchase .col-sm-4{
		padding: 0 5px;
	}
	.spcl-submit{
		font-size: 14px;
		padding: 10px;
	}
	.new-purchase-leftpanel textarea{
		height: 90px;
	}
	.mn-height {
	  width: 120px;
	  display: block;
	}
	.sb-search-panel {
	  float: left;
	  width: 50%;
	}
	.new-purchase-leftpanel {
	  overflow: auto;
	}

	/*============= Login Account Page Start ==============*/
	.pt_login_form {
    width: 100%;
    padding: 0;
		margin: 0 0 30px;
	}
	.pt_login_form h2{
		font-size: 26px;
		margin: 0 0 20px;
	}
	.pt_right_img{
		width: 100%;
		padding: 50px 20px;
	}
	.pt_right_img h2{
		padding: 0;
		font-size: 26px;
	}
	.pt_right_img p:last-child{
		margin: 250px 0 0 0;
	}
	/*============== Login Account Page End ===============*/


	.customer_details_section{
		width: 96%;
		padding: 40px 0 100px;
	}
	.nw-purchse-cont input[type='tel']{
		font-size: 12px;
	}
	.full_width_section .new-purchase-rightpanel{
		margin: 15px 0 0 0;
	}
	body.profile_page .order-listing{
		margin: 0 0 15px;
	}
	.order-listing li{
		padding: 10px 8px;
	}
	.pt_heading_checkbox{
		margin: 0;
	}
	.pt_book_right li:first-child{
		margin: 0;
	}
	.pt_book_right li{
		margin: 0 0 0 10px;
	}
	.pt_book_right li a{
		padding: 8px 10px;
		font-size: 12px;
	}
	.pt_all_customers ul li a{
		padding: 6px 12px;
		font-size: 14px;
	}
	.pt_all_customers{
		margin: 0 0 15px;
	}
	.flt-right .search_tags{
		margin: 0 0 10px;
	}
	.flt-right{
		display: inline-block;
	}
	.pt_all_customers ul li:first-child a {
    border-bottom: 2px solid #5570F1;
	}
	.pt_all_customers ul li a:hover {
    border-bottom: 2px solid #5570F1;
	}
	.pt_os_dashboard .customer_percentage_details ul li{
		width: 50%;
	}
	.customer_percentage_details ul li h2{
		font-size: 16px;
	}
	.customer_percentage_details ul li h4{
		font-size: 12px;
	}

	.pt_os_dashboard .customer_percentage_details ul.pt_four li{
		width: 50%;
	}
	.pt_timeline span.pt_circle {
    margin-right: 5px;
    font-size: 12px;
	}
	.pt_timeline h4 {
    font-size: 12px;
    margin: 0 0 0 22px;
	}

	.pr_img{
		width: 100%;
	}
	.pt_new_ord{
		padding: 20px 15px;
	}

	.nw-purchse-ord .sb-variable-width span {
    padding: 3px 10px;
    border-radius: 10px;
	  margin: 4px 5px 0 0;
	}

	.pt_product_box{
		width: calc(100% - 30px);
		margin: 0 15px 15px;
	}
	.nw-purchse-cont .form-group{
		width: 100%;
	}


	ul.pt_od_list{
		margin: 0 0 15px;
	}
	.pt_textarea textarea{
		font-size: 12px;
	}
	.pt_textarea_half{
		padding: 15px 0 !important;
	}
	.pt_textarea_half_2{
		padding: 15px 0 !important;
	}


	.pt_video_page{
		padding: 40px 0;
	}
	.pt_start_video_box{
		padding: 0;
	}
	.pt_start_video_box h2{
		font-size: 24px;
	}
	.next_btn{
		width: 100px;
		padding: 10px 0;
	}


	.pt_add_class{
		width: 900px;
	}
	.pt_add_class td:nth-child(4){
		width: 100px;
	}

	
	.mt_popup_box{
		max-height: 80vh;
		width: 90%;
	}
	.mt_popup_box .nw-purchse-cont {
    padding: 15px 0 0;
	}
	.order-listing li a{
		font-size: 12px;
	}

	.pt_view_btn.right_btn{
		justify-content: left;
		margin-left: 15px;
	}

	.pt_star_rate{
		font-size: 16px;
	}
	ul.pt_od_list li a{
		font-size: 12px;
	}

	.pt_timeline .pt_inner_table{
		width: 600px;
	}

	ul.pt_od_list li {
    padding: 10px;
	}
	.pt_table table{
		width: 700px;
	}

	.mg_80{
		margin: 50px 0;
	}
	.aldo_head{
		margin: 0 0 15px;
	}
	.aldo_head img{
		width: 150px;
	}
	.aldo_head h2{
		font-size: 26px;
		line-height: 32px;
	}
	.cta_btns ul li a {
    padding: 12px 30px;
	}
	.cta_btns ul li{
		margin: 0 6px;
	}
	.aldo_book_section{
		padding: 0;
	}
	.pt_vdo_section{
		padding: 0 15px;
	}
	.footer_container{
		padding: 0 15px;
	}
	.top_footer .col-sm-4:nth-child(2) .footer_box{
		float: left;
	}
	.top_footer .col-sm-4:nth-child(3) .footer_box{
		float: left;
	}
	.ash_color span{
		font-size: 16px;
	}
	.right_align select.sb-open{
		float: left;
		font-size: 12px;
		height: 30px;
	}

	.pt_sales_section .nw-purchse-ord {
		padding: 0 0 10px;
	}
	.full_toggle_on {
		width: 100%;
		float: left;
	}
	.setting_head h2{
		font-size: 16px;
	}
	.wrap-check-33 a{
		float: left;
	}
	.mt_popup_box h3{
		font-size: 16px;
	}
	.ms_category h4{
		font-size: 14px;
	}


	.pp_md_box{
		width: 90%;
	}
	.pp_md_box_img img{
		height: 100%;
		margin-bottom: 10px;
	}
	.pp_md_box_details .slt-vendor{
		margin-top: 15px;
	}
	table.setting_pg_table{
		width: 700px;
	}


	.issue_pg{
		float: left;
		margin: 8px 0 0 0;
	}
	.issue_pg label{
		font-size: 12px;
	}
	.right_align select.sb-close{
		height: 30px;
		font-size: 12px;
	}

	a.connect_btn{
		font-size: 14px;
		padding: 4px 10px;
	}


	.welcome_msg h2{
		font-size: 22px;
	}
	.msg_slider{
		width: 100%;
	}
	.wd_70 {
    width: 100%;
    margin-top: 15px;
	}
	.pt_percent_box {
    width: calc(50% - 10px) !important;
	}
	.pt_percent_box h4 {
    font-size: 12px;
    width: 74%;
	}
	.source_table{
		width: 300px;
	}
	.pt_cutomers_box ul{
		width: 100%;
		padding: 0;
	}
	.pt_cutomers_box ul:last-child{
		padding: 0;
	}


	.all-guide-tour{
		width: 86%;
	}
	.guide-box{
		padding: 40px 15px 80px;
	}
	.flex-box{
		display: inline-block;
	}
	.guide-slider .owl-nav{
		bottom: 4%;
	}
	.guide-details h2{
		font-size: 26px;
	}
	.guide-img{
		margin-top: 20px;
	}
	a.skip-tour {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    top: 10px;
    right: 10px;
	}


	.pt-bill-box{
		width: 50%;
	}
	.pt_height{
		height: auto;
	}
	.pd_lr_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
	}
	.payment_table{
		width: 600px;
	}

	.request_purchase_table{
		width: 600px;
	}


	.pt_charges_list{
		width: 100%;
		padding-right: 0;
	}
	.total_charge_cost{
		width: 100%;
		padding-left: 0;
	}
	.charge-half-box{
		width: 100%;
		margin: 0 0 10px 0;
	}

	.purchase_tab ul li{
		margin: 0 0 10px;
	}

	ul.five_percentage li{
		width: 100% !important;
	}

	.wd-25{
		width: 98%;
	}

	.wd-20{
		width: 100% !important;
	}
	.order-tab .nav-tabs>li>a{
		padding: 10px 15px;
	}
	.job-card-box{
		width: calc(100% - 15px);
		margin: 0 15px 20px 0;
	}
	.job-card-head ul.job-right-head{
		margin-top: 10px;
	}
	.job-card-head ul.job-right-head li{
		margin: 0 10px 0 0;
	}
	ul.job-card-list li{
		width: 50%;
	}
	.job-card-measurements ul li{
		width: calc(50% - 10px);
		margin: 0 10px 10px 0;
		padding: 0 0 10px 0;
		border-right: none;
		border-bottom: 1px solid rgba(28, 28, 28, 0.1);
	}
	.job-cart-mt-details h4{
		font-size: 14px;
	}
	.job-cart-mt-details h5{
		font-size: 14px;
	}
	.job-cart-mt-details h5 span.blue-color{
		margin-left: 10px;
	}
	a.job-raise-btn{
		margin-top: 0;
	}
	.job-card-footer .col-sm-8 ul li {
		padding: 10px 0 0 0;
	}

	/* ==================29-08-2025 css================ */
	img.item-up-img{
		float: left;
	}
	.admin_img img{
		width: 30px !important;
		height: 30px !important;
	}
	.user_name button {
    	padding: 6px 30px 6px 15px;
	}
	.sidebar{
		padding: 10px;
	}
	.sidebar_menus .dropdown .btn-primary img{
		margin: 0 auto;
		display: table;
	}
	.pt_single_menu a img{
		margin: 0 auto;
		display: table;
		float: none;
	}
	.all_percent_boxes{
		padding: 0 15px;
	}
	.dashboard_percentage {
        padding: 15px 10px 5px;
    }
	.ss-pagination button{
		padding: 0 5px;
	}
	.total_items{
		padding: 10px;
	}
	.table_head .flt-left{
		width: 100%;
	}
	.table_head .flt-right{
		width: 100%;
	}
	.material_type_filter a {
		margin: 0 4px 10px;
		display: inline-block;
	}
	.order-items-list .new-purchase-leftpanel{
		padding: 15px 0;
	}
	.new-purchase-leftpanel input[type="time"]{
		min-width: 100%;
	}
	.order-heading .col-sm-2{
		width: 100% !important;
	}
	.heading_switch{
		float: left !important;
	}
	.pt_textarea_half_2 input[type="time"]{
		min-width: 94%;
	}
	.tax-rate-heading .save_btn{
		padding: 6px 15px;
		float: left !important;
		margin: 10px 0 0 0;
	}
	.tax-rates-box{
		border-top: 1px solid #E0E0E0;
		padding: 15px 0 0 0;
		margin: 15px 0 0 0;
	}
	.tax-rates-box a.ps-default-btn{
		position: absolute;
		top: 10px;
		right: 40px;
		margin: 0;
	}
	.tax-rates-box button.del-btn{
		position: absolute;
		top: 10px;
		right: 15px;
		margin: 0;
	}
	.tax-rates-box .mb-p-absolute{
		position: absolute;
		top: 0;
		right: 0;
		background-color: transparent;
	}
	.subscription-plan.pd-60-80{
		padding: 60px 15px;
	}
	.subscription-pay-buttons ul li .btn-primary {
		padding: 10px 15px;
		margin: 0;
		font-size: 14px;
	}

	/* ==================30-08-2025 css================ */
	.create-task-form{
		padding: 40px 0 10px !important;
	}
	.create-task-form .pt_view_btn.right_btn{
		margin-left: 0;
	}
	.create-task-form .right_section{
		position: absolute;
		top: -40px;
		right: 15px;
	}
	.create-task-form .right_section select{
		font-size: 16px;
		padding: 0 20px;
	}

	/* ==================01-09-2025 css================ */
	.customer_details_section {
		width: calc(100% - 30px) !important;
		margin: 20px 15px !important;
		padding: 20px 20px 5px !important;
	}

	/* 31-10-2025 */
	.subscription-tab .nav-tabs>li>a{
		padding: 5px 10px;
	}
	.subscription-plan-box:hover{
		transform: translateY(0);
	}
	.subscription-plan-box.active{
		transform: translateY(0);
	}
	.subscription-tab .panel-heading{
		width: 100%;
	}

	/* Subscription new pages css */
	.select-price-details{
		padding-left: 0;
	}
	.price-details-table table{
		width: 600px;
	}
	.col-centered{
		margin-right: 0;
	}
	.subs-faqs-heading{
		padding: 0;
	}
	.subs-faq summary{
		padding: 15px 10px;
	}
}

@media (min-width: 768px) and (max-width:1023px){
	.sidebar.active{
		width: 230px;
	}
	.content_body.active .pt_percent_box a {
    	margin-top: 0 !important;
	}
	.content_body.active{
    	width: calc(100% - 230px);
	}
	.dasboard-charts .pt_mg_btm_15{
		margin-bottom: 30px;
	}
	ul.five-element li {
    	width: 33.33% !important;
	}
	.ss-pagination span {
		margin: 0 0 0 5px !important;
	}
	.table_section .table_head h3{
		width: auto !important;
	}
	.table_section .flt-right {
    	min-width: 520px;
	}
	.b2b-stock-table .flt-right{
		min-width: 420px;
	}
	.pt_pd_right {
    	padding-right: 0;
	}
	.pt_logout{
		margin-top: 80px;
	}
	.main_head{
		width: 60%;
	}
	.right_head{
		width: 40%;
	}
	.sidebar{
		width: 70px;
	}
	.sidebar_menus ul{
		margin: 5px 0 0 0;
	}
	.sidebar_menus ul li a {
	    padding: 7px 10px;
	}
	.sidebar_menus ul li img {
	    width: 70%;
	}
	.sidebar_menus ul li:nth-child(10) {
	    margin: 20px auto 0;
	}
	.content_body{
		width: calc(100% - 70px);
	}
	.dashboard_percentage {
	    width: calc(100% - 60px);
	    margin: 0 20px 0 40px;
	}
	.table_head h3{
		width: 100%;
		margin: 0 0 10px;
	}
	.brand-credit h3{
		margin: 0 0 5px;
	}
	.brand-credit span{
		margin: 0 0 10px;
	}
	.search_tags{
		margin-left: 0;
	}
	.search_tags input[type=search]{
		width: 114px;
	}
	.customer_table{
		white-space: nowrap;
		width: 1000px;
	}
	.task-table{
		width: 1200px;
	}
	.tax-rate-heading .save_btn{
		padding: 5px 15px;
	}
	.utilised_credits_head {
		padding: 10px 0 15px;
	}
	.utilised_credits_head h3{
		float: left;
		width: auto;
	}
	.utilised_credits_head .min-width-600 {
    	min-width: 270px !important;
	}
	.tax-rate-heading .col-sm-8{
		width: 66.66% !important;
	}
	.flt-right .add_btn button {
	  margin: 0;
	}
	.flt-right {
	  	min-width: 450px;
	}
	.appointment-table .flt-right {
    	min-width: 390px;
	}
	.colwise-pr-img{
		column-count: 2 !important;
	}
	.items_count h4 span{
		margin: 0 8px;
	}
	.moodboard-images-grid .total_items{
		padding: 10px 0 0 0;
	}
	.moodboard-images-grid .left_items{
		width: 65%;
	}
	.moodboard-images-grid .right_items{
		width: 35%;
	}
	.flt-right.wd_70 {
		width: auto;
		margin-top: 2px;
	}
	.nw-purchase-heading {
	  font-size: 16px;
	}
	.pt_country_number{
		width: 32%;
	}
	.pt_country_number select{
		padding: 0 5px;
	}
	.phone-with-dial-code input[type="tel"]{
		width: 66%;
	}
	.nw-purchase-heading .col-sm-8{
		width: 50%;
	}
	.nw-purchase-heading .col-sm-2{
		width: 25%;
	}
	.nw-purchse-cont .form-group{
		width: 50%;
	}
	.mat-sb {
	  width: 120px;
	}
	.sb-gray {
	  font-size: 15px;
	}
	.sb-fm-submit {
	  position: relative;
	  top: -20px;
	  right: 20px;
	  left: auto;
	  float: right;
	}
	.mn-height {
	  width: 120px;
	  display: block;
	}

	/*============= Login Account Page Start ==============*/
	.pt_login_form {
    width: 50%;
    padding: 0 5% 0 0;
	}
	.pt_right_img{
		width: 50%;
	}
	/*============== Login Account Page End ===============*/


	.customer_details_section{
		width: 96%;
		padding: 40px 30px 100px 15px;
	}

	.pt_all_customers{
		margin: 0 0 15px;
	}

	.pr_img{
		width: 50%;
	}

	.pt_product_box{
		width: calc(50% - 30px);
	}
	.mt_popup_box{
		max-height: 80vh;
		width: 90%;
	}
	.mt_popup_box .nw-purchse-cont {
    padding: 15px 0 0;
	}

	.aldo_book_section{
		padding: 0 6%;
	}
	.pt_vdo_section{
		padding: 0 2%;
	}
	.footer_container{
		padding: 0 15px;
	}

	.pp_md_box{
		width: 90%;
	}
	.pp_md_box_details .slt-vendor{
		margin-top: 100px;
	}


	.wd_70 {
    width: 100%;
    margin-top: 15px;
	}
	.left_div{
		font-size: 12px;
	}
	.pt_percent_box {
    	width: calc(50% - 16px) !important;
		margin: 0 8px 15px;
	}
	.pt_cutomers_box ul{
		width: 100%;
		padding: 0;
	}
	.pt_cutomers_box ul:last-child{
		padding: 0;
	}


	.guide-box{
		padding: 20px;
	}
	.guide-slider .owl-nav{
		left: auto;
		right: 5%;
	}


	.pt-bill-box{
		width: 50%;
	}
	.pt_height {
    height: 430px;
	}
	.payment_table{
		font-size: 14px;
	}


	.full_width_section h3{
		font-size: 16px;
	}
	.pt_up_div{
		height: 160px;
		text-align: center;
	}
	.pt_up_div img {
    width: 20px;
	}
	.pt_charges_list{
		width: 100%;
		padding-right: 0;
	}
	.total_charge_cost{
		width: 100%;
		padding-left: 0;
	}

	ul.five_percentage li {
		width: 33% !important;
	}

	.wd-25{
		width: 48%;
	}

	.wrap-check-33 a{
		padding: 10px 20px;
		font-size: 14px;
	}
	.float-right-imp{
		float: right !important;
	}
	.order-items-list .wd-20{
		width: 33.33% !important;
	}
	.title_div h3 span{
		margin-right: 10px;
	}
	.wrap-check-33 h3 {
    	display: inline-block;
	}
	table.setting_pg_table {
    	width: 680px;
	}
	table.ecommerce-integrations-master-list-table {
    	width: 500px !important;
	}

	/* ========= 03-09-2025 ========== */
	img.mbg-img{
		height: 200px !important;
	}
	.pr-meterial-select-table{
		width: 1500px;
	}
	.pr-pri-sub-container{
		overflow-x: auto;
	}
	.mb-overflow-auto{
		overflow-x: auto;
	}
	.pt_listing_table{
		width: 1200px !important;
	}

}

@media (min-width: 1024px) and (max-width:1279px){
	.sidebar_menus ul li:nth-child(10) {
	    margin: 20px auto 0;
	}
	.dashboard_percentage {
	    width: calc(100% - 120px);
	    margin: 0 20px 0 100px;
	}
	.search_tags{
		margin-left: 15%;
	}
	.customer_table{
		white-space: nowrap;
		width: 1000px;
	}

.pt_logout{
	margin-top: 80px;
}


	.customer_details_section{
		width: 95%;
		padding: 40px 100px 100px 20px;
	}


	.pt_product_box{
		width: calc(33.33% - 30px);
	}

	.mt_popup_box .nw-purchse-cont {
    padding: 15px 0 0;
	}

	.aldo_book_section{
		padding: 0 10%;
	}
	.pt_vdo_section{
		padding: 0 6%;
	}


	.wd_70 {
    width: 100%;
    margin-top: 15px;
	}
	.pt_percent_box {
    width: calc(25% - 10px);
	}
	.all_percent_boxes .pt_percent_box:nth-child(6){
		width: calc(20% - 5px);
	}
	.source_table{
		width: 300px;
	}

	.guide-box{
		padding: 20px 40px;
	}


	.pt-bill-box{
		width: 50%;
	}
	.pt_height {
    height: 400px;
	}
	.nw-purchase-heading{
		font-size: 18px;
	}
	.payment_table{
		font-size: 14px;
	}
}

@media (min-width: 1280px) and (max-width:1364px){
	.sidebar_menus ul li:nth-child(10) {
	    margin: 20px auto 0;
	}
}

@media (min-width: 1365px) and (max-width:1440px){

}

@media (min-width: 1441px) and (max-width:1600px){

}

@media (min-width: 1601px) and (max-width:1920px){
	.sidebar_menus ul li:nth-child(10) {
	    margin: 300px auto 0;
	}
	.pt_right_img{
		height: 97vh;
	}
	.pt_right_img p:last-child {
    margin: 100% 0 0 0;
	}

	.all-guide-tour{
		width: calc(100vw - 70px);
	}
	.guide-box{
		width: calc(100% - 30px);
	}

	.charge-half-box{
		padding: 20px;
	}
	.charge-half-box h3{
		font-size: 30px;
	}
}
@media (min-width: 320px) and (max-width:1024px){
	.full_table{
		overflow: auto;
	}
}

/* Portrait orientation */
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles specific to iPad Pro 11-inch (2020) in portrait */
	.left_div{
		margin: 0 1% 0 0;
	}
	.pt_login_section{
		height: calc(100vh - 30px);
		display: flex;
		align-items: center;
		justify-items: center;
	}
	.pt_login_form{
		margin: 0;
	}
	.pt_login_section .pt_right_img{
		height: 100%;
		position: relative;
	}
	.pt_right_img p:last-child {
		position: absolute;
		bottom: 70px;
		margin: 0;
		left: 40px;
		padding-right: 15px;
	}
	.pt_up_div img {
		width: 30px !important;
	}
	.pt_up_div h4{
		font-size: 14px;
	}
	.upload-drive-icon{
		right: 44px;
	}
	.nw-purchse-cont input[type='time']{
		min-width: 100%;
	}
	.order-area .nw-purchse-cont input[type='time'] {
    	height: 38px;
	}
	.nw-purchse-cont input[type='time']{
		min-width: 100%;
	}
  

}

/* Landscape orientation */
@media only screen and (min-device-width: 1194px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles specific to iPad Pro 11-inch (2020) in landscape */

  
}
