html, body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
	text-rendering: optimizeLegibility;
	background: #dbdff2;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
.banners-grid {
    display: flex;
    gap: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
    padding: 15px;
    margin: 20px 0;
}
#column-left {
  max-width: 230px;
	width: 55px;
	height: auto;
	min-height: 100vh;
	background-image: linear-gradient(259deg, rgb(25, 25, 25),rgb(21, 21, 21)),linear-gradient(304deg, rgb(208, 179, 2) 0%, rgb(208, 179, 2) 14%,rgb(178, 144, 14) 14%, rgb(178, 144, 14) 22%,rgb(147, 110, 26) 22%, rgb(147, 110, 26) 26%,rgb(117, 75, 39) 26%, rgb(117, 75, 39) 38%,rgb(86, 41, 51) 38%, rgb(86, 41, 51) 78%,rgb(56, 6, 63) 78%, rgb(56, 6, 63) 100%),linear-gradient(394deg, rgb(208, 179, 2) 0%, rgb(208, 179, 2) 14%,rgb(178, 144, 14) 14%, rgb(178, 144, 14) 22%,rgb(147, 110, 26) 22%, rgb(147, 110, 26) 26%,rgb(117, 75, 39) 26%, rgb(117, 75, 39) 38%,rgb(86, 41, 51) 38%, rgb(86, 41, 51) 78%,rgb(56, 6, 63) 78%, rgb(56, 6, 63) 100%); background-blend-mode:overlay,overlay,normal;
	position: fixed;
	top: 0px;
	bottom: 0px;
	z-index: 10;
	transition: all 0.3s;
	box-shadow: 18px 4px 35px 0px #00000030;
}
#column-left.active {
	width: 235px;
	display: block;
}
#header {
  width: calc(100% - 235px);
	position: sticky;
	height: 60px;
	background: #0b0204;
	margin-left: 70px;
	padding: 5px 0;
	margin-bottom:10px;
  top:0;
}
.dashboardFirst {
  /*margin-top: 100px;*/
}
#barChart {
  height: 235px !important;
  width: 100% !important; /* optional */
}

#button-menu {
    cursor: pointer;
    padding: 3px 10px;
    height: auto;
    color: #ffffff;
    border-radius: 3px;
    background: #2953E8 !important;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, .1), 0px 2px 4px -1px rgba(0, 0, 0, .06), 0px 0px 0px 1px rgba(0, 0, 0, .05);
    display: none !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 40px;
    font-size: 18px;
}
#menu {
	margin-bottom: 25px;
}
#menu .logo{
	background-color: #ffffff;
  border-radius: px;
  max-height: 75px;
	margin-bottom: 10px;
	margin: 0px 0px;
	padding: 0px 24px 0px 28px;
	
}
.rightmenu>li>a:hover,.rightmenu.nav .open>a, .rightmenu.nav .open>a:focus, .rightmenu.nav .open>a:hover{
	background-color: transparent !important;
}
.rightmenu>li>a img{
	border-radius: 50%;
    width: 40px;
    height: 40px;
	border: 1px solid #f4f4f4;
	background: #ffffff;
}

#header .nav > li a span .seller_name {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}
#header .nav > li a span .seller_text {
    color: #ffdddd;
	font-size: 12px;
}
#header .nav > li a .fa {
	font-size: 15px;
}

#header .nav .dropdown-menu {
	padding: 8px 10px;
	box-shadow: 18px 4px 35px 0px #00000005;
}
#menu > li > a {
	color: #ffffff;
	font-size: 15px;
	padding-left: 13px;
	font-weight: 500;
}
#menu li a {
	text-decoration: none;
	display: flex;
	padding: 10px 10px;
	cursor: pointer;
	align-items: center;
}
#column-left.active #menu > li > a > span {
	display: flex;
    width: 100%;
}
#menu li li a.parent span:after, #column-left.active #menu > li a.parent span:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 0px;
	margin-left: auto;
	font-size: 18px;
}
#menu > li.active > a {
	background-color: transparent;
	color: #2953E8;
	border-left: 4px solid #2953E8 !important;
}
#menu > li.active {
	background: #ecf0ff;
}
#menu > li,#menu li.open ul li{
	padding: 3px 5px;
	position: relative;
}
#menu > li {
	border-top: 0px solid #F4F4F4;
}
#menu li a i {
	font-size: 19px;
}
ul#menu{
	padding:0;
	list-style:none;
	transition: all .5s ease;
}
#menu > li > a:hover,#menu li.open a.parent,#menu li.open ul li a:hover,#menu li.open ul li.active a{
	color: #000!important;
	background-color: #ffffffbd;
	border-radius: 4px;
	transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -ms-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}
#column-left.active #menu > li > ul {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	visibility: visible;
	background-color: transparent;
	color: #fff;
	padding:0;
	list-style:none;
}
#menu li ul a {
    padding: 10px;
    color: #ffffff;
    font-size: 13px;
}
#menu li li li ul a {
	padding-left: 60px;
	color:#fff;
}
#menu li li li li ul a {
	padding-left: 80px;
	color:#fff;
}
#header .nav > li a {
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
	background: transparent !important;
}
.admin-edit{
	display:none !important;
}
.breadcrumb {
	display: none;
	margin: 0 !important;
    position: fixed;
    top: 5px;
    z-index: 9999;
}
.breadcrumb li a {
	color: #a3aac2;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb li + li:before {
	content: "/";
	font-family: FontAwesome;
	color: #BBBBBB;
	padding: 0 5px;
}
a:hover, a:focus {
	text-decoration: none;
}

