/* Home page styles */
@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl');
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl#iefix') format('embedded-opentype'),
    url('../font/icomoon/fonts/icomoon.ttf?h7vcyl') format('truetype'),
    url('../font/icomoon/fonts/icomoon.woff?h7vcyl') format('woff'),
    url('../font/icomoon/fonts/icomoon.svg?h7vcyl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-banner:before {
  content: "\e90f";
}
.icon-abacus:before {
  content: "\e90b";
}
.icon-question:before {
  content: "\e90c";
}
.icon-thumb-down:before {
  content: "\e90d";
}
.icon-thumb-up:before {
  content: "\e90e";
}
.icon-store:before {
  content: "\e909";
}
.icon-dashboard:before {
  content: "\e90a";
}
.icon-logout:before {
  content: "\e900";
}
.icon-settings:before {
  content: "\e901";
}
.icon-ftp:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-users:before {
  content: "\e904";
}
.icon-category:before {
  content: "\e905";
}
.icon-article:before {
  content: "\e906";
}
.icon-pizza:before {
  content: "\e907";
}
.icon-money:before {
  content: "\e908";
}

body, html {
	height: 100%;
	background: #f2f5f7;
	font-size: 15px;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
}
ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}
a {
    color: #0071BC;
    text-decoration: underline;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

.none {
	display: none !important;
}

.text-center {
    text-align: center;
}
.links a {
    margin-right: 10px;
}
.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}
.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}
.success:before {
    color: #88c671;
    content: "\0056";
}
.problem:before {
    color: #d33d44;
    content: "\0057";
}
.cake-error {
    padding: 10px;
    margin: 10px 0;
}

.main {
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
	float: right;
}

nav.menu {
	width: calc(100% - 20px);
	height: 60px;
	margin: 10px;
	border-radius: 10px;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 20px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}

.button {
	border-radius: 4px;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 15px;
	background: rgba(106,227,195, 1) !important;
	box-shadow: 0 0 14px 0 hsla(0,0%,100%,.29), inset 0 -2px .8px 0 rgba(0,0,0,.2),inset 0 1px .6px 0 #fff;
	color: #fff !important;
	text-transform: none;
	transition: .3s all;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	display: inline-block;
	border: 0 !important;
}

.button:hover {
	color: #fff !important;
	background: rgba(31, 184, 143, 1) !important;
}

.input.time input {
	background-color: transparent;
	border: 0.1rem solid #d1d1d1;
	border-radius: .4rem;
	box-shadow: none;
	box-sizing: inherit;
	height: 3.8rem;
	padding: .6rem 1.0rem;
	width: 100%;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="color"],
input[type="tel"],
input[type="time"],
input[type="number"],
textarea,
select {
	background: #fff !important;
	color: #5b6064 !important;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	transition: all .35s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #495057;
	border-color: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(106,227,195, .25) !important;
}

.checkbox-input {
	padding-right: 30px !important;
}

.checkbox-input label {
	margin-left: 15px !important;
	padding-left: 8px;
	padding-top: 1px;
}

.checkbox-input input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-input label {
	position: relative;
}

.checkbox-input label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.checkbox-input label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.small-col.checkbox-input label::before,
.small-col.checkbox-input label::after {
	top: 31px !important;
	left: 45px !important;
}

label.active::before {
	background: rgba(106,227,195, 1);
}

label.active::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

select {
	appearance: none;
	background: #fff url('../img/arrow-down.svg') no-repeat center right 15px !important;
	background-size: 15px !important;
}

label {
	margin-bottom: 5px !important;
	line-height: 1 !important;
	font-size: 15px !important;
}

h1 {
	margin-top: 25px !important;
	margin-bottom: 15px !important;
	font-size: 28px !important;
}

form {
	margin-top: 15px;
}

