 .footer {
    background-color: #f4f4f4;
    padding: 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}
body {
    min-height: 120vh;
    display: flex;
    flex-direction: column;
  }

.footer-section {
    text-align: center;
}

.logo-section img {
    width: 150px;
    @media screen and (min-width: 600px){
        width: 150px;
    }
  
    height: auto;
}

.text-section {
 /* Adjust the width as needed */
 margin:0
}

.image-section {
    display: flex;
    margin-top: 7px;
    justify-content: center;
}

.image-section img {
    width: 40px; /* Adjust the size as needed */
    height: auto;
    margin: 5px; /* Adjust the margin as needed */
}

.image-section a {
    display: block; /* Make the entire image clickable */
    text-decoration: none;
    color: #fff;
}

/*get rid of the login page styling */

/* #content-container{
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
} */
.iceChatIFrameButton {
    background-color: #0b80d0;
    border-color: transparent;
    border-radius: 50px;
    bottom: 30px;
    box-shadow: rgb(157 157 157) 0px 6px 8px 0px;
    cursor: pointer;
    display: block;
    fill: #FFFFFF;
    font-size: 16px;
    height: 68px;
    position: fixed;
    right: 30px;
    transition: all 0.3s ease 0s;
    width: 68px;
    z-index: 999999999;
}

.iceChatIFrameButton.ctt-hidden {
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.iceChatIFrameButton.ctt-visible {
    animation: bounce 0.4s;
}

.ac-pushButton {
    background: #0b80d0 !important;
}
button.ac-pushButton.style-default.primary.style-positive.ac-selectable {
    background: red !important;
}