@vuetify/nightly 3.1.0-dev-20230105.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.0-dev-20230105.0
2
+ * Vuetify v3.1.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18376,22 +18376,6 @@ html.overflow-y-hidden {
18376
18376
  .v-locale--is-ltr .float-print-start {
18377
18377
  float: left !important;
18378
18378
  }
18379
- }.v-code {
18380
- background-color: rgb(var(--v-theme-code));
18381
- color: rgb(var(--v-theme-on-code));
18382
- border-radius: 4px;
18383
- line-height: 1.8;
18384
- font-size: 0.9em;
18385
- font-weight: normal;
18386
- padding: 0.2em 0.4em;
18387
- }.v-kbd {
18388
- background: rgb(var(--v-theme-kbd));
18389
- color: rgb(var(--v-theme-on-kbd));
18390
- border-radius: 3px;
18391
- font-size: 85%;
18392
- font-weight: normal;
18393
- padding: 0.2em 0.4rem;
18394
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18395
18379
  }.v-ripple__container {
18396
18380
  color: inherit;
18397
18381
  border-radius: inherit;
@@ -18425,6 +18409,22 @@ html.overflow-y-hidden {
18425
18409
  }
18426
18410
  .v-ripple__animation--out {
18427
18411
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
18412
+ }.v-code {
18413
+ background-color: rgb(var(--v-theme-code));
18414
+ color: rgb(var(--v-theme-on-code));
18415
+ border-radius: 4px;
18416
+ line-height: 1.8;
18417
+ font-size: 0.9em;
18418
+ font-weight: normal;
18419
+ padding: 0.2em 0.4em;
18420
+ }.v-kbd {
18421
+ background: rgb(var(--v-theme-kbd));
18422
+ color: rgb(var(--v-theme-on-kbd));
18423
+ border-radius: 3px;
18424
+ font-size: 85%;
18425
+ font-weight: normal;
18426
+ padding: 0.2em 0.4rem;
18427
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18428
18428
  }.v-application {
18429
18429
  display: flex;
18430
18430
  background: rgb(var(--v-theme-background));
@@ -19927,1007 +19927,439 @@ html.overflow-y-hidden {
19927
19927
  pointer-events: none;
19928
19928
  opacity: 0;
19929
19929
  transition: opacity 0.2s ease-in-out;
19930
- }.v-carousel {
19931
- overflow: hidden;
19932
- position: relative;
19930
+ }.v-container {
19933
19931
  width: 100%;
19932
+ padding: 16px;
19933
+ margin-right: auto;
19934
+ margin-left: auto;
19934
19935
  }
19935
- .v-carousel__controls {
19936
- align-items: center;
19937
- background: rgba(var(--v-theme-surface-variant), 0.3);
19938
- bottom: 0;
19939
- display: flex;
19940
- height: 50px;
19941
- justify-content: center;
19942
- list-style-type: none;
19943
- position: absolute;
19944
- width: 100%;
19945
- z-index: 1;
19936
+ @media (min-width: 960px) {
19937
+ .v-container {
19938
+ max-width: 900px;
19939
+ }
19946
19940
  }
19947
- .v-carousel__controls > .v-item-group {
19948
- flex: 0 1 auto;
19941
+ @media (min-width: 1280px) {
19942
+ .v-container {
19943
+ max-width: 1200px;
19944
+ }
19949
19945
  }
19950
- .v-carousel__controls__item {
19951
- margin: 0 8px;
19946
+ @media (min-width: 1920px) {
19947
+ .v-container {
19948
+ max-width: 1800px;
19949
+ }
19952
19950
  }
19953
- .v-carousel__controls__item .v-icon {
19954
- opacity: 0.5;
19951
+ @media (min-width: 2560px) {
19952
+ .v-container {
19953
+ max-width: 2400px;
19954
+ }
19955
19955
  }
19956
- .v-carousel__controls__item--active .v-icon {
19957
- opacity: 1;
19958
- vertical-align: middle;
19956
+ .v-container--fluid {
19957
+ max-width: 100%;
19959
19958
  }
19960
- .v-carousel__controls__item:hover {
19961
- background: none;
19959
+
19960
+ .v-row {
19961
+ display: flex;
19962
+ flex-wrap: wrap;
19963
+ flex: 1 1 auto;
19964
+ margin: -12px;
19962
19965
  }
19963
- .v-carousel__controls__item:hover .v-icon {
19964
- opacity: 0.8;
19966
+ .v-row + .v-row {
19967
+ margin-top: 12px;
19965
19968
  }
19966
-
19967
- .v-carousel__progress {
19968
- margin: 0;
19969
- position: absolute;
19970
- bottom: 0;
19971
- left: 0;
19972
- right: 0;
19969
+ .v-row + .v-row--dense {
19970
+ margin-top: 4px;
19973
19971
  }
19974
-
19975
- .v-carousel-item {
19976
- display: block;
19977
- height: inherit;
19978
- text-decoration: none;
19972
+ .v-row--dense {
19973
+ margin: -4px;
19979
19974
  }
19980
- .v-carousel-item > .v-img {
19981
- height: inherit;
19975
+ .v-row--dense > .v-col,
19976
+ .v-row--dense > [class*=v-col-] {
19977
+ padding: 4px;
19978
+ }
19979
+ .v-row.v-row--no-gutters {
19980
+ margin: 0;
19981
+ }
19982
+ .v-row.v-row--no-gutters > .v-col,
19983
+ .v-row.v-row--no-gutters > [class*=v-col-] {
19984
+ padding: 0;
19982
19985
  }
19983
19986
 
19984
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19985
- background: transparent;
19987
+ .v-col-xxl,
19988
+ .v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
19989
+ .v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
19990
+ .v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
19991
+ .v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
19992
+ .v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
19993
+ .v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
19994
+ width: 100%;
19995
+ padding: 12px;
19986
19996
  }
19987
19997
 
19988
- .v-carousel--vertical-delimiters .v-carousel__controls {
19989
- flex-direction: column;
19990
- height: 100% !important;
19991
- width: 50px;
19992
- }.v-checkbox .v-selection-control {
19993
- min-height: var(--v-input-control-height);
19994
- }.v-chip {
19995
- align-items: center;
19996
- cursor: default;
19997
- display: inline-flex;
19998
- font-weight: 400;
19998
+ .v-col {
19999
+ flex-basis: 0;
20000
+ flex-grow: 1;
19999
20001
  max-width: 100%;
20000
- overflow: hidden;
20001
- position: relative;
20002
- text-decoration: none;
20003
- white-space: nowrap;
20004
- vertical-align: middle;
20005
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20006
- border-style: solid;
20007
- border-width: 0;
20008
- border-radius: 9999px;
20009
20002
  }
20010
- .v-chip.v-chip--size-x-small {
20011
- --v-chip-size: 0.625rem;
20012
- --v-chip-height: 20px;
20013
- font-size: 0.625rem;
20014
- padding: 0 8px;
20003
+
20004
+ .v-col-auto {
20005
+ flex: 0 0 auto;
20006
+ width: auto;
20007
+ max-width: 100%;
20015
20008
  }
20016
- .v-chip.v-chip--size-x-small .v-avatar {
20017
- --v-avatar-height: 14px;
20009
+
20010
+ .v-col-1 {
20011
+ flex: 0 0 8.3333333333%;
20012
+ max-width: 8.3333333333%;
20018
20013
  }
20019
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
20020
- --v-avatar-height: 20px;
20014
+
20015
+ .v-col-2 {
20016
+ flex: 0 0 16.6666666667%;
20017
+ max-width: 16.6666666667%;
20021
20018
  }
20022
20019
 
20023
- .v-chip.v-chip--size-x-small .v-chip__filter,
20024
- .v-chip.v-chip--size-x-small .v-chip__prepend,
20025
- .v-chip.v-chip--size-x-small > .v-avatar--start,
20026
- .v-chip.v-chip--size-x-small > .v-icon--start {
20027
- margin-inline-end: 4px;
20020
+ .v-col-3 {
20021
+ flex: 0 0 25%;
20022
+ max-width: 25%;
20028
20023
  }
20029
- .v-chip.v-chip--size-x-small .v-chip__filter,
20030
- .v-chip.v-chip--size-x-small .v-chip__prepend,
20031
- .v-chip.v-chip--size-x-small .v-icon--start {
20032
- margin-inline-start: -4px;
20024
+
20025
+ .v-col-4 {
20026
+ flex: 0 0 33.3333333333%;
20027
+ max-width: 33.3333333333%;
20033
20028
  }
20034
- .v-chip.v-chip--size-x-small .v-avatar--start {
20035
- margin-inline-start: -5.6px;
20029
+
20030
+ .v-col-5 {
20031
+ flex: 0 0 41.6666666667%;
20032
+ max-width: 41.6666666667%;
20036
20033
  }
20037
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
20038
- margin-inline-start: -8px;
20034
+
20035
+ .v-col-6 {
20036
+ flex: 0 0 50%;
20037
+ max-width: 50%;
20039
20038
  }
20040
20039
 
20041
- .v-chip.v-chip--size-x-small .v-chip__append,
20042
- .v-chip.v-chip--size-x-small .v-chip__close,
20043
- .v-chip.v-chip--size-x-small > .v-avatar--end,
20044
- .v-chip.v-chip--size-x-small > .v-icon--end {
20045
- margin-inline-start: 4px;
20046
- margin-inline-end: -4px;
20040
+ .v-col-7 {
20041
+ flex: 0 0 58.3333333333%;
20042
+ max-width: 58.3333333333%;
20047
20043
  }
20048
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end {
20049
- margin-inline-end: -8px;
20044
+
20045
+ .v-col-8 {
20046
+ flex: 0 0 66.6666666667%;
20047
+ max-width: 66.6666666667%;
20050
20048
  }
20051
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close {
20052
- margin-inline-start: 8px;
20049
+
20050
+ .v-col-9 {
20051
+ flex: 0 0 75%;
20052
+ max-width: 75%;
20053
20053
  }
20054
20054
 
20055
- .v-chip.v-chip--size-small {
20056
- --v-chip-size: 0.75rem;
20057
- --v-chip-height: 26px;
20058
- font-size: 0.75rem;
20059
- padding: 0 10px;
20055
+ .v-col-10 {
20056
+ flex: 0 0 83.3333333333%;
20057
+ max-width: 83.3333333333%;
20060
20058
  }
20061
- .v-chip.v-chip--size-small .v-avatar {
20062
- --v-avatar-height: 20px;
20059
+
20060
+ .v-col-11 {
20061
+ flex: 0 0 91.6666666667%;
20062
+ max-width: 91.6666666667%;
20063
20063
  }
20064
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
20065
- --v-avatar-height: 26px;
20064
+
20065
+ .v-col-12 {
20066
+ flex: 0 0 100%;
20067
+ max-width: 100%;
20066
20068
  }
20067
20069
 
20068
- .v-chip.v-chip--size-small .v-chip__filter,
20069
- .v-chip.v-chip--size-small .v-chip__prepend,
20070
- .v-chip.v-chip--size-small > .v-avatar--start,
20071
- .v-chip.v-chip--size-small > .v-icon--start {
20072
- margin-inline-end: 5px;
20070
+ .offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
20071
+ margin-left: 8.3333333333%;
20073
20072
  }
20074
- .v-chip.v-chip--size-small .v-chip__filter,
20075
- .v-chip.v-chip--size-small .v-chip__prepend,
20076
- .v-chip.v-chip--size-small .v-icon--start {
20077
- margin-inline-start: -5px;
20078
- }
20079
- .v-chip.v-chip--size-small .v-avatar--start {
20080
- margin-inline-start: -7px;
20081
- }
20082
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
20083
- margin-inline-start: -10px;
20073
+ .offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
20074
+ margin-right: 8.3333333333%;
20084
20075
  }
20085
20076
 
20086
- .v-chip.v-chip--size-small .v-chip__append,
20087
- .v-chip.v-chip--size-small .v-chip__close,
20088
- .v-chip.v-chip--size-small > .v-avatar--end,
20089
- .v-chip.v-chip--size-small > .v-icon--end {
20090
- margin-inline-start: 5px;
20091
- margin-inline-end: -5px;
20092
- }
20093
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end {
20094
- margin-inline-end: -10px;
20077
+ .offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
20078
+ margin-left: 16.6666666667%;
20095
20079
  }
20096
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end + .v-chip__close {
20097
- margin-inline-start: 10px;
20080
+ .offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
20081
+ margin-right: 16.6666666667%;
20098
20082
  }
20099
20083
 
20100
- .v-chip.v-chip--size-default {
20101
- --v-chip-size: 0.875rem;
20102
- --v-chip-height: 32px;
20103
- font-size: 0.875rem;
20104
- padding: 0 12px;
20105
- }
20106
- .v-chip.v-chip--size-default .v-avatar {
20107
- --v-avatar-height: 26px;
20084
+ .offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
20085
+ margin-left: 25%;
20108
20086
  }
20109
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
20110
- --v-avatar-height: 32px;
20087
+ .offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
20088
+ margin-right: 25%;
20111
20089
  }
20112
20090
 
20113
- .v-chip.v-chip--size-default .v-chip__filter,
20114
- .v-chip.v-chip--size-default .v-chip__prepend,
20115
- .v-chip.v-chip--size-default > .v-avatar--start,
20116
- .v-chip.v-chip--size-default > .v-icon--start {
20117
- margin-inline-end: 6px;
20118
- }
20119
- .v-chip.v-chip--size-default .v-chip__filter,
20120
- .v-chip.v-chip--size-default .v-chip__prepend,
20121
- .v-chip.v-chip--size-default .v-icon--start {
20122
- margin-inline-start: -6px;
20123
- }
20124
- .v-chip.v-chip--size-default .v-avatar--start {
20125
- margin-inline-start: -8.4px;
20091
+ .offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
20092
+ margin-left: 33.3333333333%;
20126
20093
  }
20127
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
20128
- margin-inline-start: -12px;
20094
+ .offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
20095
+ margin-right: 33.3333333333%;
20129
20096
  }
20130
20097
 
20131
- .v-chip.v-chip--size-default .v-chip__append,
20132
- .v-chip.v-chip--size-default .v-chip__close,
20133
- .v-chip.v-chip--size-default > .v-avatar--end,
20134
- .v-chip.v-chip--size-default > .v-icon--end {
20135
- margin-inline-start: 6px;
20136
- margin-inline-end: -6px;
20137
- }
20138
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end {
20139
- margin-inline-end: -12px;
20098
+ .offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
20099
+ margin-left: 41.6666666667%;
20140
20100
  }
20141
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end + .v-chip__close {
20142
- margin-inline-start: 12px;
20101
+ .offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
20102
+ margin-right: 41.6666666667%;
20143
20103
  }
20144
20104
 
20145
- .v-chip.v-chip--size-large {
20146
- --v-chip-size: 1rem;
20147
- --v-chip-height: 38px;
20148
- font-size: 1rem;
20149
- padding: 0 14px;
20150
- }
20151
- .v-chip.v-chip--size-large .v-avatar {
20152
- --v-avatar-height: 32px;
20105
+ .offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
20106
+ margin-left: 50%;
20153
20107
  }
20154
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
20155
- --v-avatar-height: 38px;
20108
+ .offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
20109
+ margin-right: 50%;
20156
20110
  }
20157
20111
 
20158
- .v-chip.v-chip--size-large .v-chip__filter,
20159
- .v-chip.v-chip--size-large .v-chip__prepend,
20160
- .v-chip.v-chip--size-large > .v-avatar--start,
20161
- .v-chip.v-chip--size-large > .v-icon--start {
20162
- margin-inline-end: 7px;
20163
- }
20164
- .v-chip.v-chip--size-large .v-chip__filter,
20165
- .v-chip.v-chip--size-large .v-chip__prepend,
20166
- .v-chip.v-chip--size-large .v-icon--start {
20167
- margin-inline-start: -7px;
20168
- }
20169
- .v-chip.v-chip--size-large .v-avatar--start {
20170
- margin-inline-start: -9.8px;
20112
+ .offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
20113
+ margin-left: 58.3333333333%;
20171
20114
  }
20172
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
20173
- margin-inline-start: -14px;
20115
+ .offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
20116
+ margin-right: 58.3333333333%;
20174
20117
  }
20175
20118
 
20176
- .v-chip.v-chip--size-large .v-chip__append,
20177
- .v-chip.v-chip--size-large .v-chip__close,
20178
- .v-chip.v-chip--size-large > .v-avatar--end,
20179
- .v-chip.v-chip--size-large > .v-icon--end {
20180
- margin-inline-start: 7px;
20181
- margin-inline-end: -7px;
20182
- }
20183
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end {
20184
- margin-inline-end: -14px;
20119
+ .offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
20120
+ margin-left: 66.6666666667%;
20185
20121
  }
20186
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end + .v-chip__close {
20187
- margin-inline-start: 14px;
20122
+ .offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
20123
+ margin-right: 66.6666666667%;
20188
20124
  }
20189
20125
 
20190
- .v-chip.v-chip--size-x-large {
20191
- --v-chip-size: 1.125rem;
20192
- --v-chip-height: 44px;
20193
- font-size: 1.125rem;
20194
- padding: 0 17px;
20195
- }
20196
- .v-chip.v-chip--size-x-large .v-avatar {
20197
- --v-avatar-height: 38px;
20126
+ .offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
20127
+ margin-left: 75%;
20198
20128
  }
20199
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
20200
- --v-avatar-height: 44px;
20129
+ .offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
20130
+ margin-right: 75%;
20201
20131
  }
20202
20132
 
20203
- .v-chip.v-chip--size-x-large .v-chip__filter,
20204
- .v-chip.v-chip--size-x-large .v-chip__prepend,
20205
- .v-chip.v-chip--size-x-large > .v-avatar--start,
20206
- .v-chip.v-chip--size-x-large > .v-icon--start {
20207
- margin-inline-end: 8.5px;
20208
- }
20209
- .v-chip.v-chip--size-x-large .v-chip__filter,
20210
- .v-chip.v-chip--size-x-large .v-chip__prepend,
20211
- .v-chip.v-chip--size-x-large .v-icon--start {
20212
- margin-inline-start: -8.5px;
20213
- }
20214
- .v-chip.v-chip--size-x-large .v-avatar--start {
20215
- margin-inline-start: -11.9px;
20133
+ .offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
20134
+ margin-left: 83.3333333333%;
20216
20135
  }
20217
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
20218
- margin-inline-start: -17px;
20136
+ .offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
20137
+ margin-right: 83.3333333333%;
20219
20138
  }
20220
20139
 
20221
- .v-chip.v-chip--size-x-large .v-chip__append,
20222
- .v-chip.v-chip--size-x-large .v-chip__close,
20223
- .v-chip.v-chip--size-x-large > .v-avatar--end,
20224
- .v-chip.v-chip--size-x-large > .v-icon--end {
20225
- margin-inline-start: 8.5px;
20226
- margin-inline-end: -8.5px;
20227
- }
20228
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end {
20229
- margin-inline-end: -17px;
20140
+ .offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
20141
+ margin-left: 91.6666666667%;
20230
20142
  }
20231
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close {
20232
- margin-inline-start: 17px;
20143
+ .offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
20144
+ margin-right: 91.6666666667%;
20233
20145
  }
20234
20146
 
20235
- .v-chip.v-chip--density-default {
20236
- height: calc(var(--v-chip-height) + 0px);
20237
- }
20147
+ @media (min-width: 600px) {
20148
+ .v-col-sm {
20149
+ flex-basis: 0;
20150
+ flex-grow: 1;
20151
+ max-width: 100%;
20152
+ }
20238
20153
 
20239
- .v-chip.v-chip--density-comfortable {
20240
- height: calc(var(--v-chip-height) + -8px);
20241
- }
20154
+ .v-col-sm-auto {
20155
+ flex: 0 0 auto;
20156
+ width: auto;
20157
+ max-width: 100%;
20158
+ }
20242
20159
 
20243
- .v-chip.v-chip--density-compact {
20244
- height: calc(var(--v-chip-height) + -12px);
20245
- }
20160
+ .v-col-sm-1 {
20161
+ flex: 0 0 8.3333333333%;
20162
+ max-width: 8.3333333333%;
20163
+ }
20246
20164
 
20247
- .v-chip:hover > .v-chip__overlay {
20248
- opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
20249
- }
20250
- .v-chip:focus-visible > .v-chip__overlay {
20251
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
20252
- }
20253
- @supports not selector(:focus-visible) {
20254
- .v-chip:focus > .v-chip__overlay {
20255
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
20165
+ .v-col-sm-2 {
20166
+ flex: 0 0 16.6666666667%;
20167
+ max-width: 16.6666666667%;
20256
20168
  }
20257
- }
20258
- .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
20259
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
20260
- }
20261
- .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
20262
- opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
20263
- }
20264
- .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
20265
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
20266
- }
20267
- @supports not selector(:focus-visible) {
20268
- .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
20269
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
20169
+
20170
+ .v-col-sm-3 {
20171
+ flex: 0 0 25%;
20172
+ max-width: 25%;
20270
20173
  }
20271
- }
20272
- .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
20273
- background: transparent;
20274
- color: inherit;
20275
- }
20276
- .v-chip--variant-plain {
20277
- opacity: 0.26;
20278
- }
20279
- .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
20280
- opacity: 1;
20281
- }
20282
- .v-chip--variant-plain .v-chip__overlay {
20283
- display: none;
20284
- }
20285
- .v-chip--variant-elevated, .v-chip--variant-flat {
20286
- background: rgb(var(--v-theme-surface-variant));
20287
- color: rgb(var(--v-theme-on-surface-variant));
20288
- }
20289
- .v-chip--variant-elevated {
20290
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20291
- }
20292
- .v-chip--variant-flat {
20293
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20294
- }
20295
- .v-chip--variant-outlined {
20296
- border: thin solid currentColor;
20297
- }
20298
- .v-chip--variant-text .v-chip__overlay {
20299
- background: currentColor;
20300
- }
20301
- .v-chip--variant-tonal .v-chip__underlay {
20302
- background: currentColor;
20303
- opacity: var(--v-activated-opacity);
20304
- border-radius: inherit;
20305
- position: absolute;
20306
- top: 0;
20307
- right: 0;
20308
- bottom: 0;
20309
- left: 0;
20310
- pointer-events: none;
20311
- }
20312
- .v-chip--border {
20313
- border-width: thin;
20314
- }
20315
- .v-chip--link {
20316
- cursor: pointer;
20317
- }
20318
- .v-chip--filter {
20319
- -webkit-user-select: none;
20320
- user-select: none;
20321
- }
20322
- .v-chip--label {
20323
- border-radius: 4px;
20324
- }
20325
-
20326
- .v-chip__filter,
20327
- .v-chip__prepend,
20328
- .v-chip__append,
20329
- .v-chip__close {
20330
- align-items: center;
20331
- display: inline-flex;
20332
- }
20333
-
20334
- .v-chip__close {
20335
- cursor: pointer;
20336
- flex: 0 1 auto;
20337
- font-size: 18px;
20338
- max-height: 18px;
20339
- max-width: 18px;
20340
- -webkit-user-select: none;
20341
- user-select: none;
20342
- }
20343
- .v-chip__close .v-icon {
20344
- font-size: inherit;
20345
- }
20346
20174
 
20347
- .v-chip__filter {
20348
- transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
20349
- }
20175
+ .v-col-sm-4 {
20176
+ flex: 0 0 33.3333333333%;
20177
+ max-width: 33.3333333333%;
20178
+ }
20350
20179
 
20351
- .v-chip__overlay {
20352
- position: absolute;
20353
- top: 0;
20354
- left: 0;
20355
- width: 100%;
20356
- height: 100%;
20357
- background-color: currentColor;
20358
- border-radius: inherit;
20359
- pointer-events: none;
20360
- opacity: 0;
20361
- transition: opacity 0.2s ease-in-out;
20362
- }
20180
+ .v-col-sm-5 {
20181
+ flex: 0 0 41.6666666667%;
20182
+ max-width: 41.6666666667%;
20183
+ }
20363
20184
 
20364
- .v-chip--disabled {
20365
- opacity: 0.3;
20366
- pointer-events: none;
20367
- -webkit-user-select: none;
20368
- user-select: none;
20369
- }
20185
+ .v-col-sm-6 {
20186
+ flex: 0 0 50%;
20187
+ max-width: 50%;
20188
+ }
20370
20189
 
20371
- .v-chip--label {
20372
- border-radius: 4px;
20373
- }.v-chip-group {
20374
- display: flex;
20375
- max-width: 100%;
20376
- min-width: 0;
20377
- overflow-x: auto;
20378
- padding: 4px 0;
20379
- }
20380
- .v-chip-group .v-chip {
20381
- margin: 4px 8px 4px 0;
20382
- }
20383
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20384
- opacity: var(--v-activated-opacity);
20385
- }
20190
+ .v-col-sm-7 {
20191
+ flex: 0 0 58.3333333333%;
20192
+ max-width: 58.3333333333%;
20193
+ }
20386
20194
 
20387
- .v-chip-group--column {
20388
- flex-wrap: wrap;
20389
- white-space: normal;
20390
- }.v-color-picker {
20391
- align-self: flex-start;
20392
- contain: content;
20393
- }
20394
- .v-color-picker.v-sheet {
20395
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20396
- border-radius: 4px;
20397
- }
20195
+ .v-col-sm-8 {
20196
+ flex: 0 0 66.6666666667%;
20197
+ max-width: 66.6666666667%;
20198
+ }
20398
20199
 
20399
- .v-color-picker__controls {
20400
- display: flex;
20401
- flex-direction: column;
20402
- padding: 16px;
20403
- }
20200
+ .v-col-sm-9 {
20201
+ flex: 0 0 75%;
20202
+ max-width: 75%;
20203
+ }
20404
20204
 
20405
- .v-color-picker--flat {
20406
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20407
- }
20408
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20409
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20410
- }.v-input--density-default {
20411
- --combobox-chips-margin-bottom: 0px;
20412
- }
20205
+ .v-col-sm-10 {
20206
+ flex: 0 0 83.3333333333%;
20207
+ max-width: 83.3333333333%;
20208
+ }
20413
20209
 
20414
- .v-input--density-comfortable {
20415
- --combobox-chips-margin-bottom: 2px;
20416
- }
20210
+ .v-col-sm-11 {
20211
+ flex: 0 0 91.6666666667%;
20212
+ max-width: 91.6666666667%;
20213
+ }
20417
20214
 
20418
- .v-input--density-compact {
20419
- --combobox-chips-margin-bottom: 4px;
20420
- }
20215
+ .v-col-sm-12 {
20216
+ flex: 0 0 100%;
20217
+ max-width: 100%;
20218
+ }
20421
20219
 
20422
- .v-combobox .v-field .v-text-field__prefix,
20423
- .v-combobox .v-field .v-text-field__suffix,
20424
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20425
- cursor: text;
20426
- }
20427
- .v-combobox .v-field .v-field__input > input {
20428
- align-self: flex-start;
20429
- flex: 1 1;
20430
- }
20431
- .v-combobox .v-field .v-field__append-inner > .v-icon {
20432
- margin-inline-start: 4px;
20433
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20434
- }
20435
- .v-combobox .v-field:not(.v-field--focused) input {
20436
- min-width: 0;
20437
- }
20438
- .v-combobox .v-field--dirty .v-combobox__selection {
20439
- margin-inline-end: 2px;
20440
- }
20441
- .v-combobox .v-field--single-line .v-combobox__selection-text {
20442
- overflow: hidden;
20443
- text-overflow: ellipsis;
20444
- white-space: nowrap;
20445
- }
20220
+ .offset-sm-0.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-0 {
20221
+ margin-left: 0;
20222
+ }
20223
+ .offset-sm-0.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-0 {
20224
+ margin-right: 0;
20225
+ }
20446
20226
 
20447
- .v-combobox__content {
20448
- overflow: hidden;
20449
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20450
- border-radius: 4px;
20451
- }
20452
- .v-combobox__mask {
20453
- background: rgb(var(--v-theme-on-surface-variant));
20454
- }
20455
- .v-combobox__selection {
20456
- display: inline-flex;
20457
- letter-spacing: inherit;
20458
- line-height: inherit;
20459
- max-width: 100%;
20460
- }
20461
- .v-combobox--active-menu .v-field__append-inner > .v-icon {
20462
- opacity: var(--v-high-emphasis-opacity);
20463
- transform: rotate(180deg);
20464
- }
20465
- .v-combobox--chips .v-combobox__selection {
20466
- margin-top: 2px;
20467
- margin-bottom: var(--combobox-chips-margin-bottom);
20468
- }
20469
- .v-combobox--chips .v-combobox__selection:first-child {
20470
- margin-inline-start: 0;
20471
- }
20472
- .v-combobox--selecting-index .v-combobox__selection {
20473
- opacity: var(--v-medium-emphasis-opacity);
20474
- }
20475
- .v-combobox--selecting-index .v-combobox__selection--selected {
20476
- opacity: 1;
20477
- }
20478
- .v-combobox--selecting-index .v-field__input > input {
20479
- caret-color: transparent !important;
20480
- }
20481
- .v-combobox--single.v-text-field input {
20482
- flex: 1 1;
20483
- position: absolute;
20484
- left: 0;
20485
- right: 0;
20486
- width: 100%;
20487
- padding-inline-start: inherit;
20488
- padding-inline-end: inherit;
20489
- }
20490
- .v-combobox--single .v-field--active input {
20491
- transition: none;
20492
- }
20493
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
20494
- opacity: 0;
20495
- }
20496
- .v-combobox--single .v-field--focused .v-combobox__selection {
20497
- opacity: 0;
20498
- }.v-container {
20499
- width: 100%;
20500
- padding: 16px;
20501
- margin-right: auto;
20502
- margin-left: auto;
20503
- }
20504
- @media (min-width: 960px) {
20505
- .v-container {
20506
- max-width: 900px;
20227
+ .offset-sm-1.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-1 {
20228
+ margin-left: 8.3333333333%;
20507
20229
  }
20508
- }
20509
- @media (min-width: 1280px) {
20510
- .v-container {
20511
- max-width: 1200px;
20230
+ .offset-sm-1.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-1 {
20231
+ margin-right: 8.3333333333%;
20512
20232
  }
20513
- }
20514
- @media (min-width: 1920px) {
20515
- .v-container {
20516
- max-width: 1800px;
20233
+
20234
+ .offset-sm-2.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-2 {
20235
+ margin-left: 16.6666666667%;
20517
20236
  }
20518
- }
20519
- @media (min-width: 2560px) {
20520
- .v-container {
20521
- max-width: 2400px;
20237
+ .offset-sm-2.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-2 {
20238
+ margin-right: 16.6666666667%;
20522
20239
  }
20523
- }
20524
- .v-container--fluid {
20525
- max-width: 100%;
20526
- }
20527
20240
 
20528
- .v-row {
20529
- display: flex;
20530
- flex-wrap: wrap;
20531
- flex: 1 1 auto;
20532
- margin: -12px;
20533
- }
20534
- .v-row + .v-row {
20535
- margin-top: 12px;
20536
- }
20537
- .v-row + .v-row--dense {
20538
- margin-top: 4px;
20539
- }
20540
- .v-row--dense {
20541
- margin: -4px;
20542
- }
20543
- .v-row--dense > .v-col,
20544
- .v-row--dense > [class*=v-col-] {
20545
- padding: 4px;
20546
- }
20547
- .v-row.v-row--no-gutters {
20548
- margin: 0;
20549
- }
20550
- .v-row.v-row--no-gutters > .v-col,
20551
- .v-row.v-row--no-gutters > [class*=v-col-] {
20552
- padding: 0;
20553
- }
20554
-
20555
- .v-col-xxl,
20556
- .v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
20557
- .v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
20558
- .v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
20559
- .v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
20560
- .v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
20561
- .v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
20562
- width: 100%;
20563
- padding: 12px;
20564
- }
20565
-
20566
- .v-col {
20567
- flex-basis: 0;
20568
- flex-grow: 1;
20569
- max-width: 100%;
20570
- }
20571
-
20572
- .v-col-auto {
20573
- flex: 0 0 auto;
20574
- width: auto;
20575
- max-width: 100%;
20576
- }
20577
-
20578
- .v-col-1 {
20579
- flex: 0 0 8.3333333333%;
20580
- max-width: 8.3333333333%;
20581
- }
20582
-
20583
- .v-col-2 {
20584
- flex: 0 0 16.6666666667%;
20585
- max-width: 16.6666666667%;
20586
- }
20587
-
20588
- .v-col-3 {
20589
- flex: 0 0 25%;
20590
- max-width: 25%;
20591
- }
20592
-
20593
- .v-col-4 {
20594
- flex: 0 0 33.3333333333%;
20595
- max-width: 33.3333333333%;
20596
- }
20597
-
20598
- .v-col-5 {
20599
- flex: 0 0 41.6666666667%;
20600
- max-width: 41.6666666667%;
20601
- }
20602
-
20603
- .v-col-6 {
20604
- flex: 0 0 50%;
20605
- max-width: 50%;
20606
- }
20607
-
20608
- .v-col-7 {
20609
- flex: 0 0 58.3333333333%;
20610
- max-width: 58.3333333333%;
20611
- }
20612
-
20613
- .v-col-8 {
20614
- flex: 0 0 66.6666666667%;
20615
- max-width: 66.6666666667%;
20616
- }
20617
-
20618
- .v-col-9 {
20619
- flex: 0 0 75%;
20620
- max-width: 75%;
20621
- }
20622
-
20623
- .v-col-10 {
20624
- flex: 0 0 83.3333333333%;
20625
- max-width: 83.3333333333%;
20626
- }
20627
-
20628
- .v-col-11 {
20629
- flex: 0 0 91.6666666667%;
20630
- max-width: 91.6666666667%;
20631
- }
20632
-
20633
- .v-col-12 {
20634
- flex: 0 0 100%;
20635
- max-width: 100%;
20636
- }
20637
-
20638
- .offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
20639
- margin-left: 8.3333333333%;
20640
- }
20641
- .offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
20642
- margin-right: 8.3333333333%;
20643
- }
20644
-
20645
- .offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
20646
- margin-left: 16.6666666667%;
20647
- }
20648
- .offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
20649
- margin-right: 16.6666666667%;
20650
- }
20651
-
20652
- .offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
20653
- margin-left: 25%;
20654
- }
20655
- .offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
20656
- margin-right: 25%;
20657
- }
20241
+ .offset-sm-3.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-3 {
20242
+ margin-left: 25%;
20243
+ }
20244
+ .offset-sm-3.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-3 {
20245
+ margin-right: 25%;
20246
+ }
20658
20247
 
20659
- .offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
20660
- margin-left: 33.3333333333%;
20661
- }
20662
- .offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
20663
- margin-right: 33.3333333333%;
20664
- }
20248
+ .offset-sm-4.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-4 {
20249
+ margin-left: 33.3333333333%;
20250
+ }
20251
+ .offset-sm-4.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-4 {
20252
+ margin-right: 33.3333333333%;
20253
+ }
20665
20254
 
20666
- .offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
20667
- margin-left: 41.6666666667%;
20668
- }
20669
- .offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
20670
- margin-right: 41.6666666667%;
20671
- }
20255
+ .offset-sm-5.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-5 {
20256
+ margin-left: 41.6666666667%;
20257
+ }
20258
+ .offset-sm-5.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-5 {
20259
+ margin-right: 41.6666666667%;
20260
+ }
20672
20261
 
20673
- .offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
20674
- margin-left: 50%;
20675
- }
20676
- .offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
20677
- margin-right: 50%;
20678
- }
20262
+ .offset-sm-6.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-6 {
20263
+ margin-left: 50%;
20264
+ }
20265
+ .offset-sm-6.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-6 {
20266
+ margin-right: 50%;
20267
+ }
20679
20268
 