.col {
	max-width: 300px;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.col-3 {
	max-width: 300px;
	float: left;
}

.col-4 {
	max-width: 400px;
	float: left;
}

.col-5 {
	min-width: 500px;
	float: left;
	padding-right: 10px;
}

.logo {
	width: 150px;
	height: 40px;
	background: url('../img/logo.png') no-repeat center center / contain;
	display: block;
	margin-bottom: 25px;
	float: left;
	margin-right: 25px;
}

.menu-left {
	width: calc(100% - 155px);
	white-space: nowrap;
	float: left;
}

.menu-right {
	float: right;
}

.ui-button {
	float: none;
	cursor: pointer;
	height: 42px;
	width: 42px;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
	position: relative;
	top: -1px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	transition: .3s all ease-out;
	margin-right: 20px;
}

.ui-button svg {
  position: relative;
  top: 0;
  fill: #8e9092;
}

.ui-button:hover {
  background: #e9e9ed;
}

.menu-link {
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	color: #8e9092;
	margin-right: 30px;
	transition: 0.3s all;
	position: relative;
	text-decoration: none !important;
	float: left;
}

.menu-link:before {
	width: 100%;
	height: 2px;
	background: #d3d3d3;
	position: absolute;
	content: '';
	left: 0;
	bottom: -10px;
	opacity: 0;
	transition: .3s all;
	border-radius: 30px;
}

.menu-link:hover {
	color: #8e9092;
}

.menu-link.active {
	color: rgba(31, 184, 143, 1);
}

.menu-link.active:before {
	background: rgba(106,227,195, 1);
}

.menu-link:hover:before,
.menu-link.active:before {
	opacity: 1;
}

.menu-link span {
	font-size: 20px !important;
	height: 20px !important;
	position: relative;
	top: 3px;
	margin-right: 10px;
	width: 30px;
	display: inline-block;
}

.menu-link--logout {
	color: #e43434 !important;
	margin-right: 0;
}

.menu-link--logout:before {
	display: none;
}

.menu-link--logout:hover {
	color: #ff7878 !important;
}

.menu-link--logout:hover:before {
	background: #e43434 !important;
}

.sorting:hover {
	color: rgba(31, 184, 143, 1) !important;
	text-decoration: underline;
}

.priceInput {
	background: #fff !important;
	width: 70px !important;
	margin: 0 !important;
}

table {
	margin: 40px 0;
	background: #fff !important;
	color: #9ba1a8 !important;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	vertical-align: middle;
}

table td:first-child,
table th:first-child {
	padding-left: 15px;
}

tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.025);
}

table td a {
	color: rgba(31, 184, 143, 1);
}

table td a:hover {
	color: rgba(31, 184, 143, 1);
	text-decoration: underline;
}

table .dblclick,
table .hover-tr {
	cursor: pointer;
	transition: .3s all;
}

table .dblclick:hover,
table .hover-tr:hover {
	background: rgba(106,227,195, 0.065);
}

table .view a,
table .delete a,
table .status a,
table .polygon a,
table .copy a {
	display: inline-block;
	width: 30px;
	height: 20px;
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s all;
}

table .view a:hover,
table .delete a:hover,
table .status a:hover,
table .polygon a:hover,
table .copy a:hover {
	opacity: 1;
}

table .view a {
	background: url('../img/pencil.svg') no-repeat center left;
	background-size: contain;
}

table .delete a {
	background: url('../img/trash.svg') no-repeat center left;
	background-size: contain;
}

table .copy a {
	background: url('../img/copy.svg') no-repeat center left;
	background-size: contain;
}

table .status a {
	background: url('../img/check.svg') no-repeat center left;
	background-size: contain;
}

table .status.deactive a {
	background: url('../img/ban.svg') no-repeat center left;
	background-size: contain;
}

table .polygon a {
	background: url('../img/polygon.svg') no-repeat center left;
	background-size: contain;
}

table th small {
	display: block;
}

ul.jqtree-tree {
    list-style: none outside;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

ul.jqtree-tree.jqtree-dnd {
    touch-action: none;
}

ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-left: 12px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none;
}

ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
}

ul.jqtree-tree .jqtree-toggler {
    border-bottom: none;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
    text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
    margin-right: 0.5em;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
    margin-left: 0.5em;
}

ul.jqtree-tree .jqtree-element {
    cursor: pointer;
    position: relative;
    display: flex;
}

ul.jqtree-tree .jqtree-title {
    color: #1c4257;
    vertical-align: middle;
    margin-left: 1.5em;
}