#container {
	height: auto;
	width: 100%;
	position: relative;
}
.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.total-earn{
	border:1px solid #2953E8;
	border-radius: 15px;
	padding:1rem;
	color:#575757;
	margin-bottom:18px;
	box-shadow: 0px 12px 23px 0px #3E49540A;
}
.boxborder{
	border:1px solid #2953E8;
	border-radius: 15px;
	color:#575757;
	margin:0 0 16px;
	font-weight: 500;
	box-shadow: 0px 12px 23px 0px #3E49540A;
}
.dflex-heading{
	padding:1rem;
	border-bottom:1px solid #2953E8;
	color: #000000;
    font-weight: 500;
    font-size: 15px;
}
.dflex-heading a {
	color: #000000;
    font-weight: 500;
    font-size: 15px;
}
.dflex-heading .top-icon{
	padding: 0 6px 0 0;
	color:#2953e8;
	font-size: 15px;
}
.sub-flex{
	display:flex;
	gap: 10px;
}
.sub-flex .boxborder p{
	display:block;
}
.sub-flex .boxborder{
	border: 1px solid #2953E8;
	border-radius: 15px;
	color: #3d445c;
	padding: 20px 15px;
	flex: 1 0 0;
	box-shadow: 0px 12px 23px 0px #3E49540A;
}
.sub-flex .boxborder a .top-icon{
	border: 1px solid #2953E8;
	border-radius: 5px;
    height: 45px;
    width: 53px;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #2953E8;
	font-size: 25px;
}
.sub-flex .boxborder p{
	margin: 0;
}
.sub-flex .boxborder a {
    color: #575757;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 14px;
	height: 100%;
}
/*.sub-flex .boxborder a:hover{
	text-decoration: underline;
}*/
.box-body{
	padding: 15px;
	color:#3d445c;
	font-size: 14px;
}
.box-body + .box-body{
	border-top:1px solid #5d7bd4;
}
.box-body .subitems-flex .fa-angle-right{
	font-size: 22px;
	margin-left:auto;
}
.box-body .subitems-flex .detail .title{
	color:#2953E8;
	font-weight: 600;
    font-size: 14px;
	margin: 5px 0;
}
.box-body .subitems-flex .detail .helptext{
	color:#3d445c;
	font-weight: 400;
	font-size: 13px;
}
.box-body .subitems-flex{
	display: flex;
    align-items: center;
	gap: 12px;
}
.box-body .subitems-flex .subitems-image {
    max-width: 60px;
    min-width: 60px;
	overflow: hidden;
}
.box-body .subitems-flex .subitems-image img {
    width: 100%;
}
.total-earn .dflex{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	margin:0;
	gap: 18px;
}
.total-earn .totalearn h4{
	color: #337ab7;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.total-earn .wallet-icon{
	overflow: hidden;
}
.total-earn .wallet-icon .icon{
	background-image: url(../../image/tmd/newicon/walleticon.png);
	display: block;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
	background-size: 100%;
}
#header .nav > li li {
	min-width: 200px;
}
#header .navbar-header {
	min-height: 0px;
	padding: 0;
}
.center-area {
    margin: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0px 3px 4px 0px #3E49540A;
}

.boxbody .smallbox-multiple{
	display: grid;
    grid-template-columns: repeat(2,1fr);
	margin: 32px 0 0;
}
.boxbody .smallbox:first-child{
	border-radius:5px 0 0 0;	
}
.boxbody .smallbox:nth-child(2){
	border-left:0px;
	border-bottom:0px;
	border-radius:0 5px 0 0;	
}
.boxbody .smallbox:nth-child(3){
	border-top:0px;
	border-radius:0 0 0 5px;
}
.boxbody .smallbox:nth-child(4){
	border-left:0px;
	border-radius:0 0 5px 0;
}
.boxbody .smallbox .value .upper{
	color: rgb(67, 169, 44);
	margin-left: auto;
}
.boxbody .smallbox .value .lower{
	color: #f44240;
	margin-left: auto;
}
.boxbody .smallbox .value{
	padding-top: 8px;
    color:#272829;
	display: flex;
}
.graphbox .view-more{
    background-color: transparent;
    line-height: 20px;
    font-weight: 600;
    border-radius: 4px;
    color: rgb(60, 41, 183);
    box-shadow: none;
    text-transform: none;
    border: 1px solid rgb(60, 41, 183);
    padding: 9px 15px;
	display: none;
}
.heading-flex {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
.boxbody .smallbox{
	border: 1px solid rgb(230, 235, 242);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.5rem;
	color:#5a5e66;
}
.graphbox .view-more:hover{
	text-decoration:none;
}
/* Mobile */

@media (max-width: 767px) {
	#header .nav > li a span .seller_name,
	#header .nav > li a span .seller_text {
		display: none;
	}
	#button-menu {
		display: block !important;
	}
	#header .nav > li a {
		gap: 0;
	}
#container {
	height: auto;
	width: 100%;
	position: relative;
	border-bottom: 4px solid #010000 !important;
}
#header .navbar-header {

	margin-right: 0px;

	margin-left: 0px;

	float: left;

}
#column-left.active{-webkit-box-shadow:0 0 20px rgba(102,102,102,0.3);
    -moz-box-shadow:0 0 20px rgba(102,102,102,0.3);
    box-shadow:0 0 20px rgba(102,102,102,0.3);}
}

#header #button-menu + .navbar-brand {

	padding: 10px 10px 10px 10px;

	margin-right: 10px;

	height: auto;

}



#column-left.active #profile {

	display: block;

	padding: 10px 15px 10px 15px;

	overflow: auto;

	border-bottom: 1px solid #585858;

}