20680
- .offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
20681
- margin-left: 58.3333333333%;
20682
- }
20683
- .offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
20684
- margin-right: 58.3333333333%;
20685
- }
20269
+ .offset-sm-7.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-7 {
20270
+ margin-left: 58.3333333333%;
20271
+ }
20272
+ .offset-sm-7.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-7 {
20273
+ margin-right: 58.3333333333%;
20274
+ }
20686
20275
 
20687
- .offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
20688
- margin-left: 66.6666666667%;
20689
- }
20690
- .offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
20691
- margin-right: 66.6666666667%;
20692
- }
20276
+ .offset-sm-8.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-8 {
20277
+ margin-left: 66.6666666667%;
20278
+ }
20279
+ .offset-sm-8.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-8 {
20280
+ margin-right: 66.6666666667%;
20281
+ }
20693
20282
 
20694
- .offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
20695
- margin-left: 75%;
20696
- }
20697
- .offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
20698
- margin-right: 75%;
20699
- }
20283
+ .offset-sm-9.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-9 {
20284
+ margin-left: 75%;
20285
+ }
20286
+ .offset-sm-9.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-9 {
20287
+ margin-right: 75%;
20288
+ }
20700
20289
 
20701
- .offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
20702
- margin-left: 83.3333333333%;
20703
- }
20704
- .offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
20705
- margin-right: 83.3333333333%;
20706
- }
20290
+ .offset-sm-10.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-10 {
20291
+ margin-left: 83.3333333333%;
20292
+ }
20293
+ .offset-sm-10.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-10 {
20294
+ margin-right: 83.3333333333%;
20295
+ }
20707
20296
 