ul.jqtree-tree .jqtree-title.jqtree-title-folder {
        margin-left: 0;
    }

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
        margin-bottom: 1px;
    }

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    border: solid 2px rgba(31, 184, 143, 1);
    border-radius: 100px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: -6px;
    box-sizing: border-box;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: rgba(31, 184, 143, 1);
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 2px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px rgba(31, 184, 143, 1);
    border-radius: 6px;
    margin: 0;
    box-sizing: content-box;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: rgba(31, 184, 143, 0.3);
    background: linear-gradient(#bee0f5, #89afca);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px rgba(31, 184, 143, 1);
}

ul.jqtree-tree.jqtree-rtl {
    direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
    margin-left: 0;
    margin-right: 12px;
}

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
    margin-left: 0.5em;
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title {
	margin-left: 0;
	margin-right: 1.5em;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
	margin-right: 0;
	margin-left: 10px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
    right: -6px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
    right: 2px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
    margin-left: 0;
    margin-right: 48px;
}

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
    right: -2px;
}

span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}

.float-right {
	float: right;
}

.float-right .col {
	padding-right: 0;
	padding-left: 10px;
}

.float-left {
	float: left;
}

.ml-15 {
	margin-left: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.jqtree-element {
	background: #fff !important;
	border: 0px solid rgb(225, 230, 234);
	border-radius: 4px;
	padding: 10px 11px 7px 17px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	margin-bottom: 10px !important;
	box-shadow: 0 1px 2px rgba(63,71,79,.15);
	transition: 0.3s all;
}

.jqtree-element:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(63,71,79,.15);
}

.clear {
	clear: both;
}

#editor {
	background: #fff;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.ql-toolbar {
	background: #fff;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	padding-bottom: 0 !important;
}

.col-3 {
	width: 33%;
	box-sizing: border-box;
	padding-right: 15px;
}

.message.success::before {
	display: none;
}

.message {
	margin-top: 25px;
}

#ftp-images .thumb-editor {
	margin-bottom: 0;
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.ql-image-ftp {
	background: url('../img/img.svg') no-repeat center center !important;
	background-size: 18px !important;
}

.file-caption.form-control.kv-fileinput-caption {
	height: 4.8rem !important;
}

.file-input .file-preview .close {
	display: none;
}

.file-input .btn {
	line-height: 38px !important;
	cursor: pointer;
}

.login-section {
	width: 100%;
}

#branches {
	width: 150px;
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}

.small-col {
	width: 80px;
}

.col-left {
	width: 49.5%;
	float: left;
}

.col-right {
	width: 49.5%;
	float: right;
}

.col var {
	font-style: normal;
	width: 80px;
	display: inline-block;
	line-height: 38px;
	font-weight: bold;
}

.order-table td:nth-child(1) {
	width: 150px;
}

.order-table th,
.order-table td,
.table td,
.order-table strong {
	color: #000;
}

@media (max-width: 1024px) {
	.overflow-table {
		width: 100%;
		overflow-x: scroll;
	}
}

.small-boxes {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.small-box {
	width: 25%;
	height: 150px;
	background: #fff;
	border-radius: 4px;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 3px -1px 5px -2px #e1e6ea,4px 0px 1px -1px #f8fafb !important;
	position: relative;
	overflow: hidden;
	color: #626262;
	transition: .35s ease-in-out all;
	cursor: pointer;
}

.small-box:hover {
	box-shadow: 3px -1px 15px -2px #dadee1,4px 0px 1px -3px #f8fafb !important;
}

.small-box p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.small-box::after {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	right: -7%;
	bottom: -11%;
	opacity: .25;
}

.small-box::before {
	position: absolute;
	right: 5%;
	bottom: 11%;
	font-size: 40px;
	color: #fff;
	z-index: 10;
}

.small-box.green::after {
	background: #00c650;
}

.small-box.green::before {
	color: rgba(41, 186, 100, 0.40);
}

.small-box.red::after {
	background: #e70606;
}

.small-box.red::before {
	color: rgba(232, 6, 6, 0.30);
}

.small-box.yellow::after {
	background: #f3e406;
}

.small-box.yellow::before {
	color: rgba(227, 212, 0, 0.64);
}

.small-box.blue::after {
	background: #0d52e6;
}

.small-box.blue::before {
	color: rgba(15, 83, 230, 0.30);
}

.settings-button {
	float: left;
	padding: 20px;
	padding-left: 50px;
	width: 200px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	color: #5b6064;
	border: 1px solid #e1e6ea;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	transition: all .35s;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.settings-button:hover {
	color: #495057;
	border-color: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .35rem rgba(106,227,195, .25) !important;
}

.settings-button span {
	font-size: 22px;
	line-height: 57px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.icon-tasks {
	background: #fff url('../img/tasks.svg') no-repeat left 15px center;
	background-size: 24px;
}

.tox.tox-tinymce {
	height: 600px !important;
}

#choose-branch {
	position: relative;
	top: 30px;
	color: rgba(31, 184, 143, 1);
	text-decoration: underline;
}

#pick-branch {
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 50px;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

#pick-branch::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	content: '';
	position: absolute;
	left: 20px;
	top: -10px;
	z-index: 2;
}

