﻿:root {
    /*Colors Start*/
    /*<-==========================================->*/
    --clr-neutral-100: 0, 172, 77;
    --clr-neutral-200: #aaaaaa;
    --clr-neutral-400: #e2e2e3;
    --clr-Pink: #d71e66;
    --clr-green: #0cd149;
    --clr-orange: #ff6e54;
    --clr-red: #DC2525;
    --clr-purple: #9609CA;
    --clr-neutral-800: rgba(255, 255, 255, 0.8);
    --clr-neutral-900: rgba(0, 0, 0, 0.05);
    --clr-neutral-1000: rgba(0, 0, 0, 0.7);
    --BB-Color-Pink: #f594a6;
    --BB-Color1-Light-Purple: #a1adc4;
    --BB_Color1-Dark-Purple: #7a87a3;
    --clr-primary-200: #ffffff;
    --clr-primary-300: #000000;
    --clr-primary-400: #ff0000;
    /*Colors End*/
    /*<-==========================================->*/
    /*Font size Start*/
    /*<-==========================================->*/
    --fs-normal: 15px;
    --fs-700: 40px;
    --fs-600: 23px;
    --fs-500: 23px;
    --fs-400: 18px;
    --fs-300: 15px;
    --fs-200: 15px;
    --fs-150: 15px;
    --fs-100: 15px;
    /*Font Size End*/
    /*<-==========================================->*/
    /*Font weight Start*/
    /*<-==========================================->*/
    --fw-400: 400;
    --fw-600: 600;
    --fw-700: 700;
    --fw-900: 900;
    /*Font weight End*/
    /*<-==========================================->*/
}

@font-face {
    font-family: OpenSans;
    src: url(../../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSans;
    src: url(../../fonts/OpenSans-Regular.ttf);
}

/* <-==========================-> */
/* CSS REST */
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
    font-size: 12px;
}

