body {
    font-family: 'Times New Roman', sans-serif;
    font-size: 14px !important;
}

.fontSize14 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 14px;
}

.fontSize16 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 16px;
}

.fontSize18 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 18px;
}

.fontSize20 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 20px;
}

.fontSize22 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 22px;
}

.fontSize24 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 24px;
}

.fontSize28 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 28px;
}

.fontSize30 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 30px;
}

.v-item--active,
.v-list-item--active {
    color: black !important;
    background-color: #f0f0f5 !important;
}

.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon {
    min-width: 20px !important;
}


/* .v-list-item .v-list-item--link  {
    color: red !important;
    background-color: yellow !important;
} */

.ql-editor {
    /* min-height: inherit; */
    min-height: 300px;
}

.quill-editor {
    min-height: 300px;
}

th,
td {
    white-space: nowrap;
}

.infoTable,
table {
    border-collapse: collapse;
    width: 100%;
}

.infoTable>tr>td {
    border: 1px solid #d3d3ff;
}

table.infoTable /deep/ tr:hover:not(.v-data-table__expanded__content) {
    background: #ffffff !important;
}

table /deep/ tr:hover:not(.v-data-table__expanded__content) {
    background: #e6e6ff !important;
}

input {
    margin: 0px !important;
    padding: 0px !important;
}

.v-data-table td,
.v-data-table th {
    padding: 0 5px !important;
}

table>thead.v-data-table-header>tr>th {
    background-color: #e6e6e6 !important;
    font-weight: bold !important;
    color: black !important;
    margin: 10px 10px 0 !important;
}

table>tbody>tr>td,
table>thead>tr>th {
    border: 1px solid #d3d3ff;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

table>tbody>tr>td p,
table>thead>tr>th {
    white-space: normal;
    padding: 5px;
}

.v-list-item__mask {
    color: black !important;
}

tbody tr:nth-of-type(odd) {
    background-color: #f0f0f5;
}

.v-data-footer>.v-data-footer__select>* {
    /* background-color:red; */
    margin: 0px !important;
    padding: 0px !important;
}

.login-layout {
    background-image: url('../img/background.jpg');
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.v-navigation-drawer__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.v-navigation-drawer__content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.v-navigation-drawer__content::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
    background-color: #999;
}

.v-navigation-drawer__content {
    overflow-y: scroll;
}

.v-data-table__wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.v-data-table__wrapper::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    background-color: #F5F5F5;
}

.v-data-table__wrapper::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
    background-color: #999;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
    background-color: #999;
}

.sv-data-table__wrapper {
    overflow-y: scroll;
}

.staff-s table>thead>tr>.max-width span {
    white-space: normal;
    display: block;
    display: -webkit-box;
    height: 38px;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}