*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

input[type="text"],
input[type="date"],
input[type="number"],
input[type="month"],
select{
    background-color: white;
    border: solid 0.5px gainsboro;
    padding: 6px;
    color: black;
    outline: none;
    border-radius: 5px;
    width: 100%;
    height: 38px;
}

@media (max-width:768px) {
    .input-group{
        flex-direction: column;
    }
}

.input-group{
    display: flex;
    gap: 24px;
}

::-webkit-calendar-picker-indicator{
    background-color: gainsboro;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.social-message {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.line {
    height: 0.5px;
    flex: 1 1 0%;
    background-color:gainsboro;
}

.social-message .message {
    margin: 0px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(156, 163, 175, 1);
}

label{
    margin: 0px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(156, 163, 175, 1);
}

tbody tr,
tbody tr td,
tbody tr th,
thead tr th{
    border: none;
    box-shadow: none;
}

.contribuicoes tr th:nth-last-child(1),
.contribuicoes tr td:nth-last-child(1){
    position: relative;
    width: 64px !important;
}

tr td:nth-last-child(1) button{
    position: absolute;
    right: 8px;
}

.contribuicoes{
    overflow-x: scroll;
}

.contribuicoes::-webkit-scrollbar {
  display: none;
}

.select-dark{
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6' /%3e%3c/svg%3e") !important;
}