@tattvafoundation/upyog-css 1.0.30 → 1.0.31

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/index.css CHANGED
@@ -242,10 +242,6 @@ img, video {
242
242
  50% {
243
243
  opacity: .5; } }
244
244
 
245
- @keyframes pulse {
246
- 50% {
247
- opacity: .5; } }
248
-
249
245
  @-webkit-keyframes bounce {
250
246
  0%, to {
251
247
  -webkit-transform: translateY(-25%);
@@ -8935,7 +8931,7 @@ body {
8935
8931
  text-align: center; }
8936
8932
 
8937
8933
  .timeline-contents .secondary-colors {
8938
- color: #0b0c0c;
8934
+ color: #64748b;
8939
8935
  color: var(--secondary-color);
8940
8936
  padding: 5px;
8941
8937
  font-size: small; }
@@ -8953,11 +8949,11 @@ body {
8953
8949
  height: 30px;
8954
8950
  border-radius: 50%;
8955
8951
  text-align: center;
8956
- border: 2px solid #d1b03f;
8952
+ border: 2px solid #2563eb;
8957
8953
  border: 2px solid var(--primary-color); }
8958
8954
 
8959
8955
  .circles.completed {
8960
- background-color: #d1b03f;
8956
+ background-color: #2563eb;
8961
8957
  background-color: var(--primary-color);
8962
8958
  display: -webkit-box;
8963
8959
  display: -ms-flexbox;
@@ -9104,6 +9100,7 @@ body {
9104
9100
  text-align: center; }
9105
9101
 
9106
9102
  .bmc-row-card-header {
9103
+ border: 1px solid #e2e8f0;
9107
9104
  border: 1px solid var(--border-color);
9108
9105
  -webkit-box-shadow: 0 5px 10px var(--shadow-color);
9109
9106
  box-shadow: 0 5px 10px var(--shadow-color); }
@@ -9124,6 +9121,7 @@ body {
9124
9121
  color: #fff; }
9125
9122
 
9126
9123
  .bmc-card-button {
9124
+ background-color: #2563eb;
9127
9125
  background-color: var(--primary-color); }
9128
9126
 
9129
9127
  .bmc-card-button-cancel {
@@ -9150,7 +9148,7 @@ body {
9150
9148
  position: relative; }
9151
9149
 
9152
9150
  .bmc-radio-btn-wrap:hover .bmc-radio-btn-checkmark {
9153
- border-color: #d1b03f;
9151
+ border-color: #2563eb;
9154
9152
  border-color: var(--primary-color); }
9155
9153
 
9156
9154
  .bmc-radio-btn {
@@ -9167,12 +9165,12 @@ body {
9167
9165
  border-radius: 50%; }
9168
9166
 
9169
9167
  .bmc-radio-btn:checked + .bmc-radio-btn-checkmark {
9170
- border-color: #d1b03f;
9168
+ border-color: #2563eb;
9171
9169
  border-color: var(--primary-color); }
9172
9170
 
9173
9171
  .bmc-radio-btn:checked + .bmc-radio-btn-checkmark:after {
9174
9172
  display: block;
9175
- background-color: #d1b03f;
9173
+ background-color: #2563eb;
9176
9174
  background-color: var(--primary-color);
9177
9175
  height: 1.25rem;
9178
9176
  width: 1.25rem;
@@ -9182,9 +9180,11 @@ body {
9182
9180
  left: 6px; }
9183
9181
 
9184
9182
  .bmc-title {
9183
+ color: #64748b;
9185
9184
  color: var(--secondary-color); }
9186
9185
 
9187
9186
  .bmc-hover-table td, .bmc-hover-table th {
9187
+ border: 1px solid #e2e8f0;
9188
9188
  border: 1px solid var(--border-color); }
9189
9189
 
9190
9190
  .bmc-range-slider::-moz-range-thumb, .bmc-range-slider::-ms-thumb, .bmc-range-slider::-webkit-slider-thumb {
@@ -9206,6 +9206,7 @@ body {
9206
9206
  color: var(--text-color); }
9207
9207
 
9208
9208
  .bmc-pagination li.active button {
9209
+ background-color: #2563eb;
9209
9210
  background-color: var(--primary-color); }
9210
9211
 
9211
9212
  [dir=ltr] .bmc-course-amount {
@@ -10819,6 +10820,1225 @@ button.submit-bar:hover {
10819
10820
  .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox svg, .multi-column-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp svg {
10820
10821
  opacity: 1; }
10821
10822
 
10823
+ :root {
10824
+ --primary-color:#2563eb;
10825
+ --primary-hover:#1d4ed8;
10826
+ --primary-light:#dbeafe;
10827
+ --secondary-color:#64748b;
10828
+ --secondary-light:#f1f5f9;
10829
+ --success-color:#059669;
10830
+ --warning-color:#d97706;
10831
+ --danger-color:#dc2626;
10832
+ --dark-color:#1e293b;
10833
+ --light-color:#f8fafc;
10834
+ --border-color:#e2e8f0;
10835
+ --text-primary:#0f172a;
10836
+ --text-secondary:#64748b;
10837
+ --shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);
10838
+ --shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);
10839
+ --shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1); }
10840
+
10841
+ * {
10842
+ margin: 0;
10843
+ padding: 0;
10844
+ -webkit-box-sizing: border-box;
10845
+ box-sizing: border-box; }
10846
+
10847
+ body {
10848
+ font-family: Segoe UI,Tahoma,Geneva,Verdana,sans-serif;
10849
+ background: linear-gradient(135deg, #dbeafe, #f8fafc);
10850
+ background: linear-gradient(135deg, var(--primary-light), var(--light-color));
10851
+ color: #0f172a;
10852
+ color: var(--text-primary);
10853
+ line-height: 1.6;
10854
+ min-height: 100vh; }
10855
+
10856
+ .inventory_container {
10857
+ max-width: 2000px;
10858
+ margin: 0 auto;
10859
+ padding: 2rem; }
10860
+
10861
+ .inventory_header {
10862
+ text-align: center;
10863
+ margin-bottom: 3rem;
10864
+ padding: 2rem 0;
10865
+ background: #fff;
10866
+ border-radius: 12px;
10867
+ -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
10868
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
10869
+ -webkit-box-shadow: var(--shadow-md);
10870
+ box-shadow: var(--shadow-md); }
10871
+
10872
+ .inventory_header h1 {
10873
+ color: #2563eb;
10874
+ color: var(--primary-color);
10875
+ font-size: 2.5rem;
10876
+ font-weight: 700;
10877
+ margin-bottom: .5rem; }
10878
+
10879
+ .inventory_header p {
10880
+ color: #64748b;
10881
+ color: var(--text-secondary);
10882
+ font-size: 1.1rem; }
10883
+
10884
+ .inventory_form-container {
10885
+ background: #fff;
10886
+ border-radius: 16px;
10887
+ -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
10888
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
10889
+ -webkit-box-shadow: var(--shadow-lg);
10890
+ box-shadow: var(--shadow-lg);
10891
+ overflow: hidden;
10892
+ -webkit-transition: all .3s ease;
10893
+ transition: all .3s ease; }
10894
+
10895
+ .inventory_form-header {
10896
+ background: linear-gradient(135deg, #2563eb, #1d4ed8);
10897
+ background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
10898
+ color: #fff;
10899
+ padding: 2rem;
10900
+ text-align: center; }
10901
+
10902
+ .inventory_form-header h2 {
10903
+ font-size: 1.8rem;
10904
+ font-weight: 600;
10905
+ margin-bottom: .5rem; }
10906
+
10907
+ .inventory_form-header p {
10908
+ opacity: .9;
10909
+ font-size: 1rem; }
10910
+
10911
+ .inventory_form-body {
10912
+ padding: 2.5rem; }
10913
+
10914
+ .inventory_form-grid {
10915
+ display: grid;
10916
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
10917
+ grid-gap: 2rem;
10918
+ gap: 2rem;
10919
+ margin-bottom: 2rem; }
10920
+
10921
+ .inventory_form-group {
10922
+ position: relative; }
10923
+
10924
+ .inventory_form-group.full-width {
10925
+ grid-column: 1/-1; }
10926
+
10927
+ .inventory_form-label {
10928
+ display: block;
10929
+ font-weight: 600;
10930
+ color: #0f172a;
10931
+ color: var(--text-primary);
10932
+ margin-bottom: .5rem;
10933
+ font-size: .95rem; }
10934
+
10935
+ .inventory_required {
10936
+ color: #dc2626;
10937
+ color: var(--danger-color);
10938
+ margin-left: 2px; }
10939
+
10940
+ .inventory_form-input, .inventory_form-select, .inventory_form-textarea {
10941
+ width: 100%;
10942
+ padding: .875rem 1rem;
10943
+ border: 2px solid #e2e8f0;
10944
+ border: 2px solid var(--border-color);
10945
+ border-radius: 8px;
10946
+ font-size: 1rem;
10947
+ -webkit-transition: all .3s ease;
10948
+ transition: all .3s ease;
10949
+ background: #fff;
10950
+ color: #0f172a;
10951
+ color: var(--text-primary);
10952
+ line-height: normal; }
10953
+
10954
+ .inventory_form-input:focus, .inventory_form-select:focus, .inventory_form-textarea:focus {
10955
+ outline: none;
10956
+ border-color: #2563eb;
10957
+ border-color: var(--primary-color);
10958
+ -webkit-box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
10959
+ box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
10960
+ -webkit-transform: translateY(-1px);
10961
+ transform: translateY(-1px); }
10962
+
10963
+ .inventory_form-textarea {
10964
+ resize: vertical;
10965
+ min-height: 100px; }
10966
+
10967
+ .inventory_radio-group {
10968
+ grid-gap: 1.5rem;
10969
+ gap: 1.5rem;
10970
+ -ms-flex-wrap: wrap;
10971
+ flex-wrap: wrap;
10972
+ margin-top: .5rem; }
10973
+
10974
+ .inventory_radio-group, .inventory_radio-option {
10975
+ display: -webkit-box;
10976
+ display: -ms-flexbox;
10977
+ display: flex; }
10978
+
10979
+ .inventory_radio-option {
10980
+ -webkit-box-align: center;
10981
+ -ms-flex-align: center;
10982
+ align-items: center;
10983
+ cursor: pointer;
10984
+ padding: .75rem 1rem;
10985
+ border: 2px solid #e2e8f0;
10986
+ border: 2px solid var(--border-color);
10987
+ border-radius: 8px;
10988
+ -webkit-transition: all .3s ease;
10989
+ transition: all .3s ease;
10990
+ background: #fff;
10991
+ min-width: 140px; }
10992
+
10993
+ .inventory_radio-option:hover {
10994
+ border-color: #2563eb;
10995
+ border-color: var(--primary-color);
10996
+ background: #dbeafe;
10997
+ background: var(--primary-light); }
10998
+
10999
+ .inventory_radio-option input[type=radio], .inventory_radio-option .checkbox-wrap .input-emp[type=radio], .checkbox-wrap .inventory_radio-option .input-emp[type=radio] {
11000
+ margin-right: .5rem;
11001
+ accent-color: #2563eb;
11002
+ accent-color: var(--primary-color); }
11003
+
11004
+ .inventory_radio-option.selected {
11005
+ border-color: #2563eb;
11006
+ border-color: var(--primary-color);
11007
+ background: #dbeafe;
11008
+ background: var(--primary-light);
11009
+ font-weight: 600; }
11010
+
11011
+ .inventory_section-divider {
11012
+ border: none;
11013
+ height: 1px;
11014
+ background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#e2e8f0), to(transparent));
11015
+ background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
11016
+ background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--border-color)), to(transparent));
11017
+ background: linear-gradient(90deg, transparent, var(--border-color), transparent);
11018
+ margin: 2.5rem 0; }
11019
+
11020
+ .inventory_section-title {
11021
+ font-size: 1.3rem;
11022
+ font-weight: 600;
11023
+ color: #2563eb;
11024
+ color: var(--primary-color);
11025
+ margin-bottom: 1.5rem;
11026
+ padding-bottom: .5rem;
11027
+ border-bottom: 2px solid #dbeafe;
11028
+ border-bottom: 2px solid var(--primary-light); }
11029
+
11030
+ .inventory_button-group {
11031
+ display: -webkit-box;
11032
+ display: -ms-flexbox;
11033
+ display: flex;
11034
+ grid-gap: 1rem;
11035
+ gap: 1rem;
11036
+ -webkit-box-pack: end;
11037
+ -ms-flex-pack: end;
11038
+ justify-content: flex-end;
11039
+ margin-top: 3rem;
11040
+ -ms-flex-wrap: wrap;
11041
+ flex-wrap: wrap; }
11042
+
11043
+ .inventory_btn {
11044
+ padding: .875rem 2rem;
11045
+ border: none;
11046
+ border-radius: 8px;
11047
+ font-size: 1rem;
11048
+ font-weight: 600;
11049
+ cursor: pointer;
11050
+ -webkit-transition: all .3s ease;
11051
+ transition: all .3s ease;
11052
+ text-transform: uppercase;
11053
+ letter-spacing: .5px;
11054
+ min-width: 120px; }
11055
+
11056
+ .inventory_btn-primary {
11057
+ background: linear-gradient(135deg, #2563eb, #1d4ed8);
11058
+ background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
11059
+ color: #fff;
11060
+ -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
11061
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
11062
+ -webkit-box-shadow: var(--shadow-md);
11063
+ box-shadow: var(--shadow-md); }
11064
+
11065
+ .inventory_btn-primary:hover {
11066
+ -webkit-transform: translateY(-2px);
11067
+ transform: translateY(-2px);
11068
+ -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
11069
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
11070
+ -webkit-box-shadow: var(--shadow-lg);
11071
+ box-shadow: var(--shadow-lg); }
11072
+
11073
+ .inventory_btn-secondary {
11074
+ background: #f1f5f9;
11075
+ background: var(--secondary-light);
11076
+ color: #64748b;
11077
+ color: var(--secondary-color);
11078
+ border: 2px solid #e2e8f0;
11079
+ border: 2px solid var(--border-color); }
11080
+
11081
+ .inventory_btn-secondary:hover {
11082
+ background: #e2e8f0;
11083
+ background: var(--border-color);
11084
+ -webkit-transform: translateY(-1px);
11085
+ transform: translateY(-1px); }
11086
+
11087
+ .inventory_status-indicator {
11088
+ display: inline-block;
11089
+ width: 8px;
11090
+ height: 8px;
11091
+ border-radius: 50%;
11092
+ background: #059669;
11093
+ background: var(--success-color);
11094
+ margin-left: .5rem;
11095
+ -webkit-animation: pulse 2s infinite;
11096
+ animation: pulse 2s infinite; }
11097
+
11098
+ @keyframes pulse {
11099
+ 0% {
11100
+ opacity: 1; }
11101
+ 50% {
11102
+ opacity: .5; }
11103
+ to {
11104
+ opacity: 1; } }
11105
+
11106
+ @media (max-width: 768px) {
11107
+ .inventory_container {
11108
+ padding: 1rem; }
11109
+ .inventory_form-grid {
11110
+ grid-template-columns: 1fr;
11111
+ grid-gap: 1.5rem;
11112
+ gap: 1.5rem; }
11113
+ .inventory_header h1 {
11114
+ font-size: 2rem; }
11115
+ .inventory_form-body {
11116
+ padding: 1.5rem; }
11117
+ .inventory_button-group {
11118
+ -webkit-box-pack: center;
11119
+ -ms-flex-pack: center;
11120
+ justify-content: center; }
11121
+ .inventory_radio-group {
11122
+ -webkit-box-orient: vertical;
11123
+ -webkit-box-direction: normal;
11124
+ -ms-flex-direction: column;
11125
+ flex-direction: column; }
11126
+ .inventory_radio-option {
11127
+ -webkit-box-pack: center;
11128
+ -ms-flex-pack: center;
11129
+ justify-content: center; } }
11130
+
11131
+ .commodity-card {
11132
+ background: #fff;
11133
+ border: 1px solid #e2e8f0;
11134
+ border-radius: 12px;
11135
+ padding: 10px;
11136
+ -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
11137
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
11138
+ -webkit-transition: all .3s ease;
11139
+ transition: all .3s ease;
11140
+ max-width: 400px;
11141
+ font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif; }
11142
+
11143
+ .commodity-card:hover {
11144
+ -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
11145
+ box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
11146
+ -webkit-transform: translateY(-2px);
11147
+ transform: translateY(-2px); }
11148
+
11149
+ .commodity-card__header {
11150
+ position: relative;
11151
+ margin-bottom: 16px; }
11152
+
11153
+ .commodity-card__image-container {
11154
+ position: relative;
11155
+ width: 100%;
11156
+ height: 200px;
11157
+ background: #f8fafc;
11158
+ border-radius: 8px;
11159
+ overflow: hidden;
11160
+ display: -webkit-box;
11161
+ display: -ms-flexbox;
11162
+ display: flex;
11163
+ -webkit-box-align: center;
11164
+ -ms-flex-align: center;
11165
+ align-items: center;
11166
+ -webkit-box-pack: center;
11167
+ -ms-flex-pack: center;
11168
+ justify-content: center; }
11169
+
11170
+ .commodity-card__image {
11171
+ width: 100%;
11172
+ height: 100%;
11173
+ -o-object-fit: cover;
11174
+ object-fit: cover; }
11175
+
11176
+ .commodity-card__placeholder {
11177
+ display: -webkit-box;
11178
+ display: -ms-flexbox;
11179
+ display: flex;
11180
+ -webkit-box-align: center;
11181
+ -ms-flex-align: center;
11182
+ align-items: center;
11183
+ -webkit-box-pack: center;
11184
+ -ms-flex-pack: center;
11185
+ justify-content: center;
11186
+ color: #64748b; }
11187
+
11188
+ .commodity-card__badge {
11189
+ left: 12px;
11190
+ background: #3b82f6;
11191
+ color: #fff;
11192
+ letter-spacing: .5px; }
11193
+
11194
+ .commodity-card__badge, .commodity-card__stock {
11195
+ position: absolute;
11196
+ top: 12px;
11197
+ padding: 4px 12px;
11198
+ border-radius: 20px;
11199
+ font-size: 12px;
11200
+ font-weight: 600;
11201
+ text-transform: uppercase; }
11202
+
11203
+ .commodity-card__stock {
11204
+ right: 12px; }
11205
+
11206
+ .commodity-card__stock.in-stock {
11207
+ background: #10b981;
11208
+ color: #fff; }
11209
+
11210
+ .commodity-card__stock.out-of-stock {
11211
+ background: #ef4444;
11212
+ color: #fff; }
11213
+
11214
+ .commodity-card__body {
11215
+ display: -webkit-box;
11216
+ display: -ms-flexbox;
11217
+ display: flex;
11218
+ -webkit-box-orient: vertical;
11219
+ -webkit-box-direction: normal;
11220
+ -ms-flex-direction: column;
11221
+ flex-direction: column;
11222
+ grid-gap: 16px;
11223
+ gap: 16px; }
11224
+
11225
+ .commodity-card__title-section {
11226
+ text-align: left; }
11227
+
11228
+ .commodity-card__title {
11229
+ font-size: 20px;
11230
+ font-weight: 700;
11231
+ color: #1e293b;
11232
+ margin: 0 0 4px;
11233
+ line-height: 1.3; }
11234
+
11235
+ .commodity-card__model {
11236
+ font-size: 14px;
11237
+ color: #64748b;
11238
+ margin: 0 0 8px;
11239
+ font-weight: 500; }
11240
+
11241
+ .commodity-card__description {
11242
+ font-size: 14px;
11243
+ color: #475569;
11244
+ margin: 0;
11245
+ line-height: 1.5; }
11246
+
11247
+ .commodity-card__price-section {
11248
+ text-align: center;
11249
+ padding: 12px;
11250
+ background: #f1f5f9;
11251
+ border-radius: 8px; }
11252
+
11253
+ .commodity-card__price {
11254
+ font-size: 18px;
11255
+ font-weight: 800;
11256
+ color: #059669;
11257
+ margin-bottom: 4px; }
11258
+
11259
+ .commodity-card__price-label {
11260
+ font-size: 12px;
11261
+ color: #64748b;
11262
+ text-transform: uppercase;
11263
+ font-weight: 600;
11264
+ letter-spacing: .5px; }
11265
+
11266
+ .commodity-card__specs {
11267
+ background: #fafafa;
11268
+ padding: 12px;
11269
+ border-radius: 8px;
11270
+ border: 1px solid #e5e7eb; }
11271
+
11272
+ .commodity-card__specs-title {
11273
+ font-size: 14px;
11274
+ font-weight: 600;
11275
+ color: #374151;
11276
+ margin: 0 0 8px; }
11277
+
11278
+ .commodity-card__specs-list {
11279
+ display: -webkit-box;
11280
+ display: -ms-flexbox;
11281
+ display: flex;
11282
+ -webkit-box-orient: vertical;
11283
+ -webkit-box-direction: normal;
11284
+ -ms-flex-direction: column;
11285
+ flex-direction: column;
11286
+ grid-gap: 4px;
11287
+ gap: 4px; }
11288
+
11289
+ .commodity-card__spec-item {
11290
+ display: -webkit-box;
11291
+ display: -ms-flexbox;
11292
+ display: flex;
11293
+ -webkit-box-pack: justify;
11294
+ -ms-flex-pack: justify;
11295
+ justify-content: space-between;
11296
+ font-size: 13px; }
11297
+
11298
+ .commodity-card__spec-label {
11299
+ color: #6b7280;
11300
+ font-weight: 500; }
11301
+
11302
+ .commodity-card__spec-value {
11303
+ color: #374151;
11304
+ font-weight: 600; }
11305
+
11306
+ .commodity-card__controls {
11307
+ -webkit-box-pack: justify;
11308
+ -ms-flex-pack: justify;
11309
+ justify-content: space-between;
11310
+ grid-gap: 16px;
11311
+ gap: 16px; }
11312
+
11313
+ .commodity-card__controls, .commodity-card__quantity {
11314
+ display: -webkit-box;
11315
+ display: -ms-flexbox;
11316
+ display: flex;
11317
+ -webkit-box-align: center;
11318
+ -ms-flex-align: center;
11319
+ align-items: center; }
11320
+
11321
+ .commodity-card__quantity {
11322
+ grid-gap: 8px;
11323
+ gap: 8px; }
11324
+
11325
+ .commodity-card__quantity-label {
11326
+ font-size: 14px;
11327
+ font-weight: 600;
11328
+ color: #374151; }
11329
+
11330
+ .commodity-card__quantity-controls {
11331
+ grid-gap: 0;
11332
+ gap: 0;
11333
+ background: #f8fafc;
11334
+ border: 1px solid #e2e8f0;
11335
+ border-radius: 8px;
11336
+ padding: 4px; }
11337
+
11338
+ .commodity-card__quantity-btn, .commodity-card__quantity-controls {
11339
+ display: -webkit-box;
11340
+ display: -ms-flexbox;
11341
+ display: flex;
11342
+ -webkit-box-align: center;
11343
+ -ms-flex-align: center;
11344
+ align-items: center; }
11345
+
11346
+ .commodity-card__quantity-btn {
11347
+ -webkit-box-pack: center;
11348
+ -ms-flex-pack: center;
11349
+ justify-content: center;
11350
+ width: 32px;
11351
+ height: 32px;
11352
+ border: none;
11353
+ background: #fff;
11354
+ border-radius: 4px;
11355
+ cursor: pointer;
11356
+ -webkit-transition: all .2s ease;
11357
+ transition: all .2s ease;
11358
+ color: #475569; }
11359
+
11360
+ .commodity-card__quantity-btn:hover:not(:disabled) {
11361
+ background: #e2e8f0;
11362
+ color: #1e293b; }
11363
+
11364
+ .commodity-card__quantity-btn:disabled {
11365
+ opacity: .5;
11366
+ cursor: not-allowed; }
11367
+
11368
+ .commodity-card__quantity-value {
11369
+ min-width: 32px;
11370
+ text-align: center;
11371
+ font-weight: 600;
11372
+ color: #1e293b; }
11373
+
11374
+ .commodity-card__actions {
11375
+ grid-gap: 8px;
11376
+ gap: 8px; }
11377
+
11378
+ .commodity-card__actions, .commodity-card__details-btn {
11379
+ display: -webkit-box;
11380
+ display: -ms-flexbox;
11381
+ display: flex;
11382
+ -webkit-box-align: center;
11383
+ -ms-flex-align: center;
11384
+ align-items: center; }
11385
+
11386
+ .commodity-card__details-btn {
11387
+ -webkit-box-pack: center;
11388
+ -ms-flex-pack: center;
11389
+ justify-content: center;
11390
+ width: 40px;
11391
+ height: 40px;
11392
+ border: 1px solid #e2e8f0;
11393
+ background: #fff;
11394
+ border-radius: 8px;
11395
+ cursor: pointer;
11396
+ -webkit-transition: all .2s ease;
11397
+ transition: all .2s ease;
11398
+ color: #64748b;
11399
+ padding: 5px; }
11400
+
11401
+ .commodity-card__details-btn:hover {
11402
+ background: #f1f5f9;
11403
+ border-color: #cbd5e1;
11404
+ color: #475569; }
11405
+
11406
+ .commodity-card__add-btn {
11407
+ padding: 10px 20px;
11408
+ background: #3b82f6;
11409
+ color: #fff;
11410
+ border: none;
11411
+ border-radius: 8px;
11412
+ font-weight: 600;
11413
+ cursor: pointer;
11414
+ -webkit-transition: all .2s ease;
11415
+ transition: all .2s ease;
11416
+ font-size: 14px; }
11417
+
11418
+ .commodity-card__add-btn:hover:not(:disabled) {
11419
+ background: #2563eb;
11420
+ -webkit-transform: translateY(-1px);
11421
+ transform: translateY(-1px); }
11422
+
11423
+ .commodity-card__add-btn:disabled {
11424
+ background: #94a3b8;
11425
+ cursor: not-allowed;
11426
+ -webkit-transform: none;
11427
+ transform: none; }
11428
+
11429
+ .commodity-card__total {
11430
+ display: -webkit-box;
11431
+ display: -ms-flexbox;
11432
+ display: flex;
11433
+ -webkit-box-pack: justify;
11434
+ -ms-flex-pack: justify;
11435
+ justify-content: space-between;
11436
+ -webkit-box-align: center;
11437
+ -ms-flex-align: center;
11438
+ align-items: center;
11439
+ padding: 12px;
11440
+ background: #ecfdf5;
11441
+ border: 1px solid #d1fae5;
11442
+ border-radius: 8px; }
11443
+
11444
+ .commodity-card__total-label {
11445
+ font-size: 14px;
11446
+ color: #065f46;
11447
+ font-weight: 600; }
11448
+
11449
+ .commodity-card__total-value {
11450
+ font-size: 18px;
11451
+ font-weight: 800;
11452
+ color: #059669; }
11453
+
11454
+ .commodity-card__details {
11455
+ background: #f8fafc;
11456
+ padding: 16px;
11457
+ border-radius: 8px;
11458
+ border: 1px solid #e2e8f0; }
11459
+
11460
+ .commodity-card__details-title {
11461
+ font-size: 14px;
11462
+ font-weight: 600;
11463
+ color: #374151;
11464
+ margin: 0 0 12px; }
11465
+
11466
+ .commodity-card__details-content {
11467
+ display: -webkit-box;
11468
+ display: -ms-flexbox;
11469
+ display: flex;
11470
+ -webkit-box-orient: vertical;
11471
+ -webkit-box-direction: normal;
11472
+ -ms-flex-direction: column;
11473
+ flex-direction: column;
11474
+ grid-gap: 8px;
11475
+ gap: 8px; }
11476
+
11477
+ .commodity-card__detail-item {
11478
+ display: -webkit-box;
11479
+ display: -ms-flexbox;
11480
+ display: flex;
11481
+ -webkit-box-pack: justify;
11482
+ -ms-flex-pack: justify;
11483
+ justify-content: space-between;
11484
+ font-size: 13px;
11485
+ padding: 4px 0;
11486
+ border-bottom: 1px solid #e5e7eb; }
11487
+
11488
+ .commodity-card__detail-item:last-child {
11489
+ border-bottom: none; }
11490
+
11491
+ .commodity-card__detail-label {
11492
+ color: #6b7280;
11493
+ font-weight: 500; }
11494
+
11495
+ .commodity-card__detail-value {
11496
+ color: #374151;
11497
+ font-weight: 600; }
11498
+
11499
+ .config-panel {
11500
+ background: #fff;
11501
+ border: 1px solid #e2e8f0;
11502
+ border-radius: 12px;
11503
+ padding: 20px;
11504
+ margin-bottom: 24px;
11505
+ -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
11506
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
11507
+
11508
+ .config-panel__title {
11509
+ display: -webkit-box;
11510
+ display: -ms-flexbox;
11511
+ display: flex;
11512
+ -webkit-box-align: center;
11513
+ -ms-flex-align: center;
11514
+ align-items: center;
11515
+ grid-gap: 8px;
11516
+ gap: 8px;
11517
+ font-size: 18px;
11518
+ font-weight: 600;
11519
+ color: #1e293b;
11520
+ margin-bottom: 16px; }
11521
+
11522
+ .config-panel__grid {
11523
+ display: grid;
11524
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
11525
+ grid-gap: 16px;
11526
+ gap: 16px; }
11527
+
11528
+ .config-panel__field {
11529
+ -webkit-box-orient: vertical;
11530
+ -webkit-box-direction: normal;
11531
+ -ms-flex-direction: column;
11532
+ flex-direction: column; }
11533
+
11534
+ .config-panel__field, .config-panel__label {
11535
+ display: -webkit-box;
11536
+ display: -ms-flexbox;
11537
+ display: flex;
11538
+ grid-gap: 8px;
11539
+ gap: 8px; }
11540
+
11541
+ .config-panel__label {
11542
+ -webkit-box-align: center;
11543
+ -ms-flex-align: center;
11544
+ align-items: center;
11545
+ font-size: 14px;
11546
+ font-weight: 500;
11547
+ color: #374151;
11548
+ text-transform: capitalize; }
11549
+
11550
+ .config-panel__select {
11551
+ width: 100%;
11552
+ padding: 10px 12px;
11553
+ border: 1px solid #d1d5db;
11554
+ border-radius: 8px;
11555
+ background: #fff;
11556
+ font-size: 14px;
11557
+ color: #374151;
11558
+ -webkit-transition: all .2s ease;
11559
+ transition: all .2s ease; }
11560
+
11561
+ .config-panel__select:focus {
11562
+ outline: none;
11563
+ border-color: #3b82f6;
11564
+ -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
11565
+ box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); }
11566
+
11567
+ .config-panel__summary {
11568
+ margin-top: 16px;
11569
+ padding: 12px;
11570
+ background: #f0f9ff;
11571
+ border: 1px solid #bae6fd;
11572
+ border-radius: 8px; }
11573
+
11574
+ .config-panel__summary-text {
11575
+ font-size: 14px;
11576
+ color: #0c4a6e; }
11577
+
11578
+ .Inventory-table {
11579
+ width: 100%;
11580
+ background-color: #fff;
11581
+ border-radius: 8px;
11582
+ overflow: hidden;
11583
+ -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
11584
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
11585
+ -webkit-box-shadow: var(--shadow-md);
11586
+ box-shadow: var(--shadow-md);
11587
+ border: 1px solid #e2e8f0;
11588
+ border: 1px solid var(--border-color); }
11589
+
11590
+ .Inventory-table table {
11591
+ width: 100%;
11592
+ border-collapse: collapse;
11593
+ font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
11594
+ background-color: #fff; }
11595
+
11596
+ .Inventory-table thead {
11597
+ background: linear-gradient(135deg, #2563eb, #1d4ed8);
11598
+ background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
11599
+ position: sticky;
11600
+ top: 0;
11601
+ z-index: 10; }
11602
+
11603
+ .Inventory-table thead th {
11604
+ padding: 16px 12px;
11605
+ text-align: left;
11606
+ font-weight: 600;
11607
+ font-size: 14px;
11608
+ color: #fff;
11609
+ border-bottom: 2px solid #1d4ed8;
11610
+ border-bottom: 2px solid var(--primary-hover);
11611
+ text-transform: uppercase;
11612
+ letter-spacing: .5px;
11613
+ white-space: nowrap;
11614
+ position: relative; }
11615
+
11616
+ .Inventory-table thead th:hover {
11617
+ background-color: #1d4ed8;
11618
+ background-color: var(--primary-hover); }
11619
+
11620
+ .Inventory-table thead th:not(:last-child):after {
11621
+ content: "";
11622
+ position: absolute;
11623
+ right: 0;
11624
+ top: 25%;
11625
+ height: 50%;
11626
+ width: 1px;
11627
+ background-color: rgba(255, 255, 255, 0.2); }
11628
+
11629
+ .Inventory-table tbody {
11630
+ background-color: #fff; }
11631
+
11632
+ .Inventory-table tbody tr {
11633
+ -webkit-transition: all .2s ease-in-out;
11634
+ transition: all .2s ease-in-out;
11635
+ border-bottom: 1px solid #e2e8f0;
11636
+ border-bottom: 1px solid var(--border-color); }
11637
+
11638
+ .Inventory-table tbody tr:hover {
11639
+ background-color: #dbeafe !important;
11640
+ background-color: var(--primary-light) !important;
11641
+ -webkit-transform: translateX(2px);
11642
+ transform: translateX(2px);
11643
+ -webkit-box-shadow: inset 3px 0 0 #2563eb;
11644
+ box-shadow: inset 3px 0 0 #2563eb;
11645
+ -webkit-box-shadow: inset 3px 0 0 var(--primary-color);
11646
+ box-shadow: inset 3px 0 0 var(--primary-color); }
11647
+
11648
+ .Inventory-table tbody tr.even-row {
11649
+ background-color: #f8fafc;
11650
+ background-color: var(--light-color); }
11651
+
11652
+ .Inventory-table tbody tr.odd-row {
11653
+ background-color: #fff; }
11654
+
11655
+ .Inventory-table tbody td {
11656
+ padding: 12px;
11657
+ font-size: 14px;
11658
+ color: #0f172a;
11659
+ color: var(--text-primary);
11660
+ vertical-align: middle;
11661
+ line-height: 1.5; }
11662
+
11663
+ .Inventory-table tbody td:last-child {
11664
+ border-right: none; }
11665
+
11666
+ .Inventory-table tbody td[data-column=status] {
11667
+ background-color: #fff7e6 !important;
11668
+ font-weight: 500; }
11669
+
11670
+ .table-fixed-first-column tbody td:first-child, .table-fixed-first-column thead th:first-child {
11671
+ position: sticky;
11672
+ left: 0;
11673
+ z-index: 5;
11674
+ background-color: inherit; }
11675
+
11676
+ .table-fixed-first-column tbody td:first-child {
11677
+ border-right: 1px solid #fdf0c4;
11678
+ border-bottom: none; }
11679
+
11680
+ .table-sticky-header thead {
11681
+ position: sticky;
11682
+ top: 0;
11683
+ z-index: 10; }
11684
+
11685
+ .table-border-style {
11686
+ border: 1px solid #e2e8f0;
11687
+ border: 1px solid var(--border-color); }
11688
+
11689
+ .loader-overlay {
11690
+ position: absolute;
11691
+ top: 0;
11692
+ left: 0;
11693
+ right: 0;
11694
+ bottom: 0;
11695
+ background-color: rgba(255, 255, 255, 0.8);
11696
+ -webkit-box-pack: center;
11697
+ -ms-flex-pack: center;
11698
+ justify-content: center;
11699
+ z-index: 20; }
11700
+
11701
+ .loader-overlay, .table-controls {
11702
+ display: -webkit-box;
11703
+ display: -ms-flexbox;
11704
+ display: flex;
11705
+ -webkit-box-align: center;
11706
+ -ms-flex-align: center;
11707
+ align-items: center; }
11708
+
11709
+ .table-controls {
11710
+ -webkit-box-pack: justify;
11711
+ -ms-flex-pack: justify;
11712
+ justify-content: space-between;
11713
+ margin-bottom: 1rem;
11714
+ grid-gap: 1rem;
11715
+ gap: 1rem;
11716
+ -ms-flex-wrap: wrap;
11717
+ flex-wrap: wrap; }
11718
+
11719
+ .table-controls .search-section {
11720
+ -webkit-box-flex: 1;
11721
+ -ms-flex: 1;
11722
+ flex: 1;
11723
+ min-width: 250px; }
11724
+
11725
+ .table-controls .info-section {
11726
+ display: -webkit-box;
11727
+ display: -ms-flexbox;
11728
+ display: flex;
11729
+ -webkit-box-align: center;
11730
+ -ms-flex-align: center;
11731
+ align-items: center;
11732
+ grid-gap: 1rem;
11733
+ gap: 1rem;
11734
+ -ms-flex-wrap: wrap;
11735
+ flex-wrap: wrap; }
11736
+
11737
+ .table-controls p {
11738
+ margin: 0;
11739
+ color: #64748b;
11740
+ color: var(--text-secondary);
11741
+ font-size: 14px;
11742
+ font-weight: 500; }
11743
+
11744
+ @media (max-width: 1024px) {
11745
+ .Inventory-table {
11746
+ font-size: 13px; }
11747
+ .Inventory-table tbody td, .Inventory-table thead th {
11748
+ padding: 10px 8px; }
11749
+ .table-controls {
11750
+ -webkit-box-orient: vertical;
11751
+ -webkit-box-direction: normal;
11752
+ -ms-flex-direction: column;
11753
+ flex-direction: column;
11754
+ -webkit-box-align: stretch;
11755
+ -ms-flex-align: stretch;
11756
+ align-items: stretch; }
11757
+ .table-controls .search-section {
11758
+ width: 100%; }
11759
+ .table-controls .info-section {
11760
+ -webkit-box-pack: justify;
11761
+ -ms-flex-pack: justify;
11762
+ justify-content: space-between; } }
11763
+
11764
+ @media (max-width: 768px) {
11765
+ .Inventory-table {
11766
+ border-radius: 0;
11767
+ margin: 0 -1rem;
11768
+ -webkit-box-shadow: none;
11769
+ box-shadow: none;
11770
+ border-left: none;
11771
+ border-right: none; }
11772
+ .Inventory-table thead th {
11773
+ font-size: 12px;
11774
+ padding: 12px 6px; }
11775
+ .Inventory-table tbody td {
11776
+ font-size: 12px;
11777
+ padding: 10px 6px; }
11778
+ .Inventory-table {
11779
+ overflow-x: auto;
11780
+ -webkit-overflow-scrolling: touch; }
11781
+ .Inventory-table table {
11782
+ min-width: 600px; } }
11783
+
11784
+ @media (max-width: 480px) {
11785
+ .Inventory-table thead th {
11786
+ font-size: 11px;
11787
+ padding: 10px 4px; }
11788
+ .Inventory-table tbody td {
11789
+ font-size: 11px;
11790
+ padding: 8px 4px; }
11791
+ .table-controls {
11792
+ grid-gap: .5rem;
11793
+ gap: .5rem; }
11794
+ .table-controls .info-section {
11795
+ -webkit-box-orient: vertical;
11796
+ -webkit-box-direction: normal;
11797
+ -ms-flex-direction: column;
11798
+ flex-direction: column;
11799
+ -webkit-box-align: stretch;
11800
+ -ms-flex-align: stretch;
11801
+ align-items: stretch;
11802
+ grid-gap: .5rem;
11803
+ gap: .5rem; }
11804
+ .mobile-card-view .Inventory-table thead {
11805
+ display: none; }
11806
+ .mobile-card-view .Inventory-table tbody, .mobile-card-view .Inventory-table tbody td, .mobile-card-view .Inventory-table tbody tr {
11807
+ display: block; }
11808
+ .mobile-card-view .Inventory-table tbody tr {
11809
+ background-color: #fff;
11810
+ border: 1px solid #e2e8f0;
11811
+ border: 1px solid var(--border-color);
11812
+ border-radius: 8px;
11813
+ margin-bottom: 10px;
11814
+ padding: 12px;
11815
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
11816
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
11817
+ -webkit-box-shadow: var(--shadow-sm);
11818
+ box-shadow: var(--shadow-sm); }
11819
+ .mobile-card-view .Inventory-table tbody td {
11820
+ border: none;
11821
+ padding: 6px 0;
11822
+ display: -webkit-box;
11823
+ display: -ms-flexbox;
11824
+ display: flex;
11825
+ -webkit-box-pack: justify;
11826
+ -ms-flex-pack: justify;
11827
+ justify-content: space-between;
11828
+ -webkit-box-align: center;
11829
+ -ms-flex-align: center;
11830
+ align-items: center; }
11831
+ .mobile-card-view .Inventory-table tbody td:before {
11832
+ content: attr(data-label) ": ";
11833
+ font-weight: 600;
11834
+ color: #64748b;
11835
+ color: var(--text-secondary);
11836
+ -ms-flex-negative: 0;
11837
+ flex-shrink: 0;
11838
+ margin-right: 8px; } }
11839
+
11840
+ @media print {
11841
+ .Inventory-table {
11842
+ -webkit-box-shadow: none;
11843
+ box-shadow: none;
11844
+ border: 1px solid #000; }
11845
+ .Inventory-table thead th {
11846
+ background-color: #f0f0f0 !important;
11847
+ color: #000 !important; }
11848
+ .Inventory-table tbody tr:hover {
11849
+ background-color: initial !important;
11850
+ -webkit-transform: none !important;
11851
+ transform: none !important;
11852
+ -webkit-box-shadow: none !important;
11853
+ box-shadow: none !important; } }
11854
+
11855
+ .Inventory-table:focus-within, .Inventory-table[focus-within] {
11856
+ outline: 2px solid #2563eb;
11857
+ outline: 2px solid var(--primary-color);
11858
+ outline-offset: 2px; }
11859
+
11860
+ .Inventory-table::-webkit-scrollbar {
11861
+ height: 6px; }
11862
+
11863
+ .Inventory-table::-webkit-scrollbar-track {
11864
+ background: #f1f5f9;
11865
+ background: var(--secondary-light); }
11866
+
11867
+ .Inventory-table::-webkit-scrollbar-thumb {
11868
+ background: #64748b;
11869
+ background: var(--secondary-color);
11870
+ border-radius: 3px; }
11871
+
11872
+ .Inventory-table::-webkit-scrollbar-thumb:hover {
11873
+ background: #2563eb;
11874
+ background: var(--primary-color); }
11875
+
11876
+ .inv-badge {
11877
+ display: -webkit-inline-box;
11878
+ display: -ms-inline-flexbox;
11879
+ display: inline-flex;
11880
+ -webkit-box-align: center;
11881
+ -ms-flex-align: center;
11882
+ align-items: center;
11883
+ grid-gap: 6px;
11884
+ gap: 6px;
11885
+ padding: 4px 10px;
11886
+ border-radius: 999px;
11887
+ font-size: 12px;
11888
+ font-weight: 600;
11889
+ text-transform: capitalize;
11890
+ min-width: 100px;
11891
+ border: 1px solid transparent;
11892
+ background-color: #f5f5f5;
11893
+ color: #444; }
11894
+
11895
+ .inv-badge-dot {
11896
+ width: 8px;
11897
+ height: 8px;
11898
+ border-radius: 50%; }
11899
+
11900
+ .inv-badge-approved {
11901
+ background-color: #e6ffed;
11902
+ color: #0f9d58;
11903
+ border-color: #0f9d58; }
11904
+
11905
+ .inv-badge-approved .inv-badge-dot {
11906
+ background-color: #0f9d58; }
11907
+
11908
+ .inv-badge-rejected {
11909
+ background-color: #ffe6e6;
11910
+ color: #d93025;
11911
+ border-color: #d93025; }
11912
+
11913
+ .inv-badge-rejected .inv-badge-dot {
11914
+ background-color: #d93025; }
11915
+
11916
+ .inv-badge-pending {
11917
+ background-color: #fff9e6;
11918
+ color: #fbbc04;
11919
+ border-color: #fbbc04; }
11920
+
11921
+ .inv-badge-pending .inv-badge-dot {
11922
+ background-color: #fbbc04; }
11923
+
11924
+ .inv-badge-inprogress {
11925
+ background-color: #e6f0ff;
11926
+ color: #1967d2;
11927
+ border-color: #1967d2; }
11928
+
11929
+ .inv-badge-inprogress .inv-badge-dot {
11930
+ background-color: #1967d2; }
11931
+
11932
+ .inv-badge-default {
11933
+ background-color: #eee;
11934
+ color: #555;
11935
+ border-color: #ccc; }
11936
+
11937
+ .inv-badge-default .inv-badge-dot {
11938
+ background-color: #aaa; }
11939
+
11940
+ .asset-mgmt-wrapper {
11941
+ background: #fff;
11942
+ border-radius: 8px;
11943
+ padding: 24px;
11944
+ margin: 24px 0;
11945
+ -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
11946
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
11947
+
11948
+ .asset-mgmt-header {
11949
+ margin-bottom: 24px; }
11950
+
11951
+ .asset-mgmt-title {
11952
+ margin: 0 0 8px !important;
11953
+ color: #333 !important;
11954
+ font-size: 18px !important;
11955
+ font-weight: 600 !important; }
11956
+
11957
+ .asset-mgmt-subtitle {
11958
+ margin: 0 !important;
11959
+ color: #666 !important;
11960
+ font-size: 14px !important; }
11961
+
11962
+ .asset-mgmt-id-section {
11963
+ margin-bottom: 16px; }
11964
+
11965
+ .asset-mgmt-label {
11966
+ display: block;
11967
+ margin-bottom: 8px;
11968
+ font-weight: 500;
11969
+ color: #333; }
11970
+
11971
+ .asset-mgmt-input {
11972
+ -webkit-box-flex: 1;
11973
+ -ms-flex: 1;
11974
+ flex: 1;
11975
+ padding: 12px;
11976
+ border: 1px solid #ddd;
11977
+ border-radius: 4px;
11978
+ font-size: 14px; }
11979
+
11980
+ .asset-mgmt-input:focus {
11981
+ outline: none;
11982
+ border-color: #007bff;
11983
+ -webkit-box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
11984
+ box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); }
11985
+
11986
+ .asset-mgmt-input:disabled {
11987
+ background-color: #f8f9fa;
11988
+ cursor: not-allowed; }
11989
+
11990
+ .asset-mgmt-error {
11991
+ background-color: #fff5f5;
11992
+ border: 1px solid #fed7d7;
11993
+ border-radius: 4px;
11994
+ padding: 12px;
11995
+ font-size: 14px;
11996
+ color: red; }
11997
+
11998
+ .asset-mgmt-eligibility {
11999
+ background-color: #fffaf0;
12000
+ border: 1px solid #fbd38d;
12001
+ border-radius: 4px;
12002
+ padding: 12px;
12003
+ font-size: 14px;
12004
+ color: orange; }
12005
+
12006
+ .asset-mgmt-incidents {
12007
+ margin: 24px 0; }
12008
+
12009
+ .asset-mgmt-incidents-title {
12010
+ margin: 0 0 16px !important;
12011
+ color: #333 !important;
12012
+ font-size: 16px !important;
12013
+ font-weight: 600 !important; }
12014
+
12015
+ .asset-mgmt-details {
12016
+ margin-top: 24px; }
12017
+
12018
+ .asset-mgmt-details-title {
12019
+ margin: 0 0 16px !important;
12020
+ color: #333 !important;
12021
+ font-size: 16px !important;
12022
+ font-weight: 600 !important; }
12023
+
12024
+ .asset-mgmt-details-card {
12025
+ background-color: #f8f9fa;
12026
+ border: 1px solid #e9ecef;
12027
+ border-radius: 6px;
12028
+ padding: 16px; }
12029
+
12030
+ .asset-mgmt-details-item {
12031
+ margin: 0 0 8px !important;
12032
+ font-size: 14px !important;
12033
+ line-height: 1.5 !important; }
12034
+
12035
+ .asset-mgmt-details-item:last-child {
12036
+ margin-bottom: 0 !important; }
12037
+
12038
+ .asset-mgmt-details-label {
12039
+ color: #333 !important;
12040
+ font-weight: 600 !important; }
12041
+
10822
12042
  .display-none {
10823
12043
  display: none; }
10824
12044