.Active_State {
    background: rgba(0,172,78,.28) !important;
    color: #00AC4E !important;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

p,
label {
    font-size: 12px;
}

textarea,
select,
input.text,
input[type="time"],
input[type="date"],
input[type="text"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* CSS REST End*/
/* <-==========================-> */

html {
    font-size: 62.5%;
}

body {
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    font-weight: var(--fw-400);
    background: #FAFAFA;
    line-height: 1.6;
    color: var(--clr-primary-300);
    height: 100%;
    margin: 0;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    position: relative;
    font-size: 15px;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select, ::placeholder {
    font-family: inherit;
}

#mainSection {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

h1,
h2,
h3 {
    line-height: 1.1;
}

h2 {
    font-size: var(--fs-700);
    color: var(--clr-neutral-200);
}


.height-86 {
    height: 86%;
}

/* Parent Elements access different inheritance properties */
/* <-==========================-> */
.parentVal {
    --gap: 0.5rem
}

.MyRewards {
    --gap: 4rem;
}

.txtBoxes {
    --gap: .4rem;
    --value-pad: 1.75rem;
    --borderColorSet: #BDBDBD;
}

.parentVal {
    --borderColorSet: rgba(var(--clr-neutral-100), 1);
}

.txtBoxesPass {
    --marginValue: 12px;
}

.setRelative {
    position: relative !important;
}

.parentAbsolute {
    --AbsTop: 0%;
    --AbsLeft: 50%;
    --AbsTransLate: -50%;
}

.parentAbsoluteLogin {
    --AbsTop: 28%;
    --AbsLeft: 69%;
    --AbsTransLate: -50%;
}

.RewardsCard {
    --AbsTop: unset;
    --AbsLeft: 50%;
    --AbsBottom: -15%;
    --AbsTransLate: -50%;
}

.thumbsUp {
    --AbsTop: -5px;
    --AbsLeft: 50%;
    --AbsTransLate: -50%;
}

.UserNameCircle {
    --AbsLeft: 15%;
    --borderColorSet: var(--clr-primary-200);
}

.objectPosition {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 100%;
}

.objectAltPosition {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
}

.radioBtnParent {
    --marginTValue: 25px;
}

.headerParent {
    --heightValSet: 30vh;
}

.MyRewards {
    --heightValSet: 18.5vh
}

.IndividualRewardCard {
    --heightValMax: 26rem
}

.elementAbsolute {
    position: absolute;
    top: var(--AbsTop);
    bottom: var(--AbsBottom), unset;
    left: var(--AbsLeft);
    transform: translate(var(--AbsTransLate), var(--AbsTransLate));
    -ms-transform: translate(var(--AbsTransLate), var(--AbsTransLate));
    -webkit-transform: translate(var(--AbsTransLate), var(--AbsTransLate));
    z-index: 999;
}

.elementFixed {
    position: fixed;
}


.SelectParent {
    --clr-Select-100: var(--clr-primary-200);
    --clr-Select-200: rgba(var(--clr-neutral-100), 1);
    --value-pad: 20px;
}

.btnCancel {
    --clr-Select-333: var(--clr-neutral-200);
    --clr-Select-fff: var(--clr-primary-200);
}

.navigateMenu {
    --gap: 0;
}

.navWrapper {
    height: 6.3rem;
    width: 100%;
    min-width: 26rem;
    max-width: 34rem;
}

.navigateMenu {
    width: 100%;
}


.modalCompleteEl {
    --value-pad: 5rem;
    --borderColorSet: rgba(var(--clr-neutral-100), 1);
}

.PersonalSelectAlt {
    --borderColorSet: rgba(var(--clr-neutral-100), 1);
}

.parentAvailability {
    --value-pad: 1.2rem
}

.parentBtnCal {
    --borderColorSet: var(--clr-primary-300);
}

.welcomeParent {
    --marginTValue: 2rem;
}

.parentVal {
    --value-pad: 1rem
}

.parentQuestionnaireComp {
    --value-pad: 1.8rem;
    --marginValue: 25px;
    --marginTValue: 160px;
}

/* <-==========================-> */

/* composition */
/* <-==========================-> */

/* Add spacing For each child except first-child */
/* <-==========================-> */
.flow > * + * {
    margin-top: var(--flow-Spacer, 0.6rem);
}

/* Place Elements in Column view */
/* <-==========================-> */
.grid-flow {
    display: grid;
    display: -ms-grid;
    gap: var(--gap, 1rem);
}

/* <-==========================-> */

/* Place Elements in Row view */
/* <-==========================-> */
.flex-flow {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: var(--gap, 1rem);
}

/* <-==========================-> */

/* Wrap elements Beyond width size */
/* <-==========================-> */
.EliWrap {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/* <-==========================-> */

.Grid_Center {
    display: grid;
    display: -ms-grid;
    justify-content: center;
    align-content: center;
}

/* Buttons */
/* <-==========================-> */
.Custom_Button {
    color: var(--clr-primary-200);
    border: 1px solid transparent;
    cursor: pointer;
    background: transparent;
    padding: 1rem 1.6rem;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 38rem;
    max-width: 38rem;
    min-height: 53px;
    height: 53px;
    text-align: center;
    border-radius: 5rem;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    text-transform: capitalize;
}

.EditBtn {
    color: var(--clr-primary-200);
    border: 1px solid transparent;
    cursor: pointer;
    background: transparent;
    padding: .8rem;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 9px;
    height: 16px;
}

.EditBtnContainer {
    position: absolute;
    top: 0;
    right: -1rem;
    width: 90%;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    z-index: 9001;
    align-items: center;
    height: 7rem;
    width: 7rem;
    display: inline-block
}

    .EditBtnContainer .Custom_Button {
        min-width: unset;
    }

.parentAbsoluteLogin .Custom_Button[data-type="primary"] {
    animation: moveInRight 1s ease-out;
}

.parentAbsoluteLogin .Custom_Button[data-type="secondary"] {
    animation: moveInLeft 1s ease-out;
}

.Custom_Button[data-type="primary"] {
    background: #BEECC5;
}

.Custom_Button[data-type="tertiary"]:hover,
.Custom_Button[data-type="tertiary"]:focus,
.Custom_Button[data-type="tertiary"] {
    color: #00AC4E;
    background-color: var(--clr-primary-200);
    border: transparent;
}

.Custom_Button[data-type="red"]:hover,
.Custom_Button[data-type="red"]:focus,
.Custom_Button[data-type="red"] {
    color: var(--clr-red);
    background-color: rgb(from var(--clr-Pink) r g b / 0.15);
    border: transparent;
}

.Custom_Button[data-type="Modal_btn"] {
    background-color: var(--clr-primary-200);
    color: #00AC4E;
}

.Custom_Button[data-type="secondary"]:hover,
.Custom_Button[data-type="secondary"]:focus,
.Custom_Button[data-type="secondary"] {
    background: var(--clr-neutral-200);
    color: #00AC4E;
}

.Custom_Button[data-type="outlinedGreen"] {
    background: #ffffff;
    border: 2px solid rgba(var(--clr-neutral-100), 1);
    color: #00AC4E;
}

.Custom_Button[data-type="secondaryBlue"]:hover,
.Custom_Button[data-type="secondaryBlue"]:focus,
.Custom_Button[data-type="secondaryBlue"] {
    background: var(--clr-neutral-200);
    color: #00AC4E;
}

.Custom_Button[data-type="primary"]:hover,
.Custom_Button[data-type="primary"]:focus,
.Custom_Button[data-type="primary"] {
    background: #BEECC5;
    border: 1px solid #BEECC5;
    color: #00AC4E;
}
/* <-==========================-> */

.input_Line {
    border: 0;
    outline: 0;
    border-bottom: 2px solid var(--borderColorSet);
    color: var(--clr-primary-300);
    padding: .5rem 4rem .5rem 0rem;
    width: 100%;
    background-color: transparent;
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.input_LineDark {
    border-bottom: 1px solid #BDBDBD;
}

.modal .input_Line {
    color: var(--clr-primary-200);
}
/* utility */
/* Spacing values */
.padding-Alt {
    padding: var(--alt-Space, 1.5rem) 0;
}

.paddingLight {
    padding: 3px;
}

.padding-6 {
    padding: 6px;
}

.bubblePadding {
    padding: 10px 1rem;
}

.bubbleTilePad {
    padding: 4px 1.4rem;
}

.padding-8 {
    padding: 1rem;
}

.padding-12 {
    padding: 2rem;
}

.padding-24 {
    padding: 3rem;
}

.padding-R {
    padding-right: var(--value-pad, 12px);
}

.padding-L {
    padding-left: var(--value-pad, 12px);
}

.paddingSm-L {
    padding-left: 8px;
}

.padding-T {
    padding-top: var(--value-pad, 12px);
}

.padding-B {
    padding-bottom: var(--value-pad, 12px);
}


.padding-48 {
    padding: 5rem;
}

.removePadding {
    padding: 0 !important;
}

.removePadding-T {
    padding-top: 0;
}

.removePadding-B {
    padding-bottom: 0;
}

.removePadding-L {
    padding-left: 0;
}

.removePadding-R {
    padding-right: 0;
}

.push-right {
    margin-left: auto !important;
}

.push-left {
    margin-right: auto;
}

.floatR {
    float: right;
}

.didKnowBoxPad {
    padding: 1.5rem 1.5rem 1.5rem 5rem;
}

.margin_BS-Override {
    margin-right: var(--bs-gutter-x, -.75rem);
    margin-left: var(--bs-gutter-x, -.75rem);
}

.marginTAuto {
    margin-top: auto;
}

.marginSetter {
    margin: 0 var(--MSetterX);
}

.marginSetterXl {
    margin-left: 0px;
}

.marginSetterXR {
    margin-right: var(--MSetterX, 12px);
}

.marginBottomValue {
    margin-bottom: var(--marginValue, 10px);
}

.marginBottomValueXl {
    margin-bottom: 20px;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
}

.marginTopValue {
    margin-top: var(--marginTValue, 10px);
}

.Center_w_Margin {
    margin: 0 auto;
}

.removeMarginR {
    margin-right: 0;
}

.removeMarginL {
    margin-left: 0;
}

.removeMargin {
    margin: 0 !important;
}

.removeMarginB {
    margin-bottom: 0 !important;
}

.removeMarginT {
    margin-top: 0 !important;
}

.spaceBetween {
    justify-content: space-between;
}

.spaceEnd {
    justify-content: flex-end;
}

.negativeMarginT {
    margin-top: -10px;
}

.negativeMarginL {
    margin-left: -10px;
}

.negativeMarginR {
    margin-right: -10px;
}

.spaceStart {
    justify-content: flex-start;
}

.alignSpaceCenter {
    align-items: center;
}

.alignSpaceTop {
    align-items: flex-start;
}

.alignSpaceBottom {
    align-items: flex-end;
}

.alignSpaceBaseline {
    align-items: baseline;
}

.JustifySpaceCenter {
    justify-content: center;
}

.JustifySpaceEven {
    justify-content: space-evenly;
}

.JustifySpaceBetween {
    justify-content: space-between;
}

.JustifyEnd {
    justify-content: flex-end;
}

.directionTop {
    flex-direction: column;
}

    .directionTop img {
        margin: 2rem auto
    }

.directionBottom {
    flex-direction: column-reverse;
}

.directionLeft {
    flex-direction: row;
}

.directionRight {
    flex-direction: row-reverse;
}

    .directionLeft img, .directionTop img, .directionBottom img, .directionRight img {
        min-width: 12rem;
        border-radius: 1.2rem 0 1.2rem;
    }

    .directionLeft img, .directionRight img {
        max-width: 13rem;
        object-fit: cover;
    }

.Btn_BoxShadow {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.Child_Accesor form#frmHome {
    min-height: auto;
}

.Dischem_Logo {
    background: url(../../Images/Text_logo.png) no-repeat;
    padding: 1rem;
    margin: 0.5rem auto 0 auto;
    max-width: 19rem;
    width: 100%;
    height: 6.5rem;
    margin-bottom: 1.5rem;
    z-index: 1000;
    position: absolute;
    background-size: contain;
    background-position: center right;
    top: 4.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.loginNavigation {
    position: fixed;
    display: none !important;
}

.directionRight .iframe-container,
.directionLeft .iframe-container,
.directionBottom .iframe-container,
.directionTop .iframe-container {
    padding-top: 0;
}

.directionRight .imgMaxH,
.directionLeft .imgMaxH,
.directionBottom .imgMaxH,
.directionTop .imgMaxH {
    max-height: 100%;
    width: 100%;
}
/* Spacing values */
/* textValues */
/* text Colors */
/* <-==========================-> */
.text-CustomDark {
    color: var(--clr-primary-300) !important;
}

.text-light {
    color: var(--clr-primary-200);
}

.text-neutral-100 {
    color: rgba(var(--clr-neutral-100), 1) !important;
    -webkit-text-fill-color: rgba(var(--clr-neutral-100), 1) !important;
}

.text-neutral-200 {
    color: var(--clr-neutral-200);
}

.textPink {
    color: var(--clr-Pink);
}

.textGreen {
    color: #00ac4e;
}

.textOrange {
    color: var(--clr-orange);
}

.textRed {
    color: var(--clr-red);
}

.textPurple {
    color: var(--clr-purple);
}

.text-Custom_Danger {
    color: var(--clr-primary-400);
}

.BBPurpleDark {
    color: var(--BB-Color1-Light-Purple);
}

.BBPurpleLight {
    color: var(--BB_Color1-Dark-Purple);
}

.FunFact_Content .TextFunFact {
    color: #848D96;
    font-size: 12px;
    margin-bottom: 0rem;
    display: inline-block;
}

.txtDarkGray {
    color: #848D96;
}
/* <-==========================-> */

/* Text Alignment */
/* <-==========================-> */

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left !important;
    text-align: start !important;
}

.text-align-right {
    text-align: right;
    text-align: end;
}

.heading-Info,
.heading-Info span {
    color: var(--Color1-Pure-Black);
    background: #f5f5f5;
    font-size: var(--fs-550);
    font-weight: var(--fw-600);
    text-align: center;
    padding: .8rem 0;
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    max-width: 38rem;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 29rem;
}

    .heading-Info span {
        display: inline;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
/* <-==========================-> */

/* Text Bolder */
/* <-==========================-> */

.font-weight-LightlyBold {
    font-weight: var(--fw-600);
}

.font-normal {
    font-weight: var(--fw-400);
    font-size: 16px;
}

.font-weight-bold {
    font-weight: var(--fw-700);
}

.font-weight-Extra-bold {
    font-weight: var(--fw-900);
}

.Font-weight--unbold {
    font-weight: var(--fw-400) !important;
    font-family: OpenSans !important;
}
/* <-==========================-> */

/* Font sizing */
/* <-==========================-> */
.font-size-normal {
    font-size: var(--fs-normal);
}

.font-Size-50 {
    font-size: var(--fs-700);
}

.font-Size-100 {
    font-size: var(--fs-600);
}

/*//Sub-Font*/
.font-Size-200 {
    font-size: var(--fs-400)
}

.font-Size-300 {
    font-size: var(--fs-300);
}

.font-Size-400 {
    font-size: var(--fs-500);
}

.font-Size-600 {
    font-size: var(--fs-200);
}

.font-Size-500 {
    font-size: var(--fs-150);
}

.fontSize-14 {
    font-size: 14px;
}

.font-Size-verySmall {
    font-size: var(--fs-100);
}

.fontSize_SuperSm {
    font-size: 8px;
}

.fontFam {
    font-size: 12px !important;
}

.modal p {
    font-size: 12px;
}

.font-Size-Headinng {
    font-size: 23px;
}

.fontS21 {
    font-size: 21px;
}

.fontS10 {
    font-size: 10px !important;
}

.fontS15 {
    font-size: 15px !important;
}

.fontS18 {
    font-size: 18px !important;
}

/* <-==========================-> */
.txtUnderLine {
    text-decoration: 2px underline rgba(var(--clr-neutral-100), 1);
}

.txtUnderLineDefault {
    text-decoration: 2px underline var(--clr-primary-300);
}

.listStyleNone {
    list-style: none;
}

/* textValues */

/* BackgroundS */

.Custom_bg-white {
    background-color: var(--clr-primary-200) !important;
}

.bg-lightGray {
    background-color: var(--clr-neutral-400);
}

.bg-lighterGray {
    background-color: #f5f5f5;
}

.bg-darkGray {
    background-color: var(--clr-neutral-200);
}

.bg-neutral-100 {
    background: rgba(var(--clr-neutral-100), 1);
}

.bg-neutralLightBlue {
    background: rgba(var(--clr-neutral-100), .1);
}

.bg-MediumBlue {
    background: rgba(var(--clr-neutral-100), .5);
}

.bg-opecGray {
    background: var(--clr-neutral-900);
}

.bg-LightBoxGray {
    background: rgba(207,207,207,.16);
}

.BB-BackGroundCol1 {
    background: var(--BB-Color1-Light-Purple) !important;
    border: 2px solid var(--BB-Color1-Light-Purple) !important;
    color: var(--clr-primary-200) !important;
}

.bgModal {
    background: rgba(255,255,255,0.9);
}

.bgTransparent {
    background: transparent !important;
}

.Child_Accesor {
    min-height: 100vh;
}

.BG_DCGray {
    background: rgba(132, 141, 150, .2);
}

.BG_Yellow {
    background: #FFF4C6 !important;
}
/* BackgroundS */

/* Border values */
.input_Border {
    border: 0;
    outline: 0;
    border: 1px solid var(--clr-neutral-200);
    color: var(--clr-primary-300);
    padding: .5rem 4rem .5rem 1rem;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.br-Slightly {
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
}

/* Border radius */
/* <-==========================-> */
.br-1 {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.br-2 {
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
}

.br-3 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.br-360 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.br-ODD {
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
}
/* <-==========================-> */
.borderLine {
    border: 2px solid var(--borderColorSet) !important;
}

.borderLineThin {
    border: 1px solid var(--borderColorSet) !important;
}

.borderLineRight {
    border-right: 2px solid rgba(var(--clr-neutral-100), 1);
}

.border-neutral-100 {
    border: 1px solid rgba(var(--clr-neutral-100), 1);
}

.borderLinePinkBottom {
    border-bottom: 2px solid var(--clr-Pink);
}

.borderLineGreenBottom {
    border-bottom: 2px solid var(--clr-green);
}

.ImgAround--BR {
    border: 4px solid var(--clr-orange);
}

.borderLineOrangeBottom {
    border-bottom: 2px solid var(--clr-orange);
}

.borderLineRedBottom {
    border-bottom: 2px solid var(--clr-red);
}

.borderREd {
    border: 2px solid var(--clr-red);
}

.borderLinePurpleBottom {
    border-bottom: 2px solid var(--clr-purple);
}

.borderLineGreyBottom {
    border-bottom: 2px solid var(--clr-neutral-200);
}

.borderLineBottom {
    border-bottom: 2px solid var(--borderColorSet);
}

.borderReset {
    border: 0 !important;
}

.borderBoxGray {
    border-bottom: 2px solid #CFCFCF !important;
}

.borderDCGreen {
    border-bottom: 2px solid rgba(var(--clr-neutral-100), 1);
}

    .borderDCGreen:last-of-type {
        border: 0;
    }
/* <-==========================-> */
/* Border values */


/* Height values */
/* <-==========================-> */
.Height-100 {
    height: 100%;
}

.line-height-normal {
    line-height: 1;
}

.line-height13 {
    line-height: 1.3;
}

.line-height-100 {
    line-height: 1.5;
}

.HeightVH_62 {
    height: 62vh;
}

.HeightVH_45 {
    height: 45vh;
}

.HeightVH_setter {
    height: var(--heightValSet);
}

.max_Height {
    max-height: var(--heightValMax);
}

.minHeightOverride {
    min-height: 53px !important;
}

.ResetHeight, .ResetHeight textarea {
    min-height: auto !important;
}

    .ResetHeight textarea {
        box-shadow: none !important;
        margin: 0 !important;
        font-size: 12px !important;
        max-height: 4rem !important;
        padding: 0.5rem 0 !important;
        font-weight: 400;
    }

.SumoSelect > .CaptionCont > span.placeholder {
    background: #ffffff;
    font-size: 12px;
}

.imgMaxH {
    max-height: 175px;
    width: fit-content;
    margin: 1rem;
    margin-top: 0;
    object-fit: contain;
    border-radius: 1.2rem 0 1.2rem 0;
}

.directionRight .imgMaxH,
.directionLeft .imgMaxH,
.directionBottom .imgMaxH,
.directionTop .imgMaxH {
    max-height: 100%;
}

.imgMaxH.removeMarginL {
    margin-left: 0;
}

.imgMaxH.removeMarginR {
    margin-right: 0;
}

.imgMaxH img {
    height: 100%;
    margin: 0;
    display: inline-block;
}

video {
    display: inline-block;
    max-width: 100%;
    height: 100%;
}

.minHeightVal {
    min-height: 72px;
}

.unset_Hieght {
    height: unset !important;
}

/* Height values */
/* <-==========================-> */
.link,
.link:link,
.link:visited {
    cursor: pointer;
    background: transparent;
    color: rgba(var(--clr-neutral-100), 1);
    border: 0;
    font-size: 16px;
    text-decoration: none;
    background: transparent;
}

input[type=checkbox], input[type="radio"], .btn_RadioPrime input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--clr-primary-200);
    margin: 0;
    font: inherit;
    color: rgba(var(--clr-neutral-100), 1);
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    border: 0;
    transform: translateY(-0.025rem);
    -webkit-transform: translateY(-0.025rem);
    -ms-transform: translateY(-0.025rem);
    display: grid;
    display: -ms-grid;
    place-content: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid var(--clr-neutral-400);
}

    .input[type=checkbox]::before, input[type="radio"]::before, .btn_RadioPrime input[type="radio"]::before {
        content: "";
        border: 1px solid #000000;
        width: 20px;
        min-width: 20px;
        min-height: 20px;
        height: 20px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        pointer-events: none;
    }

.btn_RadioPrime input[type="radio"] {
    border: .5rem solid #ffff;
}

    input[type=checkbox]:checked::before, input[type="radio"]:checked::before, .btn_RadioPrime input[type="radio"]:checked::before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

input[type=checkbox]:checked, input[type="radio"]:checked {
    background: rgba(var(--clr-neutral-100), 1);
    border: .5rem solid #ffff;
}

.btn_RadioPrime input[type="radio"]:checked {
    background: rgba(var(--clr-neutral-100), 1);
}

.valid.modified:not([type=checkbox]) {
    box-shadow: none;
}

.Cost {
    display: none;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8);
}

#CheckBoxCost:checked + .dropdown__face > div > .Cost {
    display: inline-block;
    opacity: 1;
    z-index: 999;
    height: 35px;
}

.BXShadow {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.BXShadow-200 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a:hover,
a:focus,
.link:focus,
.link:hover {
    color: var(--clr-neutral-200);
}

/* block */

.toBlock {
    display: block !important;
}

.toInlineBlock {
    display: inline-block !important;
}

.imgBox {
    display: inline-block;
    width: 25rem;
    object-fit: contain;
    -o-object-fit: contain;
    padding: 0;
}

    .imgBox img {
        height: 100%;
    }

.imgBox__PLus {
    width: 7rem;
    height: 7rem;
}

.imgBoxLeft {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 1.2rem 0 0 1.2rem;
    -moz-border-radius: 1.2rem 0 0 1.2rem;
    -webkit-border-radius: 1.2rem 0 0 1.2rem;
}

.imgBoxRight {
    position: absolute;
    right: -20px;
    bottom: -12px;
}

.FunFact_Block, .SliderBox {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    background: #ffffff;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    min-height: 13rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    margin: 1rem auto;
    align-items: stretch;
}

.FunFact_Block {
    align-items: center;
}

.SliderBoxEvent {
    min-width: 35rem;
    max-width: 35rem !important;
    margin-bottom: 3rem;
    min-height: 8rem;
}

.SliderBox .imgBox img {
    height: 83px;
    width: 101px;
}

.itemv2 .imgBox img {
    height: 10rem;
    width: 10rem;
}

.itemv2 .SliderBox {
    max-width: 36rem;
    margin: 1rem 2rem 1rem 0;
}

.UpComingEvent .imgBox img {
    height: 76px;
    width: 76px;
}

.EventIMg {
    width: 24rem;
    padding: 1rem 0;
}

.SliderBoxEvent {
    max-width: 40rem;
}

.ShowCalendarDetail .SliderBoxEvent {
    min-width: unset;
    max-width: unset;
}

.ShowCalendarDetail .EventIMg {
    width: 14rem;
}

.FunFact_Content, .Slider_Block {
    padding: 2rem;
    width: 100%;
}

.FunFact_Content {
    padding: 1rem 2rem;
}

.Slider_Block span,
.Slider_Block p {
    font-size: 12px;
}

.FunFact_Content span,
.FunFact_Content p {
    font-size: 10px !important;
    font-family: OpenSans !important;
}

.imgIconX {
    --setWidth: 8.8ren;
    --setHeight: 10.8rem;
    width: var(--setWidth);
    height: var(--setHeight);
    margin-right: -1rem;
}

.babyImg {
    width: 10rem;
}

.modalParent .imgIconS {
    --setWidth: 3.8rem;
    --setHeight: 3.8rem;
    width: var(--setWidth);
    height: var(--setHeight);
}

.modalParent {
    --MSetterX: 8px;
    --MSetterY: 8px
}

.toolsParent .imgIconS {
    --setWidth: unset;
    --setHeight: 3rem;
    width: unset;
    height: var(--setHeight);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}


.modalParent .imgIconS,
.modalParent .imgIconS {
    --setWidth: 6.8rem;
    --setHeight: 100%;
}

.MoreIcons {
    width: 3rem;
    height: 3rem;
    font-size: 8px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    -o-object-fit: contain;
}

.ChevronIcon {
    height: 1.5rem;
}

.LoginHeadWrap {
    z-index: 10;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 5.3rem;
    background: var(--clr-primary-200);
    position: fixed;
    left: 0;
    top: 0;
}

    .LoginHeadWrap .logo {
        width: 19rem;
        height: 5rem;
        margin: 0;
    }

.SliderBox {
    max-width: 40rem;
}

.Slider_Block {
    padding: 2rem 1rem;
    position: relative;
}

.Curved_TopV2,
.Curved_Top,
.Curved_Bottom {
    width: 100%;
    position: absolute;
    right: 0;
    top: -.5rem;
    overflow: hidden;
    z-index: 9999;
    pointer-events: none;
}

.Curved_Bottom {
    top: unset;
    right: unset;
    bottom: 0;
    left: -15px;
    width: 18rem;
    height: 16rem;
}

    .Curved_TopV2 img,
    .Curved_Top img,
    .Curved_Bottom img {
        height: 100%;
        width: 100%;
    }

#modalWriteNote input, #modalWriteNote textarea {
    color: #000000;
}

.CurveImg {
    fill: rgba(var(--clr-neutral-100), 1);
    stroke: rgba(var(--clr-neutral-100), 1);
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.curveImgGray {
    fill: var(--clr-neutral-400);
    stroke: var(--clr-neutral-400);
}

.theHeader, .theHeader_V2, .HeaderClouds {
    /*background: var(--clr-primary-200);*/
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 11rem;
}

.theHeader_V3 {
    position: static;
    height: 2rem;
}

.HeaderClouds {
    margin-top: 8rem;
}

.theHeader.invisible {
    display: none;
}

/* exception */

/* Set Focus on Element */
/* <-==========================-> */
/* Set Foucs on Element */

::-ms-input-placeholder { /* Edge 12-18 */
    color: #c4c8cd;
}

::placeholder {
    color: #dadddf;
}

.FocusOn:hover,
.FocusOn:focus {
    color: var(--clr-Select-100);
    background: var(--clr-Select-200);
    outline: 2px solid var(--clr-Select-100);
}

.modal-header.vaccine-schedule {
    display: flex;
    flex-direction: column;
}
.vaccine-schedule h3 {
    color: #05ad51 !important;
    font-weight: bolder;
}


.FocusOnDropDown:hover,
.FocusOnDropDown:focus {
    color: rgba(var(--clr-neutral-100),1);
    background: #C9EBD7;
    outline: 2px solid var(--clr-Select-100);
    font-family: OpenSans;
}

.FocusOn2:hover,
.FocusOn2:focus {
    color: var(--clr-Select-fff);
    background: var(--clr-Select-333);
    outline: 2px solid var(--clr-Select-333);
}

.SetHeighVH60 {
    min-height: 60vh;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    position: relative;
}

div article .container-fluid div form {
    min-height: 60vh;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    position: relative;
}

input[type="number"] {
    padding: 0.6rem 1rem;
    border: 0;
    position: relative;
    font-size: var(--fs-100);
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    text-align: left;
    width: 100%;
    outline: 0;
    background-color: var(--clr-primary-200);
    font-size: 14px;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    max-width: 30rem
}

    input[type="number"]:hover,
    input[type="number"]:focus {
        color: var(--clr-Select-100);
        background-color: var(--clr-primary-200);
        outline: 0;
    }

.modal.show.bgModal .modal-dialog .modal-header h3 {
    color: var(--clr-primary-300);
}

.modal label {
    color: var(--clr-primary-300);
}

.modal .min_Width160 {
    min-width: 24rem;
    text-align: left;
}
/* <-==========================-> */
.SpacerValueX {
    padding: 1rem;
}

.SpacerValueX {
    padding: 0 1rem;
}

.Boxed_Elements {
    padding: 1rem 2rem;
    min-height: 5.4rem;
}

.Wrap_Elements {
    padding: 1rem 2rem;
    min-height: 5.4rem;
}

.Wrap_Elements {
    padding: 1rem 2rem;
    min-height: 5.4rem;
}

.Boxed_Elements span {
    font-size: 12px;
}

.checkboxComplete input[type=checkbox] {
    background-color: var(--clr-neutral-200);
    color: var(--clr-primary-200);
    border-radius: .8rem;
    -moz-border-radius: .8rem;
    -webkit-border-radius: .8rem;
    margin-right: 12px;
    margin-left: auto;
    height: 5rem;
    width: 5rem;
    border: 0
}

    .checkboxComplete input[type=checkbox]::before {
        content: "";
        width: 2.5rem;
        height: 2.5rem;
        -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        background-color: var(--clr-primary-200);
    }

    .checkboxComplete input[type=checkbox]:checked::before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

.callcentreIcon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: contain;
    -o-object-fit: contain;
    padding: 0.6rem;
    width: 4.4rem;
}

.flex_center {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
/* Modal styles */
/* <-==========================-> */
.txt-areaModal {
    position: relative;
    resize: none;
}

textarea {
    resize: none;
    transition: all .5s;
    border: 0;
    outline: 0;
    width: 100%;
}

.txt-areaModal textarea.input_Line {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: transparent !important;
}
/* <-==========================-> */

.grayFoot {
    display: inline-block;
    position: relative;
}

.alt_Foot {
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    width: 100%;
}

.input_Line:focus:invalid {
    border-bottom: 2px solid var(--clr-red);
}

.input_Border:focus:invalid {
    border: 1px solid var(--clr-red);
}

.z_Index {
    z-index: 10000;
}

.FColumn {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}

.big-padding {
    padding-right: 10rem;
}

.bubbleGrey {
    position: relative;
    margin: 0 2rem .2rem 0;
    max-width: 280px;
}

    .bubbleGrey::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 20px solid var(--clr-neutral-400);
        border-bottom: 10px solid transparent;
        top: 1.5rem;
        left: -2rem;
    }

.bubbleBlue {
    position: relative;
    margin: 0 0 .2rem 2rem;
    max-width: 280px;
}

    .bubbleBlue::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 20px solid rgba(var(--clr-neutral-100), .5);
        border-bottom: 10px solid transparent;
        top: 1.5rem;
        right: -2rem;
    }

.theHeader_Description {
    color: #ffffff;
    z-index: 90010;
    position: absolute;
    top: 4rem;
    left: 50%;
    font-size: 3.5rem;
    transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    text-align: center;
}

.profileCircle {
    position: absolute;
    top: 0;
    height: 145px;
    width: 145px;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
}

#divUserProfileImage {
    height: 18rem;
    width: 18rem;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #ffffff;
}

    #divUserProfileImage::before {
        content: "";
        height: 19rem;
        width: 19rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 4px solid #E4E6E8;
    }

    #divUserProfileImage::after {
        content: "";
        background-image: url(../../Images/YellowPLus.png);
        display: inline-block;
        height: 18rem;
        width: 18rem;
        background-size: contain;
        position: absolute;
        left: -8rem;
        top: 0;
        z-index: -1;
    }

