body {
  background-color: #f4f6f8;
}

.fade:not(.show) {
    opacity: 1.0;
}
.modal-header .close {
    position: absolute;
    right: 20px;
}

.radio-inline-group {
    list-style-type: none;
    padding-inline-start: 0px;
    padding-top: 6px;
}

.radio-inline-group li {
    margin-bottom: 10px;
    display: flex;
}
.radio-inline-group li input {
    margin-top: 0px;
}
.radio-inline-group li label {
    margin-bottom: 0px;
    margin-left: 8px;
}

.hidden {
    display: none;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}

.bg-light {
    background-color: #f5f5f5!important;
}

.navbar.nav-header .nav-quick a.nav-link {
    color: #fff;
    margin: 0 1rem;
}
.navbar.nav-header .nav-quick a.nav-link:hover, 
.navbar.nav-header .nav-quick a.nav-link.active {
    color: #f1f1f1;
}
.asset-wrapper {
    display: inline-block;
    max-width: 10rem;
    height: auto;
    position: relative;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.asset-wrapper .precent {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 999;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: .5rem;
    border-radius: .25rem;
}
.icon-width {
    width: 6rem;
}
.img-thumbnail.sm {
    width: 6rem;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 2.99rem 0 0; /* Height of navbar */
  width: 12.215rem;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 2.99rem);
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-item {
    min-width: 9rem;
}
.sidebar .nav-item > .nav {
    margin-left: 25px;
}

.sidebar .nav-item > .nav .nav-link {
    padding-left: 0.5rem;
    margin: 0 0.5rem;
}
.sidebar .nav-item .pull-right {
    float: right;
}
.sidebar-heading {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
.sidebar .nav-link {
    color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity));
}
.sidebar .nav-link.active,
.sidebar .nav-link:focus {
    font-weight: bold;
    color: var(--bs-nav-link-color);
}

/*
 * Navbar
 */
.navbar {
    min-height: 3rem;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.navbar-fixed-top {
    border: 0;
}
.navbar-brand {
  font-size: 1.215rem;
  line-height: 2rem;
  text-align: center;
}
.navbar-default .navbar-brand {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar .navbar-brand {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar .navbar-brand:hover {
    color: #f1f1f1;
}
.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}
.navbar .navbar-nav > li > a {
    line-height: 2rem;
    padding: 0 1.5rem !important;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a.active {
    color: #15c;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.form-control-static {
    min-height: 1px;
    padding-top: 6px;
    padding-bottom: 0px;
    margin-bottom: 0;
    
}
.search-products-wrapper {
    min-height: 200px;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 1.215rem;
  padding-left: 12.215rem; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 1.215rem; /* Space for fixed navbar */
  }
}

/*************** global css ******************/

.mainbody {
    position: relative;
    margin: 2.99rem 1rem 0;
}
.mainbody .flashes {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    z-index: 100;
    width: 16rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mainbody .flashes .alert {
    margin-bottom: 0;
    padding: 0.715rem;
}
.wrapper-md {
    padding: 20px;
}
.pull-in {
    margin-left: -20px;
    margin-right: -20px;
}
.text-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-0 {
    border: medium none;
}
.vertical-middle {
    vertical-align: middle;
}
.bx-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.bx-shadow-none {
    box-shadow: none;
}

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#uploader_result .thumbnail {
    overflow: hidden;
    width: 132px;
    height: 132px;
    position: relative;
}
#uploader_result .thumbnail .select-sorted {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: rgba(250, 69, 21, 1.0);
    color: white;
    line-height: 20px;
}
#uploader_result .video {
    padding-top: 30px;
}
.btn-link:hover {
	cursor: pointer;
}
.btn-link:focus {
	border: 1px solid rgba(0, 0, 0, 0);
}

.panel-heading {
	font-weight: bold;
}

.nav-tabs-google > li.active > a, 
.nav-tabs-google > li.active > a:hover, 
.nav-tabs-google > li.active > a:focus {
    color: #fa4515;
    border: 3px solid transparent;
    border-width: 3px 0;
    border-bottom-color: #fa4515;
}
.nav-tabs-google > li.separator {
    width: 50px;
    text-align: center;
    line-height: 40px;
}

