@font-face {
    font-family: GothamRoundedBold;
    src: url(/fonts/GothamRoundedBold.otf);
}

@font-face {
    font-family: GothamRoundedLight;
    src: url(/fonts/GothamRoundedLight.otf);
}

@font-face {
    font-family: GothamRoundedLightItalic;
    src: url(/fonts/GothamRoundedLightItalic.otf);
}

@font-face {
    font-family: GothamRoundedMedium;
    src: url(/fonts/GothamRoundedMedium.otf);
}

@font-face {
    font-family: GothamRoundedMediumItalic;
    src: url(/fonts/GothamRoundedMediumItalic.otf);
}

@font-face {
    font-family: GothamRoundedBook;
    src: url(/fonts/GothamRnd-Book.otf);
}




html {
    font-size: 14px;
    font-family: GothamRoundedBook;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: GothamRoundedBook;
    color: #64675C;
    position: relative;
    background: #f7f7f7;
}

h1 {
    font-family: GothamRoundedMedium;
    color: #64675C;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-family: GothamRoundedMedium;
    color: #64675C;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

textarea {
    border-radius: 25px;
    font-family: GothamRoundedBook;
}

    textarea:focus {
        outline: none;
    }

select, option {
    font-family: GothamRoundedBook !important;
}

a {
    color: #005250;
}

    a.secondary {
        color: #cad400;
    }

.row {
    width: 100% !important;
}

.mainContainer {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    display: block;
    padding: 0;
    margin: auto;
    font-family: GothamRoundedBook;
    color: #64675C;
    font-size: 14px;
}

.greyBackground {
    background: #d9d9d9;
}

.youNextOrderTitle {
    margin-bottom:20px;
}

/*form styles*/
a:hover {
    /*opacity: 0.6;*/
    color: unset;
}

.rounded-checkbox {
    width: 26px;
    height: 26px;
    /*border-radius: 50%;*/
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid #005250;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .rounded-checkbox:checked {
        appearance: auto;
        border-radius: 5px;
        /*clip-path: circle(50% at 50% 50%);*/
        accent-color: #005250;
    }

.rounded-checkbox2 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid white;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background: white;
}

    .rounded-checkbox2:checked {
        appearance: auto;
        clip-path: circle(50% at 50% 50%);
        accent-color: #005250;
    }



.formField {
    width: 100%;
    padding: 8px;
    border-radius: 40px;
    background: white;
    border: none;
    margin-bottom: 10px;
}

.formButton {
    width: 100%;
    padding: 8px;
    background: #4bb493;
    border: none;
    border-radius: 5px;
}

.loginLogo {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 250px;
}

.loginText {
    margin-bottom: 5px;
    font-size: 12px;
    color: #cad400;
}

.loginTitle {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #cad400;
    font-family: GothamRoundedBold;
}

.loginStrap {
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}

.loginGreyStrap {
    background: #d9d9d9;
    font-family: GothamRoundedBold;
    font-size: 12px;
    color: #64675C;
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 50px;
    text-align: center;
    padding-top: 5px;
}

.whiteLink {
    display: block;
    color: white;
    margin: 30px 0 0px 0;
    text-decoration: none;
}
.whiteBg {
    background: white;
}
.whiteText {
    color: white;
}

.textLine {
    height: 1px;
    display: block;
    background-color: white;
    position: relative;
    width: 100%;
    margin: 30px auto;
}

    .textLine:after {
        content: 'Or';
        position: absolute;
        padding: 0px 20px;
        background-color: #005250;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

.registerStrap {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
}

a.formButton {
    text-decoration: none;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.contentlayer.greenModal {
    background-color: #005250;
}

.modalTitle {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #cad400;
    font-family: GothamRoundedBold;
    margin-bottom: 20px;
}

.modalButton {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    border: 2px solid white;
    line-height: 38px;
    min-width: 250px;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
}

a.modalButton {
    color: unset;
}

.passwordValidation .red {
    color: #ff5050;
}

.passwordValidation .green {
    color: #cad400;
}

#regOrder {
    width: 100%;
    border-collapse: collapse;
}

    #regOrder thead th {
        color: #cad400;
        text-align: left;
    }

    #regOrder tbody td, #regOrder tfoot td {
        text-align: left;
        padding: 10px 5px;
    }

        #regOrder thead th:nth-child(2), #regOrder tbody td:nth-child(2) {
            width: 80px;
            text-align: center;
        }

        #regOrder thead th:nth-child(3), #regOrder tbody td:nth-child(3) {
            width: 100px;
            text-align: right;
        }

    #regOrder tfoot td {
        border-top: 1px solid #cad400;
    }

        #regOrder tfoot td:nth-child(2) {
            color: #cad400;
        }
/*.modalButton:hover{ background-color: white; color: #005250; }*/
.contentlayer.greenModal .closeModal {
    color: black;
}
/*end form styles*/
/*header layout*/
.mainHeader {
    width: 100%;
    height: 126px;
    background: white;
}

.headerWrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 10px 25px 10px 0;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
}

.headerAccount {
    text-align: right;
    font-family: GothamRoundedLight;
    font-size: 12px;
    position: relative;
    padding-top: 30px;
}

    .headerAccount a {
        color: #64675C;
    }