#profile div {

	float: left;

	color: #C4C4C4;

}

#profile div i {

	font-size: 42px;

	color: #2ca5d3;

}

#profile div + div {

	margin-left: 15px;

}

#profile h4 {

	margin-top: 6px;

	font-family: 'Open Sans', sans-serif;

	font-size: 15px;

	font-weight: 400;

	color: #FFF;

	margin-bottom: 0;

}

#content {

	padding-bottom: 10px;

	transition: all 0.3s;

	

}

#column-left + #content {

	margin-left: 70px;

}

#column-left + #content + #footer {

	margin-left: 50px;

}

/* Mobile */

#menu > li > a > span {
	display: none;
	margin-left: 8px;
}


#menu li li a:hover, #menu li.active li a:hver {
	color: #000;
	background-color: #fff;
	transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -ms-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

#menu li li a:before {
	content: "\f101";
	font-size: 14px;
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
	transition: margin ease 0.5s;
}
#menu li li a:hover:before {
	margin-right: 20px;
}
#menu li ul {
	overflow: hidden;
	display:none;
}
#menu li ul.collapse.in {
	display:block !important;
}
.header-flex{
	display:flex;
}
.header-banners {
	display:flex;
	gap: 10px;
	margin:2px 0 0;
}
.header-banners img{
	flex:1 0 0;
	width:100%;	
	border-radius: 10px;
}
#column-left #logo img{
	width:45px;
}
#column-left.active #logo img{
	width:100%;
}
/* Menu Active */

/* Desktop */

@media (min-width: 768px) {
	#column-left.active {overflow: auto;}

	#column-left.active + #content,#container.active #header {margin-left: 230px;}

	#column-left.active + #content + #footer {margin-left: 230px;}
}

/* Mobile */

#column-left.active {width: 275px;}
#column-left.active #menu li i {font-size: 19px;}


/* footer */

#footer {
	padding-right: 35px;
	margin-top: -30px;
	height: 100px;
	text-align: right;
}

/* Navs */

.nav > li.disabled > a {
	color: #999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
}

/* Tabs */
.nav-tabs > li > a {
	color: #666;
	border-radius: 2px 2px 0 0;
}

.nav-tabs {
	margin-bottom: 25px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-weight: bold;
	color: #333;
}

.form-control:hover {
	border: 1px solid #b9b9b9;
	border-top-color: #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

div.required .control-label:not(span):before, td.required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {

	font-family: FontAwesome;

	color: #1E91CF;

	content: "\f059";

	margin-left: 4px;

}

fieldset legend {
	padding-bottom: 5px;
}



input[type="radio"], input[type="checkbox"] {
	margin: 2px 0 0;
}

.radio, .checkbox {
	min-height: 18px;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {

	position: relative;
	width: 13px;
	width: 16px \0;
	height: 13px;
	height: 16px \0;
	-webkit-appearance: none;
	background: white;
	border: 1px solid #dcdcdc;
	border: 1px solid transparent \0;
	border-radius: 1px;

}

input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {

	border-color: #4d90fe;

	outline: 0;

}

input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {

	background-color: #ebebeb;

	border-color: #c6c6c6;

}

input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {

	background: #fff;

}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	width: 15px;
	width: 18px \0;
	height: 15px;
	height: 18px \0;
	border-radius: 1em;

}

input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
	position: relative;
	top: 3px;
	left: 3px;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	background: #666;
	border-radius: 1em;
}

input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {

	border-color: #c6c6c6;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);

	-webkit-box-shadow: none \9;

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);

	box-shadow: none \9;

}

input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {

	position: absolute;

	top: -6px;

	left: -5px;

	display: block;

	content: url('../vendor/checkmark.png');

}



.table thead td {
	font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
	padding:10px;
}

.table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}

.table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}

.pagination {
	margin: 0;
}

.form-group {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.form-group + .form-group {
    border-top: 1px solid #ededed;
}
/* Panels */

.panel {
	border-radius: 0px;
}

.panel .panel-heading {
	position: relative;
}

.panel-heading h3 i {
	margin-right: 8px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.panel-heading i {
	font-size: 16px;
	font-weight: 500;
}

.panel-heading h3 {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}
/* Primary Panel */
.panel-primary {
	border: 1px solid #c3e4f6;
	border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
	color: #1e91cf;
	border-color: #96d0f0;
	background: white;
}

/* Default Panel */

.panel-default {
	-webkit-box-shadow:0 0 20px rgba(102,102,102,0.3);
    -moz-box-shadow:0 0 20px rgba(102,102,102,0.3);
    box-shadow:0 0 20px rgba(102,102,102,0.3);
}

.panel-default .panel-heading {
	color: #595959;
	border-color: #e8e8e8;
	background: #fcfcfc;
}

.img-thumbnail i {
	color: #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	vertical-align: middle;
	display: inline-block;
}

.img-thumbnail.list i {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}

/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	transition: all 1s;
	padding:15px 0px;
	-webkit-box-shadow:0 0 20px rgba(102,102,102,0.3);
    -moz-box-shadow:0 0 20px rgba(102,102,102,0.3);
    box-shadow:0 0 20px rgba(102,102,102,0.3);
}

.tile a,.tile h2 {
	color: #000;font-size:14px;
}

.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	background-color: #1E91CF;
	color: #FFF;
}

.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}

.tile:hover .tile-heading .pull-right {
	opacity: 1;
}

.tile-body {
	padding: 15px;
	color: #000;
	line-height: 48px;
	text-align: center;
}

.tile .tile-body i {
	font-size: 50px;
	opacity:1;
	transition: all 1s;
	background-color: #E1F2FD;
	color: #3E93E0;
	padding:10px;
	border-radius:40px;
}