.text-muted {
	color: #8D99A6 !important;
}

/*
 * Main content
 */
.preloader {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background: #fff;
}
.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px);
}

.mainbar .page-header {
	margin-bottom: 1rem;
}
.mainbar .page-header .title {
	font-size: 1.215rem;
    line-height: var(--bs-btn-line-height);
    display: inline-block;
}
.mainbar .page-header .checked-items-status {
    display: inline;
	font-size: 13px !important;
	line-height: 30px;
}
.mainbar .mainbar-content {
    background: #fff;
    min-height: 48rem;
    border-radius: var(--bs-card-border-radius);
}
.mainbar .mainbar-content .search-filter {
    padding: 1rem 1rem 0;
}
.search-filter .dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
}
.mainbar .mainbar-content .nav-tabs {
    padding: 0 15px;
}

.table > thead > tr > th {
	background-color: #efefef;
	vertical-align: middle;
    font-weight: 500;
}
.table > tbody > tr > td {
	vertical-align: middle;
}
.table > thead > tr > th.check-width {
    width: 5%;
}
.table > thead > tr > th.image-width {
    width: 120px;
}
.table > thead > tr > th.text-max-width {
    width: 30%;
}
.table tr .max-text {
    max-width: 300px;
    overflow: hidden;
}
.table tr .sub-title {
    padding: .2em .6em .3em;
}
.page-one {
	margin-top: 100px;
}
.bg-default i {
	display: block;
    font-size: 4em;
	color: #d9534f;
    margin-bottom: 30px;
}
.modal-dialog {
	margin: 50px auto;
}
.form-horizontal .control-label__left {
    text-align: left !important;
    margin-bottom: 10px;
}
div.required .control-label:not(span)::before, td.required::before {
    color: #f00;
    content: "* ";
    font-weight: bold;
}
.radio-group {
	padding-top: 6px;
}
.list-inline.radio-group {
	margin-bottom: 0;
}
.has-error .radio-group label {
	color: #dd4b39;
}
.plupload_progress .progress {
    height: 10px;
    margin-bottom: 5px;
    margin-top: 8px;
}
.fa-5x {
    font-size: 5em;
}
.upload-video {
    padding-top: 50px;
    height: 120px;
}
.custom-per-page {
    flex: 0 0 80px;
}
.custom-total {
    line-height: 30px;
}
.input-quantity {
	width: 60px;
	margin: 0 auto;
	text-align: center;
}
.input-short {
	width: 150px;
}
.table .product-info {
    display: block;
    margin-left: 60px;
    margin-right: 20px;
    padding-left: 10px;
    text-align: left;
	width: 220px;
    position: relative;
}
.table .product-quantity {
    position: absolute;
    z-index: 99;
    top: 12px;
    right: -20px;
}
.table > tbody + tbody {
    border-top: 1px solid #ddd;
}
#condition-template {
    display: none;
}
.table .list-group {
	margin-bottom: 0px;
}
.table .list-group .list-group-item {
	background-color: transparent;
}

.product-attributes {
    padding: 0px 30px;
}
.product-attributes .select2 {
    display: block !important;
}
.product-attributes .form-group-v .control-label {
    margin-bottom: 10px;
}

/*******************
Rounds
*******************/
.round {
	line-height: 48px;
	color: #ffffff;
	width: 45px;
	height: 45px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	border-radius: 100%;
	background: #1e88e5;
}
.round img {
	border-radius: 100%;
}

.round-lg {
	line-height: 65px;
	width: 60px;
	height: 60px;
	font-size: 30px;
}

.round.round-info {
	background: #1e88e5;
}

.round.round-warning {
	background: #ffb22b;
}

.round.round-danger {
	background: #fc4b6c;
}

.round.round-success {
	background: #26c6da;
}

.round.round-primary {
	background: #7460ee;
}

