section.comentarios .header-comentarios{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 20px}section.comentarios .header-comentarios .tab{width:100%;margin-top:30px}section.comentarios .header-comentarios .tab .tab-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding-left:0}section.comentarios .header-comentarios .tab .tab-content .item{list-style:none;font-weight:400;padding:10px;transition:all .3s ease-in-out;font-size:1rem;border-bottom:2px solid hsla(0,0%,100%,0);cursor:pointer;color:#777}section.comentarios .header-comentarios .tab .tab-content .item.active{color:#0062aa;font-weight:700;border-color:#0062aa}section.comentarios .header-comentarios .selects-comentarios{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}section.comentarios .header-comentarios .selects-comentarios .select-comentario{all:unset;box-sizing:border-box;min-width:100px;background:#fff;padding:10px 10px;font-weight:400;border-radius:6px}section.comentarios .textarea-coment{width:100%;background:#fff;border-radius:6px;border:1px solid #777;padding:10px 12px}section.comentarios .btn-add-coment{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 18px;background:#0062aa;color:#fff;text-transform:uppercase;font-weight:400;gap:6px;border-radius:6px;float:right;margin-top:4px}section.comentarios .btn-add-coment i{fill:#fff;width:20px;height:20px}section.comentarios .btn-add-coment i svg{width:20px;height:20px}section.comentarios .v-card__title{padding-bottom:0}section.comentarios .v-card.v-card__actions{padding-top:0}section.comentarios .bottom-card-coment{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}section.comentarios .bottom-card-coment .text-card-coment{font-weight:400!important;margin-bottom:0}section.comentarios .bottom-card-coment .coment-profile{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px}section.comentarios .bottom-card-coment .coment-profile .coment-profile-text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}section.comentarios .bottom-card-coment .coment-profile .coment-profile-text .coment-nome{color:#4b4b4b;font-weight:700!important;margin-bottom:0;font-size:12px!important}section.comentarios .bottom-card-coment .coment-profile .coment-profile-text .coment-data{color:#4b4b4b;font-weight:400;font-size:8px!important;margin-top:-4px}section.comentarios .bottom-card-coment .coment-act{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}section.comentarios .bottom-card-coment .coment-act svg{fill:#4b4b4b}section.comentarios .table-coment-content{padding:0 20px;height:calc(100vh - 200px);overflow-y:auto}section.comentarios .table-coment-content .table-coment{width:100%;margin-top:20px}section.comentarios .table-coment-content .table-coment thead{position:sticky;top:0;z-index:100}section.comentarios .table-coment-content .table-coment thead tr th{padding:10px;color:#4b4b4b;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:40px!important}section.comentarios .table-coment-content .table-coment tbody tr td{padding:10px;background:#f5f5f5;font-weight:400;color:#4b4b4b}section.comentarios .table-coment-content .table-coment tbody tr td:first-child{width:130px;max-width:130px}