.form-input input {
    display: none;
}

.form-input label {
    display: block;
    line-height: 4rem;
    color: var(--clr-primary-300);
    cursor: pointer;
}

.form-input img {
    width: 100%;
    display: none;
    margin-bottom: 30px;
}


.profileCircle {
    height: 100%;
    width: 100%;
}

.ProfileCloudWrap {
    display: inline-block;
    padding: 1rem;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    background-size: contain;
    background-position: center right;
    min-height: 16rem;
    min-width: 16rem;
}

.ProfileCloudWrapV2 {
    background: none;
    margin: 0 auto 0 auto;
    background-position: center center;
}

.btn_inputRDB {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: rgba(var(--clr-neutral-100), 1);
    border: 0;
    transform: translateY(-0.025rem);
    -webkit-transform: translateY(-0.025rem);
    -ms-transform: translateY(-0.025rem);
    display: grid;
    display: -ms-grid;
    place-content: center;
}

.setFlexItem {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: space-between
}

.btnTimerSt {
    border: 0;
    background: transparent;
}

    .btnTimerSt:focus,
    .btnTimerSt:active,
    .btnTimerSt:focus-within {
        border: 0;
        box-shadow: none;
        outline: none;
    }

.btn_inputRDB:focus,
.btn_inputRDB:hover {
    color: #ffffff;
    background-color: rgba(var(--clr-neutral-100), 1);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.thumbsUp {
    width: 12rem;
}

ul {
    margin-bottom: .8rem;
}


    ul li ul li::before {
        content: "";
        width: 0px;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 8px solid rgba(var(--clr-neutral-100), 1);
        position: absolute;
        left: -1.3rem;
        top: 3px;
    }

.theHeader h3 {
    padding: 1rem 2.5rem 0rem 1.6rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.box-video {
    border: 1px solid var(--clr-primary-300);
    width: 9rem;
    height: 5rem;
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    overflow: hidden;
}

.legendKey {
    position: relative;
    min-height: 12.5rem;
    margin-bottom: 2rem;
    margin-left: -1rem;
    width: calc(100% + 1.5rem);
}

.legendKeytxtColor1 {
    color: #00AC4E;
}

.legendKeytxtColor2 {
    color: #CDA4F4;
}

.legendKeytxtColor3 {
    color: #F4BD4C;
}

.legendKeytxtColor4 {
    color: #DC595F;
}

.legendKeytxtColor5 {
    color: #848D96;
}

.legendKey::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    Height: 12rem;
    width: 100%;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.09009259259259256)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09009259259259256) 95%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09009259259259256) 95%);
}

.timeLineShadow {
    min-height: 12.5rem;
    margin-bottom: 2rem;
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.09009259259259256)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.09009259259259256) 95%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.09009259259259256) 95%);
}

    .timeLineShadow .slick-dots {
        position: static;
    }

.itemv2 {
    margin: 0 1.5rem 0 1.5rem;
}

.slick-dots li, .slick-dots li button:before {
    width: 34px !important;
    height: 5px !important;
    background: #cccccc;
}

    .slick-dots li button:before {
        color: transparent;
        font-size: 0 !important;
    }

    .slick-dots li.slick-active button:before {
        background: #34c47f;
        display: block;
    }

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    display: none !important;
}

.bg-video__content {
    height: 100%;
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.MyRewards .row:last-child {
    margin-bottom: 30px;
}

.CompletedBoxed_Elements .flex-flow.d-grid.border-0 {
    background: #ffffff;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    min-height: 13rem;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding: 1rem 2rem;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.UnAvailable::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--clr-neutral-1000);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.svgIconImg {
    display: block;
    fill: var(--clr-neutral-1000);
    stroke: var(--clr-neutral-1000);
    stroke-width: 0pt;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
    text-decoration: none;
    padding: 0 1rem;
    height: 4rem;
    width: 8rem;
}

.MenuBurgerBox {
    max-width: 30rem;
    width: 100%;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

    .MenuBurgerBox .imgIconS {
        display: grid;
        align-items: center;
        justify-content: center;
        border: 0
    }

        .MenuBurgerBox .imgIconS .imgCircle {
            background: #DFF6E2;
            border-radius: 50%;
            width: 8rem;
            height: 8rem;
            padding: 1rem;
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
            margin: .5rem auto;
        }

        .MenuBurgerBox .imgIconS img {
            width: 4rem;
            height: 4rem;
            font-size: 8px;
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            font-weight: 800;
            justify-content: center;
            align-items: center;
            object-fit: contain;
            -o-object-fit: contain;
        }

        .MenuBurgerBox .imgIconS span {
            text-transform: capitalize;
        }

        .svgHeart {
            stroke-width: 1pt;
            stroke: #DCDDDE;
        }

.setImg--Height img {
    height: 100%;
}

.svgIconImg:hover {
    fill: rgba(var(--clr-neutral-100), 1);
    stroke: rgba(var(--clr-neutral-100), 1);
    text-decoration: none;
}

    .svgIconImg:hover ~ .menuTxt,
    .svgIconImg:focus ~ .menuTxt {
        color: rgba(var(--clr-neutral-100), 1);
        text-decoration: none;
    }

.menuTxt {
    min-width: 26rem;
    text-align: left;
}

a:hover,
a {
    text-decoration: none;
    color: #000;
}

.switch,
.switchBig {
    position: relative;
    display: inline-block;
    width: 63px;
    height: 28px;
}

.switchBig {
    width: 60px;
    height: 25px;
}

    .switch input,
    .switchBig input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider,
    .switchBig .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #848D96;
        -webkit-transition: .4s;
        transition: .4s;
        transform: rotate(180deg);
        width: 100%;
    }

        .slider:before,
        .switchBig .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            right: 4px;
            bottom: 3px;
            background-color: var(--clr-primary-200);
            -webkit-transition: .4s;
            transition: all .4s;
        }

        .switchBig .slider:before {
            height: 18px;
            width: 18px;
            bottom: 4px
        }

    input:checked + .slider,
    .switchBig input:checked + .switchBig .slider {
        background-color: rgba(var(--clr-neutral-100), 1);
        right: 0px;
    }

        input:checked + .slider::before,
        .switchBig input:checked + .slider::before {
            background-color: var(--clr-primary-200);
        }

    input:focus + .slider,
    .switchBig input:focus + .slider {
        box-shadow: 0 0 1px rgba(var(--clr-neutral-100), 1);
    }

input:checked + .slider:before {
    -webkit-transform: translateX(-33px);
    -ms-transform: translateX(-33px);
    transform: translateX(-33px);
}

.switchBig input:checked + .slider:before {
    -webkit-transform: translateX(-37px);
    -ms-transform: translateX(-37px);
    transform: translateX(-37px);
}

.btn_DismissAll {
    background: #fff;
    border: 0;
    font-size: 10px !important;
    text-decoration: none !important;
    font-weight: 600;
    color: #848D96;
    word-break: break-word;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 2rem auto;
    margin-top: 0;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    max-width: 20rem;
    padding: 1rem 2rem;
    border-radius: 2rem;
}
/* Rounded sliders */
.slider.round,
.switchBig.slider.round {
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
}

    .slider.round:before,
    .switchBig .slider.round:before {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.Sticky__Header {
    position: fixed;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 11rem;
    z-index: 9999;
    -webkit-box-shadow: 14px 14px 14px -25px rgba(0,0,0,0.45);
    -moz-box-shadow: 14px 14px 14px -25px rgba(0, 0, 0, 0.45);
    box-shadow: 14px 14px 14px -25px rgba(0,0,0,0.45);
}
    .Sticky__Header.Sticky__Header_Large {
        height: 14rem;
    }

    .SingleLine {
        height: 9rem;
    }

.serach_Element .SearchElImg {
    height: 22px;
    width: 22px;
}
/* Calender */
.calendar, .calenderBooking {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}


.calendar-header,
calenderBooking-header {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    color: #000;
    margin: 2rem 0;
    margin-top: 0;
}

.calendar-week-day,
.calenderBooking-week-day {
    height: 4.4rem;
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(7, minmax(4.07rem, 1fr));
}

    .calendar-week-day div,
    .calenderBooking-week-day div {
        display: grid;
        display: -ms-grid;
        place-items: center;
        color: rgba(var(--clr-neutral-100), 1);
        font-size: 16px;
        margin-bottom: 1rem;
    }

.calendar-days,
.calendarbooking-days {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(7, minmax(4.07rem, 1fr));
    font-size: 12px;
    font-weight: 700;
    color: #848D96;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
}

    .calendar-days div,
    .calendarbooking-days div {
        text-align: center;
    }

.calendar-day-hover,
.calenderBooking-day-hover {
    display: grid;
    display: -ms-grid;
    grid-template-areas:
        'day day day note note note'
        'Weeks Weeks Weeks Weeks Weeks Weeks'
        'dataRec dataRec LactConsWeb LactConsWeb DocApt DocApt';
    gap: 2px;
    padding: 2px;
    height: 5rem;
    position: relative;
}

.calendar-day-nohover,
.calenderBooking-day-nohover {
    display: block;
    display: -ms-grid;
    grid-template-areas:
        'day day day note note note'
        'Weeks Weeks Weeks Weeks Weeks Weeks'
        'dataRec dataRec LactConsWeb LactConsWeb DocApt DocApt';
    gap: 2px;
    padding: 2px;
    height: 5rem;
    position: relative;
}

.note1 {
    grid-area: note1;
}

.WebinarArchiveHeader, .WebinarArchiveHeader img {
    height: 30rem;
    margin: 0 auto;
}
ul.vaccination_list {
    margin-top: 10px;
}

    ul.vaccination_list li button {
        padding: 1rem !important;
        max-height: 6rem !important;
        width: 3rem !important;
        max-width: 3rem !important;
        min-width: 100px !important;
        min-height: 1rem !important;
        height: 5rem;
    }

    ul.vaccination_list:focus-visible,
    li.vaccination_item:focus-visible,
    li.vaccination_item:focus-visible button {
        outline: unset;
    }

#divVaccinationItems img.imgIconS.TimeResults {
    margin-right: 5px;
    margin-left: 5px;
}
.TimeResults {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    padding: .3rem;
    
}

.imgIconS.TimeResults {
    margin-left: 3px;
    margin-right: 3px;
}

.confirmation-line {
    background: linear-gradient(var(--clr-green), var(--clr-green)) no-repeat center/2px 100%;
    height: 2.5rem
}
.schedule-approved {
    background-color: #00ac4e;
    border-radius: 12px;
    border-width: 1px;
    padding-left: 20px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.schedule-approved-arrow {
    background-color: transparent;
    height: 10px;
    display: inline-block;
    margin-bottom: 4px;
}
.schedule-waiting {
    background-color: var(--clr-neutral-200);
    border-radius: 12px;
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
a.Btn_Back {
    display: flex;
    align-items: center;
}
div#divVaccinationItems
{
    padding-top: 1.5rem;
}
div#divVaccinationDetailsContainer {
    padding-top: 2rem;
}
#divVaccinationDetailsContainer .text-neutral-100,
#divVaccinationDetailsContainer .text-neutral-200 {
    font-size: 12px;
}


.Custom_Search {
    position: relative;
    width: 90%;
    border: 1px solid #000;
    margin: 2rem auto;
    min-height: 4rem;
    max-width: 45rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
}

    .Custom_Search input {
        width: 96%;
        margin: 0 1.6%;
        position: absolute;
        overflow: hidden;
        left: 0;
        bottom: 0;
        padding: 1rem;
        text-align: left;
        height: 100%;
    }

    .Custom_Search img {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 8px;
        right: 0rem;
        position: absolute;
        object-fit: contain;
        -o-object-fit: contain;
    }

.profession {
    display: inline-block;
    padding: .5rem 2rem;
    font-weight: 600;
    font-size: 20px;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    border: 1px solid rgba(var(--clr-neutral-100),1);
    background: #C9EBD7;
    color: rgba(var(--clr-neutral-100),1);
    margin: 2rem auto;
    margin-bottom: 0;
    min-width: 26rem;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mergeHeader {
    position: relative;
    margin-top: 3rem;
}

.professionv2 {
    display: inline-block;
    padding: 1rem;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    bottom: -3px;
    font-family: OpenSans;
    left: 1rem;
}


.Mom_BabyClinic {
    padding: 2rem;
    display: inline-block;
    width: 100%;
    max-width: 26rem;
    object-fit: contain;
    object-position: center;
}

.Element_Edit .PersonalSelect {
    margin: 2rem auto;
}

.LactWeb {
    grid-area: LactWeb;
}

.Data_recorded {
    grid-area: Data_recorded;
}

.Doctor_appt {
    grid-area: Doctor_appt;
}

.Weeks_pregnant {
    grid-area: Weeks_pregnant;
}

.txtWhite {
    color: #ffffff;
}

.txtBlack {
    color: #000000;
}
.timeResults-icon img,
.time-results-house img{
    padding-bottom: 4px;
    padding-top: 2px;
}
#divVaccinationItems .ms-0.mb-2.text-align-left.toInlineBlock.fw-bold.Center_w_Margin span {
    font-size: 12px;
    font-weight: 600;
}
    #divVaccinationItems .ms-0.mb-2.text-align-left.toInlineBlock.fw-bold.Center_w_Margin span:before {
        content: '';
        position: absolute;
        left: 20px;
        height: 18px;
        width: 18px;
        top: 23%;
        background-image: url(../../images/greyNew.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
#divVaccinationItems .width-100.text-align-left.marginSetterXl {
    margin-left: 0;
}
#divVaccinationItems .textRed,
#divVaccinationItems .text-neutral-200,
#divVaccinationItems .text-CustomDark,
#divVaccinationItems .textGreen {
    font-size: 10px;
}
#divVaccinationItems .reverseElment {
    align-items: center;
}
#divVaccinationItems .ms-0.mb-2.text-align-left.toInlineBlock.fw-bold.Center_w_Margin span:nth-child(1) {
    margin-left: 20px;
}
.grid-containerVal2 {
    display: grid;
    display: -ms-grid;
    grid-template-areas:
        'note1 note1 Weeks_pregnant Weeks_pregnant LactWeb LactWeb LactWeb Doctor_appt Doctor_appt '
        'Data_recorded Doctor_appt Data_recorded ';
    grid-gap: 8px 1.5rem;
    border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    padding: 0;
    max-width: 34.5rem;
    margin: 1.5rem auto;
    margin-right: 3rem;
}

