/* Custom Stylesheet */

/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

::-webkit-scrollbar {
    width: 8px;
    background-color: white !important;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09);
}

::-webkit-scrollbar-thumb:vertical {

    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0, 0, 0, 0.61);

}

@media only screen and (max-width: 600px) {
    #logo {
        margin-top: 7px !important;
        width: 180px !important;
    }
}

.button-collapse {
    padding-left: 20px;
}

#logo {
    margin-left: 30px;
    margin-top: 10px;
    width: 180px;
    cursor: pointer;
}

#opening_hours {
    display: inline-block;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    cursor: default;
    user-select: none;
}

#opening_hours i {
    vertical-align: middle;
    margin-right: 10px;
}

#sign_in_logo {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#slider {
    cursor: pointer;
}

#order_logos {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
}

#order_now {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
}

#afridelivery_riders {
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 70%;
    max-width: 560px;
    opacity: 0;
    transition: all 0.5s;
}

.white_link {
    color: white;
    text-decoration: underline;
}

#sign_in_menu {
    margin-right: 30px;
}

#sign_in_menu:hover {
    filter: brightness(1.1);
}

#ios_android {
    width: 400px;
    float: left;
}

#qrcode {
    margin-top: 50px;
    clear: both;
    opacity: 0.7;
    width: 140px;
    height: 140px;
    image-rendering: pixelated;
}

#mobile_url {
    margin-top: 30px;
    color: black;
}

.storebtn {
    height: 50px;
}

.mymainbtn {
    margin: 3px;
    width: 300px;
}

nav {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
}

.button-collapse {
    display: none;
}

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.button-collapse {
    color: #26a69a;
}

.text-shadow {
    text-shadow: 2px 2px 5px black;
}

.parallax-container {
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

#index-banner {
    min-height: 300px;
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
    background-color: #39393C;
}

.footer-copyright {
    background-color: #252527 !important;
}

.gb_db {
    margin-left: 10px;
    margin-top: 15px;
    background-color: lightgray;
    background-size: 32px 32px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    height: 32px;
    width: 32px;
    background-image: url(https://afrideliverymall.com/app/img/user.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.gb_wb {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    left: 283px;
    z-index: 101;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -9px;
}

.gb_vb {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    left: 283px;
    top: -8px;
    z-index: 101;
    height: 0;
    width: 0;
}

.gb_fa {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, .2);
    color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    outline: none;
    position: fixed;
    right: 24px;
    top: 60px;
    width: 315px;
    z-index: 100;
}

.st-close {
    display: none !important;
}

#account_user_photo_circle {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#account_user_photo {
    border-radius: 50%;
    display: block;
    background-image: url(https://afrideliverymall.com/app/img/user.jpg);
    background-size: 96px 96px;
    border: none;
    vertical-align: top;
    height: 96px;
    width: 96px;
    overflow: hidden;
    cursor: pointer;
}

#account_photo_canvas,
#photo_upload_input {
    display: none;
}

#account_user_photo_change {
    font-family: sans-serif;
    display: block;
    background: rgba(0, 0, 0, .54);
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    width: 96px;
    height: 25px;
    white-space: nowrap;
    margin-top: 71px;
}

#account_details_name {
    position: absolute;
    top: 18px;
    margin-left: 130px;
    color: rgb(0, 0, 0);
    display: block;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 15px;
    text-align: left;
    text-overflow: ellipsis;
    user-select: text;
    white-space: nowrap;
}

#account_details_email {
    position: absolute;
    top: 34px;
    margin-left: 130px;
    color: rgb(0, 0, 0);
    display: block;
    font-family: arial, sans-serif;
    font-size: 13px;
    height: 15px;
    text-align: left;
    text-overflow: ellipsis;
    user-select: text;
    white-space: nowrap;
}

#account_details_my_account_btn {
    top: 80px;
    margin-left: 130px;
    position: absolute;
    width: 100px;
    height: 30px;
    background-color: #02A53C;
    color: white;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: none;
}

#account_details_my_account_btn:hover {
    background-color: rgba(2, 165, 60, 0.8);
}

#account_footer {
    background-clip: border-box;
    background-color: rgb(245, 245, 245);
    border-top-color: rgba(0, 0, 0, 0.2);
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(0, 0, 0);
    display: block;
    font-family: arial, sans-serif;
    font-size: 13px;
    height: 50px;
    line-height: normal;
    text-align: left;
    user-select: text;
    white-space: nowrap;
    width: 100%;
}

#account_sign_out_btn {
    display: block;
    float: right;
    background-color: rgb(248, 248, 248);
    border: rgb(198, 198, 198);
    border-radius: 2px;
    border: 1px solid rgb(198, 198, 198);
    color: rgb(102, 102, 102);
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 400;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center;
    width: 70px;
    height: 28px;
    line-height: 28px;
}

#stats h3 {
    text-align: center;
    font-size: 20px;
}

#account_sign_out_btn:hover {
    background-color: white;
}

.live {
    padding: 3px;
    padding-right: 10px;
    border-radius: 8px;
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    background-color: #AF2426;
    color: white;
    vertical-align: middle;
    cursor: default;
}

.live svg {
    vertical-align: middle;
}

#stats table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

#stats table td {
    text-indent: 2%;
    padding: 5px;
    border-bottom: solid 1px #E0E0E0;
}

#courier_guy {
    top: 50px;
    position: absolute;
    width: 430px;
    display: none;
}

#courier_map {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 10px;
    margin-bottom: 60px;
    background-image: url(../courier/map.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #C77D7F;
}

#courier_video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
}

#courier_get_started_card {
    padding: 20px;
    max-width: 711px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1266px) {
    #courier_guy {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    #courier_guy {
        display: none;
    }

    #courier_video {
        width: 544px;
        height: auto;
    }
}

.king {
    background-image: url(../restaurants/king.svg);
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: center right 10px;
    background-color: #f5f2ce;
}

#modal_sign_in label {
    text-align: left !important;
}

#stats_month h3,
#stats_week h3 {
    color: white;
}
