.theme--light.v-label{
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
}
.theme--dark .v-list-group__items{
    background: #616161;
    border-radius: 4px;
}

.theme--dark .v-list--nav .v-list-group__items .v-list-item[aria-current="page"]{
    color: #fff;
    background-color:#0069d9;
}

.theme--dark .v-list--nav .v-list-group__items .v-list-item .v-list-item__title{
    font-size: 14px;
}

.v-application .primary--text{
    color: #0069d9 !important;
}

.v-list-item--active[aria-expanded="true"]{
    color: #16ad8d !important;
}

.v-list-group .v-list-item--link .v-list-item__title{
   font-size: 14px !important;
}

.v-application .theme--light.v-data-table{
    box-shadow: none !important;
    border: 1px solid #dedede;
}

.theme--light.v-input--switch .v-input--switch__track{
    color: #707070 !important;
}

.theme--light.v-input--switch .v-input--switch__thumb{
    color: #616161 !important;
}

.theme--light.v-input--switch .v-input--switch__track.success--text{
    color: #4caf50 !important;
}

.theme--light.v-input--switch .v-input--switch__thumb.success--text{
    color: #4caf50 !important;
}
.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background-color: #616161;
    opacity: .5;
}

.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{
    background-color: #707070;
    opacity: .3;
}

.v-expansion-panel--active>.v-expansion-panel-header{
    min-height: 40px !important;    
    background-color: #16ad8d !important;
    color: #fff;
}

.v-expansion-panel-content{
    padding-top: 20px;
}

.theme--light.v-chip:not(.v-chip--active){
    background-color: #0069d9 !important;
    color: #fff;
    margin-bottom: 3px;
    margin-right: 3px;
}
.v-chip__content {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th{
    background-color: #16ad8d;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th span{
    font-size: 14px;
    color: #fff;
}

 a > span {
    font-size: 14px;
    color: #fff;
}

.v-input input{
    font-weight: 350;
}

.theme--light.v-application .v-expansion-panel-header .text--secondary{
    font-weight: 350;
    color: #000 !important;
}

.v-data-table__empty-wrapper{
    color: #000 !important;
}

.v-expansion-panel-header>.row>.col>.row>.col-12>h3 {
    color: #fff;
}