.healthCareModel .Custom_Button {
    margin-bottom: 2rem;
}

.visitWith {
    grid-area: visitWith;
}

.percentage {
    grid-area: percentage;
}

.Disclaimer_important {
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: .5rem auto;
}

.popUPDenied {
    width: 38px;
    height: 40px;
}

.AlertImg {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 110px;
    object-fit: scale-down;
    -o-object-fit: scale-down;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.available {
    grid-area: available;
}

.used {
    grid-area: used;
}

.grid-containerBenefits {
    display: grid;
    display: -ms-grid;
    grid-template-areas:
        'percentage visitWith visitWith visitWith visitWith visitWith'
        'percentage available available available available available'
        'percentage used used used used used';
    grid-gap: 0;
}

.calendar-day-hover::before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: calc(2px/ -1);
    left: calc(2px/ -1);
    background: linear-gradient(to right, rgba(var(--clr-neutral-100), 1) 0%, rgba(var(--clr-neutral-100), 1) 100%), linear-gradient(to top, rgba(var(--clr-neutral-100), 1) 50%, transparent 50%), linear-gradient(to top, rgba(var(--clr-neutral-100), 1) 50%, transparent 50%), linear-gradient(to right, rgba(var(--clr-neutral-100), 1) 0%, rgba(var(--clr-neutral-100), 1) 100%), linear-gradient(to left, rgba(var(--clr-neutral-100), 1) 0%, rgba(var(--clr-neutral-100), 1) 100%);
    background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(0deg);
    -webkit-transform: scaleX(0) rotate(0deg);
    -ms-transform: scaleX(0) rotate(0deg);
    transition-delay: 0.6s, 0.3s, 0s;
    z-index: 15;
}

.EventSet.calendar-day-hover:hover:before {
    background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(0deg);
    -webkit-transform: scaleX(1) rotate(0deg);
    -ms-transform: scaleX(1) rotate(0deg);
    transition-delay: 0s, 0.3s, 0.6s;
    cursor: pointer;
    z-index: 15;
}

.calendar-days div.curr-date {
    background-color: #BEECC5;
    color: #00AC4E;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: grid;
    display: -ms-grid;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    -moz-box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.12), 0px 1px 15px -17px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.12), 0px 1px 15px -17px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.12), 0px 1px 15px -17px rgba(0, 0, 0, 0.22);
}

.calenderBooking .EventSet div:first-of-type {
    color: #ffffff;
}

.SumoSelect > .CaptionCont > span {
    font-size: 12px;
    font-weight: 600;
}

.month-picker {
    padding: 0px 10px;
    cursor: pointer;
    font-size: 18px;
}

    .month-picker:hover {
        background-color: rgba(var(--clr-neutral-100), 1);
        color: var(--clr-primary-200);
    }

.year-picker {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.year-change {
    height: 4.07rem;
    width: 4.07rem;
    display: grid;
    display: -ms-grid;
    place-items: center;
    margin: 0 10px;
    cursor: pointer;
}

.month-list {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FAFAFA;
    pointer-events: none;
    visibility: hidden;
    z-index: 10;
    color: #000;
}
    .month-list > div {
        position: absolute;
        width: 100%;
        height: 60%;
        top: 10%;
        left: 0;
        padding: 5px;
        gap: 2px;
        display: grid;
        display: -ms-grid;
    }

    .month-list.show {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        visibility: visible;
        pointer-events: visible;
        transition: all 0.2s ease-in-out;
    }

    .month-list > div {
        display: grid;
        display: -ms-grid;
        place-items: center;
    }

        .month-list > div > div {
            width: 100%;
            padding: 1rem;
            text-align: center;
            cursor: pointer;
            background: #ffffff;
            display: inline-block;
            width: 11rem;
            border-radius: 5rem;
            background: #ffffff;
            font-weight: 600;
            font-size: 12px;
            min-height: 4rem;
        }

        .month-list > div > .active-month:hover {
            background-color: rgba(var(--clr-neutral-100), 1);
            color: var(--clr-primary-200);
        }

.year-list {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FAFAFA;
    pointer-events: none;
    visibility: hidden;
    z-index: 10;
    color: #000;
}
    .year-list > div {
        position: absolute;
        width: 100%;
        height: 60%;
        top: 10%;
        left: 0;
        padding: 5px;
        gap: 2px;
        display: grid;
        display: -ms-grid;
    }

    .year-list.show {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        visibility: visible;
        pointer-events: visible;
        transition: all 0.2s ease-in-out;
    }

    .year-list > div > div {
        display: grid;
        display: -ms-grid;
        place-items: center;
    }

        .year-list > div > div > div {
            width: 100%;
            padding: 1rem;
            text-align: center;
            cursor: pointer;
            background: #ffffff;
            display: inline-block;
            width: 11rem;
            border-radius: 5rem;
            background: #ffffff;
            font-weight: 600;
            font-size: 12px;
            min-height: 4rem;
        }

        .year-list > div > div > .active-year:hover {
            background-color: rgba(var(--clr-neutral-100), 1);
            color: var(--clr-primary-200);
        }

.year-change pre {
    display: grid;
    display: -ms-grid;
    align-items: center;
    justify-content: center;
    height: 3.9rem;
    margin: 0;
    font-size: 18px;
}

.year {
    font-size: 18px;
}

.item1 {
    grid-area: day;
}

.item2 {
    grid-area: note;
}

.item3 {
    grid-area: Weeks;
}

.item4 {
    grid-area: dataRec;
}

.item5 {
    grid-area: LactConsWeb;
}

.item6 {
    grid-area: DocApt;
}

.calenderBooking .item1,
.calenderBooking .item2,
.calenderBooking .item3,
.calenderBooking .item4,
.calenderBooking .item5,
.calenderBooking .item6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.calenderBooking .item1 {
    z-index: 5;
    color: #fff;
}

.calendar .item1,
.calenderBooking .item1 {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 400;
}

.ExtraEvents {
    position: absolute;
    display: inline-block;
    top: 0rem;
    right: 0rem;
    height: 1.6rem;
    padding: 0.1rem;
    width: 1.6rem;
    border: 1px solid var(--clr-neutral-200);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 5;
}

.calendar .calendar-day-hover,
.calenderBooking .calendar-day-hover {
    display: inline-block;
}

.calenderBooking .calendar-days div.curr-date {
    background: transparent;
}

.calenderBooking .imgCcalenderBooking {
    height: 20px;
    width: 20px;
}

.grid-container {
    display: grid;
    display: -ms-grid;
    grid-template-areas:
        'day day day note note note'
        'Weeks Weeks Weeks Weeks Weeks Weeks'
        'dataRec dataRec LactConsWeb LactConsWeb DocApt DocApt';
    gap: 2px;
    background-color: #2196F3;
    padding: 2px;
}

.modal {
    z-index: 999999;
}

    .modal .input_Line {
        color: var(--clr-primary-200);
    }

.grid-container > div {
    background-color: var(--clr-neutral-200);
    text-align: center;
    padding: 2rem 0;
    font-size: 3rem;
}

.imgCalender,
.imgcalenderBooking {
    height: 8px;
    width: 8px;
    margin: 0 auto;
}

.calenderBooking .LegendValue {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
}

.legendKey .LegendValue {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
}

.LegendValue1 {
    border: 2px solid #00AC4E;
    background: #00AC4E;
}

.LegendValue2 {
    border: 2px solid #CDA4F4;
    background: #CDA4F4;
}

.LegendValue3 {
    border: 2px solid #F4BD4C;
    background: #F4BD4C;
}

.LegendValue4 {
    border: 2px solid #DC595F;
    background: #DC595F;
}

.LegendValue5 {
    border: 2px solid #848D96;
    background: #848D96;
}


.imgKeyVal {
    height: 1.4rem;
    width: 1.4rem;
}

.chartMenu {
    width: 100vw;
    height: 40px;
}

    .chartMenu p {
        padding: 0;
        font-size: var(--fs-600);
    }

.chartBox {
    width: 31vw;
    padding: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    margin: 1rem auto;
}

#video,
#photo {
    border: 1px solid black;
    width: 100%;
}

#canvas {
    display: none;
}

.camera {
    display: inline-block;
}

/* Calender */
.isVisible {
    display: block;
}

.isHidden {
    display: none;
}

.displayNone {
    display: none !important;
}

.isSpaced {
    padding: 6px;
}

.myCheckBoxesClick {
    min-width: 30rem;
    max-width: 30rem;
}

.parentTimePicker .myCheckBoxesClick {
    min-width: auto;
}

.PersonalSelect {
    border: 0;
    position: relative;
    width: 100%;
}

.PersonalSelectAlt, .timer_list_box {
    padding: 0.6rem 1rem;
    padding-left: 0;
    border: 0;
    position: relative;
    width: 100%;
}

.PersonalSelectAlt2 {
    padding: 0.6rem 1rem;
}

.PersonalSelectAlt3 {
    padding: 0rem 1rem;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
}

.dropdown__face {
    padding: 0 1rem;
    display: block;
    position: relative;
}

    .dropdown__face::-moz-selection {
        /* Code for Firefox */
        color: inherit;
        background: transparent
    }

    .dropdown__face ::selection {
        color: inherit;
        background: transparent
    }

.dropdown__display {
    max-height: 2.9rem;
    overflow: hidden;
    white-space: nowrap;
}


label {
    margin: 0;
}

.dropdown__items {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    list-style: none;
    list-style-type: none;
    display: none;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8);
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown__search {
    display: none;
}

.PersonalSelectAlt .dropdown__itemsAlt,
.timer_list_box .dropdown__itemsAlt {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    list-style-type: none;
    display: none;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8);
}

.dropdown__itemsAlt li {
    margin: 1.2%;
    float: left;
}

.dropdown__items li,
.dropdown__itemsAlt li {
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    min-width: 21rem;
    max-width: 34rem;
}

.parentTimePicker .dropdown__items li, .parentTimePicker .dropdown__itemsAlt li {
    min-width: auto;
}

.dropdown__items li:last-child {
    margin-bottom: 1rem;
}

.clipPathNone {
    clip-path: unset;
}

.dropdown__arrow {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform-origin: right;
}

.dropdown__arrow2 {
    position: absolute;
    top: 35%;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 8px solid rgba(var(--clr-neutral-100), 1);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0px solid transparent;
}

.PersonalSelect input[type="checkbox"], .timer_list_box input[type="checkbox"] {
    display: none;
}

    .PersonalSelect input[type="checkbox"]:checked ~ .dropdown__items,
    .timer_list_box input[type="checkbox"]:checked ~ .dropdown__items {
        top: calc(100% + 0px);
        display: block;
        opacity: 1;
        z-index: 99999;
    }

    .PersonalSelect input[type="checkbox"]:checked ~ .dropdown__face .dropdown__search {
        display: block;
        border-style: none;
        background-color: inherit;
        width: 100%;
        text-align: center;
    }

        .PersonalSelect input[type="checkbox"]:checked ~ .dropdown__face .dropdown__search:focus,
        .PersonalSelect input[type="checkbox"]:checked ~ .dropdown__face .dropdown__search:focus-within,
        .PersonalSelect input[type="checkbox"]:checked ~ .dropdown__face .dropdown__search:active {
            border-style: none;
            outline: none;
        }

    .PersonalSelect input[type="checkbox"]:checked ~ .dropdown__face .dropdown__display {
        display: none;
    }

.PersonalSelectAlt input[type="checkbox"]:checked ~ .dropdown__itemsAlt {
    display: block;
    opacity: 1;
    z-index: 999;
}

.PersonalSelectAlt input[type="checkbox"] {
    display: none;
}

.dropdown__text {
    width: 94%;
    height: 35px;
    padding: 5px 6px;
    position: relative;
    padding-right: 20px;
    padding-left: 12px;
    text-align: left;
}

    .dropdown__text span {
        word-break: break-all;
        -ms-word-break: break-all;
        overflow-wrap: break-word;
        text-align: left;
        font-size: 16px;
    }

.dropdown__placeholder {
    position: relative;
    width: 10%;
    height: 100%;
    display: inline-block;
    float: right;
    top: -20px;
    left: 16px;
}

    .dropdown__placeholder::before {
        position: absolute;
        right: 3rem;
        top: 50%;
        content: "";
        width: 1.6rem;
        height: 1.6rem;
        -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0) translate(0,-50%);
        -ms-transform: scale(0) translate(0,-50%);
        -webkit-transform: scale(0) translate(0,-50%);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        background-color: var(--clr-Select-200);
    }

.dropdown__multiselect:checked ~ .dropdown__placeholder::before {
    transform: scale(1) translate(0,-50%);
    -ms-transform: scale(1) translate(0,-50%);
    -webkit-transform: scale(1) translate(0,-50%);
}

.dropdown__select:hover ::before {
    background-color: var(--clr-neutral-400);
}

.modalPaddingBottom {
    padding-bottom: 7rem;
}

.objectContain {
    object-fit: contain;
    -o-object-fit: contain;
}

.rating-css div {
    color: #fff4c6;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    z-index: 5
}

.rating-css input {
    display: none;
}

    .rating-css input + label {
        font-size: 26px;
        cursor: pointer;
        position: relative;
        padding: .8rem;
    }

.fa-star:before {
    position: relative;
    z-index: 5
}

.rating-css input + label::after {
    content: "";
    background: #f4bd4c;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: .5rem;
    z-index: 1
}

.rating-css input:checked + label ~ label::after {
    background: rgba(132, 141, 150, .3);
}

.rating-css input:checked + label ~ label {
    color: #ffffff;
}

.rating-css label:active {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: 0.3s ease;
}

.imageHeading {
    position: absolute;
    left: 40px;
    width: 19rem;
}

.UserNameCircle > div {
    width: 9rem;
    height: 9rem;
}

.appropriateOPt input[type="radio"],
.TrackOPt input[type="radio"],
.FeedMethod input[type="radio"] {
    display: none;
}

    .appropriateOPt input[type="radio"]:checked ~ label,
    .TrackOPt input[type="radio"]:checked ~ label,
    .FeedMethod input[type="radio"]:checked ~ label {
        background-color: rgba(var(--clr-neutral-100));
    }

.RewardsCard--Price {
    width: 3.5rem;
    height: 3.5rem;
    display: grid;
    display: -ms-grid;
    align-items: center;
    justify-self: center;
    position: absolute;
    left: -10px;
    top: -10px;
    text-align: center;
}

.RewardsCard {
    min-width: 18rem;
}

.AchievedCircle {
    width: 5rem;
    height: 5rem;
    margin: 1.1rem 2.3rem;
    margin-left: 0;
    padding: 5px;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid var(--clr-neutral-200);
}

    .AchievedCircle::after,
    .AchievedCircle::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        width: 0rem;
        height: 2px;
        background: #C9EBD7;
        ), 1);
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards;
    }

    .AchievedCircle::before {
        transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
    }

