.bread_header {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
}

.v-card__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;

    border-bottom: 2px solid #F1F1F1;
    box-sizing: border-box;
}

.v-card {
    background: #FFFFFF;
    border: 2px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 8px !important;
}

.v-application .v-data-table td {
    font-size: 0.775rem;
}

.v-btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    border-radius: 4px;
    text-transform: none!important;
}

.v-navigation-drawer__content::-webkit-scrollbar {
    display: none;
}

.v-navigation-drawer__content {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}



.v-application--is-ltr .v-list-item__action:first-child,
.v-application--is-ltr .v-list-item__icon:first-child
{
    margin-right: 10px !important;
}