.headerStrip {
    padding: 3px;
    width: 100%;
    background: #cad400;
    font-size: 15px;
    font-family: GothamRoundedMedium;
}

    .headerStrip a {
        color: #64675C;
        text-decoration: none;
    }

.headerGrid {
    display: grid;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: auto auto auto auto auto auto auto max-content;
    padding-top: 9px;
    padding-bottom: 9px;
}

    .headerGrid a:hover {
        color: white;
    }

.topBell {
    width: 25px;
    margin-right: 25px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.topNotifications {
    width: 20px;
    height: 20px;
    padding: 0px;
    background: red;
    border-radius: 10px;
    position: absolute;
    color: white;
    text-align: center;
    font-family: GothamRoundedMedium;
    top: -3px;
    left: -5px;
    border: 2px solid white;
    font-size: 12px;
}

.notificationNumber {
    position: absolute;
    top: -3px;
    color: white;
    left: -6px;
    width: 20px;
    text-align: center;
    font-weight: bold;
}

.accountCircle {
    display: inline-block;
}

.refreshPage {
    position: absolute;
    top: 30px;
    right: 110px;
    cursor: pointer;
}
/*end header*/

/*start footer*/
.mainFooter {
    background: #005250;
    padding: 20px 0 5px 0;
    color: white;
    font-size: 14px;
    width: 100%;
}

.bottomStrip {
    width: 100%;
    height: 8px;
    background: #cad400;
}

.footerContents {
    display: grid;
    grid-template-columns: auto auto 300px;
    font-family: GothamRoundedLight;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.disabledText {
    color: #c7c9ca;
}
.gryButton {
    background: #c7c9ca !important;
}

.boldText {
    font-family: GothamRoundedMedium;
}

.emailContainer {
    width: 25px;
    display: inline-block;
    height: 40px;
    vertical-align: text-top;
}

.greenCircle {
    background: #cad400;
    width: 24px;
    height: 24px;
    border-radius: 12px;
}

.whiteCircle {
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 12px;
}

.localTeam {
    display: inline-block;
    margin-top: 3px;
}

.circleIcon {
    width: 18px;
    margin-top: 1px;
    margin-left: 3px;
}

.middleCircleIcon {
    margin-top: 1px;
    margin-left: 4px;
    display: inline;
}

.middleIcons {
    width: 16px;
    display: inline-block;
}

.footerDate {
    font-family: GothamRoundedLight;
    font-size: 16px;
    color: #cad400;
}

.footerButton {
    background: white;
    width: 150px;
    display: inline-block;
    padding: 3px;
    border-radius: 12px;
    text-decoration: none;
    color: black;
    font-family: GothamRoundedMedium;
    margin-top: 12px;
}

    .footerButton:hover {
        background: #cad400;
        color: #005250;
    }

.greyFooter {
    color: #005250;
    width: 100%;
    background: white;
    margin-top: 20px;
    padding-top: 8px;
}

.greyFooterContents {
    display: grid;
    grid-template-columns: auto auto auto;
    font-family: GothamRoundedMedium;
    font-size: 18px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    height: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}

.greyMargin {
    padding-top: 15px;
}

.greenButton {
    background: #4bb493;
    color: white;
    padding: 5px;
    font-size: 14px;
    width: 170px;
    display: inline-block;
    margin: auto;
    font-family: GothamRoundedMedium;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 0 !important;
}

.theftPanel {
    background: #4bb493;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    font-family: GothamRoundedMedium;
    font-size: 20px;
    display: block;
    text-decoration:none;
}
    .theftPanel:hover {
        color: white;
    }
.whiteTheft {
    width:30px;
}

.darkGreenButton {
    background: #005953;
}

.greenButton:hover {
    color: white !important;
}

.submitButton {
    background: #005250;
    color: white;
    padding: 5px;
    font-size: 12px;
    width: 170px;
    display: inline-block;
    margin: auto;
    font-family: GothamRoundedMedium;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: 0;
}

    .submitButton:hover {
        background: #cad400;
        color: #005250;
    }

    .submitButton:disabled, .submitButton:disabled:hover {
        background: #c0c0c0;
        color: #fff;
        cursor: default;
    }

.bellContainer {
    position: relative;
    width: 30px;
    margin: auto;
    padding: 0;
    margin: auto;
}

.bigBellNotify {
    position: absolute;
    font-size: 12px;
    top: 5px;
    left: -8px;
    text-align: center;
    width: 10px;
    color: white;
    background: red;
    border: 2px solid #d9d9d9;
    width: 21px;
    border-radius: 12px;
}

.centerGreyPanel {
    border-right: 2px solid #f7f7f7;
    border-left: 2px solid #f7f7f7;
}

.footerLink {
    text-decoration: none;
    color: white;
}

    .footerLink:hover {
        text-decoration: none;
        color: white;
    }



/*end footer*/

/* start mobile nav */
.mobNavContainer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #cad400;
    display: none;
    z-index: 10000;
    padding: 20px;
    min-height: 650px;
}

.mobileLogo {
    width: 180px;
}

.mobMenu {
    font-family: GothamRoundedBold;
    font-size: 30px;
    color: white;
    margin-bottom: 10px;
}

.mobNavLink {
    text-decoration: none;
    color: #005250;
    font-family: GothamRoundedMedium;
}

    .mobNavLink:hover {
        color: black;
    }

.mobNavItem {
    padding: 10px 10px 10px 0px;
    border-bottom: 2px solid white;
}

.mobBellContainer {
    position: absolute;
    top: 40px;
    right: 130px;
}

.mobBell {
    width: 30px;
}

.mobNotify {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 35px;
    right: 145px;
    background: red;
    color: white;
    padding: 0px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid white;
}
/* end mobile nav */


/* responsive*/
.hideBig {
    display: none;
}

@media only screen and (max-width: 440px) {
    body {
        padding: 0px !important;
    }

    .mainContainer {
        padding: 0px !important;
    }

    .homeMaiinColumn {
        padding: 0 !important;
    }

    .nextOrdergreen {
        margin: 0px !important;
        padding: 0px !important;
    }
}

@media only screen and (min-width: 766px) {
    .mobNavContainer {
        display: none !important;
    }
}


@media only screen and (max-width: 816px) {
    body {
        padding: 0px;
        background-position-y: 120px;
    }

    .hideSmall {
        display: none !important;
    }

    .hideBig {
        display: block;
    }



    .mainContainer {
        padding-left: 20px;
    }

    .bottomStrip {
        height: 12px;
    }

    .mobFooter {
        background: #005250;
        color: white;
        font-size: 20px;
        width: 100%;
        margin: 0px;
    }

    .mobFooterText {
        padding-top:20px;
        padding-bottom:20px;
        width: 300px;
        margin: auto;
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
    }

    .mobFooterCircle {
        width: 30px;
        height: 30px;
        display: inline-block;
        background: #cad400;
        border-radius: 18px;
        position: relative;
    }

    .footerMailIcon {
        width: 23px;
        position: absolute;
        top: -1px;
        left: 4px;
    }

    .smallHeaderContainer {
        position: relative;
        width: 100%;
        margin: 0;
        border-bottom: 3px solid #cad400;
        padding: 20px;
    }

    .hamburgerContainer {
        position: absolute;
        width: 90px;
        background: #005250;
        height: 50px;
        top: 30px;
        right: 0px;
        border-radius: 30px 0 0 30px;
        cursor: pointer;
        z-index: 20000;
        font-family: none;
    }

    .hamburger {
        position: absolute;
        width: 35px;
        cursor: pointer;
        top: 45px;
        right: 37px;
        z-index: 30000;
    }

    .customerGrid {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1220px) {
    .footerContents {
        padding-left: 20px;
        padding-right: 20px;
    }

    #bigScreenLogo {
        margin-left: 20px;
    }

    .headerStrip {
        padding-left: 20px;
    }

    /*.headerAccount {
            padding-right: 20px;
        }*/

    .mainContainer {
        padding-left: 20px;
    }
}
/*end responsive*/


/* small rhs panels */
.rhs {
    text-align: center;
    padding-left: 30px;
    padding-top: 20px;
}

.sidePanel {
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    background: White;
    overflow: hidden;
}

.nextOrderInfo {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.lhsOrderPanel {
    color: #005250;
    font-family: GothamRoundedMedium;
}

.nextOrderDays {
    border-radius: 25px;
    background: #005250;
    color: white;
    width: 100%;
    padding: 10px;
}

.numDays {
    font-size: 16px;
    color: #cad400;
    font-family: GothamRoundedMedium;
}

.nextOrderPanelTable {
    width: 100%;
    margin-bottom: 20px;
}

    .nextOrderPanelTable td {
        padding: 7px 0 7px 0;
    }

.nextOrderPanelTableTotal {
    border-top: thin solid #cad400;
    border-bottom: thin solid #cad400;
}
/*end  small rhs panels*/

/* driver panel */
.driverPanel {
    background: #cad400;
    border-radius: 25px;
    width: 100%;
    padding: 20px;
    display: inline-grid;
    grid-template-columns: 170px auto;
    margin-bottom: 20px;
}

.driverPhotoContainer {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    border: 3px solid white;
    background-position: center;
    background-color: #cccccc;
    background-size: cover;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.driverInfo {
    color: #005250;
    font-family: GothamRoundedMedium;
}

.mainPageSubHeading {
    width: 100%;
    text-align: center;
    color: white !important;
}

.driverPill {
    font-size: 16px;
    padding: 10px;
    background: white;
    border-radius: 25px;
    margin-top: 20px;
    color: #64675C;
    font-family: GothamRoundedBook;
}

.driverPanel2 {
    background: #cad400;
    border-radius: 25px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    height: auto;
    position: relative;
}

.driverPhotoContainer2 {
    /*  position:absolute;
        left:0px;
        right:0px;*/
    width: 150px;
    height: 150px;
    border-radius: 75px;
    border: 3px solid white;
    background-position: center;
    background-color: #cccccc;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    z-index: 10000;
    margin-right: 20px;
}

.noDriver {
    font-size: 16px;
    background: white;
    padding: 10px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #005250;
    max-width: 300px;
    font-family: GothamRoundedMedium;
    margin-top: 30px;
    vertical-align: middle;
    margin: auto;
}

@media screen and (max-width: 536px) {
    .noDriver {
        margin-top: 18px !important;
    }

    .driverPhotoContainer2 {
        margin-right: 0px !important;
    }

    .homePanel {
        margin: auto !important;
    }

    .mainPageSubHeading {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .noDriver {
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 378px) {
    .noDriver {
        font-size: 14px;
    }
}

/* end driver panel  */

/* notification boxes */
.notificationBox {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 25px;
    margin-top: 20px;
}

.notificationPill {
    position: absolute;
    top: 15px;
    right: 50px;
    width: 85px;
    padding: 5px;
    text-align: center;
    border-radius: 15px;
}

.notificationRubbish {
    position: absolute;
    right: -10px;
    top: -10px;
    box-shadow: 0 0 5px 5px #d9d9d9;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 20px;
    border: 2px solid #005250;
}

.deleteAllNotificationButton {
    top: 90px !important;
}

.notificationBoxTitle {
    margin-top: 20px;
    font-family: GothamRoundedMedium;
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
    color: #005250;
}

.notificationTime {
    position: absolute;
    font-size: 10px;
    top: 15px;
    left: 20px;
    color: #808080;
}

.notificationBin {
    position: absolute;
    top: 0px;
    right: 3px;
}
/* end notification boxes */

/* order history modal */
.darklayer {
    position: fixed;
    background: black;
    opacity: 0.6;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
}

.contentlayer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    min-width: 300px;
    max-width: 600px;
    z-index: 10001;
    box-shadow: 0px 0px 20px 0px #000;
    background: white;
    display: none;
    padding: 20px;
    border-radius: 25px;
}

.cancelContentlayer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    min-width: 300px;
    max-width: 600px;
    z-index: 10001;
    box-shadow: 0px 0px 20px 0px #000;
    background: #005250;
    display: none;
    padding: 20px;
    border-radius: 25px;
    color: white;
}

.greenText {
    color: #cad400;
}

.greenTitle {
    font-size: 20px;
    color: #cad400;
    font-family: GothamRoundedMedium;
    position: relative;
    text-align: center;
}

.reasonText {
    color: #cad400;
    font-size: 12px;
}

.greyText {
    color: #64675C !important;
}

.closeModal {
    position: absolute;
    right: -3px;
    top: -3px;
    background: white;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 20px 0px #000;
    font-family: GothamRoundedMedium;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    line-height: 20px;
}

.orderModalContent {
    width: 100%;
}

.orderDetailsPanel {
    background: #005250;
    color: white;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    font-size: 12px;
}

.orderDetailsHeader {
    color: #cad400;
    font-size: 16px;
    font-family: GothamRoundedMedium;
}

.orderDetailsTable {
    overflow-y: auto;
    max-height: 350px;
    width: 100%;
}

    .orderDetailsTable table {
        width: 100%;
        margin-top: 20px;
    }

    .orderDetailsTable th {
        color: #cad400;
        font-family: GothamRoundedBook;
    }

.priceColumn {
    text-align: right;
    width: 80px;
}

.orderDetailsTable td {
    padding: 5px 0px 5px 0px;
}

.orderDetailsTable tr:hover {
    color: #cad400;
}

.orderDetailsFooterRow {
    border: 1px solid white;
    border-left: 0px;
    border-right: 0px;
}

.orderDetailsFooterUsoRow {
    border: 1px solid white;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.orderDetailsQuantity {
    text-align: center;
    width: 80px;
}

.orderTableTotal {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    border-top: 1px solid #cad400;
    border-bottom: 1px solid #cad400;
    color: white;
    padding: 5px 0px 5px 0px;
    margin-bottom: 40px;
}

.orderInvoiceNumber {
    position: absolute;
    bottom: 23px;
    left: 20px;
}

.orderInvoiceLabel {
    color: #cad400;
}

.orderPaid {
    padding: 3px;
    border-radius: 25px;
    background: white;
    text-align: center;
    width: 80px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #005250;
}
/* end order history modal */
/* customer page */
.customerGrid {
    display: inline-grid;
    width: 500px;
    grid-template-columns: auto auto;
    margin-top: 20px;
}

.customerGreenText {
    font-family: GothamRoundedMedium;
    color: #005250;
}
.contactToChangeButton {
    margin-left:15px;
}



.customerGrid .grid-item {
    margin-bottom: 20px;
}

.greenButton {
    text-align: center;
}
/* end customer page */



/* contact page */



.lineItemsPlus {
    top: 2px !important;
    left: 2px;
}

.contactGrid {
    display: inline-grid;
    grid-template-columns: 30px auto;
}

.contactTitle .boldText {
    color: #005250 !important;
}

.emailGray a {
    color: #64675C !important;
}

.contactForm .formField {
    border: thin solid #d9d9d9 !important;
}
/* end contact page */

/* standing order */

.addProducts {
    left: 5px;
    top: 5px !important;
}

.addProductsPill {
    background: #005250 !important;
}

.addProductsButton {
    background: white;
    color: #005250;
    padding: 5px;
    font-size: 12px;
    width: 170px;
    display: inline-block;
    margin: auto;
    font-family: GothamRoundedMedium;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: thin solid #005250;
    position: relative;
    text-align: center;
    display: inline-block;
}

.cancelButton {
    background: white;
    color: #ff5050;
    padding: 5px;
    font-size: 12px;
    width: 170px;
    display: inline-block;
    margin: auto;
    font-family: GothamRoundedMedium;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: thin solid red;
    position: relative;
    text-align: center;
    display: inline-block;
}

.orderButtonGrid {
    display: grid;
    grid-template-columns: auto auto;
}

.standingHeader {
    background: #005250;
    color: white;
    padding: 5px;
    font-family: GothamRoundedMedium;
}

.standingZebra tr:nth-child(even) {
    background-color: #f2f2f2;
}

.standingTable {
    margin-top: 28px;
    margin-bottom: 20px;
    width: 100%;
}

    .standingTable td, .standingTable th {
        padding: 10px;
    }

.qtyPill {
    position: relative;
    background: #64675C;
    color: white;
    border-radius: 25px;
    width: 80px;
    height: 30px;
    margin: auto;
}

.buttonPill {
    background: white;
    width: 23px;
    height: 23px;
    border-radius: 25px;
    position: absolute;
    cursor: pointer;
}

.minusPill {
    top: 3px;
    left: 3px;
}

.plusPill {
    top: 3px;
    right: 3px;
}

.greyMinus {
    position: absolute;
    top: -13px;
    left: 7px;
    width: 18px;
    cursor: pointer;
}

.greyPlus {
    position: absolute;
    top: 0px;
    right: 4px;
    width: 18px;
    cursor: pointer;
}

.whitePlus {
    position: absolute;
    top: 2px;
    left: 3px;
    width: 25px;
    cursor: pointer;
}

.cancelContainer {
    margin: 20px 0 20px 0;
}


.qtyNumber {
    color: white;
    position: absolute;
    left: 28px;
    width: 25px;
    top: 6px;
}
/* end standing order */

/* next order page */
.cancelSubmit {
    border: thin solid #cad400;
}
.yourNextOrder {
    margin-top: 40px;
}

.nextOrderTable {
    margin-top: 25px;
}

.roundel {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border: 2px solid #cad400;
    background: white;
    border-radius: 50px;
}

.roundelBullseye {
    position: absolute;
    left: 6px;
    top: 5px;
    width: 70px;
}

.confirmOrderContainer {
    background: white;
    margin: 20px 0 20px 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    border-radius: 25px;
    padding: 20px;
}

/* end next order page */

/* home page */
.homePanel {
    background: #005250;
    color: white;
    width: 100%;
    border-radius: 25px;
    padding: 20px 10px 85px 10px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px !important;
    position: relative;
}

.calendarImage {
    width: 100px;
    margin-bottom: 10px;
}

.nextOrderDate {
    font-size: 24px;
    color: #cad400;
    font-family: GothamRoundedMedium;
}

.nextOrderStripe {
    width: 125px;
    height: 1px;
    background: #cad400;
    margin: auto;
    margin-bottom: 15px;
}

.nextOrderEditCountdown {
    margin: auto;
    width: auto;
    border: thin solid white;
    padding: 6px;
    padding-right: 10px;
    text-align: center;
    padding-left: 33px;
    font-size: 16px;
    border-radius: 25px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.nextOrderHistoryPill {
    background: #4bb493;
    color: white;
    padding: 6px;
    font-size: 14px;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    font-family: GothamRoundedMedium;
}

.nextOrderExclamation {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 25px;
}


/* end homepage */

/* password view button */
.passwordContainer {
    position: relative;
}

.passwordEye {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
}


/* end password view button */

.rightButton {
    position: absolute;
    top: 75px;
    right: 10px;
}

/* start youraccount page */

.nameAndAddressPanel {
    position: relative;
    border-radius: 25px;
    background: #005250;
    color: #cad400;
    padding: 20px 20px 20px 70px;
    font-size: 14px;
    min-height:80px;
}



.accountName {
    position: relative;
    font-size: 18px;
    height: 40px;
    background: #d9d9d9;
    color: #808080;
    border-radius: 20px;
    padding-top: 7px;
    padding-left: 60px;
    margin-bottom: 20px;
    margin-top: 75px;
}

.accountRoundel {
    position: absolute;
    width: 30px;
    top: 5px;
    left: 5px;
}

.accountNextBox {
    background: #005250;
    color: #cad400;
    border-radius: 25px;
    width: 100%;
    position: relative;
    padding-top: 20px;
}

.yourNextVisitText {
    padding-left: 100px;
}

.calendarTick {
    position: absolute;
    left: 20px;
    top: 20px;
}

.accountNextDate {
    font-size: 24px;
    font-weight: bold;
    padding-left: 100px;
}

.custDetailsButton:hover {
    background: white;
    color: #005250;
}

.accountViewNotifs {
    width: 100%;
    color: white;
    font-weight: bold;
    text-align: center;
}

    .accountViewNotifs a {
        text-decoration: none;
        color: white;
    }
/* end youraccount page */

/*spinner*/
#whiteoverlay {
    position: absolute;
    background-color: white;
    opacity: 0.9;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
}

#spinneroverlay {
    position: fixed;
    width: 188px;
    height: 188px;
    top: 50%;
    left: 50%;
    margin-left: -94px;
    margin-top: -94px;
    display: none;
}

#whiteoverlayaccount {
    position: absolute;
    background-color: white;
    opacity: 0.9;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
}

#spinneroverlayaccount {
    position: fixed;
    width: 188px;
    height: 188px;
    top: 50%;
    left: 50%;
    margin-left: -94px;
    margin-top: -94px;
    display: none;
}

.disarmed {
    pointer-events: none;
    cursor: default;
}
/* end spinner */

#cancelreason, #yesFreshReason, #noFreshReason {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 7px;
}

