.map-area svg{
    max-height: 80vh;
}
.thumb-img
{
    max-height: 200px;
}
.font-large{
    font-size: large;
}
.font-larger{
    font-size: larger;
}
.font-x-large{
    font-size: x-large;
}
.font-xx-large{
    font-size: xx-large;
}
.font-xxx-large{
    font-size: xxx-large;
}
.font-small{
    font-size: small;
}
.font-smaller{
    font-size: smaller;
}
.font-x-small{
    font-size: x-small;
}
.font-xx-small{
    font-size: xx-small;
}
.thumb-xxs
{
    max-height: 50px;
}
.logo-sm-img{
    height: 30px;
    width: 30px;
    object-fit: cover;
    object-position: center center;
    display: inline-block;
    margin-right: 15px;
}
.other-candidates-card{
    max-height: 52vh;
    overflow-y: auto;
}
.manifesto-card
{
    height: 350px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.manifesto-download-link{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.manifesto-download-link::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 68%;
    width: 100%;
    background-image: linear-gradient(to top, #000000,transparent);
    z-index: 4;
}
.manifesto-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all .3s ease;
}
.manifesto-title
{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px;
    z-index: 5;
    color: #fff;
}
.close-ad-btn
{
    top: -30%;
    left: 100%;
    font-size: larger;
    border: 1px solid darkgrey;
    padding: 0 8px;
    background: white;
    cursor: pointer;
}
