﻿.parentRow {
    place-content: center;
}

.childRow {
    box-shadow: 6px 6px 6px 0px var(--site-light-pink);
    width: 100%;
    background-color: var(--site-light-pink);
    align-items: center;
    border-radius: 20px;
}

.childCol {
    color: black;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.childImg {
    max-width: 100%
}

[dir="ltr"] .fieldLabel {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

[dir="rtl"] .fieldLabel {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: right;
    direction: rtl !important;
    justify-content: flex-start;
    display: flex;
    margin-right: 85px;
}

.fieldInput {
    background: white !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    color: black !important;
}

.my-checkBox
{
    font-size:20px !important;
}

.picCircle {
    background-size: contain;
    /*	border: 1px solid var(--darkGreen);
	border-radius: 50%;*/
    margin-top: 5px;
    display: inline-flex;
    background-repeat: no-repeat;
    height: 256px;
    width: 256px;
    padding: 0 10px;
    background-image: url('/siteimages/uploadImage.svg')
}

.myEditStyle
{
    font-size:20px;
    color:var(--site-dark-pink);
}

.SideBarNotification {
    color: white;
    background-color: red;
    border-radius: 100%;
    padding: 5px;
    border-style: none;
    display:none;
}

