.solid-line {
    border: 4px #000000 solid;
}

.margin-top {
    margin-top: 35px;
}
.text-center {
    text-align:center;
}
.text-left {
    text-align: left;
}
.social-media-margin-top {
    margin-top:10px;
}
.form-element-margin-top {
    margin-top: 5px;
}
.button-margin-bottom {
    margin-bottom: 10px;
}
#placeholder-loading {
    display: none;
}
#google-map {
    height: 250px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}
.icon-on {
    filter: invert(0%) sepia(93%) saturate(27%) hue-rotate(254deg) brightness(103%) contrast(103%);
    cursor: pointer;
}
.icon-off {
    filter: invert(51%) sepia(2%) saturate(42%) hue-rotate(9deg) brightness(99%) contrast(93%);
    cursor: default;
}

.company-profile-image {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 350px;
    height: 250px;
    margin-bottom: 1rem;
}

.height-spacer {
    height: 50px;
}

.short-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}