/*******************
Indicator
*******************/
.indicator,
.indicator-right {
  background: none;
  font-size: var(--bs-body-font-size);
  vertical-align: middle;
}
.indicator::before,
.indicator-right::after {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 8px;
}
.indicator::before {
  margin: 0 4px 0 0px;
}
.indicator-right::after {
  margin: 0 0 0 4px;
}
.indicator.default::before,
.indicator-right.default::after {
  background: #F0F4F7;
}
.indicator.primary::before,
.indicator-right.primary::after {
  background: #5e64ff;
}
.indicator.danger::before,
.indicator-right.danger::after {
  background: #ff5858;
}
.indicator.success::before,
.indicator-right.success::after {
  background: #98d85b;
}
.indicator.warning::before,
.indicator-right.warning::after {
  background: #ffa00a;
}
.indicator.purple::before,
.indicator-right.purple::after {
  background: #743ee2;
}
.indicator.darkgrey::before,
.indicator-right.darkgrey::after {
  background: #b8c2cc;
}
.indicator.black::before,
.indicator-right.black::after {
  background: #36414C;
}
.indicator.yellow::before,
.indicator-right.yellow::after {
  background: #FEEF72;
}
.indicator.light-blue::before,
.indicator-right.light-blue::after {
  background: #7CD6FD;
}
.indicator.info::before,
.indicator-right.info::after {
  background: #7CD6FD;
}

/*******************
Card
*******************/
.card {
    background-color: #fff;
    border: 0.0625rem solid #e5e5e5;
    position: relative;
}
.card-block {
    padding: 1.25rem;
}
.card-footer, .card-header {
    background-color: #f5f5f5;
    padding: 0.75rem 1.25rem;
}
.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    border-bottom: 0.0625rem solid #e5e5e5;
}
.card-footer {
    border-top: 0.0625rem solid #e5e5e5;
}
.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}
.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}
.card-inverse .card-footer,
.card-inverse .card-header {
    border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-blockquote > footer,
.card-inverse .card-link,
.card-inverse .card-text {
    color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}
.card-blockquote {
    border-left: 0 none;
    margin-bottom: 0;
    padding: 0;
}
.card-img {
    border-radius: 0.25rem;
}
.card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}
img.card-img-top {
	width: 100%;
}
.card-deck {
    border-spacing: 1.25rem 0;
    display: table;
    table-layout: fixed;
}
.card-deck .card {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}
.card-columns .card, .progress {
    width: 100%;
}
.card-deck-wrapper {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.card-group {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.card-group .card {
    display: table-cell;
    vertical-align: top;
}
.card-columns .card {
    display: inline-block;
}
.card-group .card + .card {
    border-left: 0 none;
    margin-left: 0;
}

.card .card-title .rate {
	font-size: 50%;
}
.card .card-title .rate i {
	font-size: 75%;
}
.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #fff;
}

.badge-blue {
    background-color: #3079ed;
}
.badge-orange {
    background-color: rgba(255, 0, 102, 1.0);
}
.badge-green {
    background-color: rgba(12, 197, 153, 1.0);
}

.product-wrapper {
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
}
.product-wrapper .cover {
    flex: 0 0 auto;
}
.product-wrapper .info {
    flex: 1;
    margin-left: 15px;
}
.stats-container {
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 20px;
    color: #fff;
}
.stats-container--info {
    background-color: #00bcd4;
}
.stats-container--warning {
    background-color: #fa7b17;
}
.stats-container--danger {
    background-color: #d93025;
}
.stats-container--success {
    background-color: #1e8e3e;
}
.stats-container .icon {
    flex: 0 0 auto;
}
.stats-container .content {
    flex: 1;
    margin-left: 1rem;
}
.stats-container .content .count {
    font-size: 2.125rem;
}

/**
 * admin asset delete buton Begin
 */
.asset-wrapper {
    position: relative;
    width: 200px;
    margin-right: 1rem;
    overflow: hidden;
}

.asset-wrapper .asset_delete {
    position: absolute;
    top: 8px;
    right: 8px;
    display: none;
    background-color: #0d6efd;
    padding: 3px 8px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    color: white;
}

.asset-wrapper:hover .asset_delete {
    display: block;
}

/**
 * admin asset delete buton End
 */

 .filter-form .dropdown {
    display: inline-block;
    margin-right: calc(var(--bs-gutter-x) * .5);
 }