:root {
     --primary: #fdea14;
     --secondary: #348b41;
}

a:hover {
    color: var(--secondary);
    text-decoration: none;
}

h1, h2, h3 {
    font-family: 'Heebo', sans-serif;
    color: var(--secondary);
    text-transform: uppercase;
}

.progress-header.concrete {
    background-color: var(--secondary);
}

.progress-header.concrete h1, .progress-header.concrete .breadcrumb li {
    color: var(--primary) !important;
}

a, p, span, h4, h5, h6, li, .markdown-container {
   font-family: 'Heebo', sans-serif;
}

p {
   font-size: 1.2rem;
   font-family: 'Heebo', sans-serif;
}

.map-popup-footer .btn.btn-primary {
    background-color: #348b41;
}

.map-popup-footer .btn.btn-primary:hover {
    background-color: #1e5527;
}

.map-popup-footer .btn.btn-primary {
    background-color: #348b41;
}

.map-popup-footer .btn.btn-primary:hover {
    background-color: #348b41;
}

.landing-root {
    padding: 10px;
    background: #fff;
    font-family: 'Heebo', sans-serif;
}

.landing-root .btn {
    padding: .75em 30px calc(.75em - 1px);
    font-size: 1.2rem;
    font-family: 'Heebo', sans-serif;
    background-color: transparent;
    text-transform: uppercase;
}

.landing-root .btn:hover {
    background-color: #348b41;
    color: #fff;
    text-decoration: none;
}

.landing-root a:active, a:hover {
    outline-width: 0;
}

.landing-root .list-panel.inverse {
    padding: 20px 16.5px 20px 16.5px;
}

.list-panel.inverse .btn:hover {
    background-color: white;
    color: #348b41;
}

.landing-root h3 {
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #348b41;
    text-transform: uppercase;
    font-size: 2.1rem;
}

.landing-root .landing-layout {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.landing-root .landing-left,
.landing-root .landing-right {
    flex: 1;
    min-width: 0;
}

.landing-root .landing-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.landing-root .landing-cell {
    min-height: 0;
}

.landing-root .list-panel {
    min-height: 284px;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0px;
}

.landing-root .panel-inner {
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: space-between;
    overflow: hidden;
}

.landing-root .panel-inner .flex-col {
    margin-right: 0px;
}

.landing-root .panel-text {
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.landing-root .landing-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.landing-root .landing-right-top {
    height: 578px;
    border-radius: 15px;
    overflow: hidden;
}

.landing-root .landing-filler-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-root .landing-right-bottom {
    min-height: 320px;
}

.landing-root .landing-signin-panel .panel-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem;
}

.landing-root .landing-signin-text,
.landing-root .landing-signin-subtext {
    max-width: 28rem;
    margin: 0;
}

.landing-root .landing-signin-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.landing-root .landing-signin-panel {
    padding-bottom: 0px;
}

.landing-root .landing-or-text {
    margin: 0;
}

.landing-root .singin-action .inline {
    margin-right: 10px;
}

@media (max-height: 800px) {
    .landing-root .landing-icon {
        width: 68px;
        height: 68px;
    }

    .landing-root .panel-inner {
        padding: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .landing-root .landing-layout {
        flex-direction: column;
    }

    .landing-root .landing-left,
    .landing-root .landing-right {
        width: 100%;
    }

    .landing-root .landing-panels {
        grid-template-columns: 1fr;
    }

    .landing-root .list-panel {
        height: auto;
        min-height: 17rem;
    }
    .landing-root .landing-right {
        display: block;
    }

    .landing-root .landing-right-top {
        display: none;
    }

    .landing-root .landing-right-bottom {
        min-height: 0;
        margin-top: 10px;
    }

    .landing-root .landing-signin-panel {
        min-height: 17rem;
        margin-top: 10px;
    }

    .landing-root .landing-signin-panel .panel-inner {
        padding: 2rem 1.5rem;
    }

    .landing-root .landing-right-bottom {
        min-height: 0;
        margin-top: 10px;
        padding-top: 16px;
        position: relative;
    }

    .landing-root .landing-right-bottom::before {
        content: "";
        display: block;
        height: 6px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: repeating-linear-gradient( -45deg, #328734 0 42px, #FCE917 42px 84px );
    }
}

.landing-root .sign-in-action {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.landing-root .sign-in-action .inline {
    margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 1876.98px) {
    .landing-root .panel-text {
        display: none;
    }

    .landing-root .landing-signin-panel .panel-text {
        display: block;
    }
}

.landing-root .landing-signin-panel p {
    font-size: 1.3rem;
}

/* HEADER / NAV BAR */
#header-bottom {
    background-color: var(--primary);
    color: var(--secondary) !important;
    font-weight: 700;
}

#header-bottom .container {
    padding: 0;
}

#header-bottom .row {
    margin-left: 0;
    margin-right: 0;
}

/* Head menu bar */
#head-menu {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    height: 60px !important;
}

#head-menu .block:last-child {
    flex-grow: 2;
    text-align: right;
}

