.tab-control {
    cursor: pointer;
}

.tab-control.active {
    background: #F78F1E;
    border: 1px solid transparent;
}

.tab-control.active span {
    color: #fff;
}

.tab-control:hover svg path,
.tab-control.active svg path {
    fill: white !important;
}

.tab-containers {
    position: relative;
    overflow: hidden;
}

.tab-container {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease, visibility 0.4s ease;
}

.tab-container.active {
    opacity: 1;
    visibility: visible;
    max-height: 2000px;
}


/*Integrações*/

.card-integracoes {
    height: 100% !important;
}

.card-integracoes .integracoes-badge {
    border-radius: 100px;
    padding: 5px 15px;
    background-color: var(--e-global-color-secondary);
    font-weight: 600;
}
