section {
    height: 75% !important;
}


/* @media only screen and (min-width: 1500px) {
	html {
		overflow-y: overlay;
		zoom: .8;
	}
} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
    html {
        overflow-y: overlay;
        zoom: 65%;
    }
}

@media only screen and (min-width: 1800px) {
    html {
        overflow-y: overlay;
        zoom: 0.8;
    }
}

@media screen and (max-width: 600px) {
    html {
        overflow-y: overlay;
        zoom: 0.8;
    }
}

.button {
    font-family: poppins, sans-serif;
    margin-right: 2px;
    min-width: 124px;
    background-color: #4878b6;
    color: white;
    min-height: 32px;
    border-radius: 8px 8px 8px 8px;
}

.button:hover {
    background-color: #6d9edd;
    color: white;
}

.button.is-small {
    min-height: 32px;
    min-width: 32px;
    max-width: 40px;
    background-color: #4878b6;
    color: white;
    border-radius: 8px;
    margin-right: 2px;
}

.button.is-success:hover {
    background-color: #74e09a;
    color: white;
}

.input {
    font-family: poppins, sans-serif;
    min-width: 124px;
    border-radius: 8px 8px 8px 8px;
}

#chooseBoxSelect {
    min-width: 250px;
    max-width: 250px;
}

#Verzendeenheden {
    min-width: 250px;
    max-width: 250px;
}

table.dataTable tbody {
    color: #4878b6;
    background-color: #fff;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.column {
    flex-direction: column;
    flex-grow: 1;
}

#status {
    border: none;
    padding: 10px;
    display: inline-block;
    margin: 12px 2px;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    top: 14px;
}

.iconify {
    width: 100px;
    height: 100px;
}

.ui.table {
    font-size: 1em;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
}

.icon-right {
    margin-left: auto;
}

body {
    margin: 0;
    font-family: poppins, sans-serif;
    background-color: #fff;
}

.button {
    font-family: poppins;
}

input {
    font-family: poppins;
}

select {
    font-family: poppins;
}

.select.is-fullwidth select {
    width: 100% !important;
}

table.dataTable tbody tr.selected {
    color: #4878b6;
    background-color: #add8e6;
}

.ui.table.dataTable thead th {
    background-color: #d2d2d2;
}

.mb0 {
    margin-bottom: 0px !important;
}

div.labelSection,
div.filterSection {
    border-radius: 8px;
    background-color: darkgray;
    margin-bottom: 0.5em;
}




div.paddings {
    padding-right: 10px !important;
}

div.inputRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    padding-bottom: -10px;
}

div.cc4 {
    flex: 1 1 auto;
    width: 20%;
    padding: 5px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    align-self: auto;
}

div.cc4 p,
div.cc4 select,
div.cc4 a {
    flex: 1 1 auto;
    width: 100%;
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

div.cc4 .button {
    color: #4878b6;
}

div.cc4 div {
    width: 100%;
}

div.cc4 div p {
    margin-bottom: 0.4em;
}

div.cc6 {
    flex: 1 1 auto;
    width: 15%;
    padding: 5px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    align-self: auto;
}

div.cc6 p,
div.cc6 select,
div.cc6 a,
div.cc6 button {
    flex: 1 1 auto;
    width: 100%;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#ms-list-1 button.button {
    width: 460px !important;
}

div.cc6 .button {
    color: #4878b6;
}

div.cc6 div {
    width: 100%;
}

div.cc6 div p {
    margin-bottom: 0.4em;
}

div.cc5 div p {
    margin-bottom: 0.4em;
}

div.cc5 {
    flex: 1 1 auto;
    width: 17%;
    padding: 5px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    align-self: auto;
}

div.cc5.packaging {
    flex: 1 1 auto;
    width: 17%;
    padding: 0px !important;
    padding-left: 5px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    align-self: auto;
}

div.cc5 .button {
    color: #4878b6;
}

div.cc5 p,
div.cc5 select,
div.cc5 a {
    flex: 1 1 auto;
    width: 100%;
    max-width: 300px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

div.cc5 div {
    width: 100%;
}

div.cc3 {
    flex: 1 1 auto;
    width: 33%;
    padding: 5px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    align-self: auto;
}

div.cc3 p,
div.cc3 select,
div.cc3 a {
    flex: 1 1 auto;
    width: 100%;
    max-width: 500px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

div.cc3 .button {
    color: #4878b6;
}

div.cc3 div {
    width: 100%;
}

div.cc3 div p {
    margin-bottom: 0.4em;
}

div.cc2 {
    flex: 1 1 auto;
    width: 50%;
    padding: 5px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    align-self: auto;
}

div.cc2 p,
div.cc2 select,
div.cc2 a {
    flex: 1 1 auto;
    width: 100%;
    max-width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

div.cc2 .button {
    color: #4878b6;
}

div.cc2 div {
    width: 100%;
}

div.cc2 div p {
    margin-bottom: 0.4em;
}

#ModalInpakTranssmart a.button {
    color: #4878b6;
}

div p.control.is-expanded,
div p select {
    flex: 1 1 auto;
    width: 100%;
}

div .button.is-static.is-fullwidth {
    color: #4878b6;
    min-width: 200px !important;
}

.flex-grow {
    flex-grow: 1;
}

div.leftSwitches {
    min-width: 50%;
    flex-grow: 1;
}

div.rightSwitches {
    min-width: 50%;
    flex-grow: 1;
}

div.leftSwitches .button.is-static.is-fullwidth,
div.rightSwitches .button.is-static.is-fullwidth {
    color: #4878b6;
}

div.inputs {
    padding: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
}

div.labelFlex {
    padding: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
}

div.inputs>div {
    flex: 1 1 auto;
    min-width: 100%;
    align-self: flex-start;
    text-align: left;
    padding-bottom: 1em;
}

div.labelFlex>div {
    flex: 1 1 auto;
    min-width: 25%;
    align-self: flex-start;
    text-align: left;
}

div.inputs>div>* {
    display: inline;
    font-weight: bold;
    color: black;
}

.pt0 {
    padding-top: 0px !important;
}

div.labelFlex>div>* {
    display: inline;
    font-weight: bold;
    color: black;
}

#container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.navbar-item-center {
    text-align: center;
    line-height: 60px;
}

.navbar-item.is-active {
    color: white !important;
    background-color: #6d9edd !important;
}

.navbar-start a:active {
    color: white !important;
    background-color: #118fe4 !important;
}

.dropdown.is-hoverable .dropdown-menu .dropdown-content .navbar-item.is-active {
    color: white !important;
    background-color: #118fe4 !important;
}

.dropdown-content {
    width: max-content;
}

.star-container.push {
    margin-left: auto;
}

.hero-body {
    padding-top: 1em;
}

.numericCol {
    text-align: right !important;
}

.navLogo {
    padding: 10px;
    max-height: 4em;
}

div.dataTables_paginate {
    color: #4878b6;
    padding-bottom: 1em;
}

.dropdown.is-hoverable button {
    border: none;
    outline: none;
    text-align: center;
    background-color: #4878b6 !important;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 100%;
    width: 100%;
}

.dropdown-menu {
    height: 100%;
    width: 100%;
}

.menu .is-active {
    color: white !important;
}

.dropdown-item {
    font-size: 18px;
    font-weight: bold;
}

.dropdown.is-hoverable button:hover {
    background-color: #118fe4 !important;
    color: #fff;
}

.hero.is-primary {
    background-color: #fff;
    color: #4878b6;
}

.hero.is-primary a.navbar-item:hover,
.hero.is-primary p.navbar-item:hover {
    background-color: cornflowerblue;
}

div.bigMargin {
    margin-bottom: 40px;
}

div.bigMarginTop {
    margin-top: 40px;
}

.minWidth50 {
    min-width: 50%;
}

nav.navbar {
    padding-right: 20px;
    background-color: #4878b6 !important;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

a.navbar-item:hover,
p.navbar-item:hover {
    background-color: #6d9edd;
    color: #fff;
}

.navbar-item {
    padding-right: 20px;
    background-color: #4878b6;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.navbar-link {
    padding-right: 20px;
    background-color: #4878b6;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

a.navbar-link:hover {
    background-color: #6d9edd !important;
    color: #fff;
}

.navbar-dropdown .navbar-item {
    background-color: #fff;
    color: black;
}

#modalConfirmConceptPickingTasks .modal-card {
    width: 90vw;
    max-height: 200vh;
    max-width: 1000px;
    /* or higher if needed */
}

