@font-face {
	font-family: CovesLight;
	src: url("../fonts/Coves-Light.otf");
}
@font-face {
	font-family: RobotoLight;
	src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
	font-family: RobotoRegular;
	src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
	font-family: RalewayRegular;
	src: url("../fonts/Raleway-Regular.ttf");
}
@font-face {
	font-family: QuestrialRegular;
	src: url("../fonts/Questrial-Regular.ttf");
}
@font-face {
	font-family: GDSherpaRegular;
	src: url("../fonts/GD-Sherpa-Regular.ttf");
}
#app {
	font-family: Inter;
	font-size: 14px;
}
#app_container {
	padding-left: 280px;
}
#sidebar_nav {
	position: fixed;
	width: 280px;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 4;
	background-color: RGBA(33,37,41,var(--bs-bg-opacity,1))!important;
}
#sidebar_nav_content {
	display: flex;
}
#sidebar_nav .nav-item {
	margin-bottom: 5px;
}
#sidebar_nav .nav-link i {
	margin-right: 10px;
	font-size: 18px;
}
.wrapper-container {
	padding:1rem;
}
#side_modal_container,#side_modal_container_2 {
	display: none;
	position: fixed;
	overflow-y: auto;
	width: 100%;
	padding: 20px 25px;
	padding-left: 300px;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-left: 1px solid #ccc;
}
#side_modal_container {
	z-index: 2;
}
#side_modal_container_2 {
	z-index: 3;
}
input[type="text"],input[type="number"],textarea.form-control {
	font-size: 14px;
}
#side_modal_header,#side_modal_header_2 {
	flex: 1;
}
.container-close-btn {
	cursor: pointer;
	font-size: 24px;
	padding: 0 5px;
}
#product_tbl_action_container {
	display: flex;
}
#product_tbl_action_container > div {
	display: flex;
	flex: 1;
}
#product_tbl_type_selector_container input[type="radio"] {
	position: relative;
	top: -7px;
	left: 5px;
	margin-right: 15px;
}
#product_changes_publish_btn, #product_changes_save_btn {
	font-size: 13px;
}
.sm-item-group {
	margin-bottom: 10px;
}
.sm-item-group > div:first-child {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 2px;
}
.sm-item-group input.form-control {
	font-size: 14px;
}
.sm-edit {
	cursor: pointer;
}
.sm-item-image {
	max-height: 200px;
	max-width:100%;
	border: 1px solid #ccc;
}
.sm-bundle-remove {
	font-size: 18px;
	color: #777;
	padding-right: 10px !important;
}
.sm-bundle-remove:hover {
	cursor: pointer;
	color: #fd6969;
}
.sm-bundle-select-container {
	display: none;
	position: relative;
}
.sm-bundle-select-container select {
	font-size: 10px;
}
.sm-bundle-select-container button {
	font-size: 13px;
}
.c-search-select-results-container {
	/*position: absolute;
	top: 20px;
	left: 0;*/
	margin: 10px 0;
	padding: 20px 10px;
	background-color: #fff;
	/*box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);*/
	border: 1px solid #ccc;
	z-index: 1;
	font-size: 13px;
}
.c-search-select-results-count {
	margin-bottom: 5px;
}
.c-search-select-results-header {
	display: flex;
	color: grey;
}
.c-search-select-results-header > div:nth-child(1) {
	padding-right: 10px;
	flex: 1;
}
.c-search-select-results-header > div:nth-child(2) {
	flex: 2;
}
.c-search-select-results-inputs {
	display: flex;
	margin-bottom: 10px;
}
.c-search-select-results-inputs > div {
	position: relative;
}
.c-search-select-results-inputs > div:nth-child(1) {
	padding-right: 10px;
	flex: 1;
}
.c-search-select-results-inputs > div:nth-child(2) {
	flex: 2;
}
.c-search-select-results-inputs > div input {
	padding-left: 35px;
	border-radius: 0;
}
.c-search-select-results-inputs > div i {
	position: absolute;
	top: 11px;
	left: 13px;
	color: grey;
}
.c-search-select-results-content {
	max-height: 200px;
	overflow-y: auto;
}
.c-search-select-results-content > div {
	display: flex;
	padding: 10px 5px;
	margin-bottom: 5px;
}
.c-search-select-results-content > div:hover {
	cursor: pointer;
	background-color: #ddd;
}
.c-search-select-active-item {
	background-color: #c5ddf2 !important;
}
.c-search-select-results-content > div > div:nth-child(1) {
	padding-right: 10px;
	flex: 1;
}
.c-search-select-results-content > div > div:nth-child(2) {
	flex: 2;
}
.validation-message {
	color: red;
	font-size: 14px;
}
.tbl-container {
	display: none;
}
.tbl-loader {
	margin-top: 100px;
	padding: 50px 0;
	display: none;
}
.c-selectable-row:hover {
	cursor:pointer;
	background-color:#f0f8ff !important;
}
thead th {
	/*white-space: nowrap;*/
	font-weight:normal;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
	color: #fff;
	opacity: 1 !important;
	font-size: 20px !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
	color: #fff;
	opacity: 1 !important;
	font-size: 20px !important;
}
.dataTables_wrapper .dataTables_filter {
	text-align: center !important;
	float: none !important;
}
.dataTables_wrapper .dataTables_filter label {
	display: flex;
}
.dataTables_wrapper .dataTables_filter input {
	flex: 1;
}
.row-green {
	background-color: #a5f8a5;
}
.row-red {
	background-color: #f5b0b0;
}
.dt-header-row {
	background-color: #383b3d;
	color: #fff;
	text-transform: uppercase;
}
.dt-header-row th {
	text-align:center !important;
}
.dataTables_wrapper .dataTables_filter {
	margin-bottom: 10px;
}
.hide-header-cell-contents:before, .hide-header-cell-contents:after {
	display: none !important;
}
tbody .dt-edit {
	text-align: center;
	cursor: pointer;
}
tbody .dt-edit:before {
	height: 1em;
	width: 1em;
	margin-top: -9px;
	display: inline-block;
	color: white;
	border: 0.15em solid white;
	border-radius: 1em;
	box-shadow: 0 0 0.2em #444;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 1em;
	content: "+";
	background-color: #31b131;
}
.dt-edit-active td {
	color: blue !important;
}
.dt-hasChild {
	font-weight: bold;
}
.dt-hasChild td {
	background-color: #eaeffd;
}

