html {
    width: 100%;
}

h1 {
    color: var(--theme-color-1) !important;
}

body {
    overflow-x: hidden !important;
}

    body.show-spinner > main {
        overflow: hidden !important;
    }

    /* Hide everything under body tag */
    body.show-spinner > * {
        opacity: 0;
    }

    /* Spinner */
    body.show-spinner::after {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        border-top-color: rgba(0, 0, 0, 0.3);
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
        position: fixed;
        z-index: 1;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* Disable autofill highlighting */
input:-webkit-autofill {
    -webkit-text-fill-color: var( --primary-color) !important;
    -webkit-box-shadow: 0 0 0 10rem var(--foreground-color) inset !important;
    background-clip: content-box !important;
}

.navbar {
    /*background: transparent !important;*/
    /*    height: 60px !important;*/
    box-shadow: none !important
}

.item-heading {
    font-weight: 500;
    font-weight: bold;
    /*     margin-left: -10px;*/
}

.item-comment {
    color: green;
    font-style: italic;
}

.item-icon-reviewed {
    color: green;
}

.item-icon-not-reviewed {
    color: red;
}

.item-excluded {
    color: red;
}

.item-included {
    color: blue;
}

.card .card-body {
    padding: 0.75rem !important;
    padding-bottom: 0.25rem !important;
}

.btn {
    padding: .5rem .75rem .5rem .75rem !important;
}

body.light a.logo {
    background: url('/img/lightTheme/veguk_full_logo.png');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    height: 60px;
    width: 187px;
}

body.dark a.logo {
    background: url('/img/darkTheme/veguk_full_logo.png');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    height: 60px;
    width: 187px;
}

body.light .icons-betts:before {
    content: '';
    background: url('/img/lightTheme/8048516_tractor_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.dark .icons-betts:before {
    content: '';
    background: url('/img/darkTheme/8048516_tractor_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.light .icons-imports:before {
    content: '';
    background: url('/img/lightTheme/6677661_cargo_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.dark .icons-imports:before {
    content: '';
    background: url('/img/darkTheme/6677661_cargo_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.light .icons-stocks:before {
    content: '';
    background: url('/img/lightTheme/3362278_building_industrial_industry_parcels_stock_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.dark .icons-stocks:before {
    content: '';
    background: url('/img/darkTheme/3362278_building_industrial_industry_parcels_stock_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.light .icons-veg:before {
    content: '';
    background: url('/img/lightTheme/8042325_vegetables_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.dark .icons-veg:before {
    content: '';
    background: url('/img/darkTheme/8042325_vegetables_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.light .icons-pumpkins:before {
    content: '';
    background: url('/img/lightTheme/8042320_pumpkin_1_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.dark .icons-pumpkins:before {
    content: '';
    background: url('/img/darkTheme/8042320_pumpkin_1_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}



body.light .icons-distribution:before {
    content: '';
    background: url('/img/lightTheme/8409602_lorry_transportation_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.dark .icons-distribution:before {
    content: '';
    background: url('/img/darkTheme/8409602_lorry_transportation_icon.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.light .icons-accounts:before {
    content: '';
    background: url('/img/lightTheme/accounts.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.dark .icons-accounts:before {
    content: '';
    background: url('/img/darkTheme/accounts.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.light .icons-accounts-sales-ledger:before {
    content: '';
    background: url('/img/lightTheme/sales_ledger.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.dark .icons-accounts-sales-ledger:before {
    content: '';
    background: url('/img/darkTheme/sales_ledger.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.light .icons-accounts-purchase-ledger:before {
    content: '';
    background: url('/img/lightTheme/purchase_ledger.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

body.dark .icons-accounts-purchase-ledger:before {
    content: '';
    background: url('/img/darkTheme/purchase_ledger.png');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.dx-selection td {
    background-color: var(--theme-color-2) !important;
    color: var(--foreground-color) !important;
}
.menu .main-menu ul li a {
    height: 85px !important;
 
}