#FlatInfomain{
    width: 240px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.30);
    /* border-radius: 12px; */
    z-index: 999;
    /* font-family: Roboto; */
}
.FlatInfoTitle{
    background: #FFFFFF;
    width:230px;
    height:21px;
}
.FlatInfoName{
    /* background: #FFFFFF; */
    height: 40px;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    background: #f44a77;
    border-radius: 12px 12px 0 0;
}
.FlatInfoNametext{
    /*font-weight:700;*/
    font-size: 14px;
    color: rgba(0,0,0,0.87);
    color: white;
    letter-spacing: 0.48px;
    width: 115px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: grid;
    justify-content: center;
    overflow: hidden;
}
.FlatInfosummary{
    background: #FFFFFF;
    height:56px;
    width:230px;
}
.FlatInfosummaryRow  {
    height:56px;
    width:75px;
    float: left;
}
.FlatInfoSummaryname{
    /*font-weight:600;*/
    font-size: 11px;
    color: rgba(0,0,0,0.35);
    letter-spacing: 0.44px;
    text-align: center;
    /*padding-top: 0px;*/
    height:21px;
}
.FlatInfoname{
    /*font-weight:600;*/
    font-size: 11px;
    color: rgba(0,0,0,0.35);
    letter-spacing: 0.44px;
    text-align: center;
    margin-top: -6px;

    /*padding-top: 0px;*/
    /*height:15px;*/
}
.FlatInfoBlockone{
    height:76px;
    width:230px;
    float: left;
    display: block;
    background: #FFFFFF;
}


.FlatInfonumber{
    /*font-weight:600;*/
    font-size: 13px;
    color: #7B7B7B;
    letter-spacing: 0.8px;
    /* text-align: center; */
    /* padding-top: 3px; */
    align-self: flex-start;
    /* height: 23px; */
}
.FlatInfoBlock{
    /* height:76px; */
    /* width:114px; */
    /* float: left; */
    justify-items: flex-start;
    align-items: center;
    display: grid;
    padding-left: 17px;
    /* grid-auto-flow: row; */
    grid-template-rows: max-content;
    background: #FFFFFF;
}
.FlatInfotitle{
    /* font-weight:600; */
    font-size: 14px;
    color: black;
    letter-spacing: 0.41px;
    /* text-align: center; */
    /* padding-top: 6px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 16px;*/
    color: #f44a77;
    text-decoration: none;
}
#FlatInfolast{
    cursor: pointer;
    display: block;
    width:auto;
    height:30px;
    background-color:#F44A77;
    /*font-weight:600;*/
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.44px;
    text-align: center;
    padding-top: 3px;
    /* margin-top: -6px; */
    border-radius: 2px;
}
#FlatInfoflatList{
    display: inline-block;
}


#FlatInfoflatList{
    display: grid;
    height: 125px;
    overflow-y: scroll;
    grid-template-columns: auto auto;
    grid-gap: 8px;
    padding-top: 10px;
    /* grid-auto-flow: column; */
    /* border-radius: 0 0 12px 12px; */
}
#FlatInfoflatList::-webkit-scrollbar {
    width: 0px;
    background-color: #000000;
}
#closeFlatInfo{
    background: url("../images/icons/magiktour/Pill-close.svg");
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    justify-self: end;
}