.tile .tile-body .fa-star{
	background-color: #AEE1B0;
	color: #40AD45;
}



.tile .tile-body .fa-book{
	background-color: #DBD5FD;
	color: #7965F6;
}



.tile .tile-body .fa-money{
	background-color: #FFEBCC;
	color: #FEAF37;
}

.tile .tile-body h2 {
	font-size: 22px;
	width:100%;
	font-weight: bold;
}

#column-left.active #stats {
	display: block;
}

#stats {
	display: none;
	border-radius: 2px;
	color: #666666;
	background: #2b2b2b;
	margin: 15px 20px;
	padding: 5px 0;
}

#stats ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#stats li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 5px 10px;
	border-bottom: 1px dotted #373737;
}

#stats div:first-child {
	margin-bottom: 4px;
}

#stats .progress {
	height: 3px;
	margin-bottom: 0;
}

.jqvmap-label {
	z-index: 999;
}

.alert {
	overflow: auto;
}

/* Menu Fix For System -> Layout -> Banner */

.collapse.in {
    display: block;
    visibility: unset;
}

.collapse {
    display: none;
    visibility: unset;
}

/* Menu Fix For System -> Layout -> Banner */
#tab-datastore .thumbnail, #tab-seller .thumbnail{ padding: 10px!important; }
.vendor-dash .form-control{border-radius:0px!important;}
#menu > li > a :focus, a:hover{color: #092A53;}

.tile:hover{
	background-color: #EBF4FC;
	opacity: 0.95;
}

.tile-footer{text-align:center;}
#header .navbar-brand{padding:0px!important;}

#header .storelogo{background: #EBF4FC;
    border-radius: 100px;
    padding: 2px;
	}

#button-menu .fa-dedent, #button-menu .fa-indent{
	font-size:30px;
	color: #000;
	}



.latestorderbox{padding:10px;}

.latestorderbox a {color:#fff;}

.latestorder1 {color:#000;
font-weight: bold;
}
.latestorder2 {
	color: #1583E9;
    border-bottom: solid 2px;
    font-weight: bold;
	}

.btn-success{border-radius:0px;}

/*.mainboxlatestorder{
	-webkit-box-shadow:0 0 20px rgba(102,102,102,0.3);
    -moz-box-shadow:0 0 20px rgba(102,102,102,0.3);
    box-shadow:0 0 20px rgba(102,102,102,0.3);
	}*/

.latestorderbox .table>thead>tr>td{ padding:0px;}

.orderbox tbody tr:hover {
	background:-webkit-box-shadow:0 0 20px rgba(102,102,102,0.3);
    -moz-box-shadow:0 0 20px rgba(102,102,102,0.3);
    box-shadow:0 0 20px rgba(102,102,102,0.3);
	}

.orderbox .btn-info{
	background-color:#092A53;
	border:none;
	border-radius:0;
	}
.tmdreadmore .fa{
	font-size:26px;
	color:#fff;
	}
.tmdreadmore{position: absolute;
	bottom: -15px;
	left:50%;
	border-radius: 0px;
	background:#092A53;
	color:#fff;
	}
.tmdreadmore:hover{
	background:-webkit-box-shadow:0 0 20px rgba(102,102,102,0.3);
    -moz-box-shadow:0 0 20px rgba(102,102,102,0.3);
    box-shadow:0 0 20px rgba(102,102,102,0.3);
	color:#fff;
	background:#000;
	}

	#attribute span:after {
	top:20px;
	margin-right: 8px;
	}
	.loader{
	position: absolute;
	    bottom:100px;
	    z-index: 11;
	    opacity: 0.5;
		width:90%;
		text-align:center;
		left:0;
		right: 0;
		margin: 0 auto;
	}
/* 28 02 2020 */
.readmore{cursor:pointer; font-weight:bold;}
.modal-content .rating .fa{
	color: #EE7439;
    font-size: 15px;
    margin: 0px;
    height: 20px;
    width: 20px;
}
.label{font-size:12px;}
.eyeicon{font-size:35px;}

  .minicolors-theme-bootstrap .minicolors-input{
    width:100%;
    height:35px;
  }
    .component td:first-child{
       cursor:move; 
    }
    .quickbtn-success {
        color: #fff;
        background-color: #afafaf;
        border-color: #afafaf;
    }
    .quickbtn-success:hover,.quickbtn-success:active:hover, .quickbtn-success.active:hover, .open > .quickbtn-success.dropdown-toggle:hover, .quickbtn-success:active:focus, .quickbtn-success.active:focus, .open > .quickbtn-success.dropdown-toggle:focus, .quickbtn-success:active.focus, .quickbtn-success.active.focus, .open > .quickbtn-success.dropdown-toggle.focus, .quickbtn-success:active, .quickbtn-success.active, .open > .quickbtn-success.dropdown-toggle{
      background-color:#33ccff;
      border-color:#33ccff;
    }
.switch {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 30px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  background-color: #d9534f;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  bottom: 4px;
  background-color: #fff;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  -webkit-transition: .4s;
  transition: all 0.4s ease-in-out;
}
.slider:after {
  position: absolute;
  left: 0;
  z-index: 1;
  
    font-size: 13px;
    text-align: left !important;
    line-height: 30px;
  padding-left: 0;
    width: 95px;
    color: #fff;
    height: 30px;
    border-radius: 100px;
    background-color: #5cb85c;
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
    transition: all 0.4s ease-in-out;
}

input:checked + .slider:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /*width: 235px;*/
  padding-left: 15px;
}

input:checked + .slider:before {
  background-color: #fff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 100px;
}

