#cib-button {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #333333; /* Navy Blue */
    color: #fbed20; /* Spanish Yellow */
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999999!important;
}

#cib-button.active {
    background-color: #fbed20; /* Spanish Yellow */
    color: #333333; /* Navy */
}

#cib-button i {
    color: #fbed20; /* Spanish Yellow */
}

#cib-button.active i {
    color: #333333; /* Navy */
}
