
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #9696c9;
    box-shadow: 0 0 1px rgba(255, 255, 255, .1);
}

tbody tr:nth-child(even) {
    background-color: #F9FAFB;
    font-weight: medium;
}

.custom-date-input::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.custom-textarea {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.-mx-custom {
    margin-left: 0;
    margin-right: -2rem;
}