.slider.round:before {
  border-radius: 50%;
}
.absolute-no {
  position: absolute;
  left: 10px;
  color: #fff;
  text-align: right !important;
    font-size: 13px;
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    cursor: pointer;
} 

.approval{  
    padding: 10px;
    margin: 0px;
    background: #FDBC38;
    color: #fff;  
    font-weight: bold;    
    border-radius: 50px;
	position: relative;
    top: -20px
  }
  .chkaproval{display:none;}



/* == TMD New css code start here == */

#column-left #menu li div{
	background: #ecf0ff;
	border-radius: 50%;
	padding: 0px;
	height: 25px;
	
}
#column-left #menu li .icon{
    display: inline-block;
    width: 25px !important;
    height: 25px;
	background-size: 90%;
	background-repeat: no-repeat;
}
#column-left #menu li#dashboard .icon {
    background-image: url('../../image/tmd/newicon/home.png');
}

#column-left #menu li#accountsetting .icon {
    background-image: url('../../image/tmd/newicon/accountsettings.png');
}
#column-left #menu li#accountsetting .icon:after {
	display: none;
}
#column-left #menu li#orders .icon {
    background-image: url('../../image/tmd/newicon/myorder.png');
}
#column-left #menu li#catalog .icon {
	background-image: url('../../image/tmd/newicon/catalog.png');
}
#column-left #menu li#product .icon {
    background-image: url('../../image/tmd/newicon/inventory.png');
}
#column-left #menu li#mypayment .icon {
    background-image: url('../../image/tmd/newicon/maypayment.png');
}
#column-left #menu li#attribute .icon {
    background-image: url('../../image/tmd/newicon/attribute.png');
}
#column-left #menu li#enquiry .icon{
    background-image: url('../../image/tmd/newicon/enquiry.png');
}
#column-left #menu li#importexport .icon {
    background-image: url('../../image/tmd/newicon/myorder.png');
}
#column-left #menu li#pickupaddress .icon {
    background-image: url('../../image/tmd/newicon/settings.png');
}
#column-left #menu li#tickes .icon {
    background-image: url('../../image/tmd/newicon/seller_help.png');
}

#column-left #menu li#mypayment .icon {
	background-image: url('../../image/tmd/newicon/payment.png');
}
#column-left #menu li#gstreports .icon{
    background-image: url('../../image/tmd/newicon/gst.png');
}

#column-left #menu li#mypayment .icon{
    background-image: url('../../image/tmd/newicon/payment.png');
}

#column-left #menu li#growbusiness .icon{
    background-image: url('../../image/tmd/newicon/dashboard.png');
}
#column-left #menu li#growtool .icon{
	background-image: url('../../image/tmd/newicon/premium_brand_small.png');
}

#column-left #menu li#plan_history .icon{
	background-image: url('../../image/tmd/newicon/maypayment.png');
}
#column-left #menu li#advertize .icon{
	background-image: url('../../image/tmd/newicon/referearn.png');
}

#column-left #menu li i:before{
	display: none;
}

