Custom CSS for Talkspace

/* Dropdown icon rotation */
.dropdown.active .dropdown-toggle i {
    transform: rotate(180deg);
}

.dropdown-toggle i {
    transition: transform 0.2s ease-in-out;
}

/* Full width footer styles */
.main-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}