20708
- .offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
20709
- margin-left: 91.6666666667%;
20710
- }
20711
- .offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
20712
- margin-right: 91.6666666667%;
20297
+ .offset-sm-11.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-11 {
20298
+ margin-left: 91.6666666667%;
20299
+ }
20300
+ .offset-sm-11.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-11 {
20301
+ margin-right: 91.6666666667%;
20302
+ }
20713
20303
  }
20714
-
20715
- @media (min-width: 600px) {
20716
- .v-col-sm {
20304
+ @media (min-width: 960px) {
20305
+ .v-col-md {
20717
20306
  flex-basis: 0;
20718
20307
  flex-grow: 1;
20719
20308
  max-width: 100%;
20720
20309
  }
20721
20310
 
20722
- .v-col-sm-auto {
20311
+ .v-col-md-auto {
20723
20312
  flex: 0 0 auto;
20724
20313
  width: auto;
20725
20314
  max-width: 100%;
20726
20315
  }
20727
20316
 
20728
- .v-col-sm-1 {
20317
+ .v-col-md-1 {
20729
20318
  flex: 0 0 8.3333333333%;
20730
20319
  max-width: 8.3333333333%;
20731
20320
  }
20732
20321
 
20733
- .v-col-sm-2 {
20322
+ .v-col-md-2 {
20734
20323
  flex: 0 0 16.6666666667%;
20735
20324
  max-width: 16.6666666667%;
20736
20325
  }
20737
20326
 
20738
- .v-col-sm-3 {
20327
+ .v-col-md-3 {
20739
20328
  flex: 0 0 25%;
20740
20329
  max-width: 25%;
20741
20330
  }
20742
20331
 
20743
- .v-col-sm-4 {
20332
+ .v-col-md-4 {
20744
20333
  flex: 0 0 33.3333333333%;
20745
20334
  max-width: 33.3333333333%;
20746
20335
  }
20747
20336
 
20748
- .v-col-sm-5 {
20337
+ .v-col-md-5 {
20749
20338
  flex: 0 0 41.6666666667%;
20750
20339
  max-width: 41.6666666667%;
20751
20340
  }
20752
20341
 
20753
- .v-col-sm-6 {
20342
+ .v-col-md-6 {
20754
20343
  flex: 0 0 50%;
20755
20344
  max-width: 50%;
20756
20345
  }
20757
20346
 
20758
- .v-col-sm-7 {
20347
+ .v-col-md-7 {
20759
20348
  flex: 0 0 58.3333333333%;
20760
20349
  max-width: 58.3333333333%;
20761
20350
  }
20762
20351
 
20763
- .v-col-sm-8 {
20352
+ .v-col-md-8 {
20764
20353
  flex: 0 0 66.6666666667%;
20765
20354
  max-width: 66.6666666667%;
20766
20355
  }
20767
20356
 
20768
- .v-col-sm-9 {
20357
+ .v-col-md-9 {
20769
20358
  flex: 0 0 75%;
20770
20359
  max-width: 75%;
20771
20360
  }
20772
20361
 
20773
- .v-col-sm-10 {
20774
- flex: 0 0 83.3333333333%;
20775
- max-width: 83.3333333333%;
20776
- }
20777
-
20778
- .v-col-sm-11 {
20779
- flex: 0 0 91.6666666667%;
20780
- max-width: 91.6666666667%;
20781
- }
20782
-
20783
- .v-col-sm-12 {
20784
- flex: 0 0 100%;
20785
- max-width: 100%;
20786
- }
20787
-
20788
- .offset-sm-0.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-0 {
20789
- margin-left: 0;
20790
- }
20791
- .offset-sm-0.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-0 {
20792
- margin-right: 0;
20793
- }
20794
-
20795
- .offset-sm-1.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-1 {
20796
- margin-left: 8.3333333333%;
20797
- }
20798
- .offset-sm-1.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-1 {
20799
- margin-right: 8.3333333333%;
20800
- }
20801
-
20802
- .offset-sm-2.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-2 {
20803
- margin-left: 16.6666666667%;
20804
- }
20805
- .offset-sm-2.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-2 {
20806
- margin-right: 16.6666666667%;
20807
- }
20808
-
20809
- .offset-sm-3.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-3 {
20810
- margin-left: 25%;
20811
- }
20812
- .offset-sm-3.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-3 {
20813
- margin-right: 25%;
20814
- }
20815
-
20816
- .offset-sm-4.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-4 {
20817
- margin-left: 33.3333333333%;
20818
- }
20819
- .offset-sm-4.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-4 {
20820
- margin-right: 33.3333333333%;
20821
- }
20822
-
20823
- .offset-sm-5.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-5 {
20824
- margin-left: 41.6666666667%;
20825
- }
20826
- .offset-sm-5.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-5 {
20827
- margin-right: 41.6666666667%;
20828
- }
20829
-
20830
- .offset-sm-6.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-6 {
20831
- margin-left: 50%;
20832
- }
20833
- .offset-sm-6.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-6 {
20834
- margin-right: 50%;
20835
- }
20836
-
20837
- .offset-sm-7.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-7 {
20838
- margin-left: 58.3333333333%;
20839
- }
20840
- .offset-sm-7.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-7 {
20841
- margin-right: 58.3333333333%;
20842
- }
20843
-
20844
- .offset-sm-8.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-8 {
20845
- margin-left: 66.6666666667%;
20846
- }
20847
- .offset-sm-8.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-8 {
20848
- margin-right: 66.6666666667%;
20849
- }
20850
-
20851
- .offset-sm-9.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-9 {
20852
- margin-left: 75%;
20853
- }
20854
- .offset-sm-9.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-9 {
20855
- margin-right: 75%;
20856
- }
20857
-
20858
- .offset-sm-10.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-10 {
20859
- margin-left: 83.3333333333%;
20860
- }
20861
- .offset-sm-10.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-10 {
20862
- margin-right: 83.3333333333%;
20863
- }
20864
-
20865
- .offset-sm-11.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-11 {
20866
- margin-left: 91.6666666667%;
20867
- }
20868
- .offset-sm-11.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-11 {
20869
- margin-right: 91.6666666667%;
20870
- }
20871
- }
20872
- @media (min-width: 960px) {
20873
- .v-col-md {
20874
- flex-basis: 0;
20875
- flex-grow: 1;
20876
- max-width: 100%;
20877
- }
20878
-
20879
- .v-col-md-auto {
20880
- flex: 0 0 auto;
20881
- width: auto;
20882
- max-width: 100%;
20883
- }
20884
-
20885
- .v-col-md-1 {
20886
- flex: 0 0 8.3333333333%;
20887
- max-width: 8.3333333333%;
20888
- }
20889
-
20890
- .v-col-md-2 {
20891
- flex: 0 0 16.6666666667%;
20892
- max-width: 16.6666666667%;
20893
- }
20894
-
20895
- .v-col-md-3 {
20896
- flex: 0 0 25%;
20897
- max-width: 25%;
20898
- }
20899
-
20900
- .v-col-md-4 {
20901
- flex: 0 0 33.3333333333%;
20902
- max-width: 33.3333333333%;
20903
- }
20904
-
20905
- .v-col-md-5 {
20906
- flex: 0 0 41.6666666667%;
20907
- max-width: 41.6666666667%;
20908
- }
20909
-
20910
- .v-col-md-6 {
20911
- flex: 0 0 50%;
20912
- max-width: 50%;
20913
- }
20914
-
20915
- .v-col-md-7 {
20916
- flex: 0 0 58.3333333333%;
20917
- max-width: 58.3333333333%;
20918
- }
20919
-
20920
- .v-col-md-8 {
20921
- flex: 0 0 66.6666666667%;
20922
- max-width: 66.6666666667%;
20923
- }
20924
-
20925
- .v-col-md-9 {
20926
- flex: 0 0 75%;
20927
- max-width: 75%;
20928
- }
20929
-
20930
- .v-col-md-10 {
20362
+ .v-col-md-10 {
20931
20363
  flex: 0 0 83.3333333333%;
20932
20364
  max-width: 83.3333333333%;
20933
20365
  }
@@ -21408,94 +20840,662 @@ html.overflow-y-hidden {
21408
20840
  max-width: 91.6666666667%;
21409
20841
  }
21410
20842
 
21411
- .v-col-xxl-12 {
21412
- flex: 0 0 100%;
21413
- max-width: 100%;
21414
- }
20843
+ .v-col-xxl-12 {
20844
+ flex: 0 0 100%;
20845
+ max-width: 100%;
20846
+ }
20847
+
20848
+ .offset-xxl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-0 {
20849
+ margin-left: 0;
20850
+ }
20851
+ .offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
20852
+ margin-right: 0;
20853
+ }
20854
+
20855
+ .offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
20856
+ margin-left: 8.3333333333%;
20857
+ }
20858
+ .offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
20859
+ margin-right: 8.3333333333%;
20860
+ }
20861
+
20862
+ .offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
20863
+ margin-left: 16.6666666667%;
20864
+ }
20865
+ .offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
20866
+ margin-right: 16.6666666667%;
20867
+ }
20868
+
20869
+ .offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
20870
+ margin-left: 25%;
20871
+ }
20872
+ .offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
20873
+ margin-right: 25%;
20874
+ }
20875
+
20876
+ .offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
20877
+ margin-left: 33.3333333333%;
20878
+ }
20879
+ .offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
20880
+ margin-right: 33.3333333333%;
20881
+ }
20882
+
20883
+ .offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
20884
+ margin-left: 41.6666666667%;
20885
+ }
20886
+ .offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
20887
+ margin-right: 41.6666666667%;
20888
+ }
20889
+
20890
+ .offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
20891
+ margin-left: 50%;
20892
+ }
20893
+ .offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
20894
+ margin-right: 50%;
20895
+ }
20896
+
20897
+ .offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
20898
+ margin-left: 58.3333333333%;
20899
+ }
20900
+ .offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
20901
+ margin-right: 58.3333333333%;
20902
+ }
20903
+
20904
+ .offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
20905
+ margin-left: 66.6666666667%;
20906
+ }
20907
+ .offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
20908
+ margin-right: 66.6666666667%;
20909
+ }
20910
+
20911
+ .offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
20912
+ margin-left: 75%;
20913
+ }
20914
+ .offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
20915
+ margin-right: 75%;
20916
+ }
20917
+
20918
+ .offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
20919
+ margin-left: 83.3333333333%;
20920
+ }
20921
+ .offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
20922
+ margin-right: 83.3333333333%;
20923
+ }
20924
+
20925
+ .offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
20926
+ margin-left: 91.6666666667%;
20927
+ }
20928
+ .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
20929
+ margin-right: 91.6666666667%;
20930
+ }
20931
+ }.v-carousel {
20932
+ overflow: hidden;
20933
+ position: relative;
20934
+ width: 100%;
20935
+ }
20936
+ .v-carousel__controls {
20937
+ align-items: center;
20938
+ background: rgba(var(--v-theme-surface-variant), 0.3);
20939
+ bottom: 0;
20940
+ display: flex;
20941
+ height: 50px;
20942
+ justify-content: center;
20943
+ list-style-type: none;
20944
+ position: absolute;
20945
+ width: 100%;
20946
+ z-index: 1;
20947
+ }
20948
+ .v-carousel__controls > .v-item-group {
20949
+ flex: 0 1 auto;
20950
+ }
20951
+ .v-carousel__controls__item {
20952
+ margin: 0 8px;
20953
+ }
20954
+ .v-carousel__controls__item .v-icon {
20955
+ opacity: 0.5;
20956
+ }
20957
+ .v-carousel__controls__item--active .v-icon {
20958
+ opacity: 1;
20959
+ vertical-align: middle;
20960
+ }
20961
+ .v-carousel__controls__item:hover {
20962
+ background: none;
20963
+ }
20964
+ .v-carousel__controls__item:hover .v-icon {
20965
+ opacity: 0.8;
20966
+ }
20967
+
20968
+ .v-carousel__progress {
20969
+ margin: 0;
20970
+ position: absolute;
20971
+ bottom: 0;
20972
+ left: 0;
20973
+ right: 0;
20974
+ }
20975
+
20976
+ .v-carousel-item {
20977
+ display: block;
20978
+ height: inherit;
20979
+ text-decoration: none;
20980
+ }
20981
+ .v-carousel-item > .v-img {
20982
+ height: inherit;
20983
+ }
20984
+
20985
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
20986
+ background: transparent;
20987
+ }
20988
+
20989
+ .v-carousel--vertical-delimiters .v-carousel__controls {
20990
+ flex-direction: column;
20991
+ height: 100% !important;
20992
+ width: 50px;
20993
+ }.v-checkbox .v-selection-control {
20994
+ min-height: var(--v-input-control-height);
20995
+ }.v-chip {
20996
+ align-items: center;
20997
+ cursor: default;
20998
+ display: inline-flex;
20999
+ font-weight: 400;
21000
+ max-width: 100%;
21001
+ overflow: hidden;
21002
+ position: relative;
21003
+ text-decoration: none;
21004
+ white-space: nowrap;
21005
+ vertical-align: middle;
21006
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21007
+ border-style: solid;
21008
+ border-width: 0;
21009
+ border-radius: 9999px;
21010
+ }
21011
+ .v-chip.v-chip--size-x-small {
21012
+ --v-chip-size: 0.625rem;
21013
+ --v-chip-height: 20px;
21014
+ font-size: 0.625rem;
21015
+ padding: 0 8px;
21016
+ }
21017
+ .v-chip.v-chip--size-x-small .v-avatar {
21018
+ --v-avatar-height: 14px;
21019
+ }
21020
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
21021
+ --v-avatar-height: 20px;
21022
+ }
21023
+
21024
+ .v-chip.v-chip--size-x-small .v-chip__filter,
21025
+ .v-chip.v-chip--size-x-small .v-chip__prepend,
21026
+ .v-chip.v-chip--size-x-small > .v-avatar--start,
21027
+ .v-chip.v-chip--size-x-small > .v-icon--start {
21028
+ margin-inline-end: 4px;
21029
+ }
21030
+ .v-chip.v-chip--size-x-small .v-chip__filter,
21031
+ .v-chip.v-chip--size-x-small .v-chip__prepend,
21032
+ .v-chip.v-chip--size-x-small .v-icon--start {
21033
+ margin-inline-start: -4px;
21034
+ }
21035
+ .v-chip.v-chip--size-x-small .v-avatar--start {
21036
+ margin-inline-start: -5.6px;
21037
+ }
21038
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
21039
+ margin-inline-start: -8px;
21040
+ }
21041
+
21042
+ .v-chip.v-chip--size-x-small .v-chip__append,
21043
+ .v-chip.v-chip--size-x-small .v-chip__close,
21044
+ .v-chip.v-chip--size-x-small > .v-avatar--end,
21045
+ .v-chip.v-chip--size-x-small > .v-icon--end {
21046
+ margin-inline-start: 4px;
21047
+ margin-inline-end: -4px;
21048
+ }
21049
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end {
21050
+ margin-inline-end: -8px;
21051
+ }
21052
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close {
21053
+ margin-inline-start: 8px;
21054
+ }
21055
+
21056
+ .v-chip.v-chip--size-small {
21057
+ --v-chip-size: 0.75rem;
21058
+ --v-chip-height: 26px;
21059
+ font-size: 0.75rem;
21060
+ padding: 0 10px;
21061
+ }
21062
+ .v-chip.v-chip--size-small .v-avatar {
21063
+ --v-avatar-height: 20px;
21064
+ }
21065
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
21066
+ --v-avatar-height: 26px;
21067
+ }
21068
+
21069
+ .v-chip.v-chip--size-small .v-chip__filter,
21070
+ .v-chip.v-chip--size-small .v-chip__prepend,
21071
+ .v-chip.v-chip--size-small > .v-avatar--start,
21072
+ .v-chip.v-chip--size-small > .v-icon--start {
21073
+ margin-inline-end: 5px;
21074
+ }
21075
+ .v-chip.v-chip--size-small .v-chip__filter,
21076
+ .v-chip.v-chip--size-small .v-chip__prepend,
21077
+ .v-chip.v-chip--size-small .v-icon--start {
21078
+ margin-inline-start: -5px;
21079
+ }
21080
+ .v-chip.v-chip--size-small .v-avatar--start {
21081
+ margin-inline-start: -7px;
21082
+ }
21083
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
21084
+ margin-inline-start: -10px;
21085
+ }
21086
+
21087
+ .v-chip.v-chip--size-small .v-chip__append,
21088
+ .v-chip.v-chip--size-small .v-chip__close,
21089
+ .v-chip.v-chip--size-small > .v-avatar--end,
21090
+ .v-chip.v-chip--size-small > .v-icon--end {
21091
+ margin-inline-start: 5px;
21092
+ margin-inline-end: -5px;
21093
+ }
21094
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end {
21095
+ margin-inline-end: -10px;
21096
+ }
21097
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end + .v-chip__close {
21098
+ margin-inline-start: 10px;
21099
+ }
21100
+
21101
+ .v-chip.v-chip--size-default {
21102
+ --v-chip-size: 0.875rem;
21103
+ --v-chip-height: 32px;
21104
+ font-size: 0.875rem;
21105
+ padding: 0 12px;
21106
+ }
21107
+ .v-chip.v-chip--size-default .v-avatar {
21108
+ --v-avatar-height: 26px;
21109
+ }
21110
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
21111
+ --v-avatar-height: 32px;
21112
+ }
21113
+
21114
+ .v-chip.v-chip--size-default .v-chip__filter,
21115
+ .v-chip.v-chip--size-default .v-chip__prepend,
21116
+ .v-chip.v-chip--size-default > .v-avatar--start,
21117
+ .v-chip.v-chip--size-default > .v-icon--start {
21118
+ margin-inline-end: 6px;
21119
+ }
21120
+ .v-chip.v-chip--size-default .v-chip__filter,
21121
+ .v-chip.v-chip--size-default .v-chip__prepend,
21122
+ .v-chip.v-chip--size-default .v-icon--start {
21123
+ margin-inline-start: -6px;
21124
+ }
21125
+ .v-chip.v-chip--size-default .v-avatar--start {
21126
+ margin-inline-start: -8.4px;
21127
+ }
21128
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
21129
+ margin-inline-start: -12px;
21130
+ }
21131
+
21132
+ .v-chip.v-chip--size-default .v-chip__append,
21133
+ .v-chip.v-chip--size-default .v-chip__close,
21134
+ .v-chip.v-chip--size-default > .v-avatar--end,
21135
+ .v-chip.v-chip--size-default > .v-icon--end {
21136
+ margin-inline-start: 6px;
21137
+ margin-inline-end: -6px;
21138
+ }
21139
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end {
21140
+ margin-inline-end: -12px;
21141
+ }
21142
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end + .v-chip__close {
21143
+ margin-inline-start: 12px;
21144
+ }
21145
+
21146
+ .v-chip.v-chip--size-large {
21147
+ --v-chip-size: 1rem;
21148
+ --v-chip-height: 38px;
21149
+ font-size: 1rem;
21150
+ padding: 0 14px;
21151
+ }
21152
+ .v-chip.v-chip--size-large .v-avatar {
21153
+ --v-avatar-height: 32px;
21154
+ }
21155
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
21156
+ --v-avatar-height: 38px;
21157
+ }
21158
+
21159
+ .v-chip.v-chip--size-large .v-chip__filter,
21160
+ .v-chip.v-chip--size-large .v-chip__prepend,
21161
+ .v-chip.v-chip--size-large > .v-avatar--start,
21162
+ .v-chip.v-chip--size-large > .v-icon--start {
21163
+ margin-inline-end: 7px;
21164
+ }
21165
+ .v-chip.v-chip--size-large .v-chip__filter,
21166
+ .v-chip.v-chip--size-large .v-chip__prepend,
21167
+ .v-chip.v-chip--size-large .v-icon--start {
21168
+ margin-inline-start: -7px;
21169
+ }
21170
+ .v-chip.v-chip--size-large .v-avatar--start {
21171
+ margin-inline-start: -9.8px;
21172
+ }
21173
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
21174
+ margin-inline-start: -14px;
21175
+ }
21176
+
21177
+ .v-chip.v-chip--size-large .v-chip__append,
21178
+ .v-chip.v-chip--size-large .v-chip__close,
21179
+ .v-chip.v-chip--size-large > .v-avatar--end,
21180
+ .v-chip.v-chip--size-large > .v-icon--end {
21181
+ margin-inline-start: 7px;
21182
+ margin-inline-end: -7px;
21183
+ }
21184
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end {
21185
+ margin-inline-end: -14px;
21186
+ }
21187
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end + .v-chip__close {
21188
+ margin-inline-start: 14px;
21189
+ }
21190
+
21191
+ .v-chip.v-chip--size-x-large {
21192
+ --v-chip-size: 1.125rem;
21193
+ --v-chip-height: 44px;
21194
+ font-size: 1.125rem;
21195
+ padding: 0 17px;
21196
+ }
21197
+ .v-chip.v-chip--size-x-large .v-avatar {
21198
+ --v-avatar-height: 38px;
21199
+ }
21200
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
21201
+ --v-avatar-height: 44px;
21202
+ }
21203
+
21204
+ .v-chip.v-chip--size-x-large .v-chip__filter,
21205
+ .v-chip.v-chip--size-x-large .v-chip__prepend,
21206
+ .v-chip.v-chip--size-x-large > .v-avatar--start,
21207
+ .v-chip.v-chip--size-x-large > .v-icon--start {
21208
+ margin-inline-end: 8.5px;
21209
+ }
21210
+ .v-chip.v-chip--size-x-large .v-chip__filter,
21211
+ .v-chip.v-chip--size-x-large .v-chip__prepend,
21212
+ .v-chip.v-chip--size-x-large .v-icon--start {
21213
+ margin-inline-start: -8.5px;
21214
+ }
21215
+ .v-chip.v-chip--size-x-large .v-avatar--start {
21216
+ margin-inline-start: -11.9px;
21217
+ }
21218
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
21219
+ margin-inline-start: -17px;
21220
+ }
21221
+
21222
+ .v-chip.v-chip--size-x-large .v-chip__append,
21223
+ .v-chip.v-chip--size-x-large .v-chip__close,
21224
+ .v-chip.v-chip--size-x-large > .v-avatar--end,
21225
+ .v-chip.v-chip--size-x-large > .v-icon--end {
21226
+ margin-inline-start: 8.5px;
21227
+ margin-inline-end: -8.5px;
21228
+ }
21229
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end {
21230
+ margin-inline-end: -17px;
21231
+ }
21232
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close {
21233
+ margin-inline-start: 17px;
21234
+ }
21235
+
21236
+ .v-chip.v-chip--density-default {
21237
+ height: calc(var(--v-chip-height) + 0px);
21238
+ }
21239
+
21240
+ .v-chip.v-chip--density-comfortable {
21241
+ height: calc(var(--v-chip-height) + -8px);
21242
+ }
21243
+
21244
+ .v-chip.v-chip--density-compact {
21245
+ height: calc(var(--v-chip-height) + -12px);
21246
+ }
21247
+
21248
+ .v-chip:hover > .v-chip__overlay {
21249
+ opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
21250
+ }
21251
+ .v-chip:focus-visible > .v-chip__overlay {
21252
+ opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
21253
+ }
21254
+ @supports not selector(:focus-visible) {
21255
+ .v-chip:focus > .v-chip__overlay {
21256
+ opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
21257
+ }
21258
+ }
21259
+ .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
21260
+ opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
21261
+ }
21262
+ .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
21263
+ opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
21264
+ }
21265
+ .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
21266
+ opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
21267
+ }
21268
+ @supports not selector(:focus-visible) {
21269
+ .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
21270
+ opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
21271
+ }
21272
+ }
21273
+ .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
21274
+ background: transparent;
21275
+ color: inherit;
21276
+ }
21277
+ .v-chip--variant-plain {
21278
+ opacity: 0.26;
21279
+ }
21280
+ .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
21281
+ opacity: 1;
21282
+ }
21283
+ .v-chip--variant-plain .v-chip__overlay {
21284
+ display: none;
21285
+ }
21286
+ .v-chip--variant-elevated, .v-chip--variant-flat {
21287
+ background: rgb(var(--v-theme-surface-variant));
21288
+ color: rgb(var(--v-theme-on-surface-variant));
21289
+ }
21290
+ .v-chip--variant-elevated {
21291
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21292
+ }
21293
+ .v-chip--variant-flat {
21294
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21295
+ }
21296
+ .v-chip--variant-outlined {
21297
+ border: thin solid currentColor;
21298
+ }
21299
+ .v-chip--variant-text .v-chip__overlay {
21300
+ background: currentColor;
21301
+ }
21302
+ .v-chip--variant-tonal .v-chip__underlay {
21303
+ background: currentColor;
21304
+ opacity: var(--v-activated-opacity);
21305
+ border-radius: inherit;
21306
+ position: absolute;
21307
+ top: 0;
21308
+ right: 0;
21309
+ bottom: 0;
21310
+ left: 0;
21311
+ pointer-events: none;
21312
+ }
21313
+ .v-chip--border {
21314
+ border-width: thin;
21315
+ }
21316
+ .v-chip--link {
21317
+ cursor: pointer;
21318
+ }
21319
+ .v-chip--filter {
21320
+ -webkit-user-select: none;
21321
+ user-select: none;
21322
+ }
21323
+ .v-chip--label {
21324
+ border-radius: 4px;
21325
+ }
21326
+
21327
+ .v-chip__filter,
21328
+ .v-chip__prepend,
21329
+ .v-chip__append,
21330
+ .v-chip__close {
21331
+ align-items: center;
21332
+ display: inline-flex;
21333
+ }
21415
21334
 