.breadcrumb {
	background: transparent !important;
}
.vendor-edit .panel-default{
	box-shadow:none;
	border-radius:10px;
}
.vendor-edit .panel-default .leftbox .settings-label{
	cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
	padding: 10px 15px;
	text-align:center;
	font-weight: 500;
    font-size: 14px;
}
.vendor-edit .panel-default .leftbox li a{
	border-left:4px solid transparent;
	border-radius:0px !important;
	color:#3d445c;
	font-weight: 500;
    font-size: 14px;
}
.vendor-edit .panel-default .leftbox .nav-stacked>li+li {
    margin-top: 0px;
}
.vendor-edit .panel-default .leftbox li.active a{
	border-left:4px solid #5b80f7;
	color:#5b80f7;
	background:#ecf0ff;
}
.vendor-edit .panel-default .leftbox{
	height: 100vh;
	width: 200px;
	overflow:auto;
	padding-right: 0;
	border-right:1px solid #e5e7eb;
}
.vendor-edit .panel-default .rightbox .main-heading p{
	color: #3d445c;
	font-style: normal;
    font-weight: 400;
	font-size:14px;
}
.vendor-edit .panel-default .rightbox .main-heading h5{
	font-style: normal;
    font-weight: 600;
    font-size: 18px;
	color:#3d445cl;
	margin:10px 0 0;
}
.vendor-edit .panel-default .rightbox .radiusbox{
	border-radius:10px;
	padding:20px;
	border:1px solid #e5e7eb;
	margin-bottom:25px;
}
.vendor-edit .panel-default .rightbox{
	padding: 20px 40px 20px 20px;
	height:100%;
}
.vendor-edit .imagebox #button-logo{
	border:none;
	color:#3b82f6;
	padding:0;
	margin:5px 0;
}
.vendor-edit .imagebox #button-logo:hover,.vendor-edit .imagebox #button-logo:focus{
	background-color: transparent !important;
	outline:0 !important;
	box-shadow:none !important;
}
.dflex {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
	margin: 0 0 15px;
}
.radiusbox .right-detail p{
	font-size: 12px;
}
.radiusbox .right-detail{
	margin: 10px 0 0;
}
.radiusbox .contact-detail h5 .admininfo{
	background:#e5e7eb;
	border-radius: 10px;
	padding:3px 8px;
}
.radiusbox .contact-detail li{
	margin-right:10px;
	font-size:15px;
}
.radiusbox .contact-detail h5{
	color:#4b5563;
}
.align-top{
	align-items: flex-start;
}
.iconimg{
    width: 40px;
    background: rgb(219 220 225 / 26%);
    padding: 5px;
    border-radius: 8px;
}
#tab-terms ul li a i{
	margin-right:8px;
	font-size: 16px;
}
#tab-terms ul li{
	padding:5px 0;
}
#tab-terms ul li a{
	line-height: 20px;
    color: rgb(60, 41, 183);
    font-size: 14px;
    text-transform: none;
}
#tab-terms .main-heading,#tab-whatsappnoti .main-heading,#tab-suppliersign .main-heading{
	margin:0 0 20px;
}
#tab-whatsappnoti p{
	color:#5a5e66;
	font-size:15px;
}
#change-detail {
	display: none;
	position: relative;
}
#change-detail .btn.btn-primary{
	padding: 6px 25px;
	font-size:16px;
}
#change-detail .btn.btn-light{
	padding: 6px 25px;
	border:1px solid rgb(60, 41, 183);
	color: rgb(60, 41, 183);
	background: transparent;
	font-size:16px;
}
.formstyle{
	position:relative;
}
.formstyle .form-control:hover{
	border-color:#3c29b7;
}
.formstyle .form-control{
	padding: 11px 16px;
	height:auto;
	width: 350px;
}
.formstyle .label-inline{
	position: absolute;
    background: #fff;
    padding: 0 7px;
    top: 9px;
    left: 10px;
    line-height: 14px;
	color:#8e96a3;
	font-size:12px;
}
#tab-whatsappnoti #change-detail .form-group{
	display:flex;
	gap: 10px;
}
.fa-whatsapp{
	color:#25d366;
	font-size: 18px;
    margin-right: 5px;
}
.btn-change{
	color:#3c29b7;
	border:1px solid #3c29b7;
	border-radius: 4px;
	background: transparent;
	text-align:center;
	font-size:16px;
	padding: 6px 15px;
}
.unsubscribe{
	border-top:1px solid #e6ebf2;
	margin:15px 0 0;
	padding:15px 0 0;
}
.unsubscribe a{
	color: rgb(60, 41, 183);
    cursor: pointer;
}
#tab-suppliersign .main-heading h5{
	margin-bottom:10px;
}
#tab-suppliersign .signature-box{
    margin-top: 15px;
	background:#f2f5fa;
    border: 1px solid rgb(195, 201, 212);
    border-radius: 5px;
}
#tab-suppliersign .signature-box p{
	color:#5a5e66;
    padding: 12px 12px;
	display:flex;
	margin:0;
	background:#fff;
	border-radius: 0 0 5px 5px;
}
#tab-suppliersign .signature-box p span i{
	color:#3c29b7;
	margin-left:5px;
}
#tab-suppliersign .signature-box p span{
	margin-left:auto;
	color:#3c29b7;
	cursor:pointer;
}
#tab-suppliersign .signature-box .sign-help span i{
	font-size:16px;
}
#tab-suppliersign .signature-box .sign-help{
	color:#272829;
	padding:12px 12px 7px;
	font-weight: 600;
}
.padd0{
	padding:0px;
}
#tab-bankdetail .main-heading h5{
	margin-bottom:7px;
}
.bankdetail-box{
	border-radius: 10px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    margin-bottom: 25px;
	display: flex;
    align-items: center;
}
.bankdetail-box .bankicon i{
	font-size:45px;
}
.bankdetail-box .bankicon{
	box-shadow: 0 0 #0000,0 0 #0000,0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1);
	margin-right:15px;
	background:rgba(255,255,255);
	padding: 14px 11px;
}
.bankdetail-box .account-info{
	margin-bottom:5px;
	color:#000;
}
.bankdetail-box .account-info .bank-name,.bankdetail-box .account-info .accno{
	margin: 0 0 5px;
}
.bankdetail-box .account-info .name{
	font-weight:500;
	margin: 0 0 5px;
}
#tab-pickup .main-heading h5{
	display:flex;
}
#tab-pickup .main-heading h5 .btn-primary{
	margin-left:auto;
}
#signpopup .modal-dialog .modal-header{
	display: flex;
    align-items: center;
}
#signpopup .modal-dialog .modal-header .close{
	margin-left: auto;
	opacity: 1;
}
#signpopup .modal-dialog{
	width:335px;
}
#signpopup .modal-dialog .modal-header h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(39, 40, 41);
    text-transform: none;
	margin:0;
}
#signature-client{
	display: block;
    width: 100%;
}
#help-modal .tmdhelptopic-body .modal-header h1{
	color: #3d445c;
    font-weight: 700;
	margin:0;
}
#tab-pickup td #tmdhelptopic{
	cursor: pointer;
}
.editform legend{
	font-size: 18px !important;
    border: none !important;
}
.tmdhelptopic-body .modal-dialog{
	width: 650px;
}
.editform .control-label{
	text-align:left !important;
	padding-bottom:5px;
}
 .working-days {
	margin-bottom: 20px;
}
.working-days label {
	display: inline-block;
	background: #f8f9fa;
	padding: 8px 12px;
	border-radius: 5px;
	margin: 5px;
	cursor: pointer;
	border: 1px solid #007bff;
	color: #007bff;
}
.working-days input {
	display: none;
}
.working-days input:checked + label {
	background: #007bff;
	color: white;
}


