/**
 *
 *
 */

 .

 .mom-profile-vstack {
     margin-left: 10px;
 }

 /* .mom-profile-container {
     padding-left: 25px !important;
 } */

 .mom-profile-initial-avatar {
    min-height: 80px;
    min-width: 80px;
    border-radius: 0.5rem;
    background-color: #CCCCCC;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
 }
 

    

 #mom-profile-image {
    min-height: 80px;
    min-width: 80px;
    height: 80px !important;
    width: 80px !important;
    border-radius: 0.5rem;
 }
 .mom-profile-button {
     margin-right: 10px;
 }

 .save-mom-profile {
     width: 97px;
 }

 .girl-icon {
    color: #EB28AF;
 }

 .boy-icon {
     color: #39C0ED;
 }

 .kid-hstack {
    margin-top: 25px;
 }

 .kid-icon-div {
     margin-right: 20px;
     height: 75px;
 }

 .kid-name {
     font-size: 1.1rem;
     font-weight: bold;

 }

 .kid-sub-text {
     color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: -5px;
    margin-bottom: 0px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }

#cropper-image-restore {
    background-color: #CC9F4F !important;
}

#mom-profile-crop-image {
    display: block;
    max-width: 100%;
}

#kidGender {
    margin-bottom: 15px;
}
 /**** Start Toast Styles ****/
#mom-profile-success-message-toast .toast {
    background-color: #EB28AF !important;
}
#mom-profile-success-message-toast .toast-header {
    background-color: #EB28AF !important;
}

.mom-profile-success-body {
    background-color: #EB28AF !important;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
/********** End Toast Styles *******************/


.chip-grow{
	height: max-content;
	border-radius: 25px;
}

.chip-grow-heading{
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Montserrat, Arial, Sans Serif;
	color: #666666 !important;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
}