21416
- .offset-xxl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-0 {
21417
- margin-left: 0;
21418
- }
21419
- .offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
21420
- margin-right: 0;
21421
- }
21335
+ .v-chip__close {
21336
+ cursor: pointer;
21337
+ flex: 0 1 auto;
21338
+ font-size: 18px;
21339
+ max-height: 18px;
21340
+ max-width: 18px;
21341
+ -webkit-user-select: none;
21342
+ user-select: none;
21343
+ }
21344
+ .v-chip__close .v-icon {
21345
+ font-size: inherit;
21346
+ }
21422
21347
 
21423
- .offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
21424
- margin-left: 8.3333333333%;
21425
- }
21426
- .offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
21427
- margin-right: 8.3333333333%;
21428
- }
21348
+ .v-chip__filter {
21349
+ transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
21350
+ }
21429
21351
 
21430
- .offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
21431
- margin-left: 16.6666666667%;
21432
- }
21433
- .offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
21434
- margin-right: 16.6666666667%;
21435
- }
21352
+ .v-chip__overlay {
21353
+ position: absolute;
21354
+ top: 0;
21355
+ left: 0;
21356
+ width: 100%;
21357
+ height: 100%;
21358
+ background-color: currentColor;
21359
+ border-radius: inherit;
21360
+ pointer-events: none;
21361
+ opacity: 0;
21362
+ transition: opacity 0.2s ease-in-out;
21363
+ }
21436
21364
 
