/* GERAL */

.conteudo-plus {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 100px;
    min-height: 550px
}

.card-body {
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.card-titulo {
    min-height: 50px;
}

.card-titulo-text {
    font-size: 16px;
}

.card-cats {
    padding-bottom: 20px;
}

.card-cat-badge {
    background-color: #202020 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 0.50em 0.6em !important;
    top: 15px;
    right: 15px;
}

    .card-cat-badge:hover {
        background-color: #353535 !important;
        color: #fff !important;
    }

.card-video-badge {
    background-color: #111111 !important;
    color: #ffc800 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 0.45em 0.5em !important;
    vertical-align: central !important;
    top: 15px;
    right: 15px;
}


.card-bottom-plus {
    margin-left: 0px;
    margin-right: 0px;
}

.img-autor {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.rainbow-border {
    display: inline-block;
    padding: 3px;
    background: conic-gradient(from 332deg,#e918ff 0%,#f21f1f 20%,#f89c21 40%,#275eff 60%,#702ff9 80%,#e918ff 100%);
    border-radius: 50%;
}

    .rainbow-border img {
        display: block;
    }

.rainbow-circle-autor {
    height: 65px !important;
    width: 65px !important;
    background: conic-gradient(from 332deg,#e918ff 0%,#f21f1f 20%,#f89c21 40%,#275eff 60%,#702ff9 80%,#e918ff 100%);
    border-color: #fff;
    border-width: 6px;
    border-radius: 50%;
    padding-left: 2.5px;
    padding-top: 2.5px;
}

.gray-border-autor {
    display: inline-block;
    padding: 2px;
    background: linear-gradient(180deg, #111111, #111111);
    border-radius: 50%;
}

.gray-border-border img {
    display: block;
}

.text-autor {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.card-img-top {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.slick-slide {
    margin-right: 20px;
}

.navigation-buttons {
    padding-right: 20px;
}

.btn-nav-cards {
    background-color: #1f1f21;
    border-color: #1f1f21;
    border: 0px;
}

    .btn-nav-cards:focus {
        outline: none;
        box-shadow: none;
    }

    .btn-nav-cards:hover {
        background-color: #29292E;
        border-color: #29292E;
    }

.btn-nav-cards-font {
    color: #ffffff;
}

.heading-cards-title {
    padding-left: 00px;
}

.video-row-group {
    margin-top: 40px;
}

.search-box {
    background-color: #2a2a2c;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 20px auto;
    margin-right: 20px;
}

    .search-box input[type="text"] {
        background-color: transparent;
        border: none;
        flex: 1;
        color: white;
        font-size: 16px;
        outline: none;
    }

    .search-box button {
        background: transparent;
        border: none;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        margin-left: 10px;
    }

.promo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://desenvolvedorio.blob.core.windows.net/images/banner-seja-premium.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 40px;
    border-radius: 3px;
    margin: 20px auto;
    margin-right: 20px;
    margin-top: 40px;
    position: relative;
    color: #FFF;
    flex-direction: column;
    height: 300px;
}

.promo-title {
    font-size: 30px !important;
    background: linear-gradient(to right, #48ff68b3, #00b8ff, #b25dff) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.promo-description {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.promo-btn {
    background-color: #4a00e0;
    padding: 10px 20px;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .promo-btn:hover {
        background-color: #6b00e7;
    }

.left-text, .right-text {
    color: #FFF;
    font-size: 14px;
}

.search-box {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-input {
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-right: none;
}

.search-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-left: none;
}

.badge-wrapper {
    position: relative;
}

.badge-tooltip {
    cursor: default;
}

    .badge-tooltip::before,
    .badge-tooltip::after {
        content: "";
        display: none;
        position: absolute;
    }

    .badge-tooltip::after {
        content: attr(data-tooltip);
        position: absolute;
        padding: 10px;
        background-color: #333;
        color: white;
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        bottom: -50px;
        transform: translateX(-50%);
        z-index: 999;
    }

    .badge-tooltip::before {
        content: "";
        position: absolute;
        top: 100%;
        margin-top: 6px !important;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #333;
        transform: translateX(-50%);
    }

    .badge-tooltip:hover::before,
    .badge-tooltip:hover::after {
        display: block;
    }

/* LISTA RESULTADOS */

.custom-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.custom-img {
    flex: none;
}