#pick-branch::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 11px 11px;
	border-color: transparent transparent #e1e6ea transparent;
	content: '';
	position: absolute;
	left: 19px;
	top: -11px;
	z-index: 1;
}

.statistics-table th {
	width: 400px;
}

.tag {
	padding: 6px 12px;
	display: inline-block;
	border-radius: 15px;
	font-weight: normal;
}

.tag--green {
	background: #d1e7dd;
	color: #0a3622;
}

.tag--red {
	background: #f8d7da;
	color: #58151c;
}

.pagination {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 15px 0 !important;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 15px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}

.pagination li {
	margin: 0 !important;
	float: left;
	display: block;
	margin-left: -1px !important;
}

.pagination li a {
	display: block;
	float: left;
	padding: 6px 13px !important;
	width: 100%;
	height: 100%;
	background: #fff;
	color: var(--main);
}

.pagination li.active a {
	background: #27bc94;
	color: #fff;
}

.pagination-info {
	text-align: center;
	font-size: 14px;
	opacity: .7;
	margin-top: 15px;
}

.circle {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	margin-left: 5px;
	position: relative;
}

.circle.green {
	background: #27bc94;
}

.circle.red {
	background: #e43434;
}

.circle::after {
	content: attr(data-title);
	position: absolute;
	right: -170px;
	top: -9px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 6px;
	border-radius: 5px;
	font-size: 12px;
	width: 160px;
	text-align: center;
	display: none;
}

.circle::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	border-color: transparent rgba(0,0,0,0.8) transparent transparent;
	content: '';
	position: absolute;
	right: -10px;
	top: 0;
	display: none;
}

.circle.red::after {
	width: 310px;
	right: -320px;
}

.circle:hover::before,
.circle:hover::after {
	display: block;
}

.blury-blob {
	background: #dec4fb;
	width: 700px;
	height: 300px;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	border-radius: 100%;
	transform: translateY(50%) translateX(-100px);
	opacity: .3;
	filter: blur(120px);
	z-index: -1;
	animation: blob1 forwards 10s;
}

.blury-blog-blue {
	width: 400px;
	height: 200px;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	border-radius: 100%;
	z-index: -1;
	transform: translateY(50%) translateX(100px);
	opacity: .3;
	filter: blur(120px);
	background: #d0e2fc;
	animation: blob2 forwards 10s;
}

@keyframes blob1 {
	0% {
		transform: scale(1) translateY(50%) translateX(-100px);
		opacity: .3;
	}
	
	33% {
		transform: scale(1.2) translateY(40%) translateX(-80px);
		opacity: .4;
	}
	
	66% {
		transform: scale(0.8) translateY(55%) translateX(-120px);
		opacity: .344;
	}
	
	100% {
		transform: scale(1) translateY(50%) translateX(-100px);
		opacity: .3;
	}
}

@keyframes blob2 {
	0% {
		transform: scale(1) translateY(50%) translateX(100px);
	}
	
	33% {
		transform: scale(0.7) translateY(30%) translateX(120px);
	}
	
	66% {
		transform: scale(1.5) translateY(70%) translateX(60px);
	}
	
	100% {
		transform: scale(1) translateY(50%) translateX(100px);
	}
}

