.logo-custom {
  display: block;
  margin: 0 auto;
  width: 150px; }
.logo-custom img {
width: 100%; }

.day-month-block {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 50px;

}
.day-month-block i {
    width: 30px;
    height: 30px;
    font-size: 36px;
    color:#009688;
    border-radius: 20%;
}

.day-month-block i:hover {
    background: #CFD8DC;
    cursor: pointer;
}

.day-month-block-caption {
    display: block;
}

.log-column-left {
    float: left;
    width: 30%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 10px;
    margin-bottom: 6px;
    margin-right: 0;
    height: 284px;
}

.log-column-mid {
    float: left;
    width: 25%;
    padding: 30px 15px 15px 0;
    height: 282px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
    margin-bottom: 6px;
    margin-left: 0;
    height: 284px;
}

.log-column-right {
    float: right;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f194;
    margin-right: 2px;
    border-radius: 0 0 6px 0;
    transform: translate(0px, 1px);
}

.log-image {
    width: 100%;
    border-radius: 6px;
    height: 250px;
    object-fit: cover;
}

.nutri-score-image {
    margin-top: 1.5em;
    width: 65%;
}

.dysphagia-container {
    border: 1px solid #F7FAFF;
}

.dysphagia-container:hover {
    border: 1px solid #11A9ED;
    background-color: #F7FAFF;
    border-radius: 6px;
    cursor: pointer;
}

.food-item-container:hover .dysphagia-container {
    background-color: #EFEFFF;
    border: 1px solid #EFEFFF;
}

.food-item-container:hover .dysphagia-container:hover {
    border: 1px solid #11a9ed;
    background-color: #F7FAFF;
    border-radius: 6px;
}

.dysphagia-value{
    color: white;
    background-color: #11a9ed;
    border-radius: 50%;
    min-width: 25px;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1em;
}

.dysphagia-none-value{
    background-color: #a4b1c4;
    border-radius: 50%;
    min-width: 25px;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1em;
}

.dysphagia-modal-value{
    border: 1px solid #6f7a90;
    color: white;
    background-color: #11a9ed;
    border-radius: 50%;
    min-width: 1.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1em;
    margin-left: auto;
    margin-right: auto;
}

.dysphagia-modal-none-value{
    border: 1px solid #8491a6;
    background-color: #ffffff;
    border-radius: 50%;
    min-width: 1.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1em;
    margin-left: auto;
    margin-right: auto;
}

.close_dysphagia_panel{
	border-radius: 6px;
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-top: -0.5vw;
	scale: 0.7;
}

.missing_dysphagia_data{
    display: none;
    scale: 0.85;
    margin-bottom: 0.5vw;
}