:root{
    --border-gray: #d3d3d3;
    --remove-red: #d1382C;
}

.dont-display{
    display:none !important;
}
.one-column-grid{
    grid-template-columns:1fr !important;
}

.display-block{
    display: block !important;
}

.bg-white{
    background:#fff;
}

a[class*="uk"]:focus{
   box-shadow: none;
}

.stnd-btn-white{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    height: 100%;
}

.group-title{
   cursor: pointer;
}

div#item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    position: sticky;
    top: 32px;
    background: #fff;
    z-index: 2;
}
#item-header h3{
   margin: 1.5rem 0;
}

table.wp-list-table .column-is_in_stock{
    width:3rem !important;
}
th#hidden_or_cataloged {
    width: 3.2rem;
}

.admin-stdn-wrp {
    margin: 15px 15px 1rem;
    display:flex;
    flex-direction:column;
    gap: 1rem;
}

.admin-stdn-flex-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 3rem;
}

.admin-card {
    background: #fff;
    padding: 0.5rem 1rem;
}

.admin-card-shadow{
    border-radius: 0.5rem;
    box-shadow: 2px 3px 4px #0000001f;
}


#skyltstudion-adm-mng{
    width: 95%;
    display: flex;
    gap: 3rem;
    margin: auto;
}
#skyltstudion-adm-page{
    width: 95%;
    margin: auto;
}
#skyltsdn-adm-left,#skyltsdn-adm-right{
    width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 0.5rem 1rem;
}

h1#skyltstn-adm-title {
    width: 95%;
    margin: 1.5rem auto;
}

.skyltsdn-admin-flex-row {
    display: flex;
    gap: 2rem;
}

.skyltstdn-admin-left-sticky {
    max-height: 90vh;
    position: sticky;
    top: 2rem;
}

.skyltstn-adm-menu-title-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}

.skyltstn-adm-menu {
    position: absolute;
    background: white;
    top: 3rem;
    left: 0;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: 2px solid black;
    z-index:2;
}

.skyltsdn-color-tabs-wrp {
    width: 100%;
    display: flex;
    border: 2px solid #000;
    border-radius: 0.5rem;
}

.skyltsdn-color-tabs-wrp button {
    all: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #000;
    cursor:pointer;
}

.skyltsdn-color-tabs-wrp button.active {
    background:#000;
    color:#fff;
    font-weight:600;
    cursor:default;
}


.skyltstn-adm-menu ul {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    font-weight: 600;
}
.skyltstn-adm-menu ul li{
    cursor:pointer;
}

.skyltstn-adm-menu ul li:hover{
    text-decoration: underline;
}

#skyltsdn-adm-produkter {
    width: fit-content;
    font-family: 'Noto Sans', sans-serif;
    list-style: none;
    display: flex;
    float:left;
    flex-direction: column;
    margin: 1rem 0;
    gap:0.5rem;
    height: 70%;
    overflow-y: auto;
    padding: 0.25rem;
}

#skyltsdn-adm-produkter .item {
    margin-bottom: 0.25rem;
}

li.item.placeholder-item {
    opacity: 0.2;
}

#skyltsdn-adm-produkter .item, #skyltsdn-adm-produkter .group-title{
    cursor: move;
}

#skyltsdn-adm-mounts li, .standard-list li {
    display: inline-flex;
    min-width: 150px;
    flex-wrap: wrap;
    width: min-content;
}

.sort_with_img img {
    height: 3rem;
    border: 1px solid #dadada;
    margin-right: 1rem;
}

.sort_with_img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.group {
    color:#fff;
    width: fit-content;
    min-width: 300px;
}
.group > ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
    outline: 1px solid #0000000f;
    outline-offset: 5px;
    border-radius: 0.5rem;
}