/* == New css add here == */
.vendor_dash_leftcol {
	background: #ffffff;
	border-radius: 15px;
	padding: 12px;
}
.total-earn .amount {
    color: #2953E8;
    font-weight: 600;
    font-size: 25px;
}
.total-grids .total-items {
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 0 0 15px;
	color: #404040;
}
.total-grids .total-items .total-amount {
    color: #0F0F0F;
    font-weight: 600;
    font-size: 42px;
}
.total-grids .total-items .total-text {
	font-size: 14px;
}
.total-grids .total-items .total-icon i {
    color: #2953E8;
    font-size: 35px;
}
.top-banner {
    margin: 0 0 20px;
}
.center-area .boxbody {
	padding: 15px;
}
.center-area .heading-flex {
	padding: 18px 20px;
	box-shadow: 0px 12px 23px 0px #3E49540A;
}
.banners-grid a {
    display: block;
    border-radius: 20px;
    border: 1px solid #ddd;
    width: 100%;
	overflow: hidden;
}
.banners-grid a img{
	min-width: 100%;
}

.total-grids .total-items .total-icon {
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.total-grids .row > div:nth-child(1) .total-items .total-icon{
	background-image: url(../../image/tmd/newicon/grid_con.png);
}
.total-grids .row:first-child > div:nth-child(2) .total-items .total-icon {
	background-image: url(../../image/tmd/newicon/list_icon.png);
}
.total-grids .row > div:nth-child(2) .total-items .total-icon {
	background-image: url(../../image/tmd/newicon/beif_icon.png);
}

.boxborder .top-icon-horn {
    background-image: url(../../image/tmd/newicon/horn.png);
    display: inline-block;
    width: 37px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 75%;
    float: left;
    margin-right: 5px;
}
/*#menu .logo img {
	background: #2953E8;
	border-radius: 10px;
}*/

#vendor-order-report .status-container{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 20px;
	display: grid;
    gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Auto-responsive */
}
#vendor-order-report .status-container .status-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    box-shadow: 3px 3px 8px rgb(0 0 0 / 65%);
    border: 0px solid rgba(0, 0, 0, 0.1);
    color: black;
}

/* Status Colors */
#vendor-order-report .status-container .yellow { 
	background: linear-gradient(10deg, #f6d365 0%, #fda085 100%);
} /* RTO */
#vendor-order-report .status-container .blue { 
	background: linear-gradient(to left, #4facfe 0%, #00f2fe 100%);
} /* CANCEL */
#vendor-order-report .status-container .green { 
	background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
} /* SHIPPED */

/* Percentage Bubble */
#vendor-order-report .status-container .status-percentage {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 9px 2px;
    border-radius: 0%;
    border: px solid rgba(0, 0, 0, 0.2);
   
    z-index: 2;
}

//* Arrow Effect */
#vendor-order-report .status-container .status-percentage::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-40%);
    border-left: 10px solid transparent;
    border-right: 10px solid rgb(102 102 102 / 56%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
#vendor-order-report .header {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 15px;
}
#vendor-order-report .header .header_img {
    display: inline-block;
    max-width: 30px;
}

#vendor-order-report .performance-container {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 20px;
}
#vendor-order-report .performance-container .performance-header {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
}
#vendor-order-report .performance-container .performance-section {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
#vendor-order-report .performance-container .performance-section .performance-grid {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: initial;
    word-break: break-word;
}
.progress-circle {
	position: relative;
	margin: 4px;
	float: left;
	text-align: center;
	font-weight: 700;
    font-size: 18px;
}
.progress-circle .barOverflow {
	position: relative;
	overflow: hidden;
	width: 90px;
	height: 45px;
	margin-bottom: -18px;
}
.progress-circle .bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 10px solid #eee;
	border-bottom-color: #00CC99;
	border-right-color: #00CC99;
}
#vendor-order-report .performance-container .performance-section .performance-grid .subtitle {
    font-size: 13px;
    margin: 0;
}
#vendor-order-report .performance-container .performance-section .performance-grid .subtitle span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
#menu li ul a span {
    display: contents;
}