.ClinicServices , .WebinarSchedule, .BabycardState {
    webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 37rem;
    max-width: 37rem;
    min-height: 15rem;
    margin: 2rem auto;
}
.ToolsBio {
    webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 37rem;
    max-width: 37rem;
    min-height: 15rem;
    margin: 1rem auto;
}
.BabycardState {
    margin-top: 0;
}

    .BabycardState img {
        width: 8rem;
        height: 8rem;
        display: inline-block;
        object-position: center;
        object-fit: cover;
        margin-right: 3rem;
    }


.ClinicServices, .WebinarSchedule {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    min-height: 12rem;
    border-radius: 0;
}

    .ClinicServices img, .WebinarSchedule img {
        max-width: 10rem;
        padding: 1rem;
        margin-right: 1rem;
    }

.ClinicServices {
    min-height: 5rem;
}

    .ClinicServices img {
        max-width: 5rem;
    }

.WebinarSchedule img {
    background: #ffffff;
    max-width: 9rem;
}

.Table .AchievedCircle {
    border: 0;
    margin: 0 auto;
}

.Checklist td,
.Checklist th {
    border: 1px solid var(--clr-primary-300);
    padding: 6px;
}

.Checklist tr:hover {
    background-color: var(--clr-neutral-400);
}

.Checklist th {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-align: center;
    background-color: rgba(var(--clr-neutral-100), 1);
    color: var(--clr-primary-200);
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9*/
    position: static;
    border-radius: 2rem 0 2rem 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-content .Custom_Button, .TimelineBlock .Custom_Button {
    min-width: 94%;
    width: 94%;
    margin: 1rem 2.6%;
    border-radius: 3rem;
}

.modal-content {
    background: radial-gradient(#ffffff, #ffffff);
    transition: 0.5s;
    border: 0;
    font-size: 12px;
    text-align: center;
    border-radius: 2.2rem;
    -moz-border-radius: 2.2rem;
    -webkit-border-radius: 2.2rem;
    max-width: 38rem;
    min-height: 10rem;
    margin: 0 auto;
    border: 0;
    padding: 1rem 2rem 2.5rem 2rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

    .modal-content > .modal-body > .modal-content {
        box-shadow: none;
        padding: 0;
    }

.modal-backdrop.show {
    background: #ffffff;
    opacity: .9 !important;
}

.iFrameWrap .iframe-container iframe, .imgMaxH video {
    border: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-height: 26rem;
    max-width: 46rem;
}

.calendar-days .ClickedDay,
.calendarbooking-days .ClickedDay {
    border: 2px solid rgba(var(--clr-neutral-100), 1);
    border-radius: 1.2rem;
}

.calendar .item1 {
    color: #848D96;
}

.font-weight-LightlyBold a {
    font-weight: var(--fw-600);
}

.txtBoxCustom {
    border: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 12px;
    text-align: left;
    border-radius: 1.2rem;
    margin: 0.5rem auto;
}

textarea.txtBoxCustom {
    min-height: 10rem;
}

.PersonalSelectAlt3 .txtBoxCustom {
    padding: .5rem 1rem;
}

.txtBoxCustom:focus,
input[type=number]:focus,
input[type=text]:focus {
    color: var(--clr-primary-300);
}

.setMins, .setHours {
    color: rgba(var(--clr-neutral-100), 1);
    height: 72px;
    overflow: auto;
}

.TreatmentAdvise a:not([href]):not([class]), .TreatmentAdvise a:not([href]):not([class]):hover {
    text-decoration: none;
    color: rgba(var(--clr-neutral-100),1);
}

.TreatmentAdvise p *,
.TreatmentAdvise ul *,
.FunFactBox p *,
.FunFactBox ul *,
.divContentContainer p *,
.divContentContainer ul * {
    font-family: OpenSans, Arial, Helvetica, sans-serif !important;
    background-color: inherit !important;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    text-decoration: none;
    color: #000;
}

.parentTimePicker {
    padding-left: 0;
    padding-right: 0;
    border: 0;
}

    .parentTimePicker .myCheckBoxesClick .PersonalSelect {
        width: 100%;
        color: #000000;
        border: 0;
        border-radius: 1.2rem 0 1.2rem 0;
        -moz-border-radius: 1.2rem 0 1.2rem 0;
        -webkit-border-radius: 1.2rem 0 1.2rem 0;
        cursor: pointer;
        padding: 0.6rem 1rem;
        text-decoration: none;
        margin-right: auto;
        margin-left: auto;
        font-size: var(--fs-400);
        min-width: 115px;
        max-width: 115px;
    }

        .parentTimePicker .myCheckBoxesClick .PersonalSelect .dropdown__text,
        .parentTimePicker .myCheckBoxesClick .PersonalSelect .dropdown__face {
            padding-left: 0;
            padding-right: 0;
        }

#menuSelections {
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    opacity: 0.8;
    display: none;
}

.modalPlacement {
    position: absolute;
    right: 2%;
    width: 100%;
}

.CloudStarBottle img {
    margin-left: auto;
    height: 12rem;
    width: 10rem;
}

.loader {
    color: #ffffff;
    position: fixed;
    font-size: 4rem;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    display: -ms-grid;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.btn_href {
    background: transparent;
    border: 0;
    font-size: 10px !important;
    text-decoration: none !important;
    font-weight: 600;
    color: #00AC4E;
    word-break: break-word;
    text-transform: uppercase;
}

.privacy_width {
    text-transform: capitalize;
    text-decoration: underline !important;
    font-size: 12px !important;
}

.top-40 {
    top: 40% !important;
}

.GrayPill {
    margin: 1rem auto;
    display: inline-block;
    height: 43px;
    width: 43px;
}

.serach_Element .ClearIcon {
    display: inline-block;
    height: 29px;
    width: 29px;
}

.radioBtn_Box input[type=checkbox] {
    border-radius: 0;
    background-image: url(../../Images/CheckBoxEmpty.png);
    width: 5rem;
    max-width: 36px;
    max-height: 36px;
    height: 5rem;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    position: relative;
}

    .BabycardState .radioBtn_Box input[type=checkbox]::after,
    .radioBtn_Box input[type=checkbox]::after {
        content: "";
        background-image: url(../../Images/CheckBoxFull.png);
        width: 5rem;
        height: 5rem;
        max-width: 36px;
        max-height: 36px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        visibility: hidden;
        opacity: 0;
        transition: all 450ms ease-in;
    }

    .radioBtn_Box input[type=checkbox]:checked {
        background: transparent;
    }

        .radioBtn_Box input[type=checkbox]:checked::after {
            background-image: url(../../Images/CheckBoxFull.png);
            visibility: visible;
            opacity: 1;
        }

.BabycardState .radioBtn_Box input[type=checkbox] {
    background-image: url(../../Images/CricleCheckBox.png);
    margin-left: 2rem;
}

    .BabycardState .radioBtn_Box input[type=checkbox]:checked::after {
        background-image: url(../../Images/CricleCheckBoxActive.png);
        visibility: visible;
        opacity: 1;
    }

.healthDoc_Buttons {
    padding: 1rem;
    margin: 2rem auto;
    background: #ffffff;
    border: 1px solid #BDBDBD;
}


.parentTrackingTools .spaceBetween {
    justify-content: center;
}

.Content--Parent {
    width: 100%;
    max-width: 48rem;
    margin: 1rem auto;
}

.Dischem--Card {
    border: 1px solid transparent;
    border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

    .Dischem--Card div:first-of-type {
        border-radius: 1.2rem 0 1.2rem 0;
        -webkit-border-radius: 1.2rem 0 1.2rem 0;
        -moz-border-radius: 1.2rem 0 1.2rem 0;
    }

    .Dischem--Card div:last-of-type {
        border-radius: 1.2rem 0 1.2rem 0;
        -webkit-border-radius: 1.2rem 0 1.2rem 0;
        -moz-border-radius: 1.2rem 0 1.2rem 0;
    }

.btn_Dischem--Card::first-letter {
    text-transform: uppercase;
}

.Dischem--Card div, .btn_Dischem--Card {
    border: 0;
    padding: 1.8rem 2rem;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    grid-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    min-height: 7rem;
    text-align: left;
    width: 100%;
    font-weight: 600;
    background: #fff;
    position: relative;
}

.Content--Name {
    font-size: 16px;
    background: transparent;
    border: 0;
    color: #000;
    font-weight: 400;
}

    .Content--Name:first-letter {
        text-transform: capitalize;
    }

.btn_Dischem--Card {
    padding: 0;
}

.serach_Element .Search_IconGray {
    width: 29px;
    display: inline-block;
    height: 29px
}

.btn_RadioPrime {
    position: relative;
}

.Content--Name {
    width: 125px;
    display: inline-block;
    overflow: hidden;
}

.Content--NameSingle {
    width: 21.5rem;
    color: #000;
}

.Img_Check {
    width: 4rem;
    height: 4rem;
    padding: 1.2rem .8rem;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: contain;
    background-position: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    transition: all .25s ease-in;
}

    .Img_Check Img {
        max-width: 100%;
        max-height: 100%;
        filter: brightness(1) invert(.3);
        -webkit-filter: brightness(1) invert(.3);
    }

.ArrowIs_Check {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #f5f5f5;
    width: 4rem;
    height: 4rem;
    display: grid;
    display: -ms-grid;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in;
}

.btn_Dischem--Card:focus .ArrowIs_Check,
.btn_Dischem--Card:active .ArrowIs_Check {
    background: #00A049 !important;
}

    .btn_Dischem--Card:focus .ArrowIs_Check img,
    .btn_Dischem--Card:active .ArrowIs_Check img {
        filter: brightness(0) invert(1) !important;
        -webkit-filter: brightness(0) invert(1) !important;
    }

.ArrowIs_CheckYes {
    background: #00A049 !important;
}

    .ArrowIs_CheckYes img {
        filter: brightness(0) invert(1) !important;
        -webkit-filter: brightness(0) invert(1) !important;
    }

.BoxedElement {
    border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    color: rgba(var(--clr-neutral-100), 1);
    margin: 3rem auto;
    padding: 2rem;
    background: #ffffff;
    min-height: 7rem;
}

.DeliveryDate img {
    height: 100%;
    width: 100%;
}

.TotalScore {
    color: rgba(var(--clr-neutral-100),1);
    background: #C9EBD7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 6rem;
    width: 6rem;
    display: inline-block;
    margin: 1rem auto;
}

.radiobtn_Wrap--Reverse {
    margin: 1rem auto;
    align-items: center;
}

    .radiobtn_Wrap--Reverse label {
        display: inline-block;
        width: 100%;
    }

.reverseElment {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
}

.ElementspacerDesk {
    padding-bottom: 18rem;
}

.Element_spacer {
    padding-bottom: 5.5rem;
}

.wrap--Card {
    border: 1px solid transparent;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 0;
    margin: 2rem auto;
}

.TreatmentAdvise a {
    background: transparent;
    border: 0;
    font-size: 12px;
    color: rgba(var(--clr-neutral-100), 1);
    word-wrap: break-word;
    text-transform: uppercase
}

.TreatmentAdvise .btnReadMore, .btnReadMore {
    color: #ffffff;
    border: 1px solid var(--clr-primary-200);
    cursor: pointer;
    background: rgba(var(--clr-neutral-100),1);
    padding: 0.5rem 1.6rem;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    display: inline-block;
    max-width: 18rem;
    text-align: center;
    width: 100%;
    margin-top: 2rem;
    text-transform: unset !important;
}


    .btnReadMore:hover,
    .btnReadMore:focus {
        color: rgba(var(--clr-neutral-100),1);
        border: 1px solid #ffffff;
        cursor: pointer;
        background: #ffffff;
    }

.Setnew_height {
    min-height: 61vh;
    max-height: 61vh;
}

.btn-close {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.OverviewWrap {
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 4rem auto;
    gap: 1rem;
}

.rating, .ratingPregancy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #F4BD4C;
    color: #F4BD4C;
    width: 28rem;
    height: 28rem;
    line-height: 1;
    border: 2rem solid #ffffff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.OverviewPregancy .ratingPregancy {
    background: #DC595F;
    color: #DC595F;
}

.OverviewIcon {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 0;
    width: 6rem;
    height: 6rem;
    z-index: 999;
}

#CurrentValue[data-Value]::before, #TotalValue[data-Value]::before {
    content: attr(data-Value) "";
}

.rating > div,
.ratingPregancy > div {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

    .ratingPregancy > div > span:last-of-type,
    .rating div span:last-of-type {
        width: 13rem;
        margin: 0 auto;
        padding-top: 6px;
        border-top: 3px solid #F4BD4C;
        line-height: 1.5;
        letter-spacing: 1.5px;
    }

    .ratingPregancy > div > span:last-of-type {
        border-top: 3px solid #DC595F;
        width: 13rem;
    }

.ratingPregancy span,
.rating span {
    position: relative;
    font-weight: bold;
    z-index: 2;
    font-size: 10px;
}

.ratingPregancy .txtValueSize,
.rating .txtValueSize {
    font-weight: bold;
    font-size: 26px;
    position: relative;
}

.ratingPregancy::after,
.rating::after {
    content: "";
    position: absolute;
    inset: 0.9rem;
    background: #FFF4C6;
    border-radius: inherit;
    z-index: 1;
}

.ratingPregancy::after {
    background: #FFEAED;
}

.OverviewFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.line_point8 {
    line-height: .8;
}

.ratingPregancy .txtOf {
    display: inline-block;
    padding: 0 .5rem;
}

.linheigh7 {
    line-height: .7;
}

.ratingPregancy::before,
.rating::before {
    content: "";
    position: absolute;
    inset: 0.9rem;
    border-radius: inherit;
    box-shadow: 0 0 0 1rem #FFF4C6;
    z-index: -1;
}

.ratingPregancy::before {
    box-shadow: 0 0 0 1rem #FFEAED;
}

.rating.completed {
    background: #BEECC5;
    color: #BEECC5;
}

    .ratingPregancy.completed > div > span:last-of-type, .rating.completed div span:last-of-type {
        border-color: #BEECC5;
    }

.ratingPregancy.inprogress {
    background: #DC595F;
}

.ratingPregancy.completed {
    background: #BEECC5;
    color: #BEECC5;
}

.rating.inprogress {
    background: #F4BD4C;
}

.rating.completed::before,
.ratingPregancy.completed::before {
    box-shadow: 0 0 0 1rem #BEECC5;
}

.ratingPregancy.completed::after,
.rating.completed::after {
    background: #35C27E;
}


.marginS {
    margin-left: 2rem !important;
}

.ParentPal {
    max-width: 35rem;
    margin: 0 auto 2rem auto;
}

.letterSpacing {
    letter-spacing: 1.2px;
}


.SumoSelect > .CaptionCont > label > i {
    background-image: url(../../Images/DropDownArrow.png);
    width: 100%;
    height: 16px;
    background-position: unset;
    background-size: 60%;
    background-repeat: no-repeat;
    top: 40%;
    left: unset;
    right: 0;
    bottom: unset;
}

.cls_mom__Baby {
    min-width: 32rem;
    max-width: 32rem;
    margin: 0 1rem
}

    .cls_mom__Baby label {
        border-radius: 5rem;
        background: #ffffff;
        height: 42px;
        padding: 1rem;
        text-align: center;
        width: 124px;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cls_mom__Baby input[type="radio"] {
        width: 0;
        min-width: 0;
        max-width: 0;
        display: none;
    }

        .cls_mom__Baby input[type="radio"]:checked ~ label {
            color: rgba(var(--clr-neutral-100), 1);
            background: #BEECC5;
        }

#lineDataChart {
    margin: 2rem auto;
    background: #ffffff;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    max-width: 39rem;
    height: 36rem;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}

.wrapPillChild {
    position: relative;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.PillChild {
    margin-left: 2rem;
    display: inline-block;
    min-width: 40rem;
    max-width: 40rem;
    border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    position: relative;
    min-width: 40rem;
    max-width: 40rem;
    height: 100%;
    min-height: auto;
    max-height: 25.2rem;
    border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    position: relative;
}

.wrapPillChild .Custom_Button {
    min-height: 45px;
    height: 45px;
    max-width: 17.8rem;
    min-width: 17.8rem;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-grid-template-columns: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    margin: 0.7rem;
    line-height: 1;
    -moz-box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.12), 0px 1px 15px -17px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.12), 0px 1px 15px -17px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.12), 0px 1px 15px -17px rgba(0, 0, 0, 0.22);
    display: inline-block;
}

.wrapPillChild::-webkit-scrollbar {
    width: 1px;
}

.wrapPillChild::-webkit-scrollbar-track {
    background: transparent;
}

.wrapPillChild::-webkit-scrollbar-thumb {
    background: transparent;
}

/* Animations */
/* <-==========================-> */
@keyframes to-top {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveInLeft {

    0% {
        opacity: 0;
        transform: translateX(-10rem);
        -ms-transform: translateX(-10rem);
        -webkit-transform: translateX(-10rem);
    }

    80% {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
    }
}

@keyframes moveInRight {

    0% {
        opacity: 0;
        transform: translateX(10rem);
        -ms-transform: translateX(10rem);
        -webkit-transform: translateX(10rem);
    }

    80% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
        -webkit-transform: translate(0);
        -webkit-transform: translate(0);
    }
}

@keyframes stroke {
    0% {
        width: 0rem;
    }

    10% {
        width: .3rem;
    }

    20% {
        width: .6rem;
    }

    30% {
        width: .9rem;
    }

    40% {
        width: 1.2rem;
    }

    50% {
        width: 1.5rem;
    }

    60% {
        width: 1.8rem;
    }

    70% {
        width: 2.1rem;
    }

    80% {
        width: 2.4rem;
    }

    90% {
        width: 2.7rem;
    }

    100% {
        width: 3rem;
    }
}

div.EditProfile_wrap button.Custom_Button {
    cursor: pointer;
    color: var(--clr-primary-300);
    border: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0;
    text-decoration: none;
    font-size: 9px;
    height: 100%;
    margin: 0 auto;
    background: transparent;
    background-image: url(../../Images/CameraIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    border-radius: 5rem;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

    div.EditProfile_wrap button.Custom_Button:hover {
        color: unset;
        background: transparent;
        background-image: url(../../Images/CameraIcon.png);
        background-size: contain;
        background-position: center;
        border: unset;
    }

#mainSection form {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    position: relative;
    min-height: 50vh;
}

a {
    font-size: var(--fs-200);
}

.Sub_Header {
    color: #58595B;
    margin: 4rem auto;
}

.YellowCross_Container {
    height: 21rem;
    width: 100%;
    pointer-events: none;
    position: fixed;
    bottom: 17rem;
    right: 0;
    object-fit: contain;
    -o-object-fit: contain;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .YellowCross_Container img {
        height: 25rem;
        width: 25rem;
        display: inline-block;
    }

.LoginFooterWrap {
    height: 100vh;
    width: 100%;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    right: 0;
    object-fit: contain;
    -o-object-fit: contain;
    z-index: -1;
    overflow: hidden;
}

.LoginFooterWrapV2::after {
    display: none;
}

.LoginFooterWrap img {
    width: 100%;
}

.negativeZ_Index {
    z-index: -1;
}

.modalWrapBox .modal-content {
    box-shadow: none;
    max-width: 100%;
}

.Content__bottom {
    background-color: transparent;
    padding: 7rem 1.5rem 7rem 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    margin-top: auto;
    width: 100%;
    height: 120px;
}

.setFixed--Wrap {
    width: 100%;
    width: 100%;
    min-height: 120px;
    display: grid;
    display: -ms-grid;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.28009259259259256)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28009259259259256) 95%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28009259259259256) 95%)
}

    .setFixed--Wrap.heightVal {
        min-height: 80px;
    }

