|
|
@@ -1,9 +1,8 @@
|
|
|
-
|
|
|
.inter-gc {
|
|
|
- font-family: "Inter", sans-serif;
|
|
|
- font-optical-sizing: auto;
|
|
|
- font-weight: 400;
|
|
|
- font-style: normal;
|
|
|
+ font-family: "Inter", sans-serif;
|
|
|
+ font-optical-sizing: auto;
|
|
|
+ font-weight: 400;
|
|
|
+ font-style: normal;
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -473,6 +472,10 @@ body {
|
|
|
margin-bottom: 12px;
|
|
|
}
|
|
|
|
|
|
+.toolbar form {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
.tool-button {
|
|
|
background: none;
|
|
|
border: none;
|
|
|
@@ -513,6 +516,7 @@ body {
|
|
|
resize: none;
|
|
|
transition: var(--transition);
|
|
|
height: 50px;
|
|
|
+ width: 80%;
|
|
|
outline: none;
|
|
|
}
|
|
|
|
|
|
@@ -796,7 +800,13 @@ body {
|
|
|
|
|
|
|
|
|
@media (min-width: 1400px) {
|
|
|
- .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
|
|
|
+
|
|
|
+ .container,
|
|
|
+ .container-lg,
|
|
|
+ .container-md,
|
|
|
+ .container-sm,
|
|
|
+ .container-xl,
|
|
|
+ .container-xxl {
|
|
|
max-width: 1750px;
|
|
|
}
|
|
|
}
|
|
|
@@ -819,86 +829,110 @@ a {
|
|
|
}
|
|
|
|
|
|
.footer {
|
|
|
- --cui-footer-bg: #B1BCC7;
|
|
|
-}
|
|
|
-
|
|
|
-.table thead {
|
|
|
- position: sticky;
|
|
|
- top: 40px;
|
|
|
- background: white;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
- .chat-input {
|
|
|
- padding: 15px 20px;
|
|
|
- border-top: 1px solid var(--border);
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- background-color: white;
|
|
|
- position: relative;
|
|
|
- z-index: 10;
|
|
|
- }
|
|
|
-
|
|
|
- .input-container {
|
|
|
- flex: 1;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- background-color: var(--secondary);
|
|
|
- border-radius: 20px;
|
|
|
- padding: 0 15px;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- .input-container input {
|
|
|
- flex: 1;
|
|
|
- border: none;
|
|
|
- outline: none;
|
|
|
- height: 40px;
|
|
|
- background-color: transparent;
|
|
|
- padding: 0 10px;
|
|
|
- font-size: 15px;
|
|
|
- }
|
|
|
-
|
|
|
- .input-actions {
|
|
|
- display: flex;
|
|
|
- gap: 10px;
|
|
|
- }
|
|
|
-
|
|
|
- .input-btn {
|
|
|
- background: none;
|
|
|
- border: none;
|
|
|
- color: #888;
|
|
|
- cursor: pointer;
|
|
|
- transition: var(--transition);
|
|
|
- font-size: 18px;
|
|
|
- }
|
|
|
-
|
|
|
- .input-btn:hover {
|
|
|
- color: var(--primary);
|
|
|
- }
|
|
|
-
|
|
|
- .send-btn {
|
|
|
- background-color: var(--primary);
|
|
|
- color: white;
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- border-radius: 50%;
|
|
|
- border: none;
|
|
|
- cursor: pointer;
|
|
|
- margin-left: 10px;
|
|
|
- transition: var(--transition);
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- }
|
|
|
-
|
|
|
- .send-btn:hover {
|
|
|
- background-color: var(--primary-light);
|
|
|
- transform: scale(1.05);
|
|
|
- }
|
|
|
+ --cui-footer-bg: #B1BCC7;
|
|
|
+}
|
|
|
+
|
|
|
+.table thead
|
|
|
+{
|
|
|
+ position: sticky;
|
|
|
+ top: 40px;
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.chat-input {
|
|
|
+ padding: 15px 20px;
|
|
|
+ border-top: 1px solid var(--border);
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ background-color: white;
|
|
|
+ position: relative;
|
|
|
+ z-index: 10;
|
|
|
+}
|
|
|
+
|
|
|
+.input-container {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ background-color: var(--secondary);
|
|
|
+ border-radius: 20px;
|
|
|
+ padding: 0 15px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.input-container input {
|
|
|
+ flex: 1;
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ height: 40px;
|
|
|
+ background-color: transparent;
|
|
|
+ padding: 0 10px;
|
|
|
+ font-size: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-actions {
|
|
|
+ display: flex;
|
|
|
+ gap: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-btn {
|
|
|
+ background: none;
|
|
|
+ border: none;
|
|
|
+ color: #888;
|
|
|
+ cursor: pointer;
|
|
|
+ transition: var(--transition);
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-btn:hover {
|
|
|
+ color: var(--primary);
|
|
|
+}
|
|
|
+
|
|
|
+.send-btn {
|
|
|
+ background-color: var(--primary);
|
|
|
+ color: white;
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ border-radius: 50%;
|
|
|
+ border: none;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-left: 10px;
|
|
|
+ transition: var(--transition);
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.send-btn:hover {
|
|
|
+ background-color: var(--primary-light);
|
|
|
+ transform: scale(1.05);
|
|
|
+}
|
|
|
|
|
|
.modal {
|
|
|
--cui-modal-width: 80%;
|
|
|
}
|
|
|
|
|
|
+.beleg-M1 td {
|
|
|
+ color: #cc8800
|
|
|
+}
|
|
|
+
|
|
|
+.beleg-M2 td {
|
|
|
+ color: #cc2200
|
|
|
+}
|
|
|
+
|
|
|
+.beleg-M3 td {
|
|
|
+ color: #882200
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-datetime-edit-year-field:not([aria-valuenow]),
|
|
|
+::-webkit-datetime-edit-month-field:not([aria-valuenow]),
|
|
|
+::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
|
|
|
+ color: #eee;
|
|
|
+}
|
|
|
|
|
|
+input[type="date"]:in-range::-webkit-datetime-edit-year-field,
|
|
|
+input[type="date"]:in-range::-webkit-datetime-edit-month-field,
|
|
|
+input[type="date"]:in-range::-webkit-datetime-edit-day-field,
|
|
|
+input[type="date"]:in-range::-webkit-datetime-edit-text {
|
|
|
+ color: #eee;
|
|
|
+}
|