.form-wrapper {
	max-width: 600px;
	margin: 0 auto;
}
.form-wrapper select {
	font-size: 14px;
}
.form-wrapper form {
	padding: 20px;
	border: 1px solid #ccc;
}

.form-wrapper-f form {
	padding: 20px;
	border: 1px solid #ccc;
}
.search-container {
	position: relative;
}
.search-results-container {
	display: none;
	position: absolute;
	top: 35px;
	left: 10px;
	padding: 5px 20px;
	background-color: #fff;
	z-index: 3;
	border: 1px solid #ccc;
	min-width: 200px;
	max-height: 200px;
	overflow-y: auto;
	border-radius: 3px;
}
.search-results-container > div:hover {
	background-color: aliceblue;
	cursor: pointer;
}

#publish_confirmation_container {
	display: none;
	background-color:#f5f8fa;
	padding:1rem;
}

.price-input-container {
	display: none;
}
.feature {
	padding: 20px 30px;
	background-color: #fbfdff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
	border-radius: 5px;
}
.grey-cells td {
	color:grey !important;
}

.back-btn-container {
	display: flex;
}
.back-arrow-btn {
	font-size: 24px;
}
#bulk_update_submit_btn {
	font-size: 14px;
}
.pc-bundle-remove {
	cursor: pointer;
}
.pc-product-change-remove {
	cursor: pointer;
}
.c-trash-cell {
	padding-left:15px !important;
	padding-right:15px !important;
	cursor:default;
}
.c-trash-cell:hover i {
	color:red;
	cursor:pointer;
}
.general-loader {
	margin-top: 100px;
	padding: 50px 0;
	display: none;
}

.loading-box {
	background-color: #f8f8f8;
	padding: 20px 0;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
}


.nav-item .dropdown-toggle::after {
	margin-left: 15px;
}
.nav-item .dropdown-item {
	font-size: 14px;
}
.c-dropdown-menu-1 li {
	border-bottom: 1px solid #e0e0e0;
}
.c-dropdown-menu-1 li:last-child {
	border-bottom: none;
}

.tr-grey {
	color: grey  !important;
}
.tr-grey td {
	color: grey !important;
}

.c-box {
	background-color: #fff;
	box-shadow:0px 0px 20px 0px rgba(76, 87, 125, 0.02);
	border-radius:0.625rem;
	padding:2.25rem 1.5rem;
	margin-bottom:1.5rem;
}
.c-box h4 {
	font-size:1rem;
	font-weight:bold;
}
.c-box .empty-container-message {
	color:#b5b5c3;
}
.nowrap th {
	white-space: nowrap;
}


.loading-icon {
  margin: auto;
  width: 20px;
  height: 20px;
}
.loading-icon .rect {
  background-color: black;
  height: 100%;
  width: 4px;
  float: left;
  -webkit-animation: loading-rect 0.6s infinite ease-in-out;
  -moz-animation: loading-rect 0.6s infinite ease-in-out;
  -o-animation: loading-rect 0.6s infinite ease-in-out;
  animation: loading-rect 0.6s infinite ease-in-out;
}
.loading-icon .rect ~ .rect {
  margin-left: 4px;
}
.loading-icon .rect1 {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading-icon .rect2 {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loading-icon .rect3 {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes loading-rect{ 0%, 100% { -webkit-transform: scaleY(0.2); opacity: 0.2; } 50% { -webkit-transform: scaleY(1.0); opacity: 1; }}
@-moz-keyframes loading-rect{ 0%, 100% { -moz-transform: scaleY(0.2); opacity: 0.2; } 50% { -moz-transform: scaleY(1.0); opacity: 1; }}
@-o-keyframes loading-rect{ 0%, 100% { -o-transform: scaleY(0.2); opacity: 0.2; } 50% { -o-transform: scaleY(1.0); opacity: 1; }}
@keyframes loading-rect{ 0%, 100% {-webkit-transform: scaleY(0.2);-moz-transform: scaleY(0.2);-ms-transform: scaleY(0.2);transform: scaleY(0.2); opacity: 0.2; } 50% {-webkit-transform: scaleY(1.0);-moz-transform: scaleY(1.0);-ms-transform: scaleY(1.0);transform: scaleY(1.0); opacity: 1; };
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}
#side_modal_container::-webkit-scrollbar-thumb {
	background: #555;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#side_modal_container::-webkit-scrollbar-thumb:hover {
	background: #222;
}

@media print {
	#sidebar_nav {
		display:none;
	}
	#app_container {
		padding-left:0;
	}
	.back-arrow-btn {
		display:none;
	}
	.btn {
		display:none !important;
	}
	#publish_confirmation_container .alert-warning {
		display:none;
	}
}