﻿.tab-container {
    max-width: 900px;
    border-top: 0px;
    border-radius: 4px 4px 0px 4px;
    width: 100%;
}
.tab-body {
    overflow-y: scroll;
    max-height: calc(100vh - 160px);
    width: 100%;
    border-radius: 5px;
}
.tab-div
{
    display: flex;
    margin: 0px -15px 0px -15px;
}
.tab-btn
{
    background-color: #fff;
    borightsolid #cacaca;
    font-weight: bold;
    padding: 5px 10px;
    min-width: 120px;
}
.tab-btn:hover
{
    color: #006EB2;
    background-color: #fff;
    border: 1px solid #006EB2;
}
.tab-active
{
    color: #fff;
    background-color: #006EB2;
    border: 1px solid #006EB2;
}
.container-body {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    width: 100%;
}
.color-line {
    display: flex;
    align-items: center;
    border-bottom: 1px solid gray;
    padding: 10px 0;
}
.color-line p
{
    margin: 0;
}
.color-line div
{
    width: 15px;
    height: 15px;
    border-radius: 25px;
    margin-right: 10px;
    background-color: var(--color-line);
}
.selector-button
{
    border-radius: 4px 0px 0px 0px;
}
#CompetenciaDropdownAdd{
    margin: 10px 0;
}
@media (max-width:600px) {
    .tab-container
    {
        max-width: 350px;
        border-top: 0px;
        border-radius: 4px 4px 0px 4px;
        margin-left: 5px;
    }
    .tab-div
    {
        display: flex;
        margin: 0px -15px 0px -15px;
        font-size: 0.6rem;
        max-width: 400px;
        flex-wrap: wrap;
    }
    .tab-btn
    {
        background-color: #fff;
        border: 1px solid #cacaca;
        width: 70px;
        height: 20px;
        font-weight: bold;
    }
}
.loading {
    width: 100%;
    height: 140px;
}
.loading img {
    height: 100%;
    margin-bottom: 0;
}
.ctn-flex {
    display: flex;
    align-items: center;
}
.ctn-flex a {
    margin-right: 5px;
}
.contianer-main {
    max-width: 900px;
    width: 100%;
}