/* Large (desktop) nav */
#header-bottom .large-nav {
    display: flex;
    justify-content: space-between;
}

#header-bottom .large-nav .nav-item {
    background-color: var(--primary);
    color: var(--secondary);
    font-weight: 700;
    padding: 21px 15px;
    cursor: pointer;
}

#header-bottom .large-nav .nav-item a:hover {
    color: var(--secondary) !important;
}

#header-bottom .large-nav .nav-item:hover {
    background-color: #dece17 !important;
}

/* Right-justified account/basket strip */
.sign-out-addon {
    justify-content: right;
    text-transform: uppercase;
}

/* Mobile nav specifics */
#head-menu .mobile-nav .nav-item {
    text-align: left;
}

#header-bottom .mobile-nav .nav {
    justify-content: flex-end;
}

.large-nav .nav-description {
    align-items: center;
}

.nav-description {
    align-content: center;
    display: flex;
}

.mobile-nav .sign-out-addon {
    gap: 20px;
    color: var(--secondary);
}

.mobile-nav .sign-out-addon a:hover {
    color: var(--secondary) !important
}

/* Responsive visibility */
@media screen and (max-width: 1081px) {
    .large-nav {
        display: none !important;
    }

    #head-menu {
        flex-direction: column;
        align-items: stretch;
    }

    #head-menu .block {
        text-align: center;
    }

    .nav-description {
        margin-top: 40px;
    }

    .sign-out-addon {
        margin-top: -20px;
    }
}

@media screen and (max-width: 901px) {
    .nav-item span {
        display: none;
    }
}

@media screen and (max-width: 437px) {
    .phone-nav {
        display: none;
    }
}

@media screen and (max-width: 363px) {
    .account-nav {
        display: none;
    }
}

@media screen and (min-width: 1082px) {
    .mobile-nav {
        display: none;
    }

    .nav-description {
        max-width: 20.8%;
    }
}

#postcode-form .kwc-rt {
    
}

#postcode-form .kwc-rt ol {
    list-style: auto;
    padding-left: 25px;
    margin-top: 10px;
}

#postcode-form .address-selection-content .list-panel.yellow {
    border-radius: 15px;
}

#waste-form .list-panel h4 {
    text-transform: uppercase;
    color: var(--secondary);
}

.skip-placement-option:hover {
    background-color: #d2d0d0 !important;
}

.skip-placement-selected {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--secondary) !important;
}

.skip-placement-selected:hover {
    background-color: #e5d522 !important;
}

.skip-placement-selected .h5 {
    color: var(--secondary) !important;
}

.full-page-overlay .dialog-container {
    border-radius: 10px;
}

.full-page-overlay .dialog-container .dialog-title {
    background-color: var(--primary);
    border-radius: 10px 10px 0px 0px;
}

.full-page-overlay .dialog-container .dialog-title h3 {
    color: var(--secondary) !important;
}

.msg-panel-close {
    border-radius: 0px 10px 0px 0px;
}

.list-panel {
    border-radius: 15px;
}

#waste-form .kwc-rt {
    margin-bottom: 45px;
}

#disallowed-items-dialog h3 {
    visibility: hidden;
    position: relative;
}

#disallowed-items-dialog h3::after {
    content: "EXCLUDED ITEMS";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}

.disallowed-tile {
    background-color: #db4d0c;
}


.disallowed-tile::before {
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 100px;
    height: 27px;
    width: 27px;
    text-align: center;
    align-self: center;
    font-size: 14px;
    border-radius: 50%;
    padding: 7px;
    content: "\f00d";
    color: #db4d0c;
    z-index: 1;
}

.kwc-shcn h4, .kwc-shcn h5, .wheely-bins {
    text-transform: uppercase;
    color: var(--secondary);
}

.skip-hire-journey .kwc-shci,
.skip-hire-journey .kwc-shcnci {
    overflow: visible !important;
    position: relative;
    width: 82px;
    height: 82px;
    cursor: pointer;
    align-self: center;
}

.skip-hire-journey .kwc-shci img,
.skip-hire-journey .kwc-shcnci img {
    width: 82px;
    height: 82px;
    object-fit: contain;
    opacity: 0;
}

.skip-hire-journey .kwc-shci::before,
.skip-hire-journey .kwc-shcnci::before {
	content: "";
	display: block;
	width: 82px;
	height: 82px;
	background-image: url("/image/skip-dimensions.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	inset: 0;
	pointer-events: none;
        transition: transform 0.2s ease;
}

.skip-hire-journey .kwc-shci:hover::before,
.skip-hire-journey .kwc-shcnci:hover::before {
    transform: scale(1.1);
}

.dialog-panel.kwc-dlg.skip-dimensions-dialog {
    width: min(90vw, 900px) !important;
    max-width: 90vw !important;
    left: 50% !important;
    margin-left: 0 !important;
    transform: translateX(-50%) !important;
    top: 30%;
    border-radius: 15px;
}

.skip-dimensions-dialog-image-wrap {
	text-align: center;
}

.skip-dimensions-dialog-image-wrap img {
	width: 100% !important;
	max-width: 850px !important;
	max-height: 80vh !important;
	height: auto !important;
	object-fit: contain;
}

.skip-dimensions-dialog .kwc-dlgt {
    width: 100%;
    background-color: var(--primary);
    border-radius: 15px 15px 0px 0px;
    padding: 20px 15px;
    height: 65px;
}

.skip-dimensions-dialog .kw-dlga {
    position: absolute;
    top: -2px;
    right: 0;
    height: 65px;
    border-radius: 0px 15px 0px 0px;
    background-color: var(--primary);
    border: none;
    color: var(--secondary);
    box-shadow: none !important;
}

.skip-dimensions-dialog .kw-dlga:hover {
    background-color: rgba(0, 0, 0, .35);
    color: white;
}

.skip-dimensions-dialog .btn-tray {
    margin: -2em 0px 0px 0px;
}

.kwc-pwiqi input, .kwc-eiqi input {
    background-color: white;
    min-height: 40px;
}

.kwc-pwin h4, 
.kwc-ein h4,
.kwc-shrot h4,
.kwc-shropwt h4,
.kwc-shroet h4,
#review-form h4,
#checkout-payment h4 {
    text-transform: uppercase;
    color: var(--secondary);
}

.kwc-pwip h4, .kwc-pwipv h4, .kwc-eip h4, .kwc-eipv h4 {
    font-size: 15px;
}

@media (max-width: 1040px) {
    .kwc-shcnnd p {
        display: none;
    }
}

.allowed-tile, .kwc-eit {
    background-color: #f0f0f0;
    color: black;
    border-radius: 10px;
}

.kw-pwda,
.kw-eda,
#review-form .btn-primary,
.kw-shropwa,
.kw-shroea,
.kw-con,
#kw-cydn,
#checkout-payment .btn-primary,
.kwc-pagb,
#quantity-form .btn-primary,
#hirePeriod-form .btn-primary,
.postcode-go,
#online-order-container .btn-primary
 {
    background-color: var(--secondary) !important;
    border-color:  var(--secondary) !important;
    box-shadow: none !important;
    color: white;
}

.kw-pwda:hover,
.kw-eda:hover,
#review-form .btn-primary:hover,
.kw-shropwa:hover,
.kw-shroea:hover,
.kw-con:hover,
#kw-cydn:hover,
#checkout-payment .btn-primary:hover,
.kwc-pagb:hover,
#quantity-form .btn-primary:hover,
#hirePeriod-form .btn-primary:hover,
.postcode-go:hover
#online-order-container .btn-primary:hover
 {
    background-color: #1d4f25 !important;
}

#checkout-form .alt {
    color: black;
    font-weight: 700;
}

.info-block {
    background-color: var(--primary);
    color: var(--secondary);
}

.badge-success h2 {
    color: var(--primary);
}

th.sortable.kwc-tsh:hover {
    background-color: rgba(253, 234, 20, 0.2) !important;
    border-bottom-color: var(--primary) !important;
}

.kwc-tshiu, .kwc-tshid {
    color: var(--secondary) !important;
}

.concrete ul.breadcrumb li a {
    color: var(--primary);
}

.icon-measure-depth::before,
.icon-measure-width::before,
.icon-measure-length::before,
.icon-measure-volume::before {
    content: "";
    display: inline-block;
    width: 82px;
    height: 82px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.icon-measure-depth::before {
    background-image: url("/image/measure01.png");
}
.icon-measure-width::before {
    background-image: url("/image/measure02.png");
}
.icon-measure-length::before {
    background-image: url("/image/measure03.png");
}
.icon-measure-volume::before {
    background-image: url("/image/measure04.png");
}

#quantity-form .list-panel.tight h4 {
    text-transform: uppercase;
    color: var(--secondary);
}
#quantity-form .list-panel.tight.highlight h4, #quantity-form .list-panel.tight.highlight {
    color: var(--primary) !important;
}
.kwc-cttpumpr {
    align-self: center;
}

.radio-button-strip label:hover input[type="radio"]:not(:checked) + span {
   background-color: var(--primary);
   color: var(--secondary);
}
#ko-settings-context .radio-button-strip label:hover input[type="radio"]:not(:checked) + span {
  background-color: var(--primary);
}
.radio-button-strip label [type=radio]:checked + span:hover,
.radio-button-strip label [type=radio]:active + span:hover,
.radio-button-strip label [type=radio]:focus + span:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: white;
  text-decoration: none;
}

.customcheck-label:hover > .customcheck:not(:checked) ~ .customcheck-o {
  background-color: var(--primary);
}

.customcheck,
.customcheck:active ~ .customcheck-o,
.customcheck:focus ~ .customcheck-o {
    border-color: var(--secondary);
}

.customcheck-label:hover {
    cursor: pointer;
}

.customcheck ~ .customcheck-o .fa-check {
    left: 3px;
}