.buttons {
	width: 100%;
	height: 60px;
	position: sticky;
	background: rgba(255,255,255,.8);
	backdrop-filter: blur(10px);
	text-align: center;
	padding: 10px;
	right: 0;
	bottom: 10px;
	border-radius: 10px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
	left: 0;
	margin: auto;
	display: flex;
	margin-top: 15px;
	gap: 10px;
	border-top: 1px solid #e1e6ea;
	box-sizing: border-box;
	z-index: 100;
}

.buttons .button {
	width: 100%;
	margin: 0;
}

.dz-details,
.dz-error-message,
.dz-success-mark,
.dz-error-mark {
  display: none !important;
}

.dz-upload {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 6px;
}

#dropzone {
  display: flex;
  min-width: 150px;
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e1e6ea !important;
  box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
  border-radius: 4px;
  position: relative;
}

.dz-success .dz-success-mark {
  display: block !important;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
}

.dz-image img {
  border-radius: 10px;
}

.dz-preview {
  position: relative;
}

.dz-default {
	width: 100%;
	line-height: 48px;
	position: absolute;
	left: 0;
	z-index: 100000;
	bottom: 0;
	margin: 0 !important;
	background: #6ae3c3;
	color: #fff;
}

.dropzone .dz-preview {
	margin: 0;
}

#category-tree {
  list-style-type: none;
  padding-left: 0;
  font-family: sans-serif;
  width: 100%;
  clear: both;
}

#category-tree ul {
	list-style: none;
	margin: 10px 0;
}

#category-tree li {
  margin: 10px 0;
  padding-left: 30px;
  font-size: 15px;
  position: relative;
  color: #000;
  transition: background-color 0.2s ease;
}

#category-tree li a {
	color: #000;
}

#category-tree li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 8px;
  width: 8px;
  height: 1px;
  background: #888;
  display: none;
}

#category-tree li > div.category {
  padding: 6px 12px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
  border-radius: 6px;
  cursor: move;
  margin: 0;
  user-select: none;
  transition: .3s background, box-shadow ease-in-out;
}

#category-tree li > div.category:hover {
  background: #fbfbfb;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 1px rgba(0,0,0,.1);
}

.placeholder {
  background: #d0ebff;
  border: 2px dashed #339af0;
  height: 38px;
  margin: 10px 0;
  border-radius: 6px;
}

.ui-sortable-helper {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.actions-row {
	width: 100%;
	justify-content: center;
	top: 10px;
	display: flex;
	gap: 20px;
}

table tr.not-active a {
	color: #7f7f7f !important;
}

table tr.not-active {
	background-color: #ffe2e2;
}

.settings-holder {
	display: flex;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
	overflow: clip;
	border-radius: 5px;
	gap: 0;
	float: left;
	margin-bottom: 25px;
	clear: both;
}

.settings-holder .settings-button {
	margin: 0;
	border-radius: 0;
	margin-left: -1px;
	padding: 15px 35px;
	text-align: center;
	border: 0;
	border-right: 1px solid #f2f3f5;
	background: none;
	box-shadow: none;
	color: #8e9092;
	position: relative;
	width: auto;
	cursor: pointer;
}

.settings-holder .settings-button.active {
	color: #000;
	text-shadow: none;
	box-shadow: none !important;
	border: 0 !important;
	border-right: 1px solid #f2f3f5 !important;
}

.settings-holder .settings-button.active:after {
	width: 100%;
	height: 2px;
	background: #d3d3d3;
	border: 0;
	left: 0;
	bottom: 0px;
	position: absolute;
	top: auto;
	content: '';
	background: rgba(106,227,195, 1);
}

.settings-holder .settings-button:hover {
	background: #f9fafb;
	box-shadow: none;
	box-shadow: none !important;
	border: 0 !important;
	border-right: 1px solid #f2f3f5 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group .input {
  width: 80%;
}

.input-group-prepand {
  display: -ms-flexbox;
  display: flex;
  margin-right: -2px;
}

.input-group-text,
.input-group-prepand .input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .55rem;
  height: 38px;
  line-height: 38px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 3px 3px 0;
  position: relative;
  right: 4px;
  top: 20px;
  box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

.input-group-prepand .input.text {
	padding: 0;
}

#diameter-type {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepand .input input {
	width: 50px;
	margin: 0 !important;
}

