.tabpainel {
    border: 1px solid #f2f2f2;
    width: 27%;
}
.painelUser, .tabpainel {
    float: left;
    height: auto;
}
.painelUser {
    width: 100%;
}
.painelUser, .tabpainel {
    float: left;
    height: auto;
}
.tabcontent {
    display: none;
    border: 1px solid #f2f2f2;
    width: 73%;
    height: auto;
    padding: 5px;
    box-shadow: 0 2px 4px #ccc;
    background-color: #fff;
    color: teal;
    float: right;
}
.foto-user {
    margin: 20px 20px 40px;
}
.foto-user, .foto-user img {
    width: 120px;
    height: 120px;
    background-color: #ccc;
    border-radius: 50%;
    float: left;
    text-align: center;
}
.fotoUser a{
    color: #999;
    text-decoration: none;
}
.ordem-alfabetica-footer a:hover, .tabpainel button.active {
    background-color: #a0cf4f;
    color: #fff;
}
.tabpainel button {
    display: block;
    background-color: transparent;
    color: var(--body-painel-button);
    padding: 10px;
    width: 100%;
    border: 1px solid #f2f2f2;
    outline: 0;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-size: 12px;
}
.input-container {
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.tabcontent button {
    width: 100%;
    padding: 10px;
    background-color: #a0cf4f;
    border: none;
    border-radius: 25px;
    color: #fff;
}
.input-field-email {
    width: 100%;
    border: 1px solid #ccc;
    height: 37px;
    float: right;
    margin-top: 5px;
    background-color: #c5c5c5;
    cursor: not-allowed;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 16px;
}
.close{
    float: right;
    font-size: 18px;
}
/*.deslogado{
    width:50%;padding:10px;margin:0 125px;background-color: #fff3cd;border-color: #ffeeba;border-radius: 7px;
}*/
.painelartistas {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #f2f2f2;
    margin-top: 20px;
}
.painelartistas tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.painelartistas tr a{
    color: #7c7c7c;
}
.painelartistas th, td {
    text-align: left;
    padding: 5px;
}
.painelartistas .name_artista {
    float: left;
    margin-left: -160px;
}
.painelartistas tr:hover a {
    color: #fff!important;
}
.painelartistas tr:hover {
    background-color: #a0cf4f;
}