.container_wrap {
	margin: auto;
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.grow_container .grow_grid .grow_card {
    background: hsla(0,100%,50%,0.29);
    background-image:
    radial-gradient(at 40% 20%, hsla(20,30%,94%,0.65) 0px, transparent 50%),
    radial-gradient(at 80% 0%, hsla(189,67%,57%,0.69) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(355,74%,89%,1) 0px, transparent 50%),
    radial-gradient(at 80% 50%, hsla(340,82%,82%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(17,77%,86%,1) 0px, transparent 50%),
    radial-gradient(at 80% 100%, hsla(240,91%,85%,1) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(343,87%,84%,1) 0px, transparent 50%);
    box-shadow: 0px 12px 23px 0px #3E49540A;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: start;
    gap: 14px;
	overflow: hidden;
    word-break: break-word;
}
.grow_container .grow_grid .grow_card .grow_image {
    max-width: 60px;
}
.grow_container .grow_grid .grow_card .grow_detail,
.grow_container .grow_grid .grow_card .grow_detail h3 {
    color: #000;
	font-size: 13px;
}
.grow_container .grow_grid .grow_card .grow_detail h3 {
    font-size: 18px;
}
.grow_container .heading_title, .heading_title {
    color: #000;
    margin: 0 0 22px;
    font-weight: 600;
    font-size: 22px;
}
.grow_container .grow_grid .grow_buttons .btn {
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    border-color: #000;
}
.vplan_container .plan_card {
    text-align: center;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
	overflow: hidden;
	margin: 0 0 30px;
}
.vplan_container .plan_card .plan_header,
.vplan_container .plan_card .plan_body,
.vplan_container .plan_card .plan_buttons {
	padding: 20px;
	color: #000;
	border-radius: 14px;
}
.vplan_container .plan_card .plan_buttons .btn {
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 18px;
}
.vplan_container .plan_card .plan_header h3 {
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 5px;
}
.vplan_container .plan_card .plan_header h4 {
    font-weight: 600;
    margin: 0;
    font-size: 22px;
}
.vplan_container .plan_card .plan_header h3 span {
	color: #fff;
}

.vplan_container .plan_card ul li {
    margin: 20px 0 45px;
	border-bottom-width: 2px;
}
.vplan_container .row > div:nth-child(1) .plan_card .plan_header {
    background: linear-gradient(to top, #c4f6c6 0%, #53a1df 100%);
}
.vplan_container .row > div:nth-child(1) .plan_card .plan_body {
    height: 560px;
    background: linear-gradient(to bottom, #b8d8f1 0%, #95f199 100%);
}
.vplan_container .row > div:nth-child(1) .plan_card ul li {
	border-bottom: 1px solid #ffffff;
}

.vplan_container .row > div:nth-child(2) .plan_card .plan_header {
    background: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
}
.vplan_container .row > div:nth-child(2) .plan_card .plan_body {
    height: 560px;
    background: linear-gradient(to bottom, #a3e8ff 0%, #93abff 100%);
}
.vplan_container .row > div:nth-child(2) .plan_card ul li {
	border-bottom: 1px solid #99A2AF;
}

.vplan_container .row > div:nth-child(3) .plan_card .plan_header {
    background: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
}
.vplan_container .row > div:nth-child(3) .plan_card .plan_body {
    height: 560px;
    background: linear-gradient(to right, #ffc1da 0%, #f3c0ad 100%);
}
.vplan_container .row > div:nth-child(3) .plan_card ul li {
	border-bottom: 1px solid #BE3831;
}
.payment_form {
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.vendor-advertize .well {
    background: #ffffff;
	min-height: 140px;
}
.footer_bottom {
	display: none;
}
.footer_wrapper {
	position: fixed;
    bottom: 20px;
    right: 20px;
}
.footer_wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 100px;
    border: 1px solid #ff0000;
    color: #fff;
    background-color: #3d445c;
    transition: all 0.4s ease-in-out;
}
.footer_wrapper a:hover {
	color: #3d445c;
	border-color: #3d445c;
	background-color: #fff;
}
.footer_wrapper a i {
    font-size: 25px;
    margin-right: 6px;
}
.btnorderview {
    width: 160px;
    border-radius: 4px;
	border: 0;
    background-color: #007f7d !important;
	font-weight: 600;
}
#tmdhelptopic-1.btn-default.btnview {
	color: #ff0000 !important;
}
#tmdhelptopic-1 {
    margin: 0 !important;
    border-radius: 0;
    background-color: #007f7d !important;
    color: #fff !important;
    font-weight: 600;
}
#form-orders thead tr td {
    text-align: center;
    color: #000;
    font-size: 13px;
}
.vendor-edit .panel-default .leftbox li a:hover {
    background-color: transparent;
    color: #000;
}
.vendor-edit .panel-default {
	overflow: hidden;
}
#tmdhelptopic-1 {
    width: 160px;
    margin: 0 !important;
    border-radius: 4px;
    background-color: #007f7d !important;
    color: #fff !important;
    font-weight: 600;
    border: 0;
}
.order_cencel {
    display: flex;
    gap: 5px;
}
.order_cencel #tmdhelptopic-1 {
    width: 50%;
}
/* == New css end here == */

@media(max-width:1242px){
	.paddleft10{
		padding-left:0px;
	}
	.box-body .subitems-flex .detail .title{
		font-size: 12px;
	}
	.box-body .subitems-flex .detail .helptext{
		font-size: 10px;
	}
	#content > .container-fluid{
		padding-left: 0;
	}
	.sub-flex .boxborder a{
		font-size: 10px;
	}
	.sub-flex{
		flex-wrap: wrap;
	}
}
@media(max-width:800px){
	#column-left.active {
		width: 150px;
	}
	#column-left.active + #content, #container.active #header {
		margin-left: 150px;
	}
	#menu > li > a{
		font-size:11px;
		padding: 8px;
	}
	.box-body .subitems-flex .detail .title {
		font-size: 10px;
	}
	.total-earn .totalearn p{
		font-size:14px;
	}
	.total-earn .totalearn h4 {
		font-size:16px;
	}
	.graphbox,.smallbox-multiple{
		width:100%;
	}
	.vendor-edit .panel-default .leftbox{
		width:25%;
	}
	.vendor-edit .panel-default .rightbox{
		width:75%;
	}
	.vendor-edit .panel-default .leftbox li a,.vendor-edit .panel-default .rightbox .main-heading p{
		font-size: 12px;
	}
	.vendor-edit .panel-default .rightbox .main-heading h5,.dflex{
		font-size: 14px;
	}
	.radiusbox .contact-detail li{
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	#column-left {
		overflow: hidden;
		display:none;
	}
	#header{
		margin-left: 0px;
	}
	.paddmobile{
		padding:0px;
	}
	#column-left.active {
		width: 150px;
	}
	#column-left.active + #content{
		margin-left: 0 !important;
	}
	#column-left + #content {
		margin-left: 0;
	}
	#column-left + #content + #footer {
		margin-left: 0;
	}
	#content > .container-fluid {
		padding-left: 15px;
	}
	.rightmenu .dropdown .dropdown-toggle{
		display: flex;
		align-items: center;
	}
	#column-left.active + #content {
		position: relative;
		left: 0px;
	}
	#column-left.active + #content + #footer {
		position: relative;
		left: 150px;
		
	}
	#column-left.active{width: 180px;margin-left:0px;}
	.vendor-edit .panel-default .leftbox {
		width: 100%;
		padding-right: 15px;
	}
	.vendor-edit .panel-default .rightbox{
		width: 100%;
	}
}
/* == TMD New css code end here == */