.group-title{
    list-style: none;
    font-size: 0.875rem;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    color: #000;
    outline: 1px solid lightgray;
    box-shadow: -1px 1px 7px 2px #00000012;
    margin-bottom: 1rem;
  }

  .group-title > i {
    height: 100%;
    padding: 0.5rem;
    background: #e9e9e9;
    border-radius: 0.5rem 0 0 0.5rem;
    color: gray;
    margin-right: 0.5rem;
    cursor: move;    
}

.group-title h3 {
    margin: 0;
    display: flex;
    align-content: center;
    flex-wrap: inherit;
    font-size: 0.7rem;
}
.item {
    padding: 0.6rem;
    list-style: none;
    font-size: 0.7rem;
    border-radius: 0.5rem;
    color: #000;
    outline: 1px solid lightgray;
    box-shadow: -1px 1px 7px 2px #00000012;
    cursor:pointer;
}


.item-selection.active:not(.group), .item-selection .group-title.active, .item-selection .group-title.active h3{
   background: #1e87f0;
   color: #fff;
}
.group ul li {
    margin: 0.5rem 0;
}
ul#skyltsdn-adm-produkter, #skyltsdn-adm-mounts, .standard-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 500px;
    overflow-y: auto;
    padding: 1rem;
}
div#skyltsdn-adm-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

div#skyltsdn-adm-transform, #skyltsdn-adm-remove {
    background-color: #000;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
#skyltsdn-adm-remove{
    background-color: #fff;
    color:#000;
    border:1px solid #000;
}

.skyltstdn-adm-form-seperator {
    width: 100%;
    border-bottom: 1px solid #CAE7EB;
    margin: 1rem 0;
}

ul#skyltsdn-adm-produkter h4, .standard-list h4 {
    margin: 0;
}



ul.grouped-product-stnd.ui-sortable > h4 {
    margin: 0.7rem 0 !important;
}
div#skyltsdn-adm-top-btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

#skyltsdn-adm-product {
    max-height: 80%;
    overflow-y: auto;
    padding: 1rem;
}
.skyltsdn-adm-form-wrp form {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
    gap: 0.3rem;
}
.skyltsdn-adm-form-wrp form label {
    font-weight: 600;
}

.admin-margin-top-s{
    margin-top:1rem;
}

.skyltsdn-adm-sizecontain {
    margin-bottom: 1rem;
}

.skyltsdn-adm-sizecontain > p{
   margin: 0;
}

.skyltsdn-adm-number-inputs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.skyltsdn-adm-check-wrp {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-rows: auto;
    gap: 0.5rem;
}

.skyltsdn-adm-btns-wrap {
    width: 100%;
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}
.skyltsdn-adm-btn {
    padding: 0.5rem 1rem;
    border: 2px solid #000;
    display: flex;
    border-radius: 50px;
    align-items: center;
    font-weight: 600;
    cursor:pointer;
}
.skyltsdn-adm-btn-save, .skyltsdn-adm-btn-save-condition, .skyltsdn-adm-template-btn-save, .stdn-admin-submit, .skyltsdn-adm-btn-black {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor:pointer;
    border:none;
}

.std-black-btn{
    background: #000;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 15px;
    color: #fff;
    margin-top: 1rem;
    cursor: pointer;
}

.std-red-btn{
    background: #d1382C;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 15px;
    color: #fff;
    outline: 2px solid;
    font-weight: 500;
    margin-top: 0.5rem;
    cursor: pointer;
}

.condition-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid #d9d9d9;
}

.condition-nav.active{
    display:flex !important;
}

.condition-nav-top label {
    flex-grow: 1;
}

.condition-nav-top {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    height: 30px;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 500;
}

.conditionals-add {
    background-color: #000;
    color: #fff;
    height: 30px;
    width: 30px;
    display: block;
    font-size: 1rem;
    text-align: center;
    border-radius: 1rem;
    line-height: 1.3;
    margin-left: 0.5rem;
    cursor: pointer;
}

.setting-border {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 1rem 0 1rem;
    padding: 1rem 0 1rem;
}

#skyltsdn-adm-form-wrp textarea {
    flex-grow: 1;
}

