body {
    background-color: rgb(224, 224, 224);
}

main {
    margin-top: 4rem;
    width: 92%;
    height: auto;
    display: none;
}

footer {
    display: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.dark-mode {
    filter: invert(100%);
    background-color: rgb(24, 24, 24);
}

table {
    background-color: rgb(255, 255, 255);
}

.alert {
    width: 100%;
    text-align: center;
    z-index: 2;
}

.card-company-title {
    position: absolute;
    margin-left: 50px;
    width: 93%;
}

.card-title {
    margin-top: 10px;
}

.card-followed {
    border: 1px solid rgba(0, 0, 0, .125);
    margin-right: 5px;
    min-width: 190px;
}

#status-message {
    color: #1b9ce5;
}

.image-profile {
    height: 125px;
    width: 125px;
}

.image-profile-background {
    min-height: 150px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.multi-selected {
    background-color: #1B9CE5 !important;
}

.icon-followed {
    font-size: 3vw;
    color: #247c27;
}

.nav-link {
    font-weight: bold;
}

@media (max-width: 767px) {
    li.paginate_button.previous {
        display: inline !important;
    }

    li.paginate_button.next {
        display: inline !important;
    }

    li.paginate_button {
        display: none;
    }
}


.limited-table:after {
    z-index: 10;
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    height: 200px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(139, 167, 32, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.row-long-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    margin: auto;
}

.form-control.select-input.placeholder-active {
    background-color: rgba(255, 255, 255, 0);
}