21437
- .offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
21438
- margin-left: 25%;
21439
- }
21440
- .offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
21441
- margin-right: 25%;
21442
- }
21365
+ .v-chip--disabled {
21366
+ opacity: 0.3;
21367
+ pointer-events: none;
21368
+ -webkit-user-select: none;
21369
+ user-select: none;
21370
+ }
21443
21371
 
21444
- .offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
21445
- margin-left: 33.3333333333%;
21446
- }
21447
- .offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
21448
- margin-right: 33.3333333333%;
21449
- }
21372
+ .v-chip--label {
21373
+ border-radius: 4px;
21374
+ }.v-chip-group {
21375
+ display: flex;
21376
+ max-width: 100%;
21377
+ min-width: 0;
21378
+ overflow-x: auto;
21379
+ padding: 4px 0;
21380
+ }
21381
+ .v-chip-group .v-chip {
21382
+ margin: 4px 8px 4px 0;
21383
+ }
21384
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
21385
+ opacity: var(--v-activated-opacity);
21386
+ }
21450
21387
 
21451
- .offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
21452
- margin-left: 41.6666666667%;
21453
- }
21454
- .offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
21455
- margin-right: 41.6666666667%;
21456
- }
21388
+ .v-chip-group--column {
21389
+ flex-wrap: wrap;
21390
+ white-space: normal;
21391
+ }.v-color-picker {
21392
+ align-self: flex-start;
21393
+ contain: content;
21394
+ }
21395
+ .v-color-picker.v-sheet {
21396
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21397
+ border-radius: 4px;
21398
+ }
21457
21399
 