.inputPrice {
	width: 120px;
}

.inputPrice.input-group .input {
	width: 62.5%;
}

.inputDiameter {
	width: 150px;
}

.inputDiameter.input-group .input {
	width: 54.5%;
}

.checkbox-input {
	padding-right: 30px !important;
}

.checkbox-input label {
	margin-left: 15px !important;
	padding-left: 8px;
	padding-top: 1px;
}

.checkbox-input input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-input label {
	position: relative;
}

.checkbox-input label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.checkbox-input label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

label.active::before {
	background: rgba(106,227,195, 1);
}

label.active::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

form.center-form {
	max-width: 780px;
	padding: 20px;
	margin: 25px auto;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
	border-radius: 10px;
	background: rgba(255,255,255,.5);
}

.login-page {
	width: 92%;
	max-width: 450px;
	padding: 15px;
	border-radius: 4px;
	margin: 155px auto;	
}

.login-page fieldset {
	margin: 0;
	margin-bottom: 20px;
}

.login-page input {
	margin-bottom: 0;
}

.border-bottom-none {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom: 0;
	margin-bottom: -1px;
}

.border-top-none {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	margin-top: -1px;
}

.login-page h3,
.login-page legend {
	text-align: center;
	width: 100%;
}

.login-page legend {
	margin-bottom: 40px;
}

.login-page .col-3 {
	width: 50%;
}

.login-page .col-3:nth-child(3) {
	padding-right: 0;
}

.login-page .submit {
	text-align: center;
}

.login-page .submit .button {
	display: inline-block;
}

.login-page img {
	width: 150px;
	height: auto;
}

.login-page .button {
	width: 100%;
}

.dz-details,
.dz-error-message,
.dz-success-mark,
.dz-error-mark {
  display: none !important;
}

.dz-upload {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 6px;
}

#dropzone {
  display: flex;
  width: 220px;
  height: 100px !important;
  min-height: 100px !important;	
  flex-wrap: wrap;
  float: left;
  gap: 15px;
  margin: 0 !important;
  margin-bottom: 30px !important;
  margin-right: 30px !important;
  box-sizing: border-box !important;
  text-align: center;
}

.dz-success .dz-success-mark {
  display: block !important;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
}

.dz-image img {
  border-radius: 10px;
}

.dz-preview {
  position: relative;
}

.dz-default {
  width: 100%;
}


.sortable-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.dropzone .dz-preview {
	cursor: grab;
}

.dz-image-preview {
	display: flex;
}

.dz-image,
.dz-image img {
	max-width: 100px !important;
	height: 100px !important;
	object-fit: cover;
	cursor: grab;
}

.dz-remove-btn {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: red;
	color: white;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

.dz-remove-btn:hover {
	background-color: darkred;
}

.dz-preview {
	position: relative;
}

.category a {
	display: inline-flex;
	align-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.remove-related {
	margin: 0;
	background: red;
	color: #fff;
	margin-left: 10px;
	border-radius: 15px;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	padding: 4px 7px;
}

#related-results {
	width: 100%;
	float: left;
}

#related-results button {
	width: 100%;
	display: block;
	border: 1px solid #f2f3f5;
	color: #232323;
	padding: 7px 12px;
	text-align: left;
	font-size: 15px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	transition: all .35s;
	cursor: pointer;
}

#related-results button:hover {
	background: #f9fafb;
}

.product-icons {
	margin: 20px 0;
}

.icons-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 20px;
	margin-top: 15px;
}

.icon-item {
	text-align: center;
}

.icon-image {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.icon-image img {
	max-width: 130px;
	max-height: 130px;
	margin-bottom: 10px !important;
}

.icon-item label {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	font-family: sans-serif;
}

.icon-item input[type="checkbox"] {
	width: 24px;
	height: 24px;
	margin-bottom: 8px;
	cursor: pointer;
}

.icon-item span {
	font-size: 12px;
	line-height: 1.3;
	color: #333;
}

.circle {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 7px;
	position: absolute;
	left: -5px;
	top: 0;
	margin: auto;
	bottom: 0;
}

.circle--green {
	background: #3fc907;
}

.circle--red {
	background: #ef142f;
}