.condition {
    border: 2px solid #000;
    border-radius: 15px;
    padding: 1rem;
    margin: 1rem 0;
}

.condition-alts {
    display: flex;
    gap:0.5rem;
}

.save-condition {
    background: #000;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 15px;
    color: #fff;
    margin-top: 1rem;
    cursor: pointer;
}

.remove-condition {
    background: #d1382C;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 15px;
    color: #fff;
    outline: 2px solid;
    font-weight: 500;
    margin-top: 0.5rem;
    cursor: pointer;
}

button.condition-pill {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0.5rem;
    border: 2px solid black;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    margin: 0.5rem 0;
}

.condition-pill-h {
    grid-column: span 2;
    margin: auto;
    display: flex;
    align-items: center;
}

.condition-pill-b {
    height: 0;
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-direction: column;
}

button.condition-pill:hover div.condition-pill-b{
    height:auto;
}

.conditions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.edit-condition {
    padding: 5px 12px;
    margin-left: 0.5rem;
    background-color: #ff8b00;
    color: white;
    border-radius: 5px;
    font-weight: 500;
}

.edit-condition:active{
    background-color: #df8314;
}

button.condition-pill.original {
    background: black;
    color: #fff;
    font-weight: 500;
}



button.condition-pill.active {
    border-color: #7bbebd;
}

button.condition-pill span {
    font-weight: 800;
}

button.condition-pill div {
    text-align: left;
}

input.new-condition-value {
    width: 100%;
}

.save-condition-grid {
    flex-direction: column;
}

#selected-template-groups {
    width: 100%;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0.5rem;
}

.selected-template-group {
    padding: 0.5rem;
    border: 1px solid var(--border-gray);
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.seperate-settings {
    margin-top: 2rem;
    padding: 1rem 0;
    border-top: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
    width: 100%;
}

.input-wrp {
    display: flex;
    flex-direction:column;
}

.input-wrp input[type="radio"] {
    margin-left: 1rem;
}


.admin-stdn-list-tab {
    margin-bottom: 2rem;
}

.input-wrp.grid {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    gap: 0.5rem;
}

.input-wrp input {
    flex-grow: 1;
}

#skyltsdn-adm-right .skyltsdn-adm-btn-save, .skyltsdn-adm-btn-save-condition, .skyltsdn-adm-template-btn-save{
    margin-top:2rem;
    margin-bottom:2rem;
}

.border-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
}

.btn-round-border {
    display: flex;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    border: 1px solid;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 100%;
    cursor: pointer;
}
.filled-btn-black{
    all:unset;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.groups-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

#edit-groups-wrp .border-btn.active{
    grid-column: 1 / -1;
    border-radius: 0.5rem;
}
.close-temp-group{
    position: absolute;
    right: 0;
}

#edit-groups-wrp .border-btn.active > div{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;

}

.add-template-group-wrp {
    margin-top: 0.5rem;
    display:flex;
}

.add-template-group-sett {
    display: none;
    grid-template-columns: 1fr auto;
    width: 100%;
    gap: 0.5rem;
    margin-left: 0.5rem;
}

div#template-image {
    height: 200px;
    display: flex;
    justify-content: center;
    margin: 2rem;
}

div#template-image img {
    box-shadow: 0 0 3px 1px #cececec9;
}

.add-template-group-wrp.active #add-template-group-toggle > i{
    display:none;
}

.add-template-group-wrp.active #add-template-group-toggle > i:nth-child(2){
    display: inline-block !important;
}

.add-template-group-wrp.active .add-template-group-sett{
    display:grid;
}


.spacing-sm {
    width: 100%;
    height: 1rem;
}
.spacing-s{
    height:0.5rem;
}

.template-group-btns {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}
.remove-temp-group{
    background: var(--remove-red);
}

.ui-dialog {
    background: #fff;
    padding: 1rem;
    border: 3px solid;
    border-radius: 0.5rem;
}

