@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

body {
    font-family: Lexend Deca;
}

.fw-500 {
    font-weight: 500;
}

input {
    outline: none;
}

a {
    text-decoration: none !important;
}

/* Start font Sizes */
.fontSize32 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
}

.fontSize18 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.fontSize16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.fontSize14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.fontSize12 {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}

/* End font Sizes */


/* Start Login Form */

.login-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 41px);
}
/* .grocerLogo {
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0px auto;
} */
.loginpage {
    background-image: url('/images/grocerLoginBg.png');
    background-size: 100% 100%;
    height: 100vh;
    overflow: auto;
    padding: 40px 0px;
}

.loginForm {
    background: #FFFFFF9C;
    border: 1px solid #e1efc2;
    border-radius: 30px;
    padding: 33px;
}

.main_heading {
    color: rgba(0, 59, 35, 1);
}

.sub_heading {
    color: rgba(122, 122, 122, 1);
    margin-bottom: 30px;
}

/* .grocerLogo_Parent {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
} */

/* Custom Input Css */
.form__group {
    position: relative;
}

.form__input {
    position: realtive;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    outline: none;
}

.form__label {
    position: absolute;
    top: 19px;
    left: 75px;
    transition: all 300ms ease-in-out;
    pointer-events: none;
    color: rgba(122, 122, 122, 1);
    font-size: 16px;
    font-weight: 400;
}

.form__input:focus~label,
.form__input:not(:placeholder-shown)~label {
    color: rgba(122, 122, 122, 1);
    padding: 0px 5px;
    top: -8px;
    left: 15px;
    font-size: 12px;
    z-index: 1;
    background: rgba(218, 227, 203, 1);
    text-transform: uppercase;
    font-weight: 600;
}

.form__input:focus {
    border: 2px solid rgba(104, 180, 39, 1)
}

.form__input::-webkit-input-placeholder {
    color: transparent;
}

.form__input::-moz-placeholder {
    color: transparent;
}

/* Remove button of input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* End Custom Input Css */

.email_Input {
    padding: 16px 0px 16px 75px;
    border: 2px solid rgba(122, 122, 122, 0.5);
    border-radius: 15px;
    background-color: transparent;
    width: 100% !important;
    color: rgba(0, 59, 35, 1);
    margin-bottom: 23px;
}

.email_Parent {
    position: relative;
}

.email_Input_Logo {
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 59px;
}

.line {
    margin-left: 15px;
    color: rgba(122, 122, 122, 1);
}

.eye_Slash {
    position: absolute;
    right: 20px;
    display: flex !important;
    align-items: center !important;
    top: 0;
    bottom: 0;
    color: rgba(122, 122, 122, 0.6);
}

.password_Parent {
    position: relative;
    margin-top: 15px;
}

.forget_pass_txt {
    text-align: end;
    color: rgba(0, 59, 35, 1);
    padding-top: 12px;
}

.loginBtn {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 13px 20px 0px #56961F99;
    border: none;
    border-radius: 20px;
    padding: 15px 70px;
    font-weight: 600;
    margin-top: 30px;
    background: linear-gradient(120.25deg, #68B427 -6.06%, #2E6C00 334.43%);
}

.have_Acc_Parent {
    margin-top: 32px;
}

.have_Account {
    color: rgba(122, 122, 122, 1);
    font-weight: 500;
}

.create_Account {
    color: rgba(0, 59, 35, 1);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 0px;
}

.followus_Parent {
    color: rgba(255, 255, 255, 1);
    padding-bottom: 10px;
}

.xlogo {
    margin: 0px 16px;
}

.countryfield {
    width: 94%;
}

/* Placeholder CSS */
::placeholder {
    color: rgba(122, 122, 122, 1);
    font-family: Lexend Deca;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

/* End Placeholder CSS */

/* End Login Form */

/* Start Login Css */
.email_label {
    position: absolute;
    background: rgba(218, 227, 203, 1);
    top: -10px;
    left: 15px;
    padding: 0px 5px;
    color: rgba(122, 122, 122, 1);
}

.forgotPassword {
    height: 60vh;
}

/* End Login Css */

/* Start Forget Password */

.forgetpasswordForm {
    margin-top: 40px;
    height: auto;
}

.registered_Email {
    padding: 0px 88px;
}

.sendCodeBtn {
    margin-top: 30px;
    padding: 15px 65px;
}

/* End Forget Password */

/* Start Vefication Code CSS */
.iti__arrow {
    margin-left: 2px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 2px !important;
}

.verifyCode_Input {
    padding: 17px 20px 16px 20px;
    border: 2px solid rgba(104, 180, 39, 1);
    border-radius: 20px;
    background-color: transparent;
    width: 100%;
    color: rgba(0, 59, 35, 1);
    font-weight: 500;
}

.verifyCode_Parent {
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
}

.edit_logo {
    position: absolute;
    right: 30px;
    top: 22px;
    color: rgba(122, 122, 122, 1);
}

.verifyCode_Input::placeholder {
    font-weight: 500;
}

.otp-field {
    flex-direction: row;
    column-gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.otp-field input {
    height: 58px;
    max-width: 58px;
    width: 100%;
    border-radius: 20px;
    outline: none;
    font-size: 20px;
    text-align: center;
    border: 2px solid rgba(122, 122, 122, 0.5);
    background-color: transparent;
    color: rgba(0, 59, 35, 1);
}

.not_Receive {
    margin-top: 32px;
    color: rgba(122, 122, 122, 1);
}

.resend_Code {
    color: rgba(0, 59, 35, 1);
}

/* End Vefication Code CSS */


/* Start Reset Password Css */
.changePass_Btn {
    padding: 15px 30px;
}

/* End Reset Password Css */

/* Start Business Details Css */
/* .business_Details_form {
    height: 650px;
    overflow: auto
} */

.business_Address {
    text-align: left;
    margin-top: 20px;
    color: rgba(0, 59, 35, 1);
    line-height: 30px;
}

.address_Input {
    padding: 16px 0px 16px 15px;
}

.nationality_Input {
    display: flex;
    align-items: center;
}

.country_Input {
    margin-right: 20px;
}

/* Start Image upload */
.avatar_upload {
    height: 90px;
    width: 90px;
    border-radius: 100%;
    border: 2px solid rgba(93, 166, 31, 1);
    margin: auto;
    background: rgba(92, 165, 31, 0.2);
}

.addimg {
    position: absolute;
    right: -5px;
    top: 55px;
}

.avatar_upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar_upload input {
    display: none;
}

.avatar_upload .fileUpload_Input+label {
    display: inline-block;
}

.avatar_upload .avatar-preview {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.imageUploadLogo {
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 34px;
    position: absolute;
    left: 0;
    right: 0;
}

/* End Image upload */

.businessLogo_txt {
    color: rgba(92, 165, 31, 1);
    margin-bottom: 28px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.business_Details_form::-webkit-scrollbar {
    width: 0;
}

/* Hide scrollbar for Firefox */
.business_Details_form {
    scrollbar-width: none;
}

/* End Business Details Css */


/* Start Dashboard Css */
.dashboardPage {
    background: rgba(232, 246, 200, 1);
    width: 100%;
    height: 100vh;
    padding: 10px;
}

/* Start Sidebar Css */
.sidebar {
    height: 100vh;
    max-width: 280px;
    width: 100%;
    z-index: 1;
    overflow-x: hidden;
    padding: 10px 15px;
    position: fixed;
}

.dashboard_GrocerLogo {
    width: 100%;
    max-width: 182px;
    height: 51.47px;
    margin: 5px 0px 35px 0px;
}

.groceryTxt {
    color: rgba(0, 59, 35, 1);
    margin-top: 12px;
}

.sidebarlist_Parent {
    list-style: none;
    padding: 0;
}

.active {
    background: rgba(104, 180, 39, 1);
    border-radius: 18px;
    color: #fff !important;
}

.sidebarList {
    padding: 15px 30px 15px 15px;
    text-decoration: none;
    display: block;
    color: rgba(0, 59, 35, 0.8);
}

.sidebarList:hover {
    background: rgba(104, 180, 39, 1);
    border-radius: 18px;
    color: #fff;
}

.logoutParent {
    margin-bottom: 20px;
}

.sidebar_Parent {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* End Sidebar Css */

/* Start Content Css */
.content {
    width: calc(100% - 280px);
    margin-left: 280px;
    overflow: auto;
    height: calc(100vh - 20px);
    background: rgba(255, 255, 255, 1);
    padding: 40px;
    border-radius: 20px;
}

.order {
    background: rgba(243, 255, 215, 1);
    display: flex;
    align-items: center;
    max-width: 317px;
    width: 100%;
    height: 124px;
    border-radius: 12px;
    border: 0px 0px 0px 6px;
    padding: 24px 28px;
    border-left: 6px solid rgba(104, 180, 39, 1);
}

.orderCount_Parent {
    margin-left: 20px;
}

.orderCount {
    color: rgba(0, 59, 35, 1);
}

.newOrder_txt {
    color: rgba(122, 122, 122, 1);
    margin: 0;
}

.revenue_Parent {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.revenue {
    color: rgba(0, 59, 35, 1);
}

select:focus {
    outline: none;
}

.week_Select {
    padding: 12px 42px 12px 24px;
    border: 1px solid rgba(113, 174, 41, 1);
    color: rgba(0, 59, 35, 1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    font-weight: 500;
}

select.week_Select {
    background-image: url("../images/selectArrow.png");
    background-position: calc(100% - 16px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
    background-size: 13px 10px,
        10px 10px,
        2.5em 2.5em;
    background-repeat: no-repeat;
    text-align: center;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.graphImg {
    max-width: 994px;
    width: 100%;
    height: 448px;
}

/* End Content Css */

/* End Dashboard Css */

/* Chnage password */
.back-link {

    background: #68B4272E;

    padding: 10px 15px;
    border-radius: 21px;
    margin-right: 10px;
    color: #68B427 !important;
}

.headings .chngPassTxt {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #003B23;
}

.itemdetail-food input {
    border: 2px solid #7A7A7A80;
    width: 100%;
    /* height: 62px; */
    border-radius: 20px;
    padding: 18px 25px 18px 60px;
    outline: none;
}

img.lock-icon {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #7a7a7a50;
    padding-right: 10px;
}

.saveChangePass {
    background: linear-gradient(120.25deg, #68B427 -6.06%, #2E6C00 334.43%);
    color: #fff;
    font-weight: 600;
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 15px;
    display: block;
    text-align: center;
    border: none;
    margin-top: 30px;
    box-shadow: 0px 13px 20px 0px #56961F33;

}

.eyeIcon {
    position: absolute;
    right: 20px;
    top: 21px;
    /* bottom: 0; */
    color: #7A7A7A99;
    cursor: pointer;
    /* margin: auto; */
}

.session-message {
    position: absolute;
    top: 0;
    right: 0;
}

.iti__country-list {
    position: absolute;
    z-index: 99;
    left: -3px !important;
    top: 30px;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: #000;
    background: #fff !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    top: 34px;
    width: 63px;
}

.iti__flag-container {
    position: absolute;
    left: -38px;
    top: 87px;
}

.email_Parent.password_Parent.position-relative input#phone_number {
    display: none;
}

.phoneLine {
    margin-left: 38px;
    margin-top: 22px;
    font-weight: 600;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 11px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.line.countryLine {
    margin-left: 36px;
    margin-top: 47px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 1px;
    font-size: 12px;
}

i#togglePassword {
    height: 60px;
}

.iti__flag {
    width: 20px !important;
}

.margin-top {
    margin-top: -6px !important;
}

.nav-item.active img {
    filter: brightness(0) invert(1);
}

::-webkit-scrollbar {
    width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


.business_Details_form .email_Input_Logo {
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 58px;
}

.text-danger {
    font-size: 13px;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    margin-top: 30px;
    z-index: 1;
    margin-right: 36px;
}

.alert-danger {
    color: #ff4646;
    background-color: #d1e7dd;
    border-color: #badbcc;
    margin-top: 30px;
    z-index: 1;
    margin-right: 36px;
}

.error-help-block {
    font-size: 13px;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-weight: bolder;

}

#togglePassword {
    height: 60px;
}