html{
  -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
-webkit-touch-callout: none;
}

body{
  -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    -webkit-touch-callout: none;
}

.private_page_content{
  padding-left: 15px;
  padding-right: 15px;
}

.round_container{
    border-radius: 12px;
    background-color: white;
    margin-bottom: 24px;
}

.top_round_border{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.bottom_round_border{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.green_background{
    background-color: #7eb952;
}

.white_background{
    background-color: #ffffff;
}

.amaranth_background{
    background-color: #950e2e;
}

.amaranth_background:hover{
    cursor: pointer;
    background-color: #740b23;
}

.red_background {
    background-color: #dc4a58;
}

.padding_container{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
}

.header_padding_container{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
}

.avatar_container{
    text-align: center;
    margin-bottom: 10px;
}

.avatar_image{
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
  width: 100%;
}

.child_info{
    text-align: center;
    display: inline-grid;
}

.child_details{
    background-color: white;
    width: Calc(100%-12px);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 20px;
}

.child_details_avatar_image{
    width: 100%;
    min-width: 96px;
    height: auto;
}

.child_details_notifications_image{
    width: 100%;
    max-width: 48px;
    min-width: 48px;
    height: 48px;
}

.child_details_info{
    text-align: left;
    display: inline-grid;
    width: Calc(100%-156px);
}

.notifications_image{
    float: right;
    width: 72px;
    height: 72px;
    margin-left: 12px;
}

.dish_container{
    padding:10px;
    min-height: 150px;
    min-width: 250px;
}

.info_container{
    width: Calc(100%-10px);
    border-radius: 12px;
    background-color: #b0711e;
    margin-bottom:10px;
}

.info_container:hover{
    background-color: #9a6015;
}

.info_icon_container{
    margin-top: 10px;
}

.error_box{
  display: none;
  background-color: #FFA500;
  color: white;
  border-radius: 12px;
  padding:10px;
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.error_box img{
  width:64px;
  height:64px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.twenty_margin_bottom{
  margin-bottom: 20px!important;
}

.avatar_sel_container{
    background-color:transparent; 
    padding:5px;
}

.avatar_selected{
    border: 2px solid #7eb952;
    border-radius: 100px;
}