.navbar-dropdown .navbar-item:hover {
    color: #4878b6;
}

.navbar-dropdown::before {
    content: "";
    display: block;
    height: 10px;
    /* Adjust height based on gap */
    position: absolute;
    top: -10px;
    /* Extends into the gap */
    width: 100%;
    background: transparent;
}

.navbar-link:not(.is-arrowless)::after {
    border-color: white !important;
}

a.navbar-burger span {
    color: white;
}

/* screen and (min-width: 1088px) */
.navbar-item.has-dropdown.is-active .navbar-link,
.navbar-item.has-dropdown:hover .navbar-link {
    background-color: #4878b6;
}

div.container {
    width: 100%;
    max-width: 100%;
}

div.container.has-text-centered {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.dataTables_empty {
    display: none;
}

div.flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
}

div.tables {
    padding-right: 1em;
    order: 0;
    flex: 10 1 auto;
    align-self: auto;
    border-right: 8px #4878b6 solid;
    min-width: 85%;
}

div.inputs {
    padding-left: 1em;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
}

/* .control.is-pulled-right .input {
  max-width: 123.97px;
  margin-left: 5px;
} */

a.minWidth {
    min-width: 0px !important;
}

#aantalLabel {
    min-width: 120px;
}

.afstand {
    margin-left: 20px;
    margin-right: 20px;
}

#overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: rgba(211, 211, 211, 0.5);
    display: none;
}

#overlay progress {
    width: 50%;
    align-items: center;
    position: fixed;
    margin-left: 23%;
    top: 45%;
}

#overlay h2 {
    color: black;
    position: fixed;
    margin-left: 43%;
    top: 40%;
}

/* .dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTables_scrollHeadInner table {
    width: 100% !important;
} */

/* .dataTables_scrollBody {
    overflow-x: hidden !important;
    overflow-y: overlay !important;
} */


#switches {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
}

div.addRow {
    line-height: 45px;
    background-color: #fff;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

#ModalStock {
    z-index: 200;
}

.vl {
    border-left: 2px solid darkgrey;
    height: 600px;
    justify-content: stretch;
}

div.flexItem {
    display: flex;
    flex-wrap: wrap;
}

#addBarcode {
    margin: 10px;
}

.flexItem>aside {
    margin: 6px;
    max-width: 100px !important;
}

.flexItem>.vl {
    margin: 10px;
}

.flexItem>#barcodeTable_wrapper {
    flex-grow: 1;
    margin: 10px;
    max-width: 850px !important;
    max-width: 850px !important;
}

td.dt-control {
    background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
    cursor: pointer;
}

tr.shown td.dt-control {
    background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}

/* button.width {
  width: 124px;
} */

#importmdl {
    margin-right: 5px;
    min-width: 123.97px;
}

/* #btnAanmakenSC {
  background-color: #4878b6;
  color: white;
} */

.min-field {
    margin-right: 15px;
}

/* #connectBtn {
  background-color: #4878b6;
  color: white;
} */

/* #printPrivate {
  background-color: #4878b6;
  color: white;
  min-width: 250px;
}

#printWorkorder {
  background-color: #4878b6;
  color: white;
  min-width: 250px;
} */

/* #printStandard {
  background-color: #4878b6;
  color: white;
  min-width: 250px;
} */

/* #btnModal {
  background-color: #4878b6;
  color: white;
  min-width: 123.97px;
} */

/* #generateBtn {
  background-color: #4878b6;
  color: white;
  min-width: 123.97px;
} */

/* #btnUpdate {
  background-color: #4878b6;
  color: white;
} */

/* #btnVernieuwen {
  background-color: #4878b6;
  color: white;
} */

.refresh {
    background-color: #4878b6;
    color: white;
}

.refresh:hover {
    background-color: #4878b6;
    color: white;
}


.ButtonColoring {
    background-color: #4878b6;
    color: white;
    min-width: 255.2px;
}

#exporteren {
    background-color: #23d160;
    color: white;
    min-width: 123.97px;
}


#serialModal {
    min-width: 700px;
    min-height: 600px;
}

#ModalPrint .modal-content {
    height: 550px !important;
    width: 450px !important;
}

