﻿body {
}
input {
    padding: 10px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #7c7a7a;
    margin: 10px;
    width: 90%;
    text-align: right;
    color: #4d4d4d
}

.innerparent {
    margin-top: 30px
}

.regButt {
    position: absolute;
    left: 0;
    top: 10%
}

.disabled {
    background-color: #eee !important;
    color: #4d4d4d !important;
    pointer-events : none;
}

::placeholder {
    color: #4d4d4d;
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #4d4d4d;
}

textarea:focus, input:focus {
    outline: none;
}

.headerbar {
    display: flex;
    padding: 10px
}

    .headerbar i {
        font-size: 18px;
        padding: 10px
    }

.flex1 {
    flex: 1;
}

body {
    background-color: #eee
}

.bodySection {
    padding: 15px;
    padding-top: 0;
}

.itemholder {
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    
}


.selectHolder, .addsonitem {
    border-radius: 50px;
    border: 1px solid #ddd;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px
}

.addsonitem {
    border-radius: 8px;
}

.catholder {
    border-radius: 50px;
    border: 1px solid #ddd;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px
}

.catParentElement {
    padding: 5px
}

.catImage {
    max-width: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.catTitle {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    /*white-space: nowrap;*/
    overflow: hidden;
    padding: 5px
}


.catTitleDetail {
    font-size: 10px;
    text-align: center;
    
    margin: 1px 0;
    
    overflow: hidden;
    padding: 5px
}

.sliderParent {
    margin: 2px 0
}



.show {
    display: unset;
}

.hide {
    display: none
}

h1, h2, h3, h4, h5, h6, span, p, a {
    direction: rtl;
    text-align: right
}

.pageParent {
    /*height: 85vh*/
}

.checkList {
    width: 100%;
    height: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #3E5356;
    border-radius: 15px 15px 0 0;
    z-index: 999;
}

.basketSection {
    position: relative;
    width: 100%;
    height: 100%
}

.noitem {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

    .noitem img {
        max-width: 30%;
    }

.removeBascket {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    z-index:999999;
}

.basketItemList {
    height: 100%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    visibility: hidden
}

.itemActive {
    background-color: #0d3d48;
    color: white;
}

#loading {
    display: none;
    z-index: 99999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid;
    border-color: #0d3d48 #0000;
    animation: s1 1s infinite;
}

@keyframes s1 {
    to {
        transform: rotate(.5turn)
    }
}
.secHolder{
    padding:15px;
    border:1px solid #ddd;
    border-radius:8px;
    margin-bottom:10px
}
.bodySection {
    padding: 0
}

.profileHolder {
    margin-top: -50px
}

.userImage {
    width: 90px;
    height: 90px;
    text-align: center;
    margin: auto;
}

    .userImage img {
        width: 100%;
        object-fit: contain;
    }

.helloUser {
    text-align: center;
    width: 100%
}

    .helloUser span {
        margin: 5px;
        font-weight: bold
    }

.helloUser {
    margin: 10px 0;
}

.wellcome {
    margin: auto;
    text-align: center;
    width: 100%;
}

.bannerHolder {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

    .bannerHolder img {
        width: 100%;
        object-fit: scale-down;
        margin-top: -40px;
    }

.buttonHolder {
    padding: 10px;
    display: flex;
    align-items: center;
    direction: rtl;
}

    .buttonHolder img {
        margin: 0 20px;
        width: 30px;
    }

.buttonTitle {
    display: flex;
    text-align: right;
    margin: 0
}

.logoutHolder {
    position: absolute;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #4d4d4d;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    direction: rtl
}

    .logoutHolder img {
        width: 30px;
    }

.logoutButton {
    margin: 0;
    margin: 0 20px;
}

.addHolder {
    border-radius: 8px;
    background-color: transparent;
    padding: 8px;
    margin: 10px;
    border: 1px solid #ddd
}

.rowHolder {
    margin: 5px;
    direction: rtl;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl
}

.rightFlex {
    direction: rtl;
    justify-content: right
}

.leftFlex {
    direction: rtl;
    justify-content: left
}

.rowValue {
    width: 100%;
    margin: 0 15px;
    font-weight: bold
}

.buttonHolder {
    padding: 10px;
}

.button {
    padding: 15px;
    border-radius: 8px;
    margin: 5px;
    color: white;
}

.removeButton {
    color: red !important;
}

.editButton {
    color: green !important;
}

.addButtonHolder {
    width: 95%;
    position: absolute;
    bottom: 10px;
    left: 2.5%;
    padding: 10px;
    border: 1px dotted #4d4d4d;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
}

.noAddress {
    padding: 25px;
    text-align: center;
    border-radius: 10px;
}

.titleParent {
    padding: 15px;
    text-align: center;
    border-bottom: 1px #d4d4d4 solid;
    margin: 0 -13px;
    display:flex
}
.icon{
    padding :0 10px
}
.addressParent {
    padding: 15px 0;
    text-align: right;
}

.dark {
    background-color: #0d3d48;
    color: white;
}

.light {
    background-color: #ffffff;
    color: #0d3d48;
}

.itemHolder {
    width: 100%;
    box-shadow: none;
    border-radius: 15px
}

.basketImg {
    border-radius: 5px;
    width: 70px
}

.flexCentre {
    display: flex;
    align-items: center
}

.margin0 {
    margin: 0;
}

.flex1 {
    flex: 1;
}

.bold {
    font-weight: bold
}

.addsonCount {
    padding: 4px 8px;
    top: 0px;
    position: absolute;
    font-size: 12px;
    border-radius: 50%;
}

.right0 {
    right: 0
}

.left0 {
    left: 0
}

.dark {
    background-color: #0d3d48;
    color: white;
}

.light {
    background-color: #ffffff;
    color: #0d3d48;
    border: 1px solid #0d3d48 !important;
}

.countButton {
    direction: ltr;
    padding: 5px 10px;
    box-shadow: none;
    border: 1px solid #eee;
}

.buttonParent {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 90%;
    bottom:0
}
.childButton{
    padding:10px;
    flex:1;
    margin:10px;
    border:1px solid #ddd;
    border-radius:10px;
    color:black;
    text-align:center;
    font-size:12px;
    cursor:pointer;
}
.activeButton{
    color:white;
    background-color:#a4bf9d
}
.notification-icon--fixed {
    position: relative;
    color: #fff;
    background-color: #FF4081;
    border-radius: 50%;
    font-family: "Roboto";
    /* Alignment */
    line-height: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* Adjust as required: */
    padding: 10px;
}

    /* Height = width */
    .notification-icon--fixed::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }