:root {
    --font-inika: Inika;
    --font-size-xs: 11px;
    --font-size-sm: 12px;
    --font-size-base: 14px;
    --font-size-lg: 15px;
    --font-size-xl: 16px;
    --font-size-2xl: 20px;
    --font-size-3xl: 24px;
    --color-font: #000;
    --color-accent: #0f6720;
    --button-background: #0f6720;
    --button-textcolor: #fff;
    --color-white: #fff;
    --color-pink-100: #ffcbcb;
    --color-pink-200: #fcb6b6;
    --color-pink-300: #ff8585;
    --color-red: #ff8585;
    --color-gray: #1f1f1f;
    --color-black: #000;
    --color-gray-100: #ffeded;
    --color-gray-200: #f0f0f0;
    --color-gray-300: #cbe0ff;
    --color-gray-400: #d1d1d1;
    --color-gray-500: #4b5a91;
    --color-gray-600: #4f4d4d;
    --color-gray-700: rgba(0, 0, 0, .83);
    --color-gray-800: rgba(0, 0, 0, .22);
    --color-gray-900: rgba(0, 0, 0, .22);
    --color-gray-1000: rgba(0, 0, 0, .83);
    --color-gray-1100: rgba(0, 0, 0, .5);
    --color-blue-100: #0b32ff;
    --color-blue-200: #001aff;
    --color-blue-300: rgba(0, 26, 255, .5);
    --color-green-100: #00a010;
    --gap-0: 0px;
    --gap-xs: 1px;
    --gap-sm: 5px;
    --gap-md: 10px;
    --gap-lg: 12px;
    --gap-xl: 24px;
    --padding-4xs: 5px;
    --padding-3xs: 6px;
    --padding-2xs: 7px;
    --padding-xs: 8px;
    --padding-sm: 9px;
    --padding-md: 10px;
    --padding-lg: 17px;
    --padding-xl: 20px;
    --padding-2xl: 28px;
    --padding-3xl: 34px;
    --padding-4xl: 34px;
    --br-2xs: 5px;
    --br-xs: 6px;
    --br-sm: 7px;
    --br-md: 9px;
    --br-lg: 12px;
    --br-xl: 22px;
    --br-2xl: 22px;
}

.edittext-disable {
    align-items: flex-start;
    align-self: stretch;
    background: #ddd;
    background-color: #fff;
    background-color: var(--color-white);
    border: 1px solid #0f6720 !important;
    border: 1px solid var(--color-accent) !important;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex
;
    flex-direction: row;
    font-size: 14px;
    justify-content: flex-start;
    padding: 11px !important;
}

body * {
        font-family: "Roboto", sans-serif;
}
.RootView, .button {
    display: flex;
    justify-content: center;
}

.RootView, .RootWidth {
    height: 100vh;
    margin: 0;
    padding: 0;
}

.authBack {
    background-color: #fff;
}
.RootWidth {
    width: 500px;
}

.loader-parent {
    align-items: center;
    /* background: rgba(0, 0, 0, .103); */
    display: flex
;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 500px;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.loader-block {
    /* background: #fff; */
    border-radius: 10px;
    box-shadow: 1px 1px 12px 0 rgba(2, 2, 4, 0.75);
    -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 12px 0 rgba(3, 3, 5, 0.75);
    padding: 20px;
}

.loader {
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-animation: l3 1s linear infinite;
    animation: l3 1s linear infinite;
    aspect-ratio: 1;
    background: #253ab0;
    border-radius: 50%;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    padding: 8px;
    width: 50px;
}

.loginBackDesign {
    background: #0f6720;
    border-radius: 0 0 23px 23px;
    color: #fff;
    height: 35vh;
    max-width: 500px;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}


.pageHeadings {
    color: #000;
    color: var(--color-font);
    display: inline-block;
    flex-shrink: 0;
    font-family: Inika;
    font-family: var(--font-inika);
    font-size: 20px;
    font-size: var(--font-size-2xl);
    font-weight: 600;
    height: 27px;
    position: relative;
    text-align: center;
    width: 100%;
}

.button {
    align-items: flex-start;
    align-self: stretch;
    background-color: #0f6720;
    background-color: var(--button-background);
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    flex-direction: row;
    padding: 10px;
}

.edittext {
    align-items: flex-start;
    align-self: stretch;
    background-color: #fff;
    background-color: var(--color-white);
    border: 1px solid #0f6720 !important;
    border: 1px solid var(--color-accent) !important;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex
;
    flex-direction: row;
    font-size: 14px;
    justify-content: flex-start;
    padding: 11px !important;
}

.loginDiv {
    max-width: 500px;
}
.nav-top-head {
    background-color: #0f6720;
    background-color: var(--button-background);
    justify-content: space-between;
    padding: 25px 20px;
}

.nav-top-child1 {
    display: flex
;
    flex-direction: column;
}
.toolbar {
    align-items: center;
    background: linear-gradient(180deg, #1dad39, #0f6720);
    justify-content: space-between;
    padding: 12px;
}
.toolbar, .toolbar div {
    display: flex
;
}

.toolbar img {
    height: 32px;
}