.ui-dialog-titlebar {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.ui-dialog-title {
    font-size: 1rem;
    font-weight: 500;
    color: green;
}

.ui-dialog-buttonset {
    display: flex;
    gap: 0.5rem;
}

.important-confirmation-text {
    font-size: 0.8rem;
    font-weight: 600;
}

.skyltsdn-adm-sizes-limit {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.skyltsdn-adm-fixed-size-wrp{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
}

.skyltsdn-remove-fixed-size {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
}

.skyltsdn-remove-fixed-size:hover {
    text-decoration: underline;
}

div#skyltsdn-adm-fixed-sizes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skylt_adm_fixed_option {
    font-weight: 500;
    text-decoration: underline;
    margin: 15px 0 1rem;
}

.skyltsdn-adm-price-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.skyltsdn-adm-fixed-size-price {
    grid-template-columns: repeat(4,1fr) auto;
    display: grid;
}

.skyltsdn-adm-fixed-size-price input {
    width: 100px;
}

.skylstdn-adm-remove-fixed-price-row {
    all: unset;
    cursor: pointer;
}

.skylt_adm_speicalsign_wrp {
    margin: 1rem 0;
}

.skylt_adm_speicalsign_options{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hide_special{
    display: none !important;
}

/*PIM systems*/
.pim-body-wrap {
    display: grid;
    padding: 1rem;
    gap:1rem;
}

.pim_top_btns-wrap {
    display: flex;
    gap:3rem;
}

.pim-sort {
    gap: 0.5rem;
    display: flex;
}

.pim-body-wrap thead th p {
    white-space: nowrap;
}

.pim-body-wrap tr td p {
   max-height: 80px;
   overflow: scroll;
   scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.pim-body-wrap tr td p::-webkit-scrollbar {
  display: none;
}

.table-container-pim{
   max-height: 90dvh;
}

.table-container-pim, .pim-changes-wrap {
    overflow-x: auto;
    overflow-y: scroll;
    background: #fff;
  }
.pim-table, .pim-changes-table {
    width: 100%;
    border-spacing: 0;
}

.pim-table td, .pim-changes-table td{
    padding: 0.5rem 1rem;
    min-height: 2rem;
}

.pim-changes-table td{
    white-space: nowrap;
}

td.pim-column-check.cataloged {
    background: #b8e7dc;
}

td.pim-column-check.product-group {
    background-color: #d5b8ff;
}

.pim-table thead th, .pim-changes-table thead th{
    background-color: #f0f0f1;
    border: none;
    vertical-align: middle;
}

.pim-table #pim-check {
    padding: 0px;
    width: 50px;
}

.pim-table .pim-column-check{
   padding: 0;
}

.pim-changes-table thead th{
    background-color: #9494ff;
    color:#fff;
}

tbody.pim-table-body td {
    font-weight: 500;
}

.table-container-pim thead tr {
    box-shadow: 0 1px;
}

.table-container-pim thead,  .pim-changes-table thead{
    position: sticky;
    top: 0;
    background: #fff;
    z-index:2;
}

.pim-column-check {
    position: sticky;
    left: 0;
    background: #fff;
    z-index:1;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.pim-column-thumb, .pim-change-thumb {
    position: sticky;
    left: 30px;
    background: #fff;
    z-index:1;
    border-bottom: 1px solid #ebebeb;
}

.pim-column-check div {
    width: 30px;
    justify-content: center;
    display: flex;
}

.pim-change-thumb{
    left: 140px;
}

.pim-column-id {
    position: sticky;
    left: 150px;
    background: #fff;
    z-index:1;
    border-right: 1px solid #ebebeb;
}
td.pim-column-id{
    border-bottom: 1px solid #ebebeb;
}

td.pim-column-thumb img, .pim-change-thumb img {
    width: 60px;
    height: 60px;
    max-width: 100px;
    object-fit: contain;
}

.pim-column-check {
    width: 60px;
}

.pim-column-thumb a {
    display: block;
    width: 100px;
    height:60px;
    object-fit: contain;
}

.pim-column-sku {
    text-align: left;
    text-align: left;
    max-width: 105px;
    overflow-x: scroll;
}

.pim-column-sku::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.manage-pim {
    text-align: left !important;
    white-space: nowrap;
}

.pim-change-col-show {
    background-color: #9494ff;
    color: #fff;
    width: 100px;
    position: sticky;
    left: 0;
    background: #fff;
}

.pim-change-id {
    position: sticky;
    left: 240px;
    background:#fff;
}

table.pim-changes-table thead {
    background: #9494ff;
}

.pim-changes-table thead{
    text-align:left;
}
.pim-column-desc p, .pim-column-desc_short p{
    max-height: 100px;
    white-space: pre-wrap;
    overflow: auto;
}

.pim-changes-table .pim-change-desc_short,  .pim-changes-table .pim-change-desc{
    overflow: auto;
    max-width: 300px;
}

tbody.pim-table-body {
    text-align: left !important;
}

.pim-changes-table tbody {
    outline: 1px solid #cbcbcb;
    outline-offset: -1px;
}
.pim-table-body tr th:last-child,  .pim-changes-table tr th:last-child{
    width: 99% !important;
}

p.pim-exist {
    color: green;
}

p.pim-dnt-exist {
    color: red;
}

.pim-changes-wrap {
    background: #fff;
    max-height: 500px;
}

.pim-changes-toggle-title {
    display: flex;
    font-size: 1rem;
    font-weight: 500;
}

.pim-manage-row-wrp > div {
    max-width: 33%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

table.pim-change-edit-table thead th {
    text-align: left;
    background: #000;
}

.pim-manage-coice-align {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.pim-changes-toggle {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

div#manage-btn-wrp {
    display: flex;
    justify-content: flex-end;
    gap:0.5rem;
}


.pim-changes-tab {
    padding: 0.25rem 0.5rem;
    box-shadow: 0px 0px 3px 0 #00000036;
    border-radius: 0.25rem;
    background: #fff;
}

.pim-change-tab-con {
    display: flex;
    gap: 0.5rem;
}

td.pim-change-col-show {
    display: flex;
    color:#000;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    height:85px;
}

.admin-area-skylt{
    padding: 10px 30px;
    border-radius: 0.5rem;
    border: none;
    font-weight: 600;
    letter-spacing: 0.06rem;
    cursor:pointer;
}

.admin-area-skylt.active{
    background: black;
    color: #fff;
}

.admin-area-skylt.black{
    background: #000000;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
    color: #fff;
    height: fit-content;
}

td.pim-change-col-show button {
    all: unset;
    cursor: pointer;
    font-weight: 700;
}

.edit-input {
    width: 100%;
    box-sizing: border-box;
  }
.grid-layout-mount {
    width: 90%;
    aspect-ratio: 1/1;
    max-width: 380px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
    border: 1px solid #000;
    border-radius: 15px;
    padding:10px;
    box-shadow: 0 0 8px #a1a1a17a;
}

.grid-mount-box {
    display: flex;
}

.grid-mount-box:nth-child(n+20){
    align-items: flex-end;
}

input.rounded-check-box {
    border-radius: 50%;
}
.grid-layout-mount-sett{
    margin-top:1rem;
}

.column-4-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.column-2-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.column-4-grid input, .column-2-grid input{
    width:100%;
}

.grid-layout-mount-sett {
    display: flex;
    flex-direction: column;
}
.mnt-layouts-form {
    display: none;
}
.stdn-mnt-layout-inp-wrp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
input.mnt-layout-in-amt, .mnt-layout-in-degree {
    width: 60px;
    height: 35px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

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

button.pill {
    padding: 0.5rem 1rem;
    border: 2px solid black;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    margin: 0.5rem 0.5rem 0 0;
}

.pill.active {
    border-color: #7bbebd;
}

div#edit-prod-stdn {
    display: flex;
    margin: 1rem 0 1rem 10px;
}

/*admin orders css*/
.row.order-main-wrp{
display: flex;
gap: 2rem;
margin-top:1rem;
margin-right: 1rem;
}

.left-order-list {
    padding: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid;
    height: 100%;
    width: 150px;
}

.right-order-list {
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid;
    background: #fff;
}

.left-order-list h4 {
    margin-top: 0;
}

.left-order-list li {
    cursor: pointer;
    margin-bottom: 0.75rem;
}

.left-order-list li:hover {
    text-decoration:underline;
}

.order-product-details {
    display: flex;
    gap: 2rem;
}

.order-product-details-left {
    width: 10rem;
}

.order-product-details-right h3 {
    margin-top: 0;
    background: #000;
    color: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
}

.order-image-btn {
    padding: 0.5rem 1rem;
    border: 1px solid;
    background: #fff;
    cursor: pointer;
}

.order-image-btn:hover{
    background: #dedede;
}

.order-product-img-btns {
    display: flex;
    gap: 0.5rem;
    padding-bottom: 1rem;
}

/*Toggle checkboxes*/
.skyltstdn-admin-toggle {
    align-items: center;
    border-radius: 100px;
    display: flex;
    font-weight: 700;
    margin-bottom: 16px;
    width: fit-content;
  }
  .skyltstdn-admin-toggle:last-of-type {
    margin: 0;
  }
  
  .skyltstdn-admin-toggle__input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .skyltstdn-admin-toggle__input:not([disabled]):active + .skyltstdn-admin-toggle-track, .skyltstdn-admin-toggle__input:not([disabled]):focus + .skyltstdn-admin-toggle-track {
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 2px #121943;
  }
  .skyltstdn-admin-toggle__input:disabled + .skyltstdn-admin-toggle-track {
    cursor: not-allowed;
    opacity: 0.7;
  }
  
  .skyltstdn-admin-toggle-track {
    background: #f2f2f2;
    border: 1px solid #bcbcbc;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 30px;
    margin-right: 12px;
    position: relative;
    width: 60px;
  }
  
  .skyltstdn-admin-toggle-indicator {
    align-items: center;
    background: #bfbfbf;
    border-radius: 24px;
    bottom: 2px;
    display: flex;
    height: 24px;
    justify-content: center;
    left: 2px;
    outline: solid 2px transparent;
    position: absolute;
    transition: 0.25s;
    width: 24px;
  }
  
  .skyltstdn-admin-checkMark {
    fill: #fff;
    height: 20px;
    width: 20px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
  }
  
  .skyltstdn-admin-toggle__input:checked + .skyltstdn-admin-toggle-track .skyltstdn-admin-toggle-indicator {
    background: #121943;
    transform: translateX(30px);
  }
  .skyltstdn-admin-toggle__input:checked + .skyltstdn-admin-toggle-track .skyltstdn-admin-toggle-indicator .skyltstdn-admin-checkMark {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
  }
  
  @media screen and (-ms-high-contrast: active) {
    .skyltstdn-admin-toggle-track {
      border-radius: 0;
    }
  }

/*group products*/

#admin-open-pop-up-add-to-group{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 20px;
    z-index: 9999;
    height: 100%;
    box-sizing: border-box; 
}
#admin-chosen-group-products h3, #admin-group-products-to-choose-from h3{
    background: #1d2327;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0.25rem;
    font-size: 12px;
}
table.admn-product-group-create-list {
    min-height: 50px;
}
.admin-add-product-to-group-pop-cont {
    max-height: 100%;
    height: 80vh;
    box-sizing: border-box;
}

#group-pop-up-two-column{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: calc(100% - 75px);
    gap: 0.5rem;
}

#group-pop-up-two-column > div{
    height: inherit;
    overflow: auto;
}

#admin-group-products-to-choose-from{
    flex: 1;
}

#admin-load-group-prod-here{
    overflow: scroll;
}

div#admin-current-grouped-products-top {
    display: flex;
    gap: 2rem;
}

div#admin-current-grouped-products-current-attr {
    display: flex;
    gap: 1rem;
    align-items: center;
}

div#admin-grouped-attr-pill {
    padding: 0.5rem 1rem;
    border: 1px solid;
    border-radius: 100vh;
}

#admin-grouped-attr-pill.active{
    background:#000;
    color:#fff;
    font-weight:500;
}

div#admin-current-grouped-products-selected-attr {
    display: flex;
    gap: 0.25rem;
}

tr.admin-group-connected-product.duplicate-group-product {
    background: #ffa1a1;
}
//**/
table.admn-product-group-create-list{
    border-collapse: separate;
    border-spacing: 1rem 0;
}
#admin-chosen-products-in-group-cnt-list table{
    border-collapse: collapse;
}

table.admn-product-group-create-list img {
    height: 100px;
    min-height: 100px;
}

div#admin-create-product-group-form form, div#admin-group-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

div#admin-create-product-group-form form input,
div#admin-create-product-group-form form textarea,
div#admin-group-form form input,
div#admin-group-form form textarea{
    width: 400px;
}

#admin-create-product-group-sel-img img,
#admin-group-form-image img {
    max-width: 300px;
    object-fit: contain;
}
.admin-product-group-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    cursor: pointer;
}