#ModalPrint a.button.is-static {
    min-width: 200px;
}

#UploadExcelModal .modal-content {
    height: 550px !important;
}

#SelectPrinterModal a.button.is-static {
    min-width: 170px !important;
}

#SelectPrinterModal .modal-content {
    height: 550px !important;
    width: 450px !important;
}

#addItemModal .modal-content {
    height: 500px !important;
    width: 450px !important;
}

#editItemModal .modal-content {
    height: 500px !important;
    width: 450px !important;
}

#accorderenModal {
    height: 900px !important;
    width: 700px !important;
}

.modal-card {
    min-height: 800px !important;
    min-width: 800px !important;
}

#modalGeneratePickingTasks .modal-card {
    min-height: 1100px !important;
    min-width: 1100px !important;
}

#BatchModal .modal-card {
    min-height: 950px !important;
    min-width: 1600px !important;
}

#SerialModal .modal-card {
    min-height: 950px !important;
    min-width: 1600px !important;
}

#importtbl {
    width: 100%;
}

#connectLocatieModal .modal-content {
    min-height: 500px !important;
    min-width: 450px !important;
}

#addZoneModal .modal-content {
    min-height: 500px !important;
    min-width: 450px !important;
}

.modal-card,
.modal-content {
    overflow: hidden !important;
}

.modal-card-body {
    overflow: hidden !important;
}

#importModal .modal-content {
    min-height: 1000px !important;
    min-width: 950px !important;
}

#barcodeModal .modal-content {
    min-height: 500px !important;
    min-width: 450px !important;
}

.modal-card-head {
    background-color: #4878b6;
    color: white;
}

.modal-card-foot {
    background-color: white;
    color: black;
}

.modal-card-foot #close {
    background-color: #4878b6;
    color: white;
}

.modal-card-title {
    color: white;
}

.modal-card-foot button {
    min-width: 123.97px !important;
}

.dataTables_paginate {
    float: left !important;
}

.dataTables_length {
    float: right !important;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.red-background {
    background-color: red !important;
    color: white !important;
}

.item:hover {
    color: #23d160;
}

.label__checkbox {
    display: none;
}

.label__check {
    display: inline-block;
    display: flex;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background: white;
    vertical-align: middle;
    margin-right: 20px;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: border 0.3s ease;
    transition: opacity 0.3s 0.1s ease;
    opacity: 0.2;
    color: transparent;
    -webkit-text-stroke: 3px rgba(0, 0, 0, 0.5);
}

to {
    opacity: 1;
    transform: scale(0.3);
}



.new-star {
    position: absolute;
    margin-left: -999em;
}

.label__icon {
    display: inline-block;
    opacity: 0;
}

.label__text {
    display: block;
}

.label__icon:before {
    content: "\2606";
    display: block;
    font-size: 30px;
    cursor: pointer;
}

.new-star:checked+label .label__icon:before,
.label__icon {
    content: "\2605";
}

.new-star:checked+label .label__icon {
    opacity: 1;
}

a:hover .label__icon {
    opacity: 1;
}

.no-button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
}

#submenu {
    display: block;
    position: absolute;
    width: 100%;
    background: #333;
    list-style: none;
    line-height: 2em;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.7s ease-in;
    top: 71px;
    z-index: 1;
}

ul#submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6d9edd;
}

#submenu li {
    float: left;
    margin: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /* color: #fff; */
}

.navbar:hover #submenu {
    max-height: max-content;
}

#submenu a {
    color: #fff;
}

.navbar {
    max-height: max-content !important;
}

.tile.is-child.box.user {
    background: linear-gradient(to right, rgb(252, 74, 26), rgb(247, 183, 51));
    color: white;
}

.tile.is-child.box.pick {
    background: linear-gradient(110.1deg,
            rgb(34, 126, 34) 2.9%,
            rgb(168, 251, 60) 90.3%);
    color: white;
}

.tile.is-child.box.precalc {
    background: linear-gradient(91.1deg,
            rgb(100, 61, 110) 2.9%,
            rgb(212, 192, 217) 90.3%);
    color: white;
}

.tile.is-child.box.receipt {
    background: linear-gradient(88.7deg,
            rgb(205, 33, 42) 10.6%,
            rgb(236, 95, 5) 90%);
    color: white;
}