21458
- .offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
21459
- margin-left: 50%;
21460
- }
21461
- .offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
21462
- margin-right: 50%;
21463
- }
21400
+ .v-color-picker__controls {
21401
+ display: flex;
21402
+ flex-direction: column;
21403
+ padding: 16px;
21404
+ }
21464
21405
 
21465
- .offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
21466
- margin-left: 58.3333333333%;
21467
- }
21468
- .offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
21469
- margin-right: 58.3333333333%;
21470
- }
21406
+ .v-color-picker--flat {
21407
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21408
+ }
21409
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21410
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21411
+ }.v-input--density-default {
21412
+ --combobox-chips-margin-bottom: 0px;
21413
+ }
21471
21414
 
21472
- .offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
21473
- margin-left: 66.6666666667%;
21474
- }
21475
- .offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
21476
- margin-right: 66.6666666667%;
21477
- }
21415
+ .v-input--density-comfortable {
21416
+ --combobox-chips-margin-bottom: 2px;
21417
+ }
21478
21418
 
21479
- .offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
21480
- margin-left: 75%;
21481
- }
21482
- .offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
21483
- margin-right: 75%;
21484
- }
21419
+ .v-input--density-compact {
21420
+ --combobox-chips-margin-bottom: 4px;
21421
+ }
21485
21422
 
21486
- .offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
21487
- margin-left: 83.3333333333%;
21488
- }
21489
- .offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
21490
- margin-right: 83.3333333333%;
21491
- }
21423
+ .v-combobox .v-field .v-text-field__prefix,
21424
+ .v-combobox .v-field .v-text-field__suffix,
21425
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
21426
+ cursor: text;
21427
+ }
21428
+ .v-combobox .v-field .v-field__input > input {
21429
+ align-self: flex-start;
21430
+ flex: 1 1;
21431
+ }
21432
+ .v-combobox .v-field .v-field__append-inner > .v-icon {
21433
+ margin-inline-start: 4px;
21434
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21435
+ }
21436
+ .v-combobox .v-field:not(.v-field--focused) input {
21437
+ min-width: 0;
21438
+ }
21439
+ .v-combobox .v-field--dirty .v-combobox__selection {
21440
+ margin-inline-end: 2px;
21441
+ }
21442
+ .v-combobox .v-field--single-line .v-combobox__selection-text {
21443
+ overflow: hidden;
21444
+ text-overflow: ellipsis;
21445
+ white-space: nowrap;
21446
+ }
21492
21447
 
21493
- .offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
21494
- margin-left: 91.6666666667%;
21495
- }
21496
- .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
21497
- margin-right: 91.6666666667%;
21498
- }
21448
+ .v-combobox__content {
21449
+ overflow: hidden;
21450
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21451
+ border-radius: 4px;
21452
+ }
21453
+ .v-combobox__mask {
21454
+ background: rgb(var(--v-theme-on-surface-variant));
21455
+ }
21456
+ .v-combobox__selection {
21457
+ display: inline-flex;
21458
+ letter-spacing: inherit;
21459
+ line-height: inherit;
21460
+ max-width: 100%;
21461
+ }
21462
+ .v-combobox--active-menu .v-field__append-inner > .v-icon {
21463
+ opacity: var(--v-high-emphasis-opacity);
21464
+ transform: rotate(180deg);
21465
+ }
21466
+ .v-combobox--chips .v-combobox__selection {
21467
+ margin-top: 2px;
21468
+ margin-bottom: var(--combobox-chips-margin-bottom);
21469
+ }
21470
+ .v-combobox--chips .v-combobox__selection:first-child {
21471
+ margin-inline-start: 0;
21472
+ }
21473
+ .v-combobox--selecting-index .v-combobox__selection {
21474
+ opacity: var(--v-medium-emphasis-opacity);
21475
+ }
21476
+ .v-combobox--selecting-index .v-combobox__selection--selected {
21477
+ opacity: 1;
21478
+ }
21479
+ .v-combobox--selecting-index .v-field__input > input {
21480
+ caret-color: transparent !important;
21481
+ }
21482
+ .v-combobox--single.v-text-field input {
21483
+ flex: 1 1;
21484
+ position: absolute;
21485
+ left: 0;
21486
+ right: 0;
21487
+ width: 100%;
21488
+ padding-inline-start: inherit;
21489
+ padding-inline-end: inherit;
21490
+ }
21491
+ .v-combobox--single .v-field--active input {
21492
+ transition: none;
21493
+ }
21494
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
21495
+ opacity: 0;
21496
+ }
21497
+ .v-combobox--single .v-field--focused .v-combobox__selection {
21498
+ opacity: 0;
21499
21499
  }.v-counter {
21500
21500
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21501
21501
  flex: 0 1 auto;
@@ -21582,8 +21582,8 @@ html.overflow-y-hidden {
21582
21582
  flex: 1 1 100%;
21583
21583
  height: 0px;
21584
21584
  max-height: 0px;
21585
+ opacity: var(--v-border-opacity);
21585
21586
  transition: inherit;
21586
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21587
21587
  border-style: solid;
21588
21588
  border-width: thin 0 0 0;
21589
21589
  }
@@ -22879,8 +22879,6 @@ textarea.v-field__input::placeholder {
22879
22879
  }
22880
22880
  .v-list-item--density-comfortable.v-list-item--one-line {
22881
22881
  min-height: 44px;
22882
- padding-top: 0px;
22883
- padding-bottom: 0px;
22884
22882
  }
22885
22883
  .v-list-item--density-comfortable.v-list-item--two-line {
22886
22884
  min-height: 60px;
@@ -22910,8 +22908,6 @@ textarea.v-field__input::placeholder {
22910
22908
  }
22911
22909
  .v-list-item--density-compact.v-list-item--one-line {
22912
22910
  min-height: 40px;
22913
- padding-top: -4px;
22914
- padding-bottom: -4px;
22915
22911
  }
22916
22912
  .v-list-item--density-compact.v-list-item--two-line {
22917
22913
  min-height: 56px;