/* FA */

@font-face {
    font-family: 'FA6';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("https://develop.s-mania.com/seba/instructions/fonts/fa/fa-regular-400.woff2") format("woff2"), url("https://develop.s-mania.com/seba/instructions/fonts/fa/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: 'FA6';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    /* src: url("https://develop.s-mania.com/seba/instructions/fonts/fa/fa-solid-900.woff2") format("woff2"), url("https://develop.s-mania.com/seba/instructions/fonts/fa/fa-solid-900.ttf") format("truetype"); */
    src: url("https://develop.s-mania.com/seba/instructions/fonts/fa/fa-solid-900.woff2?v=2") format("woff2");
}

body, html {
    height: 100%!important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: rgb(249, 250, 251);
    min-height: 100vh;
    padding: 2rem;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.card {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
}

#popup.ld {
    pointer-events: none;
    filter: grayscale(1); 
}
.card.ld {
    pointer-events: none;
    opacity: 0.75;
    /* filter: grayscale(1); */
    backdrop-filter: blur(2px);
    transition: all 0.2s;
}

.card-header {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background: #e6f3ff;
    color: #fff;
    border-top: 1px solid #cce6ff;
    border-bottom: 1px solid #b3daff;
}
.card-header > div {
    display: flex;
    flex-direction: row;
}
.card-header > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-header h1 {
    font-size: 18px;
    font-weight: 600;
    /* color: #1f2937; */
    color: #1d90ff;
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    flex: 1;
}

.logo {
    width: 50px;
    margin-right: 10px;
    border-radius: 15px;
}

.container-product .card-header h1 {
    display: block;
}

.container-product .card-header > div:last-child {
    flex: 1;
    text-align: right;
}

.container_content {
    overflow-x: auto;
}
.container-product .container_content {
    overflow-x: hidden!important;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    padding: 0.75rem 1.5rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #6b7280;
    background-color: #f9fafb;
}

td {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    color: #374151;
    white-space: nowrap;
}

tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

tbody tr:hover {
    background-color: #f9fafb;
}

.fab {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    /* background-color: #2563eb; */
    background: linear-gradient(90deg, #1A83FF 0%, #52a1fc 100%);
    color: white;
    padding: 1rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s;
    z-index: 9;
}

.fab:hover {
    background-color: #1d4ed8;
}

.popup {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup.active {
    opacity: 1;
    pointer-events: auto;
}

.popup-content {
    background: white;
    border-radius: 0.5rem;
    width: 100%;
    max-width: 28rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.popup-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
}

.close-button {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.25rem;
}
.close-button.hd {
    visibility: hidden!important;
}

.close-button:hover {
    color: #6b7280;
}

.form {
    padding: 1.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label > span {
    vertical-align: middle;
}
.form-group label .translation_file_ext {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 20px;
    background-color: #FFCA28;
    color: #374151;
    margin-left: 4px;
}

.form-group .country_list {
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.form-group .country_list .checkbox-group label {
    padding: 2px 4px;
    margin: 4px!important;
    border: 1px solid #dcdcdc;
    border-radius: 0.375rem;
    width: 92px;
    text-align: center;
}
#upload_box {
    overflow-y: auto!important;
}
#upload_box {
    margin-bottom: 0!important;
}
.form-group .country_list .checkbox-group label > * {
    vertical-align: middle;
}
.form-group .country_list .checkbox-group > input[type="checkbox"] {
    display: none;
}
.form-group .country_list .checkbox-group input:checked + label {
    border-color: #2563eb;
    background-color: #e8eefd;
}
.dt-head-img-i::before,
.form-group .country_list .checkbox-group input + label::before {
    font-family: 'FA6';
    font-size: 20px;
    font-weight: 900;
    content: "\f00d";
    font-style: normal!important;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 4px;
    color: #ccc;

}
.dt-head-img-i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dt-head-img-i::before {
    content: "\f8c4";
    font-size: 22px;
    color: rgba(0,0,0,.1);
}
.form-group .country_list .checkbox-group input:checked + label::before {
    content: "\f00c";
    color: #2563eb;
    /* animation: mdi-spin 1s linear infinite; */
}
.form-group .country_list .checkbox-group img {
    width: 20px;
    margin-right: 5px;
}

label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

textarea:not(.select2-search__field) {
    resize: none;
}

input,
textarea:not(.select2-search__field),
select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
input.select2-search__field,
.select2-selection {
    width: 100%!important;
    padding: 0.5rem!important;
    border: 1px solid #d1d5db!important;
    border-radius: 0.375rem!important;
    font-size: 0.875rem!important;
    transition: border-color 0.2s, box-shadow 0.2s!important;
    width: 100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-selection {
    height: 45px!important;
}
.select2-results__option {
    font-size: 14px!important;
    color: #666!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 2px!important;
}
.select2-container--default .select2-selection--multiple {
    overflow-y: auto!important;
    height: 71px!important;
    overflow-x: hidden!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #2563EB!important;
    color: #fff!important;
}
.select2,
.select2-selection__rendered {
    width: 100%!important;
}
.select2-search__field:focus {
    outline: none!important;
    border-color: #2563eb!important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1)!important;
}

input:focus,
textarea:not(.select2-search__field):focus,
select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.select2-selection--multiple {
    padding-top: 6px!important;
}
textarea.select2-search__field:focus {
    outline: none!important;
    border-color: transparent!important;
    box-shadow: none!important;
}
textarea.select2-search__field {
    padding-top: 2px!important;
}
.submit-button {
    width: 100%;
    background-color: #2563eb;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 1.5rem;
}

.submit-button:hover {
    background-color: #1d4ed8;
}

.submit-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/*  */

.dataTables_filter,
.dataTables_length,
.dt-search,
.dt-length,
.dt-column-order {
	display: none;
}

.dataTable thead {
	pointer-events: none!important;
	font-size: 14px!important;
	background-color: #f2f2f2!important;
}
table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
	font-size: 12px!important;
}
.dataTable tbody {
	font-size: 14px!important;
}
.dt-info {
	font-size: 12px;
    padding-left: 10px;
}
.dt-paging-button {
	width: 30px!important;
	height: 30px!important;
	border: 1px solid #ccc!important;
	line-height: 30px!important;
	text-align: center!important;
	font-size: 14px!important;
	padding: 0!important;
	margin: 0 3px!important;
	border-radius: 4px!important;
}
.dt-paging-button:hover {
	background: #000!important;
	color: #fff!important;
	border-color: #000!important;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover,
.dt-paging-button.current {
	background-color: #000!important;
	color: #fff!important;
	border-color: #000!important;
}
.dt-paging-button.next,
.dt-paging-button.last,
.dt-paging-button.previous,
.dt-paging-button.first {
	border-color: transparent!important;
	background: none!important;
	color: #000!important;
	font-weight: 600!important;
	box-shadow: none!important;
}
div.dt-container .dt-paging .dt-paging-button.next:hover,
div.dt-container .dt-paging .dt-paging-button.last:hover,
div.dt-container .dt-paging .dt-paging-button.previous:hover,
div.dt-container .dt-paging .dt-paging-button.first:hover {
	color: #000!important;
}
div.dt-container > .dt-layout-row:first-child {
    display: none;
}
div.dt-container > .dt-layout-table {
    margin-top: 0!important;
}
.country-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.country-list-sleep::before {
    content: "\f880";
    font-family: 'FA6';
    font-size: 20px;
    font-weight: 900;
    font-style: normal!important;
    vertical-align: middle;
    margin-right: 4px;
    color: rgba(0,0,0,.15);
}
.country-item {
    margin: 4px;
    background-color: #f2f2f2;
    padding: 2px 6px;
    border-radius: 10px;
}
.country-item > span,
.country-item > img {
    vertical-align: middle;
}
.country-item > img {
    margin-right: 4px;
    width: 20px;
}
.product-img {
    width: 50px;
    border-radius: 4px;
}
.action-item a,
.action-item span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    margin: 0 4px;
    font-size: 20px;
    text-align: center;
}

.action-item .action-edit {
    /* background-color: #1A83FF; */
    background: linear-gradient(90deg, #1A83FF 0%, #52a1fc 100%);
}
.action-item .action-delete {
    background-color: #E75820;
}

.action-item a:hover,
.action-item span:hover {
    cursor: pointer;
    filter: brightness(1.1);
}
.product-edit-wrap {
    padding: 20px;
    display: flex;
    flex-direction: row;
}
.product-edit-list {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
    overflow-y: auto;
    flex: 1;
    
}
.product-edit-list-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: calc(100% - 450px);
    min-width: 530px;
}
.product-edit-list-header {
    background-color: #f2f2f2;
    color: #333;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header-main {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid transparent;
}
.product-edit-list-header b {
    font-size: 16px;
}
.product-edit-list-header > div {
    padding: 10px;
}
.product-edit-list-header > div:last-child {
    flex: 1;
    text-align: right;
    padding-right: 5px;
}
.card,
.product-edit-list-wrap,
.product-edit-wrap,
.container-product {
    height: 100%;
}
.card {
    display: flex;
    flex-direction: column;
}
.container_content {
    flex: 1;
    overflow: hidden!important;
}
.mobile-header {
    height: 30px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 8px;
    border-top: 1px solid #f2f2f2;
}
.mobile-header > div {
    flex: 1;
}
.mobile-header > div > span {
    margin: 0!important;
    vertical-align: middle;
    color: #1A83FF;
    background: #e6f1ff;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin-top: 5px!important;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}
.mobile-header > div > span.sel {
    background: #1A83FF!important;
    color: #e6f1ff!important;
}
.mobile-header > div > span.ds1 {
    margin: 0 5px!important;
    margin-top: 5px!important;
}
.mobile-header a {
    width: 30px;
    height: 30px;
    background: #e6f1ff;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
}
.mobile-header a,
.container-product .card-header h1 > a {
    text-decoration: none;
}
.mobile-header a::before {
    margin: 0!important;
}
.mobile-header a::before,
.container-product .card-header h1 > a::before {
    content: "\f177";
    font-family: 'FA6';
    font-weight: 900;
    font-size: 20px;
    margin-right: 10px;
    color: #1A83FF;
    vertical-align: middle;
    text-decoration: none;
}
.product-edit-settings {
    width: 450px;
    padding: 10px;
    min-width: 450px;
    /* background: yellow; */
    overflow-y: auto;
}
.sku-img {
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-width: 150px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.065);
}
.product-edit-settings-info {
    display: flex;
    flex-direction: row;
}
.product-edit-settings-info-content {
    flex: 1;
    padding: 10px;
}
.product-edit-settings-info-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    
}
.product-edit-settings-info-content table td {
    font-size: 16px!important;
    padding: 10px;
}
.product-edit-settings-info-content table tr {
    border-color: #f2f2f2;
}
.product-edit-settings-info-content table tr td:first-child {
    width: 1%;
}
.product-edit-settings-info-content table tr td:last-child {
    width: 100%;
    padding-right: 0!important;
    text-align: right!important;
}
.product-edit-settings-info-content table tbody tr:hover {
    background: none;
}
.product-info-content-title {
    font-size: 15px;
}
.pict_btn::before,
.pict-build::before,
.pict-reupl::before,
.pict-bulk2::before,
.pict-bulk::before,
.pict-linking::before,
.list-actions ._btn::before,
.product-edit-list-header ._btn::before,
.product-info-content-title::before {
    content: "";
    font-family: 'FA6';
    font-weight: 900;
    font-size: 16px;
    margin-right: 5px;
    color: #1A83FF;
    vertical-align: middle;
}
.pict-status::before {
    content: "\f0ae";
}
.pict-file::before {
    content: "\f1c2";
}
.pict-cat::before {
    content: "\f86d";
}
.pict-build::before {
    content: "\f6e3";
}
.pict-reupl::before {
    content: "\f346";
}
.pict-bulk::before {
    content: "\e2ca";
}
.pict-bulk2::before {
    content: "\f5fd";
}
.pict-linking::before {
    content: "\f0c1";
}
.list-actions ._btn,
.product-edit-list-header ._btn,
.pict_btn {
    padding: 5px 10px;
    padding-bottom: 7px;
    border-radius: 7px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #1A83FF 0%, #52a1fc 100%);
    transition: all 0.2s;
    text-decoration: none!important;
}
.pict_btn.s_ok {
    transition: all 0.2s;
    background: linear-gradient(90deg, #1aff89 0%, #52fcb2 100%);
}
.pict_btn.s_err {
    transition: all 0.2s;
    background: linear-gradient(90deg, #ff4d4d 0%, #ff9999 100%);
}
.list-actions ._btn,
.product-edit-list-header ._btn {
    background: linear-gradient(90deg, #000 0%, #3a3a3a 100%);
    /* background: linear-gradient(90deg, #3a4ab3 0%, #7B8BF9 100%); */
}
.list-actions ._btn,
.product-edit-list-header ._btn,
.pict_btn:hover {
    cursor: pointer;
    filter: brightness(1.1);
}
.list-actions ._btn::before,
.product-edit-list-header ._btn::before,
.pict_btn::before {
    font-size: 14px!important;
    margin-right: 6px!important;
    color: #fff!important;
}
.pict-qr::before {
    content: "\f029";
    /* margin-right: 10px!important; */
}
#qr-pdf-wrap-dl::before {
    margin-right: 0!important;
    content: "\f103";
}
.pict-dl::before {
    content: "\f33d";
}
.pict-vis::before {
    content: "\f06e";
}
.btn-at::before {
    content: "\f890"!important;
}
.btn-sv,
.btn-bld {
    background: linear-gradient(90deg, #1A83FF 0%, #52a1fc 100%)!important;
}
.btn-bld::before {
    content: "\f6e3"!important;
}
.btn-cf::before {
    content: "\e17d"!important;
}
.btn-sv::before {
    content: "\f0c7"!important;
}
.pos,
.btn-at-inside {
    /* background: linear-gradient(90deg, #5E6AD2 0%, #7b8bf9 100%)!important; */
    background: linear-gradient(90deg, #000 0%, #3a3a3a 100%);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 18px;
    padding-right: 24px !important;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
}

.chere {
    font-weight: 600;
}

.pos {
    color: #333!important;
    background: #fff!important;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #ccc!important;
    font-size: 12px!important;
    padding-right: 10px!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.pts-country {
    display: none;
}
.pts-country-translation {
    border: 1px solid rgba(0,0,0,.075);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.05);
    padding: 5px;
    border-radius: 10px;
    margin: 10px;
}
.pts-country-translation:hover {
    border-color: #7b8bf9;
    background-color: #e7eafe;
}

.pts-country-translation:hover .btn-at-inside {
    border-color: rgba(0,0,0,.1)!important;
    background: #fff!important;
}
.pts-country-translation:hover .btn-at-inside::before {
    color: #333!important;
}

.pts-country-translation:hover .pos {
    border-color: rgba(0,0,0,.1)!important;
}

.pts-country-translation .product-edit-list-header > div {
    padding: 5px;
}
.pts-country-translation:hover .product-edit-list-header {
    background-color: #7b8bf9;
}

.trans-orig {
    margin-bottom: 10px;
    padding: 0 5px;
    font-size: 14px;
}
.header-country-list {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    width: max-content;
}
.header-country-list-box {
    overflow-x: hidden;
}
.header-country-list-box.active {
    opacity: 0.5!important;
    filter: grayscale(1)!important;
    transition: all 0.2s;
}
/* .header-country-list-box.active .header-country-list > div {
    pointer-events: none!important;
} */
.header-country-list > div img,
.header-country-list > div span {
    vertical-align: middle;
}
.header-country-list > div img {
    width: 20px;
    margin-right: 4px;
}
.header-country-list > div {
    padding: 2px 5px;
    padding-bottom: 4px;
    padding-left: 7px;
    margin: 0 5px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all 0.2s;
}
.header-country-list > div.active {
    /* border-color: #7b8bf9!important;
    background: #7b8bf9!important; */
    border-color: #ced4fd!important;
    background: #e7eafe!important;
    color: #556af7!important;
    transition: all 0.2s;
}
.header-country-list-wrap {

    position: relative;
    display: flex;
    align-items: center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hclw {
    position: absolute;
    height: 100%;
    width: 20px;
    top: -10px;
    height: calc(100% + 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.2s;
}
.hclw-r {
    right: 0;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
}
.hclw-l {
    left: 0;
    background: linear-gradient(-90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
}
.hclw-r::before {
    font-family: 'FA6';
    font-size: 20px;
    font-weight: 900;
    content: "\f0da";
    font-style: normal!important;
    vertical-align: middle;
    position: absolute;
    right: -8px;
    color: #1A83FF;
}
.hclw-l::before {
    font-family: 'FA6';
    font-size: 20px;
    font-weight: 900;
    content: "\f0d9";
    font-style: normal!important;
    vertical-align: middle;
    position: absolute;
    left: -8px;
    color: #1A83FF;
}
.header-country-list-wrap:not(.is-overflowing) .hclw {
    display: none!important;
}
.header-country-list-wrap.is-overflowing:not(.is-scrolled-right) .hclw-r {
    opacity: 1;
    transition: all 0.2s;
}
.header-country-list-wrap.is-overflowing:not(.is-scrolled-left) .hclw-l {
    opacity: 1;
    transition: all 0.2s;
}
.header-country-list-wrap img {
    pointer-events: none;
}
.product-edit-settings-buildlist-header {
    margin: 20px 0 10px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    padding-bottom: 12px;
    border-radius: 10px;
    padding-right: 5px;
    background: #f2f2f2;
}
.product-edit-settings-buildlist-header > div:last-child {
    flex: 1;
    text-align: right;
}
.product-edit-settings-buildlist {
    border-top: 1px solid #f2f2f2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
}
.product-edit-settings-buildlist > div img {
    margin-right: 2px;
    width: 20px;
}
.product-edit-settings-buildlist > div label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 4px;
}
.product-edit-settings-buildlist > div label,
.product-edit-settings-buildlist > div img,
.product-edit-settings-buildlist > div span {
    vertical-align: middle;
}
.product-edit-settings-buildlist > div {
    font-size: 12px;
    /* padding: 2px 6px;
    border-radius: 20px;
    background-color: #f2f2f2; */
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0;
    text-align: center;
}
.product-edit-settings-buildlist input[type="checkbox"] {
    zoom: 1.4;
}
.bfn {
    width: 16px;
    display: inline-block;
}
.bfd {
    width: 90px;
    display: inline-block;
}
.nb {
    color: #999;
}
.bfn-img {
    cursor: pointer;
    padding: 2px 6px;
    padding-right: 3px;
    padding-bottom: 5px;
    border: 1px solid rgba(0,0,0,.1);
    margin-right: 6px;
    text-align: center;
    border-radius: 20px;
}
.product-edit-settings-buildlist > div:hover .bfn-img {
    background-color: #e7eafe;
}

.loading {
    display: none;
}
.loading::before {
    content: "\e1d4";
    font-family: 'FA6';
    font-size: 20px;
    font-weight: 900;
    font-style: normal!important;
    vertical-align: middle;
    color: #333;
    display: inline-block;
    animation: mdi-spin 1s linear infinite;
}
.loading.active {
    display: inline-block;
}
#reup.noact {
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(1);
}

.bl-y {
    background-color: #edf7ee;
}

@keyframes mdi-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#list_products tr th:last-child,
#list_products tr td:last-child {
    text-align: right;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
.bl-btns {
    display: flex;
    flex-direction: row;
    padding: 5px;
}
.bl-btns > span {
    padding: 2px 6px;
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 10px;
    cursor: pointer;
}
.bl-btns > span span {
    vertical-align: middle;
}
.bl-btns > span::before {
    font-family: 'FA6';
    font-size: 14px;
    font-weight: 900;
    content: "\f33d";
    font-style: normal!important;
    vertical-align: middle;
    margin-right: 6px;
    color: #fff;
}
.bl-btns > span:hover {
    background: #1A83FF;
    border-color: #1A83FF;
    filter: brightness(1.1);
}
.autot.aing {
    background: linear-gradient(
        124deg,
        #d40000,
        #c41500,
        #b86e00,
        #707200,
        #006624,
        #005a7c,
        #1a0080,
        #7a0099,
        #b0008c
    );
    background-size: 1800% 1800%;
    z-index: -1;
    animation: rbm 8s ease infinite;
}

.autot.aing::before {
    animation: br 1.5s ease-in-out infinite;
    display: inline-block;
}

@keyframes rbm {
    0% { background-position: 0% 80% }
    50% { background-position: 100% 20% }
    100% { background-position: 0% 80% }
}

@keyframes br {
    0%, 100% { opacity: 0.75; transform: scale(0.98); }
    50% { opacity: 1; transform: scale(1.02); }
}
.cat-list {
    white-space: normal;
    font-size: 14px;
}
.product-edit-settings-info-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile {
    display: none!important;
}
@media only screen and (max-width: 1100px) {
    .bs.bsc {
        display: none!important;
    }
    .product-edit-list,
    .product-edit-settings {
        overflow-y: visible!important;
    }
    .product-edit-settings {
        width: 100%!important;
        min-width: 0!important;
    }
    .product-edit-list-wrap {
        width: 100%;
        min-width: 0!important;
    }
    .hclw {
        display: none;
    }
    .product-edit-wrap {
        flex-direction: column!important;
        overflow-y: auto!important;
    }
    .product-edit-wrap,
    .card-header,
    body {
        padding: 5px!important;
    }
    .mobile {
        display: flex!important;
    }
    .countries_list_no.mobile {
        display: inline-block!important;
    }
    .desktop {
        display: none;
    }
    .main_btns {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .main_btns > span {
        margin: 0 5px;
    }
}
@media only screen and (max-width: 767px) {
    #popup {
        padding: 0!important;
        display: block;
    }
    #popup .popup-content {
        width: 100%!important;
        max-width: 100%!important;
        border-radius: 0!important;
        height: 100%!important;
        overflow: auto!important;
    }
    #popup .popup-content .form {
        overflow-y: auto!important;
    }
    #popup .popup-header,
    #popup .form {
        padding: 10px!important;
    }
    #popup .popup-header h2 {
        font-size: 14px!important;
    }
    #add-new-product {
        margin-top: 0!important;
    }
    #list_products_wrapper {
        overflow-y: auto!important;
    }
}
@media only screen and (max-width: 480px) {
    .country_list > div {
        flex-basis: 32%;
        margin: 1px!important;
    }
    .country_list > div label {
        width: 100%!important;
    }
    .noti-container {
        right: 0!important;
        left: 0!important;
        align-items: center!important;
    }
    .product-edit-settings-buildlist {
        grid-template-columns: repeat(1, 1fr);
    }
    .product-edit-settings-buildlist > div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .product-edit-settings-buildlist .bfd {
        flex: 1;
        font-size: 14px;
    }
    .bfn-img {
        padding: 2px 14px;
        padding-right: 14px;
        padding-bottom: 3px;
    }
    .main_btns > span {
        padding: 0 !important;
        width: 50px;
        height: 35px;
        text-align: center;
        line-height: 33px;
    }
    .product-edit-list-header ._btn::before {
        margin: 0!important;
        margin-right: 0!important;
    }
    .main_btns > span > span {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    .product-edit-settings-info-img {
        background-color: #f2f2f2;
        padding: 5px;
    }
     .product-edit-settings-info {
        flex-direction: column!important;
     }
    #upd_act,
    #main_file_dl,
    #reup,
    ._btn {
        font-size: 12px!important;
    }
    /* .pict-build > span {
        display: none!important;
    } */
    h1 {
        font-size: 14px!important;
    }
    .logo {
        width: 40px;
        margin-right: 5px;
        border-radius: 10px;
    }
}
.tp-clist img,
.tp-clist span {
    vertical-align: middle;
}
.tp-clist img {
    width: 20px;
    margin-right: 4px;
}
.countries_list_no {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 10px;
    background-color: #3EA8A6;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dataTable thead {
	pointer-events: none!important;
	font-size: 14px!important;
	background-color: #f2f2f2!important;
}
table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
	font-size: 12px!important;
}
.dataTable tbody {
	font-size: 14px!important;
}
.uff-list-filter {
	pointer-events: all!important;
    margin-top: 4px;
    padding: 10px;
    width: 100px;
}
.list-actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    background: #f2f2f2;
}
.list-actions > div:last-child {
    flex: 1;
    text-align: right;
}
.dt-empty {
    text-align: center!important;
}
.vis-all-none {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    background-color: #dcdcdc;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 20px;
    cursor: pointer;
}
.vis-all-none:hover {
    background-color: #ccc;
}
.vis-none {
    margin: 0 2px;
}
.vis-all-none::before {
    font-family: 'FA6';
    font-size: 12px;
    font-weight: 400;
    font-style: normal!important;
    color: #333;
}
.vis-none::before {
    content: "\f146";
}
.vis-all::before {
    content: "\f14a";
}
#qr-ph-dl,
#qr-ph {
    position: relative;
}
#qr-ph-dl img,
#qr-ph img {
    width: 30px!important;
    height: 30px!important;
    position: absolute;
    top: -5px;
    left: -33px;
    border-radius: 4px;
    /* border: 1px solid rgba(0,0,0,.35); */
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    transform: translate(0, 0);
    transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease;
    opacity: 0;
}
/* #qr-ph-wrap {
    padding-left: 21px!important;
} */

#qr-ph-wrap-dl:hover #qr-ph-dl img,
#qr-ph-wrap:hover #qr-ph img {
    width: 45px!important;
    height: 45px!important;
    /* transform: translate(-16px, -8px); */
    transform: translate(5px, -45px);
    transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
    transition: all 0.2s;
    transition-timing-function: ease;
    opacity: 1;
}
@media only screen and (max-width: 500px) {
    .fold {
        display: flex;
        flex-direction: column;
    }
    .fold > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fold > div:last-child {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(0,0,0,0.1);
        display: flex;
        flex-direction: row;
    }
    .pict_btn {
        margin: 0 2px;
    }
}
@media only screen and (max-width: 400px) {
    .pict_btn:not(#qr-pdf-wrap-dl)::before {
        display: none!important;
    }

    #qr-ph-wrap-dl:hover #qr-ph-dl img,
    #qr-ph-wrap:hover #qr-ph img {
        transform: translate(25px, -45px);
    }
}
.bulk-timer {
    vertical-align: middle;
    padding: 1px 8px;
    padding-bottom: 1px;
    border: 1px solid #ccc;
    margin-left: 10px;
    line-height: 12px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
    color: #333;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    display: none;
    margin-top: 2px;
}
.flip-clock {
    display: inline-flex;
    line-height: 1;
    flex-wrap: wrap;
    letter-spacing: 0;
}

.digit-container {
    position: relative;
    display: inline-block;
    width: 1ch;
    height: 1em;
    overflow: hidden;
    text-align: center;
}

.digit-slide {
    position: absolute;
    width: 100%;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.separator {
    display: inline-block;
    white-space: pre;
    padding: 0 0.025em;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>*,
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    border-color: #dcdcdc;
}

#sku_sync {
    padding: 4px 10px;
    padding-left: 12px;
    margin-top: 8px;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    border-radius: 20px;
    font-size: 11px;
    cursor: pointer;
    color: #333;
    text-align: center;
}
#sku_sync:hover {
    filter: brightness(0.9);
}
#sku_sync > span,
#sku_sync > svg {
    vertical-align: middle;
}
#sku_sync > svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
#sku_sync > svg path {
    fill: #999;
}
.product-edit-settings-linking-wrap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}