.tile.is-child.box.carrier {
    background: linear-gradient(89deg,
            rgb(21, 74, 189) 0.1%,
            rgb(26, 138, 211) 51.5%,
            rgb(72, 177, 234) 100.2%);
    color: white;
}

.tablecontainer1 {
    position: absolute;
    /* top: 180px; */
    height: calc(100%);
    width: calc(100%);
}

.tableContainerParent {
    position: absolute;
    /* top: 180px; */
    height: calc(50% - 20px);
    width: calc(100%);
}

.tableContainerChild {
    position: absolute;
    top: calc(50% + 220px);
    height: calc(50% - 100px);
    width: calc(100%);
}

a.nav-link:hover {
    background-color: #6d9edd;
}

#weeklyOpenChart {
    width: 100%;
}

#dailyOpenChart {
    width: 100%;
}


@media screen and (min-width: 1025px) {
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block !important;
    }

    .navbar-item.is-hoverable:focus-within .navbar-dropdown {
        display: none;
    }

    .navbar-item {
        &.has-dropdown {
            .navbar-dropdown {
                display: none;
            }

            &.is-active {
                .navbar-dropdown {
                    display: block;
                }
            }
        }
    }
}

/* @media screen and (min-width: 1900px) {
			div.cc4 p, div.cc4 select, div.cc4 a{
				flex: 1 1 auto;
				width: 100%;
				max-width: 100px;
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow:hidden;
				display:block;
			}

			div.cc5 p, div.cc5 select, div.cc5 a{
				flex: 1 1 auto;
				width: 100%;
				max-width: 100px;
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow:hidden;
				display:block;
			}

			div.cc3 p, div.cc3 select, div.cc3 a{
				flex: 1 1 auto;
				width: 100%;
				max-width: 100px;
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow:hidden;
				display:block;
			}

			div.cc6 p, div.cc6 select, div.cc6 a{
				flex: 1 1 auto;
				width: 100%;
				max-width: 100px;
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow:hidden;
				display:block;
			}

			div.cc2 p, div.cc2 select, div.cc2 a{
				flex: 1 1 auto;
				width: 100%;
				max-width: 100px;
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow:hidden;
				display:block;
			}

		} */

@media (pointer: coarse),
(hover: none) {
    [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
    }

    [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        width: fit-content;
        padding: 3px;
    }
}

div.submit.nav-link.text-white {
    min-height: 100%;
    display: inline-block;
}

.fifty-fifty {
    display: flex;
    flex-wrap: wrap;
}

.fields-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

/* Correctly assign icons to menu items */


.context-menu-item {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    color: #4878b6;
    /* width: 100%; */
    height: 100%;
    text-align: left;
}


.context-menu-item.context-menu-icon-package-icon::before {
    content: "package_2";
    font-family: "Material Symbols Outlined";
}

.context-menu-item.context-menu-icon-local-shipping-icon::before {
    content: "local_shipping";
    font-family: "Material Symbols Outlined";
}

.context-menu-item.context-menu-icon-print-icon::before {
    content: "print";
    font-family: "Material Symbols Outlined";
}

.context-menu-item.context-menu-icon-delete-icon::before {
    content: "delete";
    font-family: "Material Symbols Outlined";
}


/* .context-menu-icon.context-menu-icon-block:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff3860' d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2M9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9zm9 14H6V10h12zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2'/%3E%3C/svg%3E");
}

.context-menu-icon.context-menu-icon-unblock:before {
    padding-top: 5px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234878c6' d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m0 12H6V10h12zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2'/%3E%3C/svg%3E");
}

.context-menu-icon span {
  padding: 10px;
  color: #4878b6;
  font-weight: bold;
  font-family: sans-serif;
}

.context-menu-item:hover {
    background-color: #6d9edd !important
} */

.postnl_logo {
    opacity: 0.30;
    position: fixed;
    float: left;
    left: 50px;
    height: 90%;
}

.switch[type="checkbox"].is-medium.postnl:checked+label::before,
.switch[type="checkbox"].is-medium.postnl:checked+label:before {
    background: orange !important;
}

.hero.is-primary .switch[type="checkbox"].is-medium.postnl {
    color: orange !important;
}