@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;500&family=Roboto:wght@100;300;400;500;700;900&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    background-color:#fff !important;
}
  :root {
    background-color: #ffff;
}
:root {
    --colorBlack: #000000;
    --colorgreen: #62A93D;
    --pinkcolor: #F16522;
    --lightgray: #999999;
    --darkgray: #424242;
    --smalllight: #B5B5B5;
    --whitecolor: #fff;
    --btnhover: #79BE56;
    --inputborder: #ABABAB;
    --strongdarkinput: #333333;
}

/* ============color css============ */
.colorblack {
    color: var(--colorBlack);
}

.colorgreen {
    color: var(--colorgreen);
}

.lightgray {
    color: var(--lightgray);
}

.darkgray {
    color: var(--darkgray);
}

.pinkcolor {
    color: var(--pinkcolor);
}

.smalllight {
    color: var(--smalllight);
}

/* ============Font Sizes============ */
.fs-30 {
    font-size: 30px;
}

.fs-16 {
    font-size: 16px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

/* ============Font Weight============ */
.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

/* =======================Button CSS Start Here======================= */
.btn-green {
    background-color: var(--colorgreen);
    color: var(--whitecolor);
    font-size: 16px;
    border-radius: 100px;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-green:hover {
    background-color: var(--btnhover);
    color: var(--whitecolor);
}

a:hover {
    color: #93d76e;
}

/* =======================input CSS Start Here======================= */
.form-control {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid var(--inputborder);
    font-size: 16px;
    height: 50px;
    padding-left: 33px;
    border-radius: 0px;
}

.form-control::placeholder {
    color: var(--strongdarkinput);
    opacity: 1;
    /* Firefox */
}

.form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--strongdarkinput)
}

.form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid var(--colorgreen);
    border-radius: 0px;
}

/* =======================login CSS Start Here======================= */
/* .left-loginbg{height:100vh; background-position: center center; background: url(../images/left_img_login.png) no-repeat; background-size: cover;} */
.left-loginbg{height: 100vh;}
.position-block {
    position: fixed;
    width: 50%;
}

.left-loginbg img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.form-select {
    background: url('../images/download.svg');
    background-repeat: no-repeat;
    background-position: 48px center;
}

.form-select.form-select-two {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid var(--inputborder);
    font-size: 16px;
    height: 50px;
    padding-left: 33px;
    border-radius: 0px;
    /*background: url('../images/arrow-down.svg');*/
    background-repeat: no-repeat;
    background-position: right center;
}

.form-select.form-select-two:focus {
    border-color: inherit;
    box-shadow: inherit;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid var(--colorgreen);
    border-radius: 0px;
}

.forgot-password h4::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 8px;
    background-color: #62A93D;
    top: 67px;
    left: 0;
    margin: auto;
    right: 0;
}

.right-side {
    width: 63%;
    margin: 0 auto;
}
    .right-side h2::before {
        content: '';
        position: absolute;
        top: 39px;
        left: 0px;
        background-color: var(--colorgreen);
        height: 3px;
        width: 60px;
    }

    .right-side .cuisinearrow {
        position: absolute;
        top: 35px;
        left: 0px;
    }
    .right-side .badge {
        position: absolute;
        top: 20px;
        background-color: #62a93d;
        color: #fff;
        right: 19px;
        padding: 3px 7px;
    }
    .password-eye .wunit {
        right: 0px !important;
        position: absolute;
        left: inherit;
    }

    .right-side .password-eye {
        position: absolute;
        top: 31px !important;
        right: -1px;
    }
    .right-side .password-eye select {
        background: #62a93d;
        border: 0;
        color: #fff;
        padding: 2px 6px !important;
        width: 59px;
    }

    .right-side .password-eye.topmt {
        top: 30px;
    }

/* =======================modal CSS Start Here======================= */
.successfully-block img {
    width: 103px;
}
.bootstrap-select .dropdown-menu {
    width: 100px !important;
    min-width: 280px !important;
    transform: translate3d(8px, 0px, 12px);
    top: 258px !important;
}
.bootstrap-select .dropdown-menu li a {
    line-height: 14px !important;
    display: inline-block !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent !important;
}
.inner.show {
    max-height: 200px !important;
}
/* =======================media query======================= */

@media screen and (min-width:320px)  and (max-width:767px) {
    
    div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0 !important;
}
    .badge-list {
    width: 318px !important;
}
    .user-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
    .position-block {
        position: relative !important;
        width: 100% !important;
    }

    .left-loginbg img {
        height: auto;
    }

    .right-side {
        width:100% !important;
        margin: 8% auto;
    }
    .forgot-password p {
        font-size: 18px;
    }
    .play-store img {
        width: 45%;
    }
    .left-loginbg{height: auto;}
    
    
    
    
}

@media screen and (max-width:768px) {
    .position-block {
        position: relative !important;
        width: 100% !important;
    }

    .left-loginbg img {
        height: auto;
    }

    .right-side {
        width:100% !important;
        margin: 8% auto !important;
    }
    .forgot-password p {
        font-size: 18px;
    }
    .left-loginbg{height: auto;}
}
.alert {
    position: relative;
    padding: 0.2rem 0.7rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    height: 33px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
    opacity: 1;
}