.admin-product-group-item img {
    height: 70px;
    object-fit: contain;
}

div#admin-chosen-products-in-group-cnt {
    min-width: 400px;
    min-height: 50px;
    width: min-content;
    border: 1px solid #dedede;
    background: #f6f6f6;
    border-radius: 0.5rem;
    display: flex;
}

.admin-group-connected-product img{
    max-width: 70px;
}

div#admin-chosen-products-in-group-cnt-list {
    margin: 0.5rem;
}
tr.admin-group-connected-product td {
    padding: 0.25rem 1rem;
}
tr.admin-group-connected-product {
    background-color: #e2e2e2;
}

#admin-chose-product-for-group{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/*customers */
div#customerHandlingPage {
    margin: 0.75rem;
}
div#customer-handling-page-top {
    padding: 0.5rem;
    background-color: #5e48db;
    margin-bottom: 1rem;
}

div#customer-handling-page-top-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#customer-handling-page-top-top h1 {
    color: #fff;
}

div#customer-handlin-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem 1rem 2rem 1rem;
    background-color: #fff;
    border-radius: 0.5rem;
}

#custome-handling-list{
    position:relative;
}

#add_new_customer {
    width: 100%;
    max-width: 600px;
    margin: auto;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
}

#add_new_customer h4{
    padding-bottom: 0.21428571rem;
    border-bottom: 1px solid rgba(34,36,38,.15);
    margin: 0.25rem 0;
}

.stdn-admin-field {
    display: flex;
    flex-direction: column;
}
.stdn-fields.two {
    display: flex;
    gap: 0.5rem;
}

.stdn-fields.two > * {
    flex-grow: 1;
}
#add-customer {
    height: fit-content;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    border: none;
    font-weight: 500;
    cursor:pointer;
}


#customer-handling-list-wrp table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#customer-handling-list-wrp th,
#customer-handling-list-wrp td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#customer-handling-list-wrp th {
    background-color: #5e48db;
    color: white;
}
#customer-handling-list-wrp tr{
    background-color: #fff;
}
#customer-handling-list-wrp tr:hover {
    background-color: #D9D9D9;
}

#customer-handling-list-wrp button {
    background-color: #5e48db;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border:none;
}

#customer-handling-list-wrp button:hover {
    background-color: #5e48db;
}

div#template-groups-wrp-adm-stdn {
    padding: 1rem 0.5rem;
    border: 1px solid #D9D9D9;
    border-radius: 0.25rem;
}

td.pim-column-desc {
    max-height: 100px;
    white-space: pre-wrap;
    overflow: auto;
    display: flex;
}