/*.resetFilters {
    position: absolute;
    top: -60px;
    right: 10px;
    text-align: center;
    width: 100px;
}*/

/* generic modal */
#genericModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 400px;
    z-index: 20002;
    box-shadow: 0px 0px 20px 0px #000;
    background: #005250;
    display: none;
    padding: 20px;
    border-radius: 25px;
    color: white;
    display: none;
}

#genericModalContainer {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
}

.updateorderButton {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 150px;
    /*background: #cad400;
    color: #005250;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    margin: auto;
    font-family: GothamRoundedMedium;
    border-radius: 15px;*/
    cursor: pointer;
    text-decoration: none;
}

.noButton {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 150px;
    background: white;
    color: #64675C;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
    margin: auto;
    font-family: GothamRoundedMedium;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

    .noButton:hover {
        background: white;
        color: #64675C !important;
    }
/* end generic modal */

.registerPasswordContainer {
    position: relative;
}

.registerPasswordEyeContainer {
    position: absolute;
    top: 6px;
    right: 6px;
}

.minusButton {
    height: 3px;
    background: #64675C;
    width: 15px;
    border-radius: 1.5px;
    position: absolute;
    top: 10px;
    left: 4px;
}

.plusButton {
    width: 3px;
    background: #64675C;
    height: 15px;
    border-radius: 1.5px;
    position: absolute;
    left: 10px;
    top: 4px;
}

.text-danger {
    color: #ff5050;
}

.radio-replacement {
    width: 26px;
    height: 26px;
    background-color: #cad400;
    border-radius: 13px;
    cursor: pointer;
}

.checkmark {
    top: 0;
    left: 0;
    width: 25px;
    height: 26px;
    line-height: 26px;
    display: none;
    color: #005250;
    text-align: center;
    font-size: 20px;
}

    .checkmark:after {
        position: absolute;
        display: none;
    }

.radio-replacement input:checked ~ .checkmark:after {
    display: block;
}

.radio-replacement input:checked ~ .checkmark {
    display: block;
}

.adviceBanner {
    width: 100%;
    background: #cad400;
    color: #005250;
    padding: 20px;
}

.accountNextBox {
    position: relative;
}

.viewOrderButton {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
}


.loginTextContainer {
    width: 100%;
}

.loginErrorText {
    color: #cad400;
    font-style: italic;
    text-align:center;
    width:100%;
}

@media only screen and (max-width: 816px) {
    .col-md-8 {
        width: 100% !important;
    }
}

.smallPanelGrid {
    display: inline-grid;
    grid-template-columns: auto auto;
    width: 100%;
}

.smallPanelGridItem {
    text-align: left;
}

.theftBullets {
    margin-left: 11px;
}

.contactLocalButton {
    padding-left:10px;
    padding-right:10px;
    width:auto !important;
}

.emphasizePara {
    margin-bottom: 0px;
}

.homePageButtons {
    display: inline-grid;
    width: 100%;
    grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
}

.homePageButton {
    background-color: #cad400;
    border-radius: 25px;
    padding: 20px;
    color: #64675C;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

/*home page carousel*/
.carouselCircle {
    background-color: white;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

    .carouselCircle:last-child {
        margin-right: 0px !important;
    }

.carouselCircleHighlight {
    background-color: #cad400;
}

.carouselCircleContainer {
    width: 300px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 150px);
}

.carouselArrowLeft {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.carouselArrowRight {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
/*end home page carousel*/

/* cancelled styles */
.cancellerCross {
    position: absolute;
    top: 125px;
    left: calc(50% - 40px);
    /*transform: translateX(-50%);*/
    width: 80px;
}

/* order panel styles */
.nextOrderRedExclaim {
    position: absolute;
    top: -2px;
    left: -40px;
    width: 28px;
}

.nextOrderRedPill {
    width: auto;
    border: thin solid red;
    padding: 5px;
    padding-right: 10px;
    text-align: center;
    padding-left: 43px;
    padding-bottom: 8px;
    font-size: 16px;
    border-radius: 25px;
    margin-bottom: 10px;
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: 230px;
    color: white;
    min-height: 37px;
}

.nextOrderRedPillRelative {
    position: relative;
}

.homePanelCentral {
    width: 360px;
    height: 375px;
    margin: auto;
    position: relative;
    min-height: 370px;
    overflow: visible;
}

.homeCircleSvg {
    height: 360px;
    width: 360px;
}

.lorryPic {
    position: absolute;
    top: 110px;
    left: 120px;
    width: 120px;
}

.lorryTick {
    position: absolute;
    top: 90px;
    left: 185px;
    width: 50px;
    display: none;
}

.todayCircleDue {
    position: absolute;
    top: 190px;
    left: 30px;
    width: 300px;
    text-align: center;
    color: #005250 !important;
}

.stopwatchIcon {
    width: 200px;
    margin-bottom: 0px;
}


.todayDateToday {
    position: absolute;
    top: 230px;
    left: 30px;
    width: 300px;
    text-align: center;
    display: none;
}

#viewOrderPill {
    min-width: 140px;
    margin: auto;
    display: inline-block;
    width: 180px;
}

.countDownDueText {
    position: absolute;
    top: 110px;
    left: 30px;
    width: 300px;
    color: white;
}

.countDownDueDate {
    position: absolute;
    top: 150px;
    left: 30px;
    width: 300px;
    text-align: center;
}

.countDownLockedInText {
    position: absolute;
    top: 195px;
    left: calc(50% - 150px);
    width: 300px;
    text-align: center;
}

.centralPadLock {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
}

.newDriverPanel {
    width: 100%;
    color: white;
    text-align: center;
}

.marginBottom20 {
    margin-bottom: 20px;
}
/* end order panel styles */


/*Page specific styles - mostly setting margins content page*/

.forgotPwordPanel {
    padding-left: 20px;
}
.forgotPwordPanelButton {
    width: 100%;
}
.forgotButton {
    width: 250px;
    margin: auto;
    margin-top: 20px;
}
.loginAppleImg {
    width: 133px;
}
.loginStoreAndroid {
    height: 65px;
}
.loginConstainer {
    padding-left: 20px;
}
.loginButton {
    width: 250px;
    margin: auto;
    margin-top: 20px;
}
.loginRegisterNow {
    width: 250px;
    margin: auto;
}
.viewPasswordIcon {
    width: 40px;
}
.loginUserName {
    text-align: center;
}
.registerStageNext {
    width: 250px;
    margin: auto;
    margin-top: 20px;
}
.registerStage4 {
    width: 250px;
    margin: auto;
    margin-top: 20px;
}
.stage3Next {
    width: 250px;
    margin: auto;
    margin-top: 20px;
}
.redQuantityWarning {
    color: red;
}
#stagePrefNext {
    width: 250px;
    margin: auto;
    margin-top: 20px;
}
.registerPreference1 {
    width: 20px;
    box-sizing: content-box;
}
.preference2Container {
    width: 20px;
    box-sizing: content-box;
}
.preference3Container {
    width: 20px;
    box-sizing: content-box;
}
.yellowBorder {
    border-bottom: 2px solid #cad400;
}
.width100 {
    width: 100%;
}
.green-view-password-icon {
    width: 40px;
    margin-top:-11px;
}
/*registration specific*/
.qtyPill {
    position: relative;
    background: #808080;
    color: white;
    border-radius: 25px;
    width: 80px;
    height: 30px;
    margin: auto;
}

.buttonPill {
    background: white;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    position: absolute;
    cursor: pointer;
}

.minusPill {
    top: 3px;
    left: 3px;
}

.plusPill {
    top: 3px;
    right: 3px;
}

.greyMinus {
    position: absolute;
    top: -13px;
    left: 7px;
    width: 18px;
    cursor: pointer;
}

.greyPlus {
    position: absolute;
    top: 0px;
    right: 4px;
    width: 18px;
    cursor: pointer;
}

.qtyNumber {
    color: white;
    position: absolute;
    left: 28px;
    width: 25px;
    top: 4px;
}

.registerPassword {
    position: relative;
    cursor: pointer;
}

.registerPasswordEye {
    position: absolute;
    top: 1px;
    right: 10px;
    cursor: pointer;
}

.PasswordReenter {
    top: 1px !important;
    width: 40px;
}

.quantityError {
    border: thin solid #ff5050;
}

/*lifted from index page*/

.orderDetailContainer {
    background: white;
    border-radius: 25px;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    position: relative;
    padding: 60px 20px 20px 20px;
}

.visitDateDate {
    color: white;
    font-family: GothamRoundedMedium;
    padding-top: 10px;
    padding-left: 20px;
}

.visitDate {
    color: #cad400;
    font-family: GothamRoundedMedium;
    padding-left: 20px;
    padding-top: 10px;
}

.orderTick {
    padding-top: 5px;
    padding-left: 20px;
}

.orderGrid {
    display: inline-grid;
    grid-template-columns: auto auto auto;
}

.orderRight {
    background: #005250;
    position: absolute;
    width: 250px;
    border-radius: 20px;
    height: 40px;
    top: 5px;
    right: 5px;
}

.orderLeft {
    position: absolute;
    top: 12px;
    left: 20px;
}

.orderNumberLabel {
    font-family: GothamRoundedMedium;
    color: #005250;
    display: inline;
}

.orderNumber {
    font-size: 16px;
    font-family: GothamRoundedMedium;
    color: black;
    display: inline;
}

.orderContainer {
    background: #d9d9d9;
    border-radius: 25px;
    width: 100%;
    height: 50px;
    display: inline-grid;
    grid-template-columns: 50px auto 30px 40px auto 120px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}

.filterContainer {
    background: #cad400;
    border-radius: 25px;
    width: 100%;
    display: inline-grid;
    padding: 20px;
    grid-template-columns: 50px auto 30px 40px auto 120px;
    margin-bottom: 5px;
}

.dateFilterBoxWhite {
    color: white;
    padding-top: 15px;
    text-align: center;
}

.dateImage {
    width: 30px;
}

.dateIcon {
    margin-top: 10px;
    margin-left: 15px;
}

.formField {
    width: 100%;
    border-radius: 20px;
    height: 30px;
    color: #808080;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    outline: none;
}

.dateField {
    margin-top: 10px;
}

.filterButton {
    background: #005250;
    color: white;
    padding: 5px;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    margin: auto;
    font-family: GothamRoundedMedium;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}

@media only screen and (max-width: 520px) {
    .orderGrid {
        grid-template-columns: auto auto;
    }

    .orderTick {
        display: none;
    }

    .orderRight {
        width: 180px;
    }
}





.doYouStillWantUsedOil {
    width: 100%;
    position: absolute;
    top: 180px;
    font-size: 24px;
    color: #cad400;
    font-weight: bold;
}
.oilOnlyIcon {
    position: absolute;
    width: 110px;
    top: 20px;
    left: 105px;
}

.invalidRed {
    color: red;
}
.upDateMyOrderNextOrder {
    width: 100%;
    position: absolute;
    top: 140px;
    font-size: 24px;
    color: #cad400;
    font-weight: bold;
}
.enoughTextNextOrder {
    width: 100%;
    position: absolute;
    top: 200px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    color: #cad400;
}

.font13px {
    font-size: 13px;
}

.nextOrderImg {
    position: absolute;
    width: 110px;
    top: 20px;
    left: 105px;
}
.stillWantOilText {
    width: 100%;
    position: absolute;
    top: 180px;
    left:0px;
    font-size: 24px;
    color: #cad400;
    font-weight: bold;
}
.deliveryInstructionsTextArea {
    width: 100%;
    color: #808080;
    background: white;
    outline: none;
    border: 0;
    padding: 20px;
}

.errorText {
    width: 100%;
    padding: 50px;
    background: white;
}
.errorReport {
    color: black;
}

.contactFormMessage {
    width: 100%;
    color: #808080;
    background: white;
    outline: none;
    border: thin solid #64675C;
    padding: 20px;
}
.notificationsNew {
    background: #cad400;
    color: #005250;
}

.addCircle {
    background: #808080;
    width: 23px !important;
    height: 23px;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.notificationBoxColours {
    background: #d9d9d9;
    color: #808080;
    margin-bottom: 20px;
}

.tealBg {
    background: #005250;
    color: white;
    height: 100%;
    position: relative;
}

.pinkyRed {
    color: #ff5050;
}

.noLongerNeedText {
    color: white;
    width: 100%;
    font-size: 16px;
}

#yesFreshReason, #noFreshReason {
    padding: 4px !important;
}

#circle2, #circle1 {
    font-family: none;
}
/*end Page specific styles*/

/* new for the design rejig AUG 2025 */
.openingHoursPanel {
    background: #cad400;
    border-radius: 25px;
    color: #005250;
    position: relative;
    padding: 20px 20px 20px 80px;
    font-family: GothamRoundedMedium;
    margin-top: 28px;
}

.openingHoursCircle {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #005250;
    position:absolute;
    top:20px;
    left:20px;
}
.openingHoursClock {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 32px;
}

.contactPanelPhone {
    padding: 20px 20px 0px 60px;
    color: #005250;
    position: relative;
    margin-top: 10px;
}
.contactCircle {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #cad400;
    position:absolute;
    top:10px;
    left:0px;
}
.contactEmailIcon {
    position: absolute;
    width: 25px;
    top: 17px;
    left: 8px;
}

.contactPanelEmail {
    padding: 20px 20px 0px 60px;
    color: #005250;
    position: relative;
    margin-top: 10px;
}

.contactPanelAddress {
    padding: 20px 20px 0px 60px;
    color: #005250;
    position: relative;
    margin-top: 10px;
    margin-bottom:20px;
}
.contactAddressIcon {
    position: absolute;
    width: 26px;
    top: 20px;
    left: 7px;
}

.penholder {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #005250;
    border-radius: 25px;
    position: relative;
}
.contactPen {
    width:12px;
    position:absolute;
    top:4px;
    left:3px;
}

.carouselImg {
    width:35px;
}

.resetHistoryButton {
    width: 100px !important;
    position:absolute;
    top:30px;
    right:0px;
}

.historyButtonHolder {
    position: relative;
}

.applyFilterButton {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 100px !important;
}

.nextOrderPanelButton {
    margin-top: 20px;
}

.rhsButtonContainer {
    position:relative;
}

.rhsButtons {
    position:absolute;
    width:100%;
    text-align:center;
    top:-70px;
    right:0px;
}

.yourChangeSiteButton {
    margin-bottom: 20px;
}

.createWithin {
    padding-top: 200px;
}

.timeRemainingCo {
    padding-top: 150px;
    width: 200px;
    margin-left: calc(50% - 100px);
    padding-bottom:10px;
}

.cla_o_countdown {
    padding-top: 10px;
}

.dropdownNav {
    width: 12px;
    margin-left: 10px;
    margin-top: -2px;
    cursor:pointer;
}

.myAccountLink {
    position:relative;
}

.myAccountLinks {
    position: absolute;
    top: 35px;
    left: -30px;
    width: 180px;
    height:auto;
    text-align: center;
    background: #c7cacc;
    padding: 10px 10px 0px 10px;
    color: #64675c;
    display:none;
}
    .myAccountLinks a {
        color: #64675c;
        text-decoration: none;
        margin-bottom: 10px;
        display: inline-block;
    }
    .myAccountLinks a:hover {
        color: #64675c;
        text-decoration: none;
    }

    .currencyLabel {
        position: absolute;
        top:90px;
        right:0px;
    }