.setFixed {
    position: fixed;
    bottom: 0rem;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 8000;
}

.setFixedLOgin {
    bottom: 6rem;
}

.BottomValue {
    bottom: 0;
}

.setFixed_Content {
    bottom: 0;
    background: inherit;
}

.Child_Accesor #mainSection {
    min-height: auto;
}

.parentAbsoluteLogin .Hd_Login {
    font-size: 5rem;
    font-weight: 600;
    margin: 1rem 0 1rem 0;
    font-family: OpenSans;
}

.FullMenuView {
    margin-bottom: 4rem;
}

    .FullMenuView .p, .UserNameSection {
        border-radius: 1.2rem 0 1.2rem 0;
        -moz-border-radius: 1.2rem 0 1.2rem 0;
        -webkit-border-radius: 1.2rem 0 1.2rem 0;
        border: 0;
        color: var(--clr-primary-300);
        background: #BEECC5;
        padding: 1rem 1.5rem !important;
        margin: 1rem auto;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        min-width: 26rem;
        max-width: 40rem;
        min-height: 37px;
        text-transform: uppercase;
        font-size: 10px;
        position: relative;
        align-items: center;
    }

.UserNameSection,
.FullMenuViewAddBooking .p {
    border: 0;
    background: rgba(var(--clr-neutral-100),.3);
    color: var(--clr-primary-300);
}

.UserNameSection {
    min-width: 42rem;
    max-width: 50rem;
}

.MinHAuto {
    min-height: auto;
}

.ToolsBio {
    position: relative;
}

.Daily_Reminder {
    color: #848D96;
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    top: 3rem;
}

.FullMenuView .flex-flow, .FullMenuView .flex-flow.thinnerLine {
    border-bottom: 3px solid rgba(0,0,0,0.3);
    padding: 1rem;
}

    .FullMenuView .flex-flow.thinnerLine {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }


.FullMenuView .parentTimePicker, .parentTimePicker .flex-flow {
    border: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

#SetBlur.active {
    filter: blur(15px);
    -webkit-filter: blur(15px);
}

.Main_Header {
    max-width: 60rem;
    width: 100%;
    display: inline-block;
    margin: 0 auto 0.5rem auto;
    font-weight: 600;
}
/* width values */
/* <-==========================-> */
.width-100 {
    width: 100%;
}

.width-75 {
    width: 74%;
}

.width-medium {
    width: 82% !important;
}

.width-85 {
    width: 85%;
}

.width-47 {
    width: 47%;
}

.max_width {
    max-width: 50rem;
    width: 100%;
}

.max_width-300 {
    max-width: 30rem;
}


.Main_Header.width-small, .width-small {
    width: 22rem;
}

.width-sMedium {
    width: 26rem;
}

.width-28 {
    width: 28rem;
}

.max_width-200 {
    max-width: 28rem;
}

.min-width-220 {
    min-width: 22rem;
}

.max_width-220 {
    max-width: 22rem;
}

.width_Fit {
    width: fit-content;
}

.min-width-330 {
    min-width: 33rem;
}

.max-width-330 {
    max-width: 33rem;
}

.max-width-380 {
    max-width: 38rem;
}

.min-width {
    min-width: 12rem;
}

.max_width-ImgScale {
    max-width: 9rem;
}

.max_width-110 {
    max-width: 11rem;
}

.max_width-120 {
    max-width: 12rem;
}

.max_width-130 {
    max-width: 13rem;
}

.max_width-65 {
    max-width: 6.5rem;
}

.max_width-80 {
    max-width: 8rem;
}

.min_width-65 {
    min-width: 6.5rem;
}

.min-width-180 {
    min-width: 18rem;
}

.minClamp {
    min-width: 15.3rem;
}

.maxClamp {
    max-width: 15.3rem;
}
/*--commit*/
.max-width-180 {
    max-width: 18rem;
}

.max-width-200 {
    max-width: 20rem;
}

.max-width_100 {
    max-width: 100% !important;
}

.width-16 {
    width: 16rem;
}

.min_Width160 {
    min-width: 160px;
}

.min-width-130 {
    min-width: 13.5rem;
}

.overFlow {
    overflow: hidden;
}

/* width values */
/* <-==========================-> */
.Group_Header {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: var(--gap, 1rem);
    align-items: center;
    justify-content: center
}

.Main_Header h1, .Main_Header h2 {
    font-size: 18px;
    font-weight: 900;
    font-family: OpenSans;
    text-align: center;
    color: var(--clr-primary-300);
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    line-height: 1.3;
}

.StickyHeader {
    position: fixed;
    top: 3rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
}

.TrackingToolsInfoIcon {
    position: absolute;
    right: 2rem;
    width: 22px;
    height: 22px;
    top: 10px;
}

.Main_Header h2 {
    font-size: 18px;
}

.Main_Header h2, .Main_Header h1 {
    text-transform: capitalize;
}

.SelectClass:focus,
.SelectClass:active,
.SumoUnder:active,
.SumoUnder:focus {
    outline: 0;
}

.Main_Header h2.Font-weight--unbold, Main_Header.mt-3.mb-3 {
    font-size: 16px;
}

.Btn_Back, .Btn_BugerMenu {
    background: transparent;
    border: 0;
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    position: fixed;
    top: 10rem;
    left: 3rem;
    z-index: 1000000;
}

    .Btn_BugerMenu img {
        width: 3rem;
        min-width: 3rem;
        max-width: 3rem;
        height: 2rem;
        margin: 0;
        padding: 0
    }

.Btn_Back {
    background: transparent;
    z-index: 9000000;
}

    .Btn_Back img {
        width: 3rem;
        max-width: 3rem;
        height: 2.5rem;
        max-height: 2.5rem;
        margin: 0;
    }

.AddbottomSpace {
    padding-top: 5rem;
}

.AddbottomSpaceV2 {
    padding-top: 10rem;
}

.divContentContainer .Main_Header p span {
    font-weight: 400;
}

.wrapNoteBookModal .modal-content {
    background: var(--clr-primary-200);
    padding: 1rem;
    position: relative;
}

.wrapNoteBook {
    display: inline-block;
    border: 0
}

.wrapNoteBookModal .btn-close {
    position: absolute;
    top: 2.5rem;
    right: 3rem;
    width: 1rem;
    height: 1rem;
    background-size: contain;
}

.wrapNoteBookModal .modal-title {
    font-weight: 600;
    color: rgba(var(--clr-neutral-100), 1);
}

.wrapNoteBook img {
    display: inline-block;
    width: 3.5rem;
    height: 4.5rem;
    margin: 0.5rem auto 1rem auto;
    object-fit: contain;
    -o-object-fit: contain;
}

.wrapNoteBookModal .modal-content {
    border-radius: 3rem;
    -moz-border-radius: 3rem;
    -webkit-border-radius: 3rem;
}

.wrapNoteBookModal .Block__inputTxtArea {
    height: 16rem;
    border-radius: 2rem;
}

.myCheckBoxes {
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
}

.myCheckBoxesV2 {
    border-radius: 5rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    color: rgba(var(--clr-neutral-100), 1);
    background: var(--clr-primary-200);
    border: 1px solid rgba(var(--clr-neutral-100), 1);
}

.providerTYpe .myCheckBoxes {
    margin: 0 0 0 auto;
}

.EditBtn {
    margin-left: auto;
    display: inline-block;
    width: 2rem;
    height: 2rem;
}

.Boxed_parent {
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    background: #ffffff;
    margin-bottom: 2.5rem;
}

.yellowBox {
    padding: 1.9rem 2.4rem;
    background: #FFF4C6;
    color: #f39f02;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

    .yellowBox p,
    .yellowBox span {
        font-size: 10px;
    }

.ArchiveWrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 120px;
}

.WebinarSchedule .ArchiveImg {
    display: inline-block;
    height: 100%;
    max-width: 120px;
    padding: 0;
}

.WebinarSchedule .ArchiveWrap img:nth-of-type(2) {
    display: inline-block;
    width: 4rem;
    width: 8rem;
    position: absolute;
    top: 30%;
    left: 3rem;
    margin: 0;
    background: transparent;
}

.ArchiveContent {
    width: calc(100% - 16rem);
    margin-left: auto;
    margin-top: 1rem;
    margin-right: .5rem;
}

.Custom_ButtonHistory, .Custom_ButtonPLus {
    border: 0;
    background: transparent;
    display: inline-block;
    height: 3rem;
    width: 3rem;
}

.Custom_ButtonPLus {
    height: 7rem;
    width: 7rem;
}

.serach_Element img {
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    height: 21px;
    width: 21px;
    margin: 0 1rem;
}

.iconsvideocall {
    width: 53.6px;
    height: 43px;
}

.serach_Element .DropDownArrow {
    width: 1.8rem;
}

.serach_Element .open_dialog {
    width: 2.4rem;
}

.Custom_ButtonHistory img {
    height: 100%;
    width: 100%;
}

.Block__input .timerDropdown {
    min-width: 8.5rem;
}

.Box_Content {
    max-width: 30rem;
    min-width: 26rem;
    padding: 2rem;
}

.Box_Content_opt {
    padding: 0;
}

.BoxedLightGreen {
    background: #C9EBD7;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    padding: 1rem;
}

.Box_Content_opt .PersonalSelect, .Box_Content_opt textarea {
    margin: 1rem auto;
}

.Bubble_Name {
    background-image: url(../../Images/CloudName.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 28rem;
    top: 15rem;
    z-index: 9999;
}

.Heading_BackGround {
    background: inherit;
    margin: 1rem 0;
    margin-right: -7px;
    margin-left: -7px;
}

.Sub_Header1 {
    font-family: OpenSans;
}

.AddIcon {
    background: rgba(var(--clr-neutral-100),1);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    right: -8px;
    top: -1px;
    height: 4.5rem;
    width: 4.5rem;
}

    .AddIcon::after,
    .AddIcon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: var(--clr-primary-200);
        height: 2px;
        width: 17px;
        border-radius: 2rem;
        -moz-border-radius: 2rem;
        -webkit-border-radius: 2rem;
        transform: translate(-50%,-50%) rotate(0);
        -ms-transform: translate(-50%,-50%) rotate(0);
        -webkit-transform: translate(-50%,-50%) rotate(0);
    }

    .AddIcon::before {
        transform: translate(-50%,-50%) rotate(90deg);
        -ms-transform: translate(-50%,-50%) rotate(90deg);
        -webkit-transform: translate(-50%,-50%) rotate(90deg);
    }

.bgWhiteGradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28009259259259256) 80%);
}

.MB_ToggleButton {
    margin: 2rem auto;
    max-width: 40rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    height: 4.5rem;
}

    .MB_ToggleButton input[type=radio] {
        padding: 0;
        width: 50%;
        text-align: center;
        border: 0;
        border: 1px solid transparent;
        background: transparent;
        position: relative;
        height: 100%;
        border-radius: 2rem;
        -moz-border-radius: 2rem;
        -webkit-border-radius: 2rem;
    }

        .MB_ToggleButton input[type=radio]::before {
            display: none;
        }

        .MB_ToggleButton input[type=radio]:first-child::after, .MB_ToggleButton .btnRadioBaby::after {
            content: "Mom";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -ms-transform: translate(-50%, -50);
            -webkit-transform: translate(-50%, -50);
            color: #000;
            border-radius: 3rem;
            -moz-border-radius: 3rem;
            -webkit-border-radius: 3rem;
        }

    .MB_ToggleButton .btnRadioBaby::after {
        content: "Baby";
    }

    .MB_ToggleButton input[type=radio]:checked {
        background: #C9EBD7;
        border: 1px solid rgba(0,0,0,0.3);
    }

.ArticleBox, .FunFactBox {
    background: #ffffff;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    min-height: 13rem;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.divContentContainer.PackBaby button {
    margin-left: -.3rem;
}

.FunFactBox {
    margin-bottom: 0;
}

.ArticleBox .MoreIcons {
    height: 5rem;
    width: 5rem;
}

.LightBG {
    background: #DFF6E2 !important;
}

.Value_Name {
    max-width: 30rem;
    margin: 0 auto;
    margin-left: 0;
}

    .Value_Name h1 {
        text-align: left;
        font-size: 14px;
        font-family: OpenSans;
    }

