.content-section {
    padding-top: 100px;
}

/* Alert Messages */
.alert-message {
    z-index: 5;
    width: 60%;
    margin-left: 20%;
    display: flex;
    justify-content: space-between;
}

.close-alert-message {
    background: #eb2e2e;
    width: 23px;
    height: 23px;
    border: 0;
    color: white;
    border-radius: 4px;
    font-size: 15px;
}

.close-alert-message:hover {
    cursor: pointer;
}


.fixed-whatsapp-icon {
    position: fixed;
    z-index: 51;
    bottom: 5vh;
    left: 5vw;
    font-size: 27px;
    background: #35c422;
    color: white;
    padding: 4px;
    width: 48px;
    text-align: center;
    border-radius: 36px;
    box-shadow: 1px 1px 6px #76767696;
    display: none;
}

@media (max-width: 768px) {
    .fixed-whatsapp-icon {
        display: block;
    }
}