.positionHeading {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.Notify_Sub {
    padding: 1rem 1.5rem;
}

.Custom_Search .TrackingToolsInfoIcon--med {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -5rem;
    top: 5px;
}

.horizontaleLine {
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dotted rgba(0, 0, 0, 0.3);
}

.Main_Header .disply_G {
    display: grid;
}

.calendarBubbleIcon {
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 3rem;
    top: 0;
}

.modal-backdrop.show {
    z-index: 11000;
    opacity: .7;
}

.Wrap_Elements div div > span:first-child {
    display: inline-block;
    float: left;
}

.Wrap_Elements div div > span:nth-child(2) {
    display: block;
    text-align: right;
}

.Wrap_Elements div span > span,
.Wrap_Elements div div > span {
    font-size: 12px;
}

.Block__input {
    background: var(--clr-primary-200);
    border-radius: 5rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    position: relative;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    margin: 0.5rem auto;
    min-height: 53px;
    max-height: 53px;
    padding: 0.5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    max-width: 40rem;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
}

.min_maxheight {
    max-height: 53px !important;
    min-height: 53px !important;
}

.padSetValue {
    padding-top: 2rem !important;
    padding-left: 1rem;
}

.Block__input input,
.Block__input select {
    width: 100%;
    border: 0;
    font-size: 12px;
    min-width: 10rem;
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: 600;
}

    .Block__input select:focus,
    .Block__input select:active,
    .Block__input input:focus,
    .Block__input input:active {
        outline: 0;
        border: 0;
        box-shadow: none;
    }

.LimiterW {
    max-width: 40rem;
    margin: 0 auto;
}

.FullMenuView .btnReadmoreEvent {
    font-size: 10px;
    max-width: 12rem;
    border-color: transparent;
    background: transparent;
    color: rgba(var(--clr-neutral-100), 1);
    margin: 0;
    padding-left: 0;
    text-align: left;
    text-transform: uppercase !important;
}

    .FullMenuView .btnReadmoreEvent:hover,
    .FullMenuView .btnReadmoreEvent:focus {
        border-color: transparent;
        background: transparent;
        color: rgba(var(--clr-neutral-100), 1);
    }

.FullMenuView a {
    margin-left: 2rem;
    text-transform: capitalize;
}

.innerBtn_Warp {
    text-align: center;
    margin: 0 auto;
    max-width: 23rem;
}

.NextPageIcon {
    box-sizing: content-box;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    width: 25px;
    height: 21px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.Main_Header_Icon h2 {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    color: #848D96;
}

    .Main_Header_Icon h2 div span {
        font-size: 10px;
        font-weight: 700;
    }

    .Main_Header_Icon h2 div {
        display: grid;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

.Main_Header_Icon img {
    width: 3rem;
}

.FullMenuView .font-Size-verySmall,
.FullMenuView a {
    font-weight: 700;
}

.modal-header, .modal-footer {
    border: 0;
    text-align: center;
}

.modal textarea.txtBoxCustom {
    max-height: 6rem;
    padding: 1.2rem 2rem;
}

select {
    appearance: none;
}

.SumoSelect {
    width: 100% !important;
}

    .SumoSelect > .CaptionCont {
        border: 0;
    }

.Img__Container {
    display: inline-block;
    width: 100%;
    max-width: 3.8rem;
    min-height: auto;
    margin: 2rem auto;
    margin-bottom: 1rem;
    max-height: 8rem;
    object-fit: contain;
}

.SetFake_RadioState {
    display: inline-block;
    pointer-events: auto;
    min-width: 38rem;
    text-align: left;
}

    .SetFake_RadioState::after,
    .SetFake_RadioState::before {
        content: "";
        position: absolute;
        left: 5rem;
        top: calc(50% - .75rem);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--clr-primary-200);
        margin: 0;
        font: inherit;
        color: rgba(var(--clr-neutral-100), 1);
        width: 2rem;
        height: 2rem;
        border: 0;
        transform: translateY(-0.025rem);
        -webkit-transform: translateY(-0.025rem);
        -ms-transform: translateY(-0.025rem);
        display: grid;
        display: -ms-grid;
        place-content: center;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 1px solid var(--clr-neutral-400);
        outline: 1px solid #000000;
    }

    .SetFake_RadioState::before {
        background: rgba(var(--clr-neutral-100), 1);
        z-index: 15;
        height: 1.2rem;
        opacity: 0;
        visibility: hidden;
        width: 1.2rem;
        left: 5.1rem;
        top: calc(50% - .35rem);
        border: 0;
        outline: 0;
    }

    .SetFake_RadioState:focus::before,
    .SetFake_RadioState:active::before {
        opacity: 1;
        visibility: visible;
    }

.btnClear {
    float: right;
    position: relative;
    width: 2rem;
    display: inline-block;
    max-width: 2rem;
    height: 2rem;
    max-height: 2rem;
    background: transparent;
    border: 0;
}

    .btnClear::before,
    .btnClear::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        display: inline-block;
        width: 100%;
        background: #848D96;
        height: 1px;
        border-radius: 1rem;
        transform: rotate(45deg);
    }

    .btnClear::after {
        transform: rotate(-45deg);
    }

.FullMenuView .paddingS {
    padding-left: 2.5rem !important;
}

.invalid-feedback {
    background: #ce1b04;
    background: #000000;
    min-height: 4.8rem;
    padding: 1rem;
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -50%);
    border-radius: 0 1.2rem 0 1.2rem;
    color: #ffffff;
    max-width: 32rem;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.ModalTimer .modal-content {
    max-width: unset;
    height: 100vh;
    padding: 0;
    background: #FFF4C6;
    border-radius: 0;
}

.ModalTimer .modal-header {
    align-items: center;
    justify-content: center;
    margin: 2rem auto 0 auto;
    background: #FFF4C6;
    border-radius: 0;
}

.ModalTimer .modal-body {
    padding: 0;
}

.ModalTimer .modal-header h1 {
    color: #F4BD4C;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    margin-top: .5rem;
}

.ModalTimer .TopSection {
    min-height: 35vh;
    background: #FFF4C6;
    border-radius: 0 0 10rem 0;
}

    .ModalTimer .TopSection img {
        mix-blend-mode: multiply;
        width: 28rem;
        margin: 0;
        margin-left: AUTO;
    }

    .ModalTimer .TopSection h3 {
        color: #F4BD4C;
        text-align: center;
        font-weight: 900;
        font-size: 8rem;
        margin: 0rem auto 0rem auto;
        position: relative;
        z-index: 5000;
    }

.ModalTimer .BottomSection {
    background: #ffffff;
    position: relative;
    min-height: 43vh;
    border-radius: 10rem 0 0 0;
    min-height: 50vh;
}

    .ModalTimer .BottomSection .flexbox {
        display: flex;
        justify-content: center;
        border-radius: 10rem 0 0 0;
        background: #ffffff;
        position: relative;
        padding-top: 4rem;
    }

    .ModalTimer .BottomSection::before {
        content: "";
        position: absolute;
        top: -10rem;
        transform: rotate(90deg);
        right: 0;
        background: #ffffff;
        width: 10rem;
        z-index: 1;
        Height: 10rem;
    }

    .ModalTimer .BottomSection::after {
        content: "";
        position: absolute;
        top: -10rem;
        transform: rotate(91deg);
        right: 0;
        background: #FFF4C6;
        width: 10rem;
        Height: 10rem;
        z-index: 5;
        border-radius: 0 10rem 0 0;
    }

.TxtTime span {
    display: inline-block;
    width: 10.5rem;
    font-size: 12px;
    color: #F4BD4C;
    text-align: center;
    font-weight: 900;
    margin-bottom: 2rem;
    position: relative;
    z-index: 50;
}

.ModalTimer .btnTimerSt {
    width: 11rem;
    height: 15rem;
}

    .ModalTimer .btnTimerSt span {
        font-size: 12px;
        margin: 1rem auto;
        display: inline-block;
        width: 100%;
        font-weight: 600;
        text-align: center;
        color: #00AC4E;
    }

    .ModalTimer .btnTimerSt:first-child span {
        color: #F4BD4C;
    }

.ModalTimer .modal-dialog {
    margin: 0;
}

.ModalTimer .btnTimerSt img {
    width: 76px;
    display: inline-block;
    height: 76px
}

.divContentContainer {
    max-width: 37rem;
    margin: 2rem auto 0 auto;
}

    .divContentContainer button, .Custom_ButtonReminder {
        color: rgba(var(--clr-neutral-100), 1);
        cursor: pointer;
        background: transparent;
        border: 1px solid transparent;
        padding: 0.5rem 1.6rem;
        padding-left: 0;
        text-decoration: none;
        margin-right: auto;
        margin-left: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        min-width: 8.7rem;
        text-align: left;
        max-width: 16rem;
        box-shadow: 0;
    }

    .divContentContainer span,
    .divContentContainer em,
    .divContentContainer div {
        background: transparent !important;
    }

    .divContentContainer .directionTop span,
    .divContentContainer .directionBottom span,
    .divContentContainer .directionRight span,
    .divContentContainer .directionLeft span {
        width: 100%;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        font-size: 12px !important;
    }

    .divContentContainer .directionRight .fontS18,
    .divContentContainer .directionTop .fontS18,
    .divContentContainer .directionBottom .fontS18,
    .divContentContainer .directionLeft .fontS18 {
        font-size: 18px !important;
    }

.PackBaby .directionLeft span {
    display: inline-block;
    line-height: 1.3
}

[class^=textContentDiv] div p {
    color: red !important;
}

[id^=textContentDiv] div p, .FunFact_Content {
    -webkit-touch-callout: none;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.PackBaby p span {
    margin: .7rem 0;
}

.PackBaby .imgMaxH {
    object-fit: none;
    margin: 1rem 1rem;
}

.alert {
    background: #000000;
    margin: 0 auto;
    width: 100%;
    max-width: 38rem;
    top: 8rem;
    display: inline-block;
    color: #ffffff;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    width: 80%;
    max-width: 38rem;
    padding: .5rem;
    padding-left: .8rem;
    border-radius: 0 1.2rem 0 1.2rem;
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999999;
}



.PackBaby {
    background: #ffffff;
    border-radius: 1.2rem 0 1.2rem 0;
    -moz-border-radius: 1.2rem 0 1.2rem 0;
    -webkit-border-radius: 1.2rem 0 1.2rem 0;
    min-height: 13rem;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

    .PackBaby .directionLeft .fontS18 {
        color: rgba(var(--clr-neutral-100), 1) !important;
        font-size: 12px !important;
        margin-bottom: 0rem !important;
        display: inline-block !important;
    }

    .PackBaby p {
        line-height: 1.2;
    }

    .PackBaby .directionLeft > div {
        padding: 2rem 2rem 2rem 0;
    }

    .PackBaby button,
    .PackBaby p span {
        font-size: 10px !important;
    }

.directionRight .imgMaxH,
.directionLeft .imgMaxH {
    max-height: 160px;
}

.DropDownStyling .dx-scrollview-content,
.dx-overlay-content .dx-popup-content,
.dx-dropdownlist-popup-wrapper,
.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content,
.dx-scrollable-container {
    z-index: 9999999 !important;
}

    .dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
        transform: translate(0%, 10%) !important;
        max-height: 330px !important;
    }

.dx-tagbox .dx-tag-container.dx-texteditor-input-container {
    overflow-x: hidden !important;
}

.WeekMonthHeader img {
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    border-radius: 0;
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

.WeekMonthHeader > div > div div:nth-child(3) > div > p > span {
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 1.1;
}

.WeekMonthHeader > div > div div:nth-child(3) > div > p {
    line-height: 0.5;
}

.WeekMonthHeader .fontS18, .WeekMonthHeader .directionLeft .fontS18, .WeekMonthHeader .trimesterContent {
    font-size: 10px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: rgba(var(--clr-neutral-100), 1) !important;
    text-transform: uppercase;
    line-height: 1.1;
}

.EmptyStateView {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.ToolsBio__Content {
    display: inline-block;
}

    .ToolsBio__Content span, .ToolsBio__Content span {
        font-size: 20px;
        line-height: 1.3;
    }

.DropDownStyling .dx-dropdowneditor.dx-dropdowneditor-field-clickable {
    max-width: 36rem;
    width: 100%;
    border: 0;
}

.DropDownStyling .dx-tag-content {
    background: transparent;
}

    .DropDownStyling .dx-tag-content span {
        font-size: 12px;
    }

.DropDownStyling .dx-scrollview-content {
    z-index: 999990;
    position: relative;
}

.trimesterContent div span {
    text-transform: uppercase;
    color: #000000;
}

.UpComingEvent {
    background: #BEECC5
}

    .UpComingEvent .EventIMg {
        width: 16rem;
        margin: 1rem 2rem;
        padding: 1rem 0;
    }

.modal .UpComingEvent {
    min-height: 5rem;
    background: #BEECC5;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    padding-left: 0;
    margin: 0;
    margin-bottom: 1rem;
    border-radius: 1.2rem 0 1.2rem 0;
}

    .modal .UpComingEvent img {
        height: 8rem;
        width: 8rem;
        max-width: 10rem;
        padding: 1rem;
        margin-right: 1rem;
    }

    .modal .UpComingEvent .EventIMg {
        margin: 0;
        padding: 0;
    }

    .modal .UpComingEvent .Slider_Block span {
        font-size: 10px !important;
    }

.newBtnBack {
    color: #ffffff;
    border: 1px solid var(--clr-primary-200);
    cursor: pointer;
    background: rgba(var(--clr-neutral-100),1);
    border: 1px solid transparent;
    cursor: pointer;
    padding: 1rem 1.6rem;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 53px;
    max-width: 53px;
    min-height: 53px;
    text-align: center;
    border-radius: 5rem;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.newBtnBack {
    height: 4rem;
    top: unset !important;
    bottom: 2rem;
    left: 6rem !important;
    transform: translate(-50%);
}

    .newBtnBack img {
        float: left;
        position: absolute;
        left: 1.6rem;
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

[id^="textContentDiv"] {
    max-width: 38rem;
    margin: 0 auto;
}

    [id^="textContentDiv"] p,
    [id^="textContentDiv"] em,
    [id^="textContentDiv"] span {
        background: transparent !important;
        font-weight: 400 !important;
    }

.Block__input textarea:focus-within .Custom_Button,
.Block__input textarea:focus-visible .Custom_Button,
.Block__input textarea:focus .Custom_Button {
    display: none;
}

.NoFloat {
    position: relative;
    transform: unset;
    left: unset;
    z-index: unset;
    margin-top: auto;
}

    .NoFloat .padding-12 {
        padding: 0;
    }

#divSurveyQuestion {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}

.NoFloat.setFixed--Wrap {
    min-height: 0;
}

.ErroBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem auto;
    padding: 1.5rem;
    background: #fff;
    height: 100vh;
    flex-direction: column-reverse;
}

    .ErroBox p, .ErroBox p span {
        color: #000;
        font-size: 2.5rem;
        font-weight: 400;
        max-width: 46rem;
        width: 100%;
        margin: 2rem auto 4rem auto;
        text-align: left;
    }

.Oops {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 1rem;
}

.ErroBox .oops_text {
    font-size: 16px;
    text-align: center;
}

.Dismiss {
    background: #ffffff;
    height: 3.2rem;
    display: inline-block;
    width: 3.2rem;
    border-radius: 5rem;
    position: absolute;
    right: -8px;
    top: -1rem;
    z-index: 100;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

    .Dismiss::before,
    .Dismiss::after {
        content: "";
        position: absolute;
        top: 22%;
        left: 1.5rem;
        transform: rotate(45deg);
        width: 2px;
        height: 15px;
        display: inline-block;
        background: rgba(0,0,0,0.3);
        border-radius: 2rem;
    }

    .Dismiss::after {
        transform: rotate(-45deg);
    }

.divContentContainer .FunFact_Block, .regular .SliderBox {
    background: #ffffff !important;
}

.slick-current .itemv2 {
    margin-right: .5rem;
}

.Baby___Me_Logo {
    content: "";
    background-image: url(../../Images/Baby___Me_Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 10rem;
    width: 12rem;
    position: absolute;
    top: 0;
    left: 5.8rem;
    transform: translate(-50%, -50%);
}

.timerIcon {
    margin: 0 auto;
    margin-right: 0;
    display: inline-block;
    height: 2rem;
}

.remove_Overflow {
    overflow: unset;
}

.PartnerDisplay-Wrap {
    margin-top: 10rem;
}

    .PartnerDisplay-Wrap img {
        margin: 3rem auto;
        display: inline-block;
        width: 10rem;
    }

.introVideo-Spacing {
    margin-top: 16rem;
}

.Block__input.Input-Copy input,
.Block__input.Input-Copy {
    background: var(--clr-neutral-400) !important;
    max-width: 38rem;
}

    .Block__input.Input-Copy button {
        border: 0;
        background: transparent;
        width: 53px;
        height: 53px
    }

.ToolTip-Copied {
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border: 0;
    color: var(--clr-primary-300);
    background: #BEECC5;
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    transition: all 450ms ease-in;
    font-size: 12px;
    padding: 1rem;
}

.ishidden-ToolTip {
    transform: translate(-50%,-50%) scale(0);
    visibility: hidden;
}
.NextPageIcon.is-Rotated {
    -webkit-transform: translate(0%, -50%) rotate(180deg);
    -ms-transform: translate(0%, -50%) rotate(180deg);
    transform: translate(0%, -50%) rotate(180deg);
    transform: translate(0%, -50%) rotate(180deg);
}

.Intro-Video-block .iframe-container {
    text-align: center;
}

/* <-==========================-> */
/*Media Queries Start*/
/*<-==========================================->*/
@media (min-width: 576px) {
    .modal-sm {
        max-width: 30rem;
    }

    .HeaderClouds {
        margin-top: 12rem;
    }

    .WebinarSchedule .ArchiveImg {
        max-width: 180px;
    }

    .FunFact_Block, .SliderBox, .grid-containerVal2 {
        margin: 0 auto;
    }

    .profileCircle {
        height: 17.5rem;
        width: 17.5rem;
    }

    .divContentContainer .Main_Header {
        margin-left: 0;
    }

    [id^="textContentDiv"] {
        margin-left: 0;
    }

    .newBtnBack img {
        left: unset;
    }

    iframe {
        width: 37rem;
        height: 23rem;
    }

    .FullMenuView iframe {
        width: 40rem;
    }

    .max_width {
        max-width: 42rem;
    }

    .Weeks_pregnant, .note1, .Data_recorded, .Doctor_appt {
        grid-area: unset;
    }

    .ExtraEvents {
        font-size: 10px;
    }

    .Block__input textarea {
        overflow: hidden;
    }

    .EmptyStateView {
        position: static;
        transform: unset;
    }

    .PillChild {
        overflow: auto;
    }

        .PillChild::-webkit-scrollbar {
            width: 1px;
            height: 8px;
        }

        .PillChild::-webkit-scrollbar-track {
            background: var(--clr-primary-200);
        }

        .PillChild::-webkit-scrollbar-thumb {
            background: #f4f4f4f4;
        }

    div.padding-R, div.padding-L {
        padding-right: var(--value-pad, 12px);
        padding-left: var(--value-pad, 12px);
    }
}

@media screen and (min-width: 960px) {


    html {
        font-size: 75%;
    }

    .LoginHeadWrap .logo {
        width: 25rem;
        padding-top: 2px;
        margin: .5rem 0 0 3rem;
        display: inline-block;
    }

    .professionv2 {
        font-size: 26px;
        bottom: 2px;
    }

    .LoginHeadWrap .logo img {
        width: 100%;
        height: 100%;
    }

    .LoginHeadWrap {
        height: 100%;
    }

    .PersonalSelect {
        width: 30rem;
    }

    .font-Size-verySmall {
        font-size: var(--fs-300);
    }

    .navWrapper {
        height: 6.3rem;
        width: 100%;
        min-width: 26rem;
        max-width: 34rem;
    }

    .Curved_Top, .Curved_TopV2 {
        z-index: 9008;
        position: absolute;
        top: -6rem;
        right: 0;
    }

    .navigateMenu > .flex-flow {
        align-items: center;
    }

    .navigateMenu .imgIconS {
        width: fit-content;
    }

    .navigateMenu .svgIconImg {
        width: 5rem;
        text-align: center;
    }

    .Center_w_Margin--LG {
        margin: 0 auto;
    }

    .font-Size-verySmall {
        font-size: 1.2rem;
    }

    .theHeader h3 {
        padding-left: 0;
    }

    .deskContent {
        display: inline-block;
        width: auto;
        margin: 0;
        min-width: 320px;
    }

    .svgIconImg {
        padding: 0;
    }


    .imgMaxH {
        max-height: 208px;
    }

    .parentTimePicker .myCheckBoxesClick .PersonalSelect {
        min-width: 140px;
        max-width: 165px;
        padding: 0.6rem 1.6rem;
    }

    .TrackingToolCover {
        width: 100%;
        height: 15rem;
        max-width: 46rem;
        object-fit: contain;
        -o-object-fit: contain;
        margin: 0 auto;
    }

    .Bubble_Name {
        left: 56%;
        z-index: 9999;
        top: 15rem;
    }

    .parentAbsoluteLogin {
        --AbsTop: 50%;
        --AbsLeft: 50%;
        --AbsTransLate: -50%;
    }

    .Set_fixedPosition {
        position: fixed;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .Btn_Back, .Btn_BugerMenu {
        top: 0.5rem;
    }

    .YellowCross_Container {
        bottom: 12rem;
    }

    .ShapesWithImages {
        margin: 0 auto;
        max-width: 40rem;
    }

    .ModalTimer .modal-lg, .ModalTimer .modal-xl {
        max-width: 800px;
        margin: 0 auto;
        justify-content: center;
    }
}

@media (max-width: 1800px), (max-width: 1700px), (max-width: 1600px), (-webkit-device-pixel-ratio: 1.1), (-webkit-device-pixel-ratio: 1.25), (-webkit-device-pixel-ratio: 1.5) {
}

@media (max-width: 1250px), (-webkit-device-pixel-ratio: 1.75), (-webkit-device-pixel-ratio: 2) {
    .Btn_Back, .Btn_BugerMenu {
        top: 2.5rem;
    }
}

@media(max-width:960px) {
    .parentAbsoluteLogin {
        --AbsLeft: 50%;
    }

    .width_margin_768 {
        margin: 2rem auto;
    }

    .overviewElement.CollectBag {
        width: 20rem;
        max-width: 20rem;
    }

    .Boxed_Elements .overviewElement span {
        font-size: 12px;
    }

    .Inner_Cirlce, .Outer_Cirlce {
        font-size: 10px;
    }

    .Setnew_height {
        min-height: 41vh;
        max-height: 41vh;
    }

    .overViewAside {
        height: calc(41vh - 4rem);
    }

    .modal-content {
        max-width: 46rem;
    }

    .profileCircle {
        top: 0;
    }

    .Sticky__Header.Sticky__Header_Large {
        height: 16rem;
    }
}

@media (max-width: 768px) {
    .width_margin_768 {
        margin: 2rem auto;
    }

    .iframe-container {
        max-width: 40rem;
    }

    .healthCareModel .flex-flow {
        display: grid;
        display: -ms-grid;
    }

        .healthCareModel .flex-flow > .flex-flow {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
        }

    .Sticky__Header.Sticky__Header_Large {
        height: 16rem;
    }
}

@media(max-width:600px) {
    html {
        font-size: 50.5%;
    }

    .calenderBooking {
        min-width: 36rem;
    }

    .calendar-day-hover, .calenderBooking-day-hover, .calendar-day-nohover, .calenderBooking-day-nohover {
        height: 5rem;
    }

    .ExtraEvents {
        font-size: 8px;
        padding: 0;
        height: 1.8rem;
        width: 1.8rem;
    }

    .modalParent .modal-content {
        padding: 2rem 1rem
    }

    .chartBox {
        width: 96%;
        margin: 1rem 1.6%;
    }

    .SetCenterElli {
        justify-content: center;
    }

    .grid-containerVal2 {
        display: grid;
        display: -ms-grid;
        grid-template-areas:
            'note1 note1 note1 Weeks_pregnant Weeks_pregnant Weeks_pregnant'
            'Data_recorded Data_recorded Data_recorded LactWeb LactWeb  LactWeb     '
            'Doctor_appt Doctor_appt Doctor_appt Doctor_appt Doctor_appt Doctor_appt ';
        grid-gap: 8px 1.5rem;
    }

    .theHeader h3 {
        padding: 1rem 2.5rem 0rem 0.6rem;
    }

    .dropdown__text, .txtBoxCustom {
        min-height: 32px;
        min-width: 32rem;
    }

    .providerTYpe .dropdown__text {
        min-width: 21rem;
    }

    .InitialHealthCareWrap .dropdown__text, .txtBoxCustom {
        min-height: 32px;
        min-width: 30rem;
    }

    .Content--Parent {
        max-width: 42rem;
    }

    .legendKey .font-Size-verySmall {
        font-size: 12px;
    }

    .parentTimePicker .dropdown__text, .txtBoxCustom {
        min-width: unset;
    }

    .FullMenuView .parentTimePicker .dropdown__search {
        display: none;
    }

    .callcentreIcon {
        width: 7.4rem;
    }

    .dropdown__items {
        max-height: 180px;
    }

    input[type="number"] {
        max-width: unset;
    }

    .TrackingTool__AddReading .flex-flow.toolsParent {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .isHidden_MB {
        display: none;
    }

    .providerTYpe .myCheckBoxesClick {
        min-width: 21rem;
        max-width: 34rem;
    }

    .myCheckBoxesClick {
        min-width: 32rem;
    }

    .Custom_Search {
        width: 72%;
    }

    .tracking_Tool .SetCenterElli {
        justify-content: flex-start;
    }

    .LoginFooterWrap {
        height: auto;
    }


    .iframe-container iframe, .imgMaxH video {
        max-height: 24rem;
        max-width: 41rem;
    }

    .iframe-container iframe {
        width: 100%;
    }

    .Intro-Video-block .iframe-container iframe {
        width:100%;
    }
    .parentAbsoluteLogin .font-Size-50 {
        font-size: 3.5rem;
    }

    .iFrameWrap .iframe-container iframe, .imgMaxH video {
        max-width: 38rem;
        top: 36%
    }

    .wrapNoteBookModal .modal-content {
        max-width: 40rem;
        margin: 0 auto;
    }

    .theHeader_Description {
        font-size: 2rem;
    }

    .WebinarArchiveHeader, .WebinarArchiveHeader img {
        height: 30rem;
        margin: 0 auto;
    }

    .Dischem_Logo {
        margin: 1rem auto 0 auto;
        margin-left: 2rem
    }

    .Sub_Header {
        display: inline-block;
        margin: 4rem auto;
        text-align: center;
        font-size: 2.5rem;
    }

    .parentAbsoluteLogin {
        --AbsLeft: 50%;
    }

        .parentAbsoluteLogin .Sub_Header1 {
            font-size: 4.5rem;
            font-family: OpenSans;
        }

        .parentAbsoluteLogin .grid-flow {
            gap: 0rem;
        }


        .parentAbsoluteLogin .elementAbsolute {
            text-align: center;
        }

        .parentAbsoluteLogin .Hd_Login {
            font-size: 7rem;
            text-align: center;
            display: inline-block;
            margin: 1rem auto;
            max-width: 30rem;
        }

        .parentAbsoluteLogin .elementAbsolute
        .Dischem_Logo {
            max-width: 18rem;
            top: 2.5rem;
        }

    .FullMenuView .font-Size-500 {
        font-size: 15px;
    }

    .FullMenuView .font-Size-verySmall,
    .FullMenuView a {
        font-size: 15px;
        display: inline-block;
        width: 100%;
    }


    .Btn_Back {
        left: 3rem;
    }

    .parentTimePicker .myCheckBoxesClick .PersonalSelect {
        min-width: 94px;
    }

    .widthAccess .min_Width160 {
        min-width: unset;
    }

    .widthAccess .txtBoxCustom {
        min-width: 21rem
    }

    .overviewElement.CollectBag {
        width: 25rem;
        max-width: 25rem;
    }

    .SetFake_RadioState {
        width: unset;
        min-width: 32rem;
    }

        .SetFake_RadioState::after {
            left: 1rem;
        }

        .SetFake_RadioState::before {
            left: 1.4rem;
        }

    .modal-content {
        max-width: 40rem;
    }

    .dropdown__text {
        height: 29px;
    }

    .Main_Header {
        margin-bottom: 2.5rem;
    }

    .deskContent {
        display: inline-block;
    }

    .theHeader h3 {
        margin: 0 auto;
        text-align: center;
    }

    div.txtBoxes {
        --value-pad: 1.5rem;
    }

    div.padding-R, div.padding-L {
        padding-right: var(--value-pad, 12px);
        padding-left: var(--value-pad, 12px);
    }

    .Validation .width-75 {
        width: fit-content;
    }

    .Set_fixedPosition {
        transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
    }

    .Elementspacer {
        padding-bottom: 3rem;
    }

    .Btn_Back, .Btn_BugerMenu {
        top: 3rem;
    }

    .Btn_BugerMenu {
        top: 1rem;
    }

    .LoginFooterWrap .max_width {
        max-width: unset;
    }

    .max_width {
        max-width: 40rem;
        margin: 0 auto;
    }


    .Block__input .EditBtn {
        display: inline-block;
        width: 2rem;
    }

    .iframe-container {
        max-width: 37rem;
    }

    .NoFloat .max_width {
        max-width: 32rem;
    }

    .wrapPillChild {
        margin: 0 -2.2rem;
        width: calc(100% + 4.4rem);
    }

    .PillChild {
        min-width: 10rem;
    }

    .Sticky__Header.Sticky__Header_Large {
        height: 20rem;
    }
}

@media (max-width: 360px) {
    html {
        font-size: 51%;
    }

    .minClamp {
        min-width: unset;
    }

    .iframe-container iframe, .imgMaxH video {
        max-height: 24rem;
        max-width: 37rem;
    }

    .Intro-Video-block .iframe-container iframe, .Intro-Video-block .imgMaxH video {
        max-height: 24rem;
        max-width: 32rem;
    }

    .ProfileCloudWrap {
        background-position: center center;
    }

    .overviewElement.CollectBag {
        width: 20rem;
        max-width: 20rem;
    }
}

@media (max-width:320px) {
    .Main_Header, .max_width, .iframe-container, .ClinicServices, .ToolsBio, .WebinarSchedule, .Block__input, .Custom_Button {
        max-width: 32rem;
    }

    .ClinicServices, .ToolsBio, .WebinarSchedule, .Custom_Button {
        min-width: 30rem;
    }

    .iframe-container h1 {
        font-size: 26px;
    }

    .iframe-container p {
        font-size: 12px;
        line-height: 1.4;
        max-width: 179px;
        margin: 0 auto;
    }

    .ModalTimer .TopSection img {
        width: 25rem;
    }

    .ModalTimer .btnTimerSt img {
        width: 60px;
        display: inline-block;
        height: 60px;
    }

    .ModalTimer .TopSection h3 {
        font-size: 7rem;
    }

    .SliderBox, .calenderBooking, .LimiterW {
        max-width: 32rem;
    }

    .SliderBoxEvent {
        min-width: 30rem;
    }

    .legendKey {
        margin-left: 0;
        width: 100%;
    }

    .floatContext {
        position: fixed;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28009259259259256) 95%);
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }

    .max_width {
        max-width: 36rem;
    }

    div.padding-R, div.padding-L {
        padding-right: unset;
        padding-left: unset;
    }
}

@media (max-width: 285px) {
    html {
        font-size: 45%;
    }

}

@media(min-width:1000px){
    .Main_Header.StickyHeader {
        max-width: 37rem;
    }
}

/*Media Queries End*/
/*<-==========================================->*/
