SSO sign in, Jadwal Sidang

main
marszayn 2025-04-22 13:14:23 +07:00
parent 1f9ffd8a38
commit 42bb76fad5
23 changed files with 7671 additions and 6377 deletions

View File

@ -0,0 +1,19 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class JadwalSidangController extends Controller
{
public function index()
{
return view('penjadwalan.jadwal_sidang');
}
public function create()
{
return view('penjadwalan.create_jadwal');
}
}

View File

@ -0,0 +1,19 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class NewsController extends Controller
{
public function index()
{
return view('frontend.news');
}
public function detail()
{
return view('frontend.news_detail');
}
}

View File

@ -1,152 +1,150 @@
/*!
* FullCalendar v1.6.4 Stylesheet
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw
*/
.fc {
.fc {
direction: ltr;
text-align: left;
}
}
.fc table {
.fc table {
border-collapse: collapse;
border-spacing: 0;
}
}
html .fc,
.fc table {
html .fc,
.fc table {
font-size: 1em;
font-family: "Helvetica Neue", Helvetica;
}
font-family: "Urbanist", sans-serif;
}
.fc td,
.fc th {
.fc td,
.fc th {
padding: 0;
vertical-align: top;
}
}
/* Header
/* Header
------------------------------------------------------------------------*/
.fc-header td {
.fc-header td {
white-space: nowrap;
padding: 15px 10px 0px;
}
}
.fc-header-left {
.fc-header-left {
width: 25%;
text-align: left;
}
}
.fc-header-center {
.fc-header-center {
text-align: center;
}
}
.fc-header-right {
.fc-header-right {
width: 25%;
text-align: right;
}
}
.fc-header-title {
.fc-header-title {
display: inline-block;
vertical-align: top;
margin-top: -5px;
}
}
.fc-header-title h2 {
.fc-header-title h2 {
margin-top: 0;
white-space: nowrap;
font-size: 32px;
font-weight: 100;
margin-bottom: 10px;
}
}
.fc .fc-header-space {
.fc .fc-header-space {
padding-left: 10px;
}
}
.fc-header .fc-button {
.fc-header .fc-button {
margin-bottom: 1em;
vertical-align: top;
}
}
/* buttons edges butting together */
/* buttons edges butting together */
.fc-header .fc-button {
.fc-header .fc-button {
margin-right: -1px;
}
}
.fc-header .fc-corner-right, /* non-theme */
.fc-header .fc-corner-right, /* non-theme */
.fc-header .ui-corner-right {
/* theme */
margin-right: 0; /* back to normal */
}
}
/* button layering (for border precedence) */
/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
z-index: 2;
}
}
.fc-header .fc-state-down {
.fc-header .fc-state-down {
z-index: 3;
}
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
.fc-header .fc-state-active,
.fc-header .ui-state-active {
z-index: 4;
}
}
/* Content
/* Content
------------------------------------------------------------------------*/
.fc-content {
.fc-content {
clear: both;
zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}
}
.fc-view {
.fc-view {
width: 100%;
overflow: hidden;
}
}
/* Cell Styles
/* Cell Styles
------------------------------------------------------------------------*/
/* <th>, usually */
.fc-widget-content {
/* <th>, usually */
.fc-widget-content {
/* <td>, usually */
border: 1px solid #e5e5e5;
}
.fc-widget-header {
}
.fc-widget-header {
border-bottom: 1px solid #eee;
}
.fc-state-highlight {
}
.fc-state-highlight {
/* <td> today cell */ /* TODO: add .fc-today to <th> */
/* background: #fcf8e3; */
}
}
.fc-state-highlight > div > div.fc-day-number {
.fc-state-highlight > div > div.fc-day-number {
background-color: #ff3b30;
color: #ffffff;
border-radius: 50%;
margin: 4px;
}
}
.fc-cell-overlay {
.fc-cell-overlay {
/* semi-transparent rectangle while dragging */
background: #bce8f1;
opacity: 0.3;
filter: alpha(opacity=30); /* for IE */
}
}
/* Buttons
/* Buttons
------------------------------------------------------------------------*/
.fc-button {
.fc-button {
position: relative;
display: inline-block;
padding: 0 0.6em;
@ -155,80 +153,80 @@
line-height: 1.9em;
white-space: nowrap;
cursor: pointer;
}
}
.fc-state-default {
.fc-state-default {
/* non-theme */
border: 1px solid;
}
}
.fc-state-default.fc-corner-left {
.fc-state-default.fc-corner-left {
/* non-theme */
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
}
.fc-state-default.fc-corner-right {
.fc-state-default.fc-corner-right {
/* non-theme */
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
}
/*
/*
Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
and we'll try to make them look good cross-browser.
*/
.fc-text-arrow {
.fc-text-arrow {
margin: 0 0.4em;
font-size: 2em;
line-height: 23px;
vertical-align: baseline; /* for IE7 */
}
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
/* for &lsaquo; &rsaquo; */
font-weight: bold;
}
}
/* icon (for jquery ui) */
/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
.fc-button .fc-icon-wrap {
position: relative;
float: left;
top: 50%;
}
}
.fc-button .ui-icon {
.fc-button .ui-icon {
position: relative;
float: left;
margin-top: -50%;
margin-top: 0;
top: -50%;
}
}
.fc-state-default {
.fc-state-default {
border-color: #ff3b30;
color: #ff3b30;
}
.fc-button-month.fc-state-default,
.fc-button-agendaWeek.fc-state-default,
.fc-button-agendaDay.fc-state-default {
}
.fc-button-month.fc-state-default,
.fc-button-agendaWeek.fc-state-default,
.fc-button-agendaDay.fc-state-default {
min-width: 67px;
text-align: center;
transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
color: #333333;
background-color: #ffe3e3;
}
}
.fc-state-hover {
.fc-state-hover {
color: #ff3b30;
text-decoration: none;
background-position: 0 -15px;
@ -236,17 +234,17 @@
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
}
.fc-state-down,
.fc-state-active {
.fc-state-down,
.fc-state-active {
background-color: #ff3b30;
background-image: none;
outline: 0;
color: #ffffff;
}
}
.fc-state-disabled {
.fc-state-disabled {
cursor: default;
background-image: none;
background-color: #ffe3e3;
@ -254,317 +252,317 @@
box-shadow: none;
border: 1px solid #ffe3e3;
color: #ff3b30;
}
}
/* Global Event Styles
/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
.fc-event-container > * {
z-index: 8;
}
}
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
z-index: 9;
}
}
.fc-event {
.fc-event {
border: 0; /* default BORDER color */
background-color: #fff; /* default BACKGROUND color */
color: #919191; /* default TEXT color */
font-size: 12px;
cursor: default;
margin: 4px;
}
.fc-event.chill {
}
.fc-event.chill {
background-color: #f3dcf8;
}
.fc-event.info {
}
.fc-event.info {
background-color: #c6ebfe;
}
.fc-event.important {
}
.fc-event.important {
background-color: #ffbebe;
}
.fc-event.success {
}
.fc-event.success {
background-color: #beffbf;
}
.fc-event:hover {
}
.fc-event:hover {
opacity: 0.7;
}
a.fc-event {
}
a.fc-event {
text-decoration: none;
}
}
a.fc-event,
.fc-event-draggable {
a.fc-event,
.fc-event-draggable {
cursor: pointer;
}
}
.fc-rtl .fc-event {
.fc-rtl .fc-event {
text-align: right;
}
}
.fc-event-inner {
.fc-event-inner {
width: 100%;
height: 100%;
overflow: hidden;
line-height: 15px;
}
}
.fc-event-time,
.fc-event-title {
.fc-event-time,
.fc-event-title {
padding: 0 1px;
}
}
.fc .ui-resizable-handle {
.fc .ui-resizable-handle {
display: block;
position: absolute;
z-index: 99999;
overflow: hidden; /* hacky spaces (IE6/7) */
font-size: 300%; /* */
line-height: 50%; /* */
}
}
/* Horizontal Events
/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
.fc-event-hori {
border-width: 1px 0;
margin-bottom: 1px;
}
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
border-left-width: 1px;
/*
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
*/
}
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
border-right-width: 1px;
/*
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
*/
}
}
/* resizable */
/* resizable */
.fc-event-hori .ui-resizable-e {
.fc-event-hori .ui-resizable-e {
top: 0 !important; /* importants override pre jquery ui 1.7 styles */
right: -3px !important;
width: 7px !important;
height: 100% !important;
cursor: e-resize;
}
}
.fc-event-hori .ui-resizable-w {
.fc-event-hori .ui-resizable-w {
top: 0 !important;
left: -3px !important;
width: 7px !important;
height: 100% !important;
cursor: w-resize;
}
}
.fc-event-hori .ui-resizable-handle {
.fc-event-hori .ui-resizable-handle {
_padding-bottom: 14px; /* IE6 had 0 height */
}
}
/* Reusable Separate-border Table
/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
table.fc-border-separate {
border-collapse: separate;
}
}
.fc-border-separate th,
.fc-border-separate td {
.fc-border-separate th,
.fc-border-separate td {
border-width: 1px 0 0 1px;
}
}
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
border-right-width: 1px;
}
.fc-border-separate tr.fc-last th {
}
.fc-border-separate tr.fc-last th {
border-bottom-width: 1px;
border-color: #cdcdcd;
font-size: 16px;
font-weight: 300;
line-height: 30px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
border-top-width: 0;
}
}
/* Month View, Basic Week View, Basic Day View
/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
.fc-grid th {
text-align: center;
}
}
.fc .fc-week-number {
.fc .fc-week-number {
width: 22px;
text-align: center;
}
}
.fc .fc-week-number div {
.fc .fc-week-number div {
padding: 0 2px;
}
}
.fc-grid .fc-day-number {
.fc-grid .fc-day-number {
float: right;
padding: 0 2px;
}
}
.fc-grid .fc-other-month .fc-day-number {
.fc-grid .fc-other-month .fc-day-number {
opacity: 0.3;
filter: alpha(opacity=30); /* for IE */
/* opacity with small font can sometimes look too faded
might want to set the 'color' property instead
making day-numbers bold also fixes the problem */
}
}
.fc-grid .fc-day-content {
.fc-grid .fc-day-content {
clear: both;
padding: 2px 2px 1px; /* distance between events and day edges */
}
}
/* event styles */
/* event styles */
.fc-grid .fc-event-time {
.fc-grid .fc-event-time {
font-weight: bold;
}
}
/* right-to-left */
/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
.fc-rtl .fc-grid .fc-day-number {
float: left;
}
}
.fc-rtl .fc-grid .fc-event-time {
.fc-rtl .fc-grid .fc-event-time {
float: right;
}
}
/* Agenda Week View, Agenda Day View
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
.fc-agenda table {
border-collapse: separate;
}
}
.fc-agenda-days th {
.fc-agenda-days th {
text-align: center;
}
}
.fc-agenda .fc-agenda-axis {
.fc-agenda .fc-agenda-axis {
width: 50px;
padding: 0 4px;
vertical-align: middle;
text-align: right;
white-space: nowrap;
font-weight: normal;
}
}
.fc-agenda .fc-week-number {
.fc-agenda .fc-week-number {
font-weight: bold;
}
}
.fc-agenda .fc-day-content {
.fc-agenda .fc-day-content {
padding: 2px 2px 1px;
}
}
/* make axis border take precedence */
/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
.fc-agenda-days .fc-agenda-axis {
border-right-width: 1px;
}
}
.fc-agenda-days .fc-col0 {
.fc-agenda-days .fc-col0 {
border-left-width: 0;
}
}
/* all-day area */
/* all-day area */
.fc-agenda-allday th {
.fc-agenda-allday th {
border-width: 0 1px;
}
}
.fc-agenda-allday .fc-day-content {
.fc-agenda-allday .fc-day-content {
min-height: 34px; /* TODO: doesnt work well in quirksmode */
_height: 34px;
}
}
/* divider (between all-day and slots) */
/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
.fc-agenda-divider-inner {
height: 2px;
overflow: hidden;
}
}
.fc-widget-header .fc-agenda-divider-inner {
.fc-widget-header .fc-agenda-divider-inner {
background: #eee;
}
}
/* slot rows */
/* slot rows */
.fc-agenda-slots th {
.fc-agenda-slots th {
border-width: 1px 1px 0;
}
}
.fc-agenda-slots td {
.fc-agenda-slots td {
border-width: 1px 0 0;
background: none;
}
}
.fc-agenda-slots td div {
.fc-agenda-slots td div {
height: 20px;
}
}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
border-top-width: 0;
}
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
border-top-style: solid; /* doesn't work with background in IE6/7 */
}
}
/* Vertical Events
/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
.fc-event-vert {
border-width: 0 1px;
}
}
.fc-event-vert.fc-event-start {
.fc-event-vert.fc-event-start {
border-top-width: 1px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
}
.fc-event-vert.fc-event-end {
.fc-event-vert.fc-event-end {
border-bottom-width: 1px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
}
.fc-event-vert .fc-event-time {
.fc-event-vert .fc-event-time {
white-space: nowrap;
font-size: 10px;
}
}
.fc-event-vert .fc-event-inner {
.fc-event-vert .fc-event-inner {
position: relative;
z-index: 2;
}
}
.fc-event-vert .fc-event-bg {
.fc-event-vert .fc-event-bg {
/* makes the event lighter w/ a semi-transparent overlay */
position: absolute;
z-index: 1;
@ -575,16 +573,16 @@
background: #fff;
opacity: 0.25;
filter: alpha(opacity=25);
}
}
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}
}
/* resizable */
/* resizable */
.fc-event-vert .ui-resizable-s {
.fc-event-vert .ui-resizable-s {
bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
width: 100% !important;
height: 8px !important;
@ -594,22 +592,22 @@
font-family: monospace;
text-align: center;
cursor: s-resize;
}
}
.fc-agenda .ui-resizable-resizing {
.fc-agenda .ui-resizable-resizing {
/* TODO: better selector */
_overflow: hidden;
}
}
thead tr.fc-first {
thead tr.fc-first {
background-color: #f7f7f7;
}
table.fc-header {
}
table.fc-header {
background-color: #ffffff;
border-radius: 6px 6px 0 0;
}
}
.fc-week .fc-day > div .fc-day-number {
.fc-week .fc-day > div .fc-day-number {
font-size: 12px;
margin: 4px;
width: 24px;
@ -623,72 +621,71 @@
top: 4px;
font-size: 1rem;
color: var(--text-primary-light);
}
}
.fc-sun,
.fc-sat {
.fc-sun,
.fc-sat {
color: #b8b8b8;
}
}
.fc-week .fc-day:hover .fc-day-number {
.fc-week .fc-day:hover .fc-day-number {
background-color: #b8b8b8;
border-radius: 50%;
color: #ffffff;
transition: background-color 0.2s;
}
.fc-week .fc-day.fc-state-highlight:hover .fc-day-number {
}
.fc-week .fc-day.fc-state-highlight:hover .fc-day-number {
background-color: #ff3b30;
}
.fc-button-today {
}
.fc-button-today {
border: 1px solid rgba(255, 255, 255, 0);
}
.fc-view-agendaDay thead tr.fc-first .fc-widget-header {
}
.fc-view-agendaDay thead tr.fc-first .fc-widget-header {
text-align: right;
padding-right: 10px;
}
}
/*estilossss */
#wrap {
/*estilossss */
#wrap {
margin: 0 auto;
}
}
#external-events {
#external-events {
float: left;
width: 150px;
padding: 0 10px;
text-align: left;
}
}
#external-events h4 {
#external-events h4 {
font-size: 16px;
margin-top: 0;
padding-top: 1em;
}
}
.external-event {
.external-event {
margin: 10px 0;
padding: 2px 4px;
background: #3366cc;
color: #fff;
font-size: 0.85em;
cursor: pointer;
}
}
#external-events p {
#external-events p {
margin: 1.5em 0;
font-size: 11px;
color: #666;
}
}
#external-events p input {
#external-events p input {
margin: 0;
vertical-align: middle;
}
}
#calendar {
#calendar {
margin: 0 auto;
background-color: #ffffff;
border-radius: 6px;
box-shadow: none;
}
}

View File

@ -0,0 +1,144 @@
body {
margin: 0;
padding: 0;
background-color: rgba(0, 42, 134, 0.32);
background-image: url("/assets/images/auth/bg-login.svg");
background-blend-mode: multiply;
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
}
.container {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
padding: 20px;
}
.login-card {
background: white;
border-radius: 20px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 800px;
overflow: hidden;
display: flex;
}
.login-image {
flex: 1;
background-color: #e6f2ff;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.login-form {
flex: 1;
padding: 30px;
display: flex;
flex-direction: column;
align-items: left;
}
.logo {
max-width: 200px;
margin-bottom: 20px;
}
.text-login {
font-size: 18px;
color: #ff8427;
margin: 10px 0;
}
.subtext {
color: #666;
text-align: left;
font-size: 14px;
margin-bottom: 20px;
}
.form-group {
width: 100%;
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #555;
font-size: 14px;
}
input[type="text"],
input[type="password"] {
width: 100%;
padding: 10px 15px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 14px;
box-sizing: border-box;
}
.password-container {
position: relative;
}
.password-toggle {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
color: #999;
}
.remember-me {
display: flex;
align-items: center;
margin: 10px 0;
}
.remember-me input {
margin-right: 8px;
}
.login-button {
width: 100%;
background-color: #ff8427;
color: white;
border: none;
border-radius: 5px;
padding: 12px;
font-size: 16px;
cursor: pointer;
margin-top: 10px;
text-align: center;
}
.login-button:hover {
background-color: #e67416;
}
@media (max-width: 768px) {
.login-card {
flex-direction: column;
}
.login-image {
display: none;
}
.login-form {
align-items: center;
text-align: left;
}
.logo {
margin: 0 auto 20px; /* Memastikan logo berada di tengah */
}
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -0,0 +1,96 @@
<svg width="388" height="690" viewBox="0 0 388 690" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_465_224)">
<path d="M80.8813 146.912H307.119C351.788 146.912 388 184.627 388 231.15V605.762C388 652.286 351.788 690 307.119 690H80.8813C36.2124 690 0 652.286 0 605.762V231.15C0 184.627 36.2124 146.912 80.8813 146.912Z" fill="#CAE9FF"/>
<path d="M302.226 690H256.748V484.15H302.226V690Z" fill="#62B6CB"/>
<path d="M264.808 490.762H272.003V595.7H264.808V490.762ZM276.897 490.762H284.092V595.7H276.897V490.762Z" fill="#CAE9FF"/>
<path d="M336.19 684.537C366.413 672.75 388 643.425 388 608.925V501.687H357.778V463.45H287.834V647.737H336.19V684.537Z" fill="#62B6CB"/>
<path d="M380.229 526.7H295.605V533.025H380.229V526.7Z" fill="#CAE9FF"/>
<path d="M380.229 540.212H295.605V546.537H380.229V540.212Z" fill="#CAE9FF"/>
<path d="M380.229 513.188H295.605V519.225H380.229V513.188Z" fill="#CAE9FF"/>
<path d="M349.189 469.2H334.751V483.621H349.189V469.2Z" fill="#CAE9FF"/>
<path d="M329.615 469.2H315.178V483.621H329.615V469.2Z" fill="#CAE9FF"/>
<path d="M310.043 469.2H295.605V483.621H310.043V469.2Z" fill="#CAE9FF"/>
<path d="M349.189 488.462H334.751V502.883H349.189V488.462Z" fill="#CAE9FF"/>
<path d="M329.615 488.462H315.178V502.883H329.615V488.462Z" fill="#CAE9FF"/>
<path d="M310.043 488.462H295.605V502.883H310.043V488.462Z" fill="#CAE9FF"/>
<path d="M349.189 469.2H334.751V483.621H349.189V469.2Z" fill="#CAE9FF"/>
<path d="M329.615 469.2H315.178V483.621H329.615V469.2Z" fill="#CAE9FF"/>
<path d="M310.043 469.2H295.605V483.621H310.043V469.2Z" fill="#CAE9FF"/>
<path d="M84.0479 525.55H138.161V664.413H84.0479V525.55Z" fill="#62B6CB"/>
<path d="M114.317 532.163H99.8789V546.584H114.317V532.163Z" fill="#CAE9FF"/>
<path d="M133.889 532.163H119.451V546.584H133.889V532.163Z" fill="#CAE9FF"/>
<path d="M51.8101 684.537C21.5875 672.75 0 643.425 0 608.925V501.687H30.2225V463.45H100.166V647.737H51.8101V684.537Z" fill="#62B6CB"/>
<path d="M7.77148 526.7H92.3946V533.025H7.77148V526.7Z" fill="#CAE9FF"/>
<path d="M7.77148 540.212H92.3946V546.537H7.77148V540.212Z" fill="#CAE9FF"/>
<path d="M7.77148 553.725H92.3946V560.05H7.77148V553.725Z" fill="#CAE9FF"/>
<path d="M7.77148 567.238H92.3946V573.563H7.77148V567.238Z" fill="#CAE9FF"/>
<path d="M7.77148 513.188H92.3946V519.225H7.77148V513.188Z" fill="#CAE9FF"/>
<path d="M53.2952 469.2H38.8574V483.621H53.2952V469.2Z" fill="#CAE9FF"/>
<path d="M72.8674 469.2H58.4297V483.621H72.8674V469.2Z" fill="#CAE9FF"/>
<path d="M92.4407 469.2H78.0029V483.621H92.4407V469.2Z" fill="#CAE9FF"/>
<path d="M53.2952 488.462H38.8574V502.883H53.2952V488.462Z" fill="#CAE9FF"/>
<path d="M72.8674 488.462H58.4297V502.883H72.8674V488.462Z" fill="#CAE9FF"/>
<path d="M92.4407 488.462H78.0029V502.883H92.4407V488.462Z" fill="#CAE9FF"/>
<path d="M54.4007 669.013C62.8259 669.013 69.6559 667.468 69.6559 665.563C69.6559 663.657 62.8259 662.113 54.4007 662.113C45.9755 662.113 39.1455 663.657 39.1455 665.563C39.1455 667.468 45.9755 669.013 54.4007 669.013Z" fill="#4A4E69"/>
<path d="M59.8722 637.1H47.7803V666.54H59.8722V637.1Z" fill="#A67056"/>
<path d="M53.825 644C49.5075 645.725 44.6143 646.875 39.4333 646.875C18.9971 646.875 2.30273 630.2 2.30273 609.787C2.30273 593.975 12.3769 580.75 26.1929 575.287C25.3294 572.987 25.0416 570.4 25.0416 567.812C25.0416 556.887 31.9496 547.687 41.4481 543.95C39.4333 539.925 38.282 534.75 38.282 529C38.282 516.637 44.6143 506.575 52.3858 506.575H53.825V644Z" fill="#115E58"/>
<path d="M53.8252 644C58.1427 645.725 63.0359 646.875 68.2169 646.875C88.6531 646.875 105.06 630.2 105.06 609.787C105.06 593.975 95.2733 580.75 81.4572 575.287C82.0329 572.987 82.6086 570.4 82.6086 567.812C82.6086 556.887 75.7006 547.687 65.9142 543.95C68.2169 539.925 69.3682 534.75 69.3682 529C69.3682 516.637 63.0359 506.575 55.2644 506.575H53.8252V644Z" fill="#217E76"/>
<path d="M82.0328 655.5C85.3711 655.5 88.0773 654.856 88.0773 654.063C88.0773 653.269 85.3711 652.625 82.0328 652.625C78.6945 652.625 75.9883 653.269 75.9883 654.063C75.9883 654.856 78.6945 655.5 82.0328 655.5Z" fill="#4A4E69"/>
<path d="M84.0964 642.562H79.1543V654.594H84.0964V642.562Z" fill="#A67056"/>
<path d="M81.7453 645.15C80.0183 646.012 78.0034 646.3 75.9886 646.3C67.6414 646.3 60.7334 639.687 60.7334 631.35C60.7334 624.737 64.7631 619.275 70.5197 617.262C70.2319 616.112 69.9441 615.25 69.9441 614.1C69.9441 609.787 72.8224 605.762 76.8521 604.325C75.9886 602.6 75.4129 600.587 75.4129 598.287C75.4129 593.112 78.0034 589.087 81.1696 589.087H81.7453V645.15Z" fill="#115E58"/>
<path d="M81.7451 645.15C83.4721 646.012 85.487 646.3 87.5018 646.3C95.849 646.3 102.757 639.687 102.757 631.35C102.757 624.737 98.7273 619.275 92.9706 617.262C93.2585 616.112 93.5463 615.25 93.5463 614.1C93.5463 609.787 90.668 605.762 86.6383 604.325C87.5018 602.6 88.0775 600.587 88.0775 598.287C88.0775 593.112 85.487 589.087 82.3208 589.087H81.7451V645.15Z" fill="#217E76"/>
<path d="M344.825 652.337C351.502 652.337 356.914 651.05 356.914 649.462C356.914 647.875 351.502 646.587 344.825 646.587C338.149 646.587 332.736 647.875 332.736 649.462C332.736 651.05 338.149 652.337 344.825 652.337Z" fill="#4A4E69"/>
<path d="M349.3 626.75H339.644V650.262H349.3V626.75Z" fill="#A67056"/>
<path d="M344.537 632.212C341.083 633.65 337.054 634.512 333.024 634.512C316.617 634.512 303.377 621.287 303.377 604.9C303.377 592.25 311.436 581.612 322.374 577.3C321.798 575.575 321.51 573.562 321.51 571.55C321.51 562.637 326.979 555.162 334.751 552.287C333.024 549.125 332.16 545.1 332.16 540.5C332.16 530.437 337.054 522.387 343.386 522.387H344.537V632.212Z" fill="#115E58"/>
<path d="M344.537 632.212C347.991 633.65 352.021 634.512 356.05 634.512C372.457 634.512 385.697 621.287 385.697 604.9C385.697 592.25 377.638 581.612 366.7 577.3C367.276 575.575 367.564 573.562 367.564 571.55C367.564 562.637 362.095 555.162 354.323 552.287C356.05 549.125 356.914 545.1 356.914 540.5C356.914 530.437 352.021 522.387 345.688 522.387H344.537V632.212Z" fill="#217E76"/>
<path d="M309.997 644.288C313.018 644.288 315.466 643.644 315.466 642.85C315.466 642.056 313.018 641.413 309.997 641.413C306.977 641.413 304.528 642.056 304.528 642.85C304.528 643.644 306.977 644.288 309.997 644.288Z" fill="#4A4E69"/>
<path d="M312.179 632.5H307.694V643.422H312.179V632.5Z" fill="#A67056"/>
<path d="M309.997 635.088C308.27 635.663 306.543 635.95 304.528 635.95C297.044 635.95 290.712 629.913 290.712 622.438C290.712 616.4 294.454 611.513 299.635 609.5C299.347 608.638 299.347 607.775 299.347 606.625C299.347 602.6 301.65 599.15 305.391 598C304.528 596.275 303.952 594.55 303.952 592.25C303.952 587.65 306.543 583.913 309.421 583.913H309.997V635.088Z" fill="#115E58"/>
<path d="M309.997 635.088C311.436 635.663 313.451 635.95 315.178 635.95C322.662 635.95 328.994 629.913 328.994 622.438C328.994 616.4 325.252 611.513 320.071 609.5C320.359 608.638 320.647 607.775 320.647 606.625C320.647 602.6 318.056 599.15 314.315 598C315.178 596.275 315.754 594.55 315.754 592.25C315.754 587.65 313.451 583.913 310.573 583.913H309.997V635.088Z" fill="#217E76"/>
<path d="M0 238.625V227.7C0 216.775 2.30267 206.425 6.33235 196.65C7.19585 196.938 8.34718 197.225 9.49852 197.513C10.362 195.788 11.5134 194.35 12.6647 192.913C21.0119 183.713 35.1157 183.138 44.0386 191.475C49.5074 196.363 51.8101 203.263 51.2344 209.875C58.7181 207.575 67.3531 209.3 73.6855 215.05C80.5935 221.088 82.8962 230.288 80.5935 238.625H0Z" fill="white"/>
<path d="M388 312.8V382.95H317.193C311.724 368.575 314.602 351.9 325.54 339.825C336.765 327.175 354.035 323.15 369.291 327.75C370.442 325.45 371.881 323.438 373.608 321.425C377.638 317.113 382.531 313.95 388 312.8Z" fill="white"/>
<path d="M209.831 301.875C207.528 295.262 208.68 287.5 213.861 282.037C219.042 276.287 227.101 274.275 234.009 276.575C234.585 275.425 235.448 274.275 236.024 273.412C241.205 267.95 250.128 267.375 255.597 272.55C259.051 275.712 260.49 280.025 259.914 284.05C264.807 282.612 270.276 283.762 274.018 287.212C278.336 291.237 279.775 296.987 278.336 301.875H209.831Z" fill="white"/>
<path d="M96.1367 422.625C93.834 416.588 94.9854 409.688 99.5907 404.513C104.196 399.338 111.392 397.613 117.724 399.625C118.3 398.763 118.876 397.9 119.739 397.038C124.057 391.863 132.116 391.575 137.009 396.175C139.887 398.763 141.327 402.788 141.039 406.525C145.356 405.088 149.962 405.95 153.703 409.4C157.445 412.85 158.597 418.025 157.445 422.625H96.1367Z" fill="white"/>
<path d="M0 355.35V334.938C1.15134 335.225 2.30267 335.225 3.45401 335.8C3.74184 334.938 4.31751 334.075 4.89318 333.5C8.92285 329.188 15.543 328.9 19.8605 332.638C22.451 334.938 23.6024 338.388 23.3145 341.55C27.0564 340.4 31.0861 341.263 34.2522 343.85C37.4184 347.013 38.5697 351.325 37.4184 355.35H0Z" fill="white"/>
<path d="M299.059 213.038C297.332 207.863 298.196 202.113 302.225 197.8C306.255 193.2 312.299 191.763 317.768 193.488C318.056 192.625 318.632 191.763 319.207 191.188C323.237 186.875 329.857 186.588 334.175 190.613C336.765 192.913 337.917 196.075 337.629 199.238C341.371 198.088 345.4 198.95 348.567 201.825C351.733 204.7 352.884 209.013 351.733 213.038H299.059Z" fill="white"/>
<path d="M377.062 649.463C362.958 673.613 336.765 690 307.118 690H80.8811C51.2342 690 25.0414 673.613 10.9375 649.463C55.8396 635.088 121.178 626.175 194 626.175C266.822 626.175 332.16 635.088 377.062 649.463Z" fill="#9A8C98"/>
<path d="M333.888 685.4C325.541 688.275 316.33 690 307.119 690H80.882C71.6714 690 62.4607 688.275 54.1135 685.4C50.3717 679.075 46.9177 672.175 44.3271 664.7C80.882 646.012 134.419 634.225 194.001 634.225C253.582 634.225 307.119 646.012 343.674 664.7C341.084 672.175 337.63 679.075 333.888 685.4Z" fill="#877B85"/>
<path d="M184.214 123.337L171.837 122.475L170.686 120.462C168.959 118.45 167.808 115.575 166.944 113.275C164.929 107.237 164.354 100.912 164.929 94.875C165.505 89.4125 166.944 85.3875 169.247 80.5C170.398 78.4875 171.55 76.7625 172.413 74.75C173.564 72.1625 174.428 69.2875 175.004 66.4125C175.867 62.3875 176.731 58.3625 177.018 54.3375C177.306 52.0375 177.306 50.025 177.306 47.725V43.4125C177.594 37.375 182.199 25.5875 184.79 19.8375L193.425 0V21.5625C193.425 22.425 194.288 24.4375 194.576 25.3C195.728 27.8875 196.591 30.1875 197.455 32.775C198.894 36.225 200.333 40.25 200.333 43.9875V54.9125C200.909 58.9375 201.772 62.9625 202.636 66.9875C203.211 69.8625 204.075 72.7375 205.226 75.325C206.09 77.3375 207.241 79.35 208.392 81.075C210.695 85.9625 212.134 89.9875 212.71 95.45C213.285 101.487 212.71 107.812 210.695 113.85C209.831 116.15 208.68 119.025 206.953 121.325L205.802 123.05L184.214 124.775V123.337Z" fill="#FF7B00"/>
<path d="M174.14 117.875C174.14 117.875 167.808 108.963 169.535 95.45C170.974 81.65 176.155 82.225 179.321 67.5625C182.775 52.6125 181.624 50.025 181.912 43.4125C181.912 37.0875 188.82 21.5625 188.82 21.5625C188.82 25.0125 195.44 37.0875 195.728 44.275C196.015 50.6 194.864 53.1875 198.318 68.1375C201.484 82.8 206.665 82.5125 208.104 96.025C209.831 109.537 203.499 118.737 203.499 118.737L188.82 119.887V119.312L174.14 117.875Z" fill="#FFF200"/>
<path d="M187.092 115C187.092 115 181.336 98.325 183.351 89.7C185.365 81.075 188.532 66.125 188.532 66.125C188.532 66.125 194 89.9875 193.713 93.15C193.137 96.3125 187.092 115 187.092 115Z" fill="#FFA200"/>
<path d="M188.243 67.85L188.531 66.9875C188.819 71.3 190.258 90.2751 190.258 93.1501C189.97 95.4501 188.819 105.513 188.243 111.263L187.668 112.988C187.092 108.675 185.941 96.6001 186.516 89.7001C187.092 82.8 187.955 72.1625 188.243 67.85Z" fill="#FF7B00"/>
<path d="M189.107 23C190.259 27.3125 195.728 37.6625 195.728 44.275C196.015 50.6 194.864 53.1875 198.318 68.1375C201.484 82.8 206.665 82.5125 208.104 96.025C209.544 107.237 205.226 115.575 203.787 117.875C203.211 118.162 202.923 118.45 202.348 118.737L196.015 119.312C201.196 105.8 200.333 94.3 196.591 85.1C192.849 76.1875 190.547 60.375 191.41 51.175C191.986 43.4125 189.683 27.6 189.107 23Z" fill="#FF7B00"/>
<path d="M192.562 32.4875C194.289 36.5125 195.728 40.825 195.728 44.2751C196.016 50.6 194.864 53.1875 198.318 68.1376C201.484 82.8001 206.665 82.5126 208.105 96.0251C209.256 106.375 205.802 114.138 204.075 117.3L198.318 117.588C203.499 104.363 202.348 92.5751 198.606 83.6626C194.864 74.7501 192.562 58.9376 193.425 49.7376C193.713 45.425 193.137 38.525 192.562 32.4875Z" fill="#FFA200"/>
<path d="M174.14 117.875C174.14 117.875 167.808 108.963 169.535 95.4501C170.974 81.6501 176.155 82.2251 179.321 67.5626C182.775 52.6126 181.624 50.0251 181.912 43.4125C181.912 38.8125 185.941 28.4625 187.956 23.8625C186.517 27.6 184.79 35.3625 186.229 48.3001C188.244 66.7001 177.306 81.3626 177.306 98.0376C177.306 103.5 178.17 111.263 178.458 118.45L174.14 117.875Z" fill="#FF7B00"/>
<path d="M173.564 116.725C171.837 113.85 168.095 105.8 169.535 95.4499C170.974 81.6499 176.155 82.2249 179.321 67.5624C182.775 52.6124 181.624 50.0249 181.911 43.4125C181.911 41.6875 182.487 39.1 183.351 36.5125C183.351 39.3875 183.351 42.8375 183.926 46.8624C185.653 65.2624 174.716 79.9249 174.716 96.5999C174.716 102.062 175.867 110.112 175.867 117.012L173.564 116.725Z" fill="#FFA200"/>
<path d="M128.662 126.788L140.175 139.438L125.208 155.25L131.253 171.35L153.128 178.825L161.763 189.75L146.796 570.688H187.092H187.668H228.253L213.285 189.75L221.632 178.825L243.508 171.35L249.552 155.25L234.585 139.438L246.386 126.788L187.38 102.925L128.662 126.788Z" fill="#F2E9E4"/>
<path d="M221.633 178.825L243.508 171.35L248.114 158.7L230.268 152.088L183.927 141.738L177.019 144.325L185.941 164.163L221.633 178.825Z" fill="#C7C0BB"/>
<path d="M131.253 171.35L153.128 178.825L161.763 189.75L146.796 570.688H185.941V146.625L131.253 171.35Z" fill="#C7C0BB"/>
<path d="M151.688 178.25L153.128 178.825L161.763 189.75L185.941 182.275V158.987L174.715 158.7L151.688 178.25Z" fill="#B8ABB6"/>
<path d="M131.253 171.35L153.128 178.825L185.941 164.163V146.625L131.253 171.35Z" fill="#9A8C98"/>
<path d="M125.208 155.25L131.253 171.35L185.941 146.625L243.508 171.35L249.552 155.25L186.517 130.812L125.208 155.25Z" fill="#F2E9E4"/>
<path d="M125.208 155.25L131.253 171.35L132.404 157.262L181.911 136.562L185.941 146.625L192.273 136.85L244.371 157.55L243.508 171.35L249.552 155.25L186.517 130.812L125.208 155.25Z" fill="#C7C0BB"/>
<path d="M125.208 155.25L131.253 171.35L185.941 146.625L186.229 146.913L186.517 130.812L125.208 155.25Z" fill="#C7C0BB"/>
<path d="M125.208 155.25L131.253 171.35L132.404 157.262L181.911 136.562L185.941 146.625L186.229 146.337L186.517 130.812L125.208 155.25Z" fill="#9A8C98"/>
<path d="M140.175 139.437L125.208 155.25L141.615 141.45L182.775 123.337L186.517 130.812L189.107 124.2L232.57 141.45L248.689 154.962L248.977 154.675L234.585 139.437L185.941 119.6L140.175 139.437Z" fill="#C7C0BB"/>
<path d="M140.175 139.437L125.208 155.25L186.517 130.812L185.941 119.6L140.175 139.437Z" fill="#F2E9E4"/>
<path d="M140.175 139.437L125.208 155.25L141.615 141.45L182.775 123.337L186.517 130.812L185.941 119.6L140.175 139.437Z" fill="#C7C0BB"/>
<path d="M128.662 126.788L140.175 139.438L185.941 119.6L234.585 139.438L246.386 126.788L187.38 102.925L128.662 126.788Z" fill="#C7C0BB"/>
<path d="M128.662 126.788L140.175 139.438L185.941 119.6L234.585 139.438L246.386 126.788L233.721 135.413L191.122 115.863L187.38 102.925L182.775 116.15L142.19 133.4L128.662 126.788Z" fill="#9A8C98"/>
<path d="M128.662 126.788L140.175 139.438L185.941 119.6L187.38 102.925L128.662 126.788Z" fill="#C7C0BB"/>
<path d="M128.662 126.788L140.175 139.438L185.941 119.6L187.38 102.925L182.775 116.15L142.19 133.4L128.662 126.788Z" fill="#9A8C98"/>
<path d="M176.155 562.637L28.2081 581.325L23.8906 586.787L30.5108 597.137C30.5108 597.137 67.0657 590.237 112.543 642.85L187.092 648.6L271.14 643.712C271.14 643.712 277.472 620.712 338.493 598L354.324 597.425L364.11 585.35L357.49 578.162L176.155 562.637Z" fill="#4A4E69"/>
<path d="M176.155 562.637L28.2081 581.325L23.8906 586.787L30.5108 597.137C30.5108 597.137 44.039 594.55 65.0509 604.612L61.309 599.725L172.701 591.1L186.517 643.425L184.214 590.525L324.677 598.287L305.392 612.95C314.027 608.062 324.965 603.175 338.493 598L354.324 597.425L364.11 585.35L357.49 578.162L176.155 562.637Z" fill="#2F3247"/>
<path d="M176.155 562.637L28.2081 581.325L23.8906 586.787L30.5108 597.137C30.5108 597.137 67.0657 590.237 112.543 642.85L187.092 648.6L177.018 584.487L176.443 572.125L176.155 562.637Z" fill="#4A4E69"/>
<path d="M176.155 562.637L28.2081 581.325L23.8906 586.787L30.5108 597.137C30.5108 597.137 44.039 594.55 65.0509 604.612L61.309 599.725L172.701 591.1L186.517 643.425L177.018 584.487L176.443 572.125L176.155 562.637Z" fill="#2F3247"/>
<path d="M176.155 562.637L28.2081 581.325L23.8906 586.787L30.5108 597.137C30.5108 597.137 31.6621 596.85 33.9648 596.85L177.018 584.487L354.324 597.425L364.11 585.35L357.49 578.162L176.155 562.637Z" fill="#9A8C98"/>
<path d="M176.155 562.637L28.2081 581.325L23.8906 586.787L30.5108 597.137C30.5108 597.137 31.6621 596.85 33.9648 596.85L177.018 584.487L176.443 572.125L176.155 562.637Z" fill="#9A8C98"/>
<path d="M176.155 562.637L28.2081 581.325L23.8906 586.787L176.443 572.125L364.11 585.35L357.49 578.162L176.155 562.637Z" fill="#F2E9E4"/>
<path d="M176.155 562.637L28.2081 581.325L23.8906 586.787L176.443 572.125L176.155 562.637Z" fill="#D6CFCB"/>
</g>
<defs>
<clipPath id="clip0_465_224">
<rect width="388" height="690" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,196 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 350.15">
<defs>
<style>
.cls-1 {
fill: #f0f0f0;
}
.cls-2, .cls-3 {
fill: #fff;
}
.cls-4 {
fill: #f5f5f5;
}
.cls-3, .cls-5 {
opacity: .3;
}
.cls-6 {
fill: #155dfc;
}
.cls-7 {
opacity: .2;
}
.cls-8 {
fill: #e0e0e0;
}
.cls-9 {
fill: #ebebeb;
}
.cls-10, .cls-5 {
fill: #407bff;
}
.cls-11 {
fill: #263238;
}
</style>
</defs>
<g id="Robot_Parts" data-name="Robot Parts">
<g>
<rect class="cls-9" y="304.99" width="500" height=".25"/>
<rect class="cls-9" x="428.22" y="321.09" width="21.68" height=".25"/>
<rect class="cls-9" x="310.56" y="315.9" width="34.11" height=".25"/>
<rect class="cls-9" x="396.59" y="311.8" width="44.53" height=".25"/>
<rect class="cls-9" x="161.88" y="316.84" width="11.14" height=".25"/>
<rect class="cls-9" x="114.58" y="316.84" width="38.39" height=".25"/>
<rect class="cls-9" x="66.31" y="312.62" width="27.7" height=".25"/>
<g>
<path class="cls-9" d="m216.07,123.47l.45-13.14-8.07-2.64c-.33-4.49-1.08-8.92-2.15-13.2l6.84-5.04-4.64-12.34-8.46.68c-2.02-3.99-4.39-7.79-7.04-11.35l4.38-7.31-9.01-9.61-7.56,3.87c-3.41-2.89-7-5.52-10.84-7.83l1.22-8.39-12-5.45-5.5,6.44c-4.19-1.36-8.53-2.38-13.02-3.05l-2.04-8.23-13.18-.45-2.6,8.07c-4.53.37-8.92,1.08-13.2,2.15l-5.08-6.8-12.34,4.61.68,8.46c-3.99,2.05-7.79,4.42-11.35,7.07l-7.28-4.38-9.65,8.97,3.87,7.6c-2.89,3.37-5.52,7-7.8,10.84l-8.39-1.26-5.48,12,6.48,5.5c-1.36,4.19-2.41,8.56-3.05,13.02l-8.26,2.08-.45,13.14,8.1,2.64c.33,4.52,1.08,8.92,2.15,13.19l-6.84,5.04,4.64,12.34,8.46-.68c2.02,3.99,4.39,7.79,7.04,11.35l-4.38,7.31,9.01,9.61,7.56-3.87c3.37,2.89,7,5.52,10.84,7.84l-1.26,8.39,12,5.45,5.53-6.44c4.19,1.36,8.53,2.38,13.02,3.05l2.04,8.23,13.18.45,2.6-8.07c4.52-.37,8.92-1.08,13.19-2.15l5.04,6.8,12.34-4.61-.65-8.46c3.99-2.05,7.75-4.42,11.35-7.08l7.28,4.38,9.65-8.97-3.87-7.6c2.89-3.37,5.52-7,7.8-10.84l8.39,1.26,5.48-12-6.48-5.5c1.36-4.19,2.41-8.53,3.05-13.02l8.23-2.08Zm-88.8,42.57c-28.78-.99-51.31-25.12-50.33-53.9.99-28.81,25.12-51.35,53.9-50.36,28.78.99,51.31,25.12,50.33,53.93-.99,28.78-25.12,51.31-53.9,50.33Z"/>
<path class="cls-9" d="m440.96,80.01l3.31-3.09-1.32-2.61c1.01-1.18,1.91-2.44,2.69-3.74l2.9.44,1.88-4.14-2.23-1.9c.48-1.46.83-2.97,1.05-4.48l2.85-.71.15-4.54-2.79-.9c-.12-1.54-.36-3.05-.73-4.55l2.35-1.75-1.6-4.25-2.91.23c-.69-1.35-1.5-2.66-2.43-3.92l1.51-2.5-3.1-3.32-2.6,1.33c-1.19-1.01-2.44-1.91-3.74-2.69l.42-2.9-4.13-1.89-1.9,2.23c-1.47-.47-2.98-.82-4.49-1.04l-.71-2.84-4.54-.16-.91,2.8c-1.53.12-3.05.36-4.55.74l-1.74-2.35-4.26,1.59.24,2.92c-1.35.69-2.68,1.5-3.92,2.43l-2.52-1.51-3.31,3.09,1.33,2.62c-1.02,1.18-1.91,2.44-2.69,3.74l-2.9-.44-1.88,4.14,2.23,1.9c-.48,1.46-.83,2.97-1.05,4.48l-2.85.71-.15,4.54,2.79.9c.12,1.53.36,3.05.73,4.55l-2.35,1.74,1.6,4.25,2.92-.22c.69,1.35,1.5,2.66,2.43,3.92l-1.51,2.5,3.1,3.32,2.6-1.33c1.19,1.01,2.44,1.91,3.74,2.69l-.43,2.89,4.13,1.89,1.9-2.22c1.47.47,2.97.81,4.49,1.04l.71,2.84,4.54.16.91-2.8c1.53-.12,3.05-.36,4.55-.74l1.74,2.35,4.26-1.59-.24-2.92c1.35-.69,2.67-1.49,3.92-2.43l2.51,1.5Zm-23.62-19.13c-2.44-2.61-2.3-6.71.31-9.14,2.61-2.44,6.71-2.3,9.15.31,2.44,2.61,2.3,6.71-.32,9.15-2.61,2.44-6.71,2.3-9.14-.31Z"/>
<path class="cls-9" d="m319.99,214.93l-10.34-7.14s0-.02,0-.02c-1.02-3.76-2.43-7.37-4.16-10.77l2.65-10.4-15-16.06-10.56,1.93c-3.27-1.95-6.78-3.61-10.45-4.88,0,0-.02,0-.03,0l-6.42-10.81-21.96-.75-7.14,10.34s-.03,0-.04,0c-3.75,1.02-7.37,2.43-10.76,4.15l-10.39-2.65-16.06,15,1.93,10.54s0,0,0,0c-1.99,3.31-3.61,6.82-4.88,10.49l-10.81,6.42-.75,21.97,10.35,7.15c1.02,3.78,2.39,7.39,4.15,10.82t0,0l-2.64,10.37,15,16.06,10.49-1.92c3.31,1.96,6.83,3.61,10.55,4.89,0,0,0,0,0,0l6.41,10.79,21.96.75,7.14-10.33c3.8-1.02,7.42-2.43,10.85-4.16,0,0,0,0,0,0l10.35,2.64,16.06-15-1.93-10.54c1.99-3.31,3.61-6.82,4.88-10.5,0,0,0,0,0,0l10.81-6.42.75-21.97Zm-68.45,33.39c-13.65-.47-24.32-11.93-23.85-25.55.47-13.65,11.89-24.32,25.55-23.85,13.65.47,24.32,11.89,23.85,25.55-.47,13.61-11.89,24.32-25.55,23.85Z"/>
<path class="cls-9" d="m343.55,152.55s-.05,0-.07,0l-17.32-.59c-.72-.02-1.38-.41-1.74-1.03l-4.66-7.85c-2.48-.9-4.92-2.03-7.28-3.38l-7.51,1.37c-.71.13-1.43-.11-1.92-.64l-11.83-12.66c-.49-.53-.68-1.27-.5-1.96l1.89-7.41c-1.15-2.35-2.11-4.85-2.86-7.47l-7.53-5.2c-.59-.41-.94-1.09-.91-1.81l.59-17.32c.02-.72.41-1.38,1.03-1.74l7.87-4.67c.93-2.55,2.06-4.99,3.37-7.25l-1.38-7.53c-.13-.71.11-1.43.64-1.92l12.67-11.83c.53-.49,1.27-.68,1.96-.5l7.43,1.9c2.41-1.17,4.9-2.13,7.45-2.87l5.2-7.53c.41-.59,1.08-.96,1.81-.91l17.32.59c.72.02,1.38.41,1.74,1.03l4.67,7.87c2.48.91,4.91,2.04,7.23,3.37l7.55-1.38c.71-.13,1.43.11,1.92.64l11.83,12.67c.49.53.68,1.27.5,1.96l-1.9,7.44c1.17,2.41,2.13,4.9,2.87,7.45l7.52,5.2c.59.41.93,1.09.91,1.81l-.59,17.32c-.02.72-.41,1.38-1.03,1.74l-7.87,4.67c-.93,2.55-2.06,4.98-3.37,7.24l1.38,7.54c.13.71-.11,1.43-.64,1.92l-12.66,11.82c-.53.49-1.26.68-1.96.5l-7.4-1.89c-2.44,1.18-4.95,2.14-7.49,2.87l-5.19,7.52c-.4.57-1.04.91-1.74.91Zm-16.09-4.78l15.01.51,4.97-7.2c.28-.41.71-.71,1.19-.84,2.76-.74,5.51-1.79,8.15-3.13,0,0,0,0,.01,0,.44-.22.96-.28,1.46-.15l7.04,1.79,10.98-10.25-1.31-7.17c-.09-.51,0-1.03.27-1.47,1.45-2.4,2.68-5.04,3.65-7.83.16-.5.5-.91.94-1.17l7.52-4.47.51-15.01-7.2-4.97c-.38-.26-.66-.64-.8-1.07-.02-.05-.03-.11-.05-.17-.75-2.76-1.8-5.47-3.11-8.05-.23-.46-.29-.98-.16-1.48l1.8-7.08-10.25-10.98-7.19,1.32c-.5.09-1.02,0-1.46-.26-2.5-1.49-5.14-2.72-7.85-3.67-.15-.05-.31-.12-.44-.21-.29-.18-.53-.43-.71-.72l-4.47-7.53-15.01-.51-4.97,7.2c-.3.43-.74.73-1.24.85-2.78.76-5.48,1.8-8.05,3.11-.46.23-.98.29-1.48.16l-7.08-1.8-10.98,10.25,1.31,7.17c.08.45.02.92-.19,1.32-.03.06-.06.11-.1.17-1.45,2.41-2.68,5.06-3.65,7.86-.16.47-.49.87-.92,1.12l-7.53,4.47-.51,15.01,7.21,4.98c.41.28.71.7.84,1.19.78,2.88,1.82,5.61,3.11,8.12.07.14.13.3.17.45.08.34.08.69,0,1.03l-1.8,7.05,10.25,10.98,7.14-1.31c.5-.09,1.02,0,1.45.26,2.55,1.5,5.2,2.74,7.89,3.67.49.15.91.48,1.17.93l4.46,7.52Zm24.78-94.81h0,0Zm-15.51,75.85c-.37,0-.74,0-1.11-.02-17.45-.6-31.15-15.28-30.56-32.72.6-17.45,15.3-31.15,32.72-30.56,17.45.6,31.15,15.28,30.56,32.72-.29,8.44-3.85,16.27-10.03,22.04-5.91,5.53-13.54,8.53-21.59,8.53Zm-.04-59.09c-14.7,0-26.9,11.7-27.41,26.5-.52,15.12,11.36,27.84,26.48,28.36,7.33.25,14.31-2.37,19.67-7.38,5.35-5,8.44-11.79,8.69-19.1.52-15.12-11.36-27.84-26.48-28.36-.32-.01-.64-.02-.95-.02Z"/>
<g>
<polygon class="cls-8" points="383.44 27.92 376.27 25.99 374.34 18.82 377.15 16.01 380.11 22.14 386.25 25.11 383.44 27.92"/>
<path class="cls-8" d="m383.88,23.11c1.31-1.31,1.31-3.44,0-4.74-1.31-1.31-3.43-1.3-4.73,0l3.57-5.35,4.79,2.42,1.05,5.03-4.67,2.64Z"/>
<path class="cls-1" d="m376.58,16.57l5.26-5.26,7.17,1.93,1.93,7.17-5.26,5.26-7.17-1.93-1.93-7.17Zm9.55,4.3c1.31-1.31,1.31-3.44,0-4.74-1.31-1.31-3.43-1.3-4.73,0-1.31,1.31-1.31,3.42,0,4.72,1.31,1.31,3.43,1.32,4.73,0Z"/>
</g>
<g>
<polygon class="cls-8" points="90.22 219.3 94.07 218.27 95.1 214.42 93.6 212.91 92.01 216.2 88.71 217.79 90.22 219.3"/>
<path class="cls-8" d="m89.98,216.72c-.7-.7-.7-1.84,0-2.55s1.84-.7,2.54,0l-1.91-2.87-2.57,1.3-.56,2.7,2.5,1.42Z"/>
<path class="cls-1" d="m93.9,213.21l-2.82-2.82-3.85,1.03-1.03,3.85,2.82,2.82,3.85-1.03,1.03-3.85Zm-5.12,2.31c-.7-.7-.7-1.84,0-2.55s1.84-.7,2.54,0,.7,1.83,0,2.54-1.84.71-2.54,0Z"/>
</g>
<g>
<path class="cls-1" d="m76.36,8.25l3.19,3.19c.83.83,2.19.83,3.02,0h0c.83-.83.83-2.19,0-3.02l-3.19-3.19c-.83-.83-2.19-.83-3.02,0h0c-.83.83-.83,2.19,0,3.02Z"/>
<path class="cls-8" d="m74.11.3c2.46-.88,5.13.27,5.96,2.58.83,2.31-.49,4.9-2.95,5.79-2.46.88-5.13-.27-5.96-2.58-.83-2.31.49-4.9,2.95-5.79Z"/>
<rect class="cls-1" x="74.93" y="-.57" width="1.37" height="10.1" transform="translate(96.96 77.16) rotate(-109.76)"/>
</g>
</g>
<ellipse id="_Path_" data-name="&amp;lt;Path&amp;gt;" class="cls-4" cx="250" cy="338.83" rx="193.89" ry="11.32"/>
<g>
<path class="cls-11" d="m86.72,43.24c-1-4.4-.55-8.11,1.34-11.12,1.9-3.01,5.03-5.01,9.41-6.01,4.49-1.02,8.22-.6,11.2,1.26,2.98,1.86,4.96,4.96,5.95,9.3.72,3.15.77,5.86.17,8.12-.6,2.26-1.78,4.18-3.53,5.76-1.75,1.58-4.12,2.71-7.12,3.39-3.04.69-5.67.78-7.88.26-2.21-.52-4.18-1.68-5.89-3.5-1.72-1.82-2.93-4.3-3.65-7.45Zm8.34-1.86c.62,2.72,1.57,4.57,2.85,5.52,1.28.96,2.79,1.24,4.54.84,1.79-.41,3.04-1.3,3.76-2.69s.73-3.59.05-6.61c-.58-2.54-1.51-4.28-2.8-5.22-1.29-.94-2.81-1.21-4.57-.81-1.68.38-2.9,1.28-3.64,2.7-.75,1.42-.81,3.51-.18,6.25Z"/>
<path class="cls-11" d="m118.59,39.94c-.68-2.98-.23-5.67,1.34-8.06,1.57-2.39,4.07-3.97,7.49-4.75,3.91-.89,7.13-.43,9.64,1.39,2.02,1.46,3.34,3.53,3.95,6.21.68,3.01.25,5.7-1.31,8.07-1.56,2.37-4.1,3.96-7.62,4.76-3.14.71-5.86.5-8.16-.66-2.83-1.43-4.61-3.75-5.34-6.95Zm7.5-1.72c.4,1.74,1.04,2.95,1.94,3.62.89.67,1.88.89,2.94.65,1.08-.25,1.87-.86,2.38-1.84.51-.98.55-2.38.14-4.19-.39-1.69-1.02-2.88-1.91-3.54-.89-.67-1.85-.89-2.88-.65-1.09.25-1.9.87-2.42,1.88-.52,1-.59,2.36-.19,4.08Z"/>
<path class="cls-11" d="m148.58,51.16l-6.13-26.98,7.01-1.59.66,2.89c.69-1.43,1.4-2.46,2.11-3.07.96-.82,2.1-1.39,3.43-1.69,2.61-.59,4.86-.05,6.74,1.62,1.88,1.67,3.16,3.98,3.83,6.93.74,3.25.52,5.91-.64,7.97-1.17,2.07-2.94,3.37-5.32,3.91-1.15.26-2.25.3-3.29.13-1.04-.18-2.02-.57-2.95-1.17l2.12,9.33-7.56,1.72Zm3.61-18.86c.35,1.55.94,2.62,1.76,3.22s1.73.79,2.72.56c.87-.2,1.52-.72,1.95-1.57.43-.85.44-2.14.05-3.85-.36-1.58-.93-2.67-1.71-3.28-.78-.6-1.61-.8-2.5-.6-.96.22-1.67.77-2.14,1.67-.47.89-.51,2.18-.13,3.86Z"/>
<path class="cls-11" d="m169.43,32.89l7.27-2.39c.51.81,1.08,1.35,1.72,1.6.64.25,1.42.28,2.34.07,1.01-.23,1.74-.62,2.19-1.17.36-.42.48-.86.37-1.34-.12-.54-.5-.89-1.13-1.06-.45-.12-1.58-.13-3.4-.04-2.7.14-4.61.13-5.71-.03-1.1-.16-2.1-.62-3-1.38-.9-.76-1.49-1.73-1.75-2.91-.29-1.29-.17-2.48.37-3.58.54-1.1,1.41-2.03,2.62-2.79,1.21-.76,2.92-1.39,5.12-1.89,2.33-.53,4.09-.74,5.28-.64,1.19.1,2.24.45,3.15,1.02.91.58,1.76,1.45,2.54,2.62l-6.94,2.31c-.33-.58-.74-.97-1.23-1.17-.68-.26-1.43-.29-2.27-.1-.85.19-1.43.48-1.75.87-.32.39-.43.8-.33,1.23.11.48.44.78.98.92.55.13,1.66.11,3.35-.07,2.55-.28,4.5-.31,5.82-.09,1.33.23,2.42.73,3.28,1.52.86.79,1.41,1.74,1.66,2.85.26,1.13.16,2.3-.27,3.52-.44,1.22-1.32,2.31-2.64,3.28-1.32.96-3.25,1.73-5.77,2.31-3.57.81-6.23.88-7.97.21-1.75-.67-3.05-1.9-3.9-3.68Z"/>
<path class="cls-11" d="m193.85,8.16l8.21-.05.04,6.3-1.51,12.67-5.08.03-1.62-12.65-.04-6.3Zm.4,20.89l7.66-.04.04,6.77-7.66.04-.04-6.77Z"/>
</g>
<g>
<g>
<path class="cls-6" d="m128.68,94.17c-.06,0-.12-.01-.18-.03-4.5-1.74-7.19-3.45-8.59-5.49-1.02.2-2.15.07-3.23-.44-1.05-.5-2.06-1.37-2.78-2.62-.68.52-1.51.66-2.43.38-1.02-.32-2.07-1.17-2.95-2.41-.56.4-1.13.46-1.55.43-2.97-.24-7-6.16-7.29-12.47-.01-.28.2-.51.48-.52.27-.02.51.2.52.48.27,5.99,4.11,11.33,6.37,11.51.37.04.67-.08.93-.28-1.36-2.38-2.06-5.78-1.02-9.41.86-3,1.62-4.18,2.53-3.96,1.72.43,1.5,6.97.58,11.29-.21.98-.51,1.68-.85,2.18.79,1.17,1.72,1.95,2.54,2.21.73.23,1.27.04,1.67-.35-.79-1.94-.95-4.57.12-7.94,1.4-4.43,1.97-4.55,2.31-4.62.24-.05.48.03.64.22.92,1.04-.18,7.92-1.34,11.32-.15.44-.34.83-.56,1.16.62,1.22,1.54,2.05,2.49,2.5.77.37,1.56.5,2.27.43-.09-.19-.17-.38-.24-.58-.79-2.15-.41-4.63,1.18-7.58,1.06-1.96,1.92-2.87,2.71-2.87h0c.24,0,.67.09.99.66.87,1.61.24,6.92-1.48,9.55-.41.62-.97,1.09-1.62,1.4,1.34,1.76,3.88,3.31,7.95,4.89.26.1.39.39.29.65-.08.2-.27.32-.47.32Zm-5.65-16.47s-.57,0-1.83,2.35c-1.45,2.68-1.81,4.89-1.13,6.76.08.23.18.45.3.67.53-.23.99-.6,1.32-1.1,1.4-2.14,2.07-6.54,1.55-8.26-.11-.35-.22-.41-.22-.41Zm-7.17-4.21c-.26.49-.69,1.48-1.34,3.53-.86,2.71-.86,4.88-.38,6.55.03-.08.06-.17.09-.25,1.18-3.44,1.75-8.17,1.63-9.83Zm-6.59-3.15c-.17.16-.65.79-1.35,3.22-.92,3.21-.35,6.14.73,8.25.21-.43.35-.93.45-1.4,1.04-4.91.74-9.35.17-10.06Z"/>
<path class="cls-6" d="m166.7,146.59c-1.52,0-3.13-.35-4.56-1.19-.24-.14-.32-.45-.18-.68.14-.24.45-.32.68-.18,3.57,2.09,8.18.63,9.13-.89.11-.18.21-.41.15-.67-1.41.15-3.15-.22-5.13-1.47-2.54-1.59-2.74-2.06-2.73-2.44,0-.22.14-.42.34-.52,1-.5,5.51,1.57,7.39,2.81.25.16.45.34.62.52.83-.2,1.48-.63,1.9-1.15.29-.35.49-.74.59-1.12-.07,0-.13.02-.2.02-1.6.16-3.2-.53-4.91-2.1-1.17-1.09-1.63-1.83-1.48-2.43.05-.19.21-.53.72-.65,1.38-.34,4.8,1.11,6.19,2.64.31.34.53.75.64,1.18,1.3-.61,2.69-1.99,4.32-4.27.16-.22.47-.28.7-.12.22.16.28.47.12.7-1.89,2.64-3.46,4.14-5.05,4.75-.06.7-.35,1.42-.87,2.04-.51.61-1.25,1.13-2.18,1.41.1.45,0,.93-.28,1.39-.84,1.36-3.26,2.42-5.92,2.42Zm-.89-6.94c.34.25.82.58,1.51,1.01,1.36.85,2.57,1.24,3.6,1.32-1.66-1.03-3.82-1.94-5.11-2.33Zm3.49-4.25c.06.16.28.57,1.17,1.39,1.49,1.37,2.84,1.99,4.13,1.84.11-.01.21-.03.32-.05-.07-.3-.22-.58-.43-.83-1.41-1.54-4.5-2.52-5.18-2.36Z"/>
<path class="cls-6" d="m179.94,145.22l-15.58,2.83-14.15-77.21-30.06,5.46-48.99,87,5.26,28.71,62.84-11.41,4.3,23.48,30.06-5.46-4.3-23.48,15.58-2.83-4.96-27.08Zm-78.85,14.32l25.96-45.57,7.24,39.54-33.2,6.03Z"/>
</g>
<g>
<path class="cls-6" d="m305.43,65.58c-.58-5.33-1.65-10.07-3.2-14.22-1.55-4.14-3.88-8.21-6.99-12.19-3.11-3.98-7.35-7.44-12.7-10.37-5.36-2.93-12.43-4.97-21.22-6.11-18.29-2.38-32.55.86-42.78,9.74-10.23,8.88-16.96,25.88-20.2,51.01-1.32,10.22-1.64,19.67-.98,28.34.66,8.68,2.26,15.65,4.78,20.93,3.45,7.42,8.33,13.34,14.65,17.77,6.31,4.43,14.96,7.36,25.95,8.79,19.6,2.55,34.12-1.21,43.57-11.29,9.45-10.08,15.72-27.11,18.81-51.1,1.38-10.7,1.48-21.14.32-31.32Z"/>
<path class="cls-11" d="m251.77,149.02c-2.4-.08-4.96-.3-7.61-.64-9.15-1.19-16.24-3.51-21.05-6.89-4.75-3.33-8.35-7.72-10.99-13.41l-.05-.1c-1.92-4.02-3.18-9.75-3.73-17.03-.61-7.89-.3-16.67.92-26.1,3.57-27.72,10.94-39.29,16.5-44.11,6.48-5.62,15.22-8.16,26.73-7.77,2.36.08,4.86.29,7.42.63,7.39.96,13.23,2.6,17.37,4.86,4.01,2.19,7.14,4.71,9.31,7.49,2.4,3.08,4.2,6.19,5.35,9.27,1.22,3.27,2.09,7.16,2.57,11.56,1.07,9.31.96,18.95-.29,28.72-2.77,21.54-8.13,36.67-15.92,44.98-5.78,6.17-14.45,8.96-26.51,8.55,0,0,0,0,0,0Z"/>
<path class="cls-6" d="m271.34,65.88l.13-3.79-2.33-.76c-.1-1.29-.31-2.57-.62-3.8l1.97-1.45-1.34-3.56-2.44.2c-.58-1.15-1.26-2.24-2.03-3.27l1.26-2.11-2.6-2.77-2.18,1.12c-.98-.83-2.02-1.59-3.12-2.26l.35-2.42-3.46-1.57-1.58,1.86c-1.21-.39-2.46-.68-3.75-.88l-.59-2.37-3.8-.13-.75,2.33c-1.3.11-2.57.31-3.8.62l-1.46-1.96-3.56,1.33.2,2.44c-1.15.59-2.24,1.27-3.27,2.04l-2.1-1.26-2.78,2.59,1.12,2.19c-.83.97-1.59,2.02-2.25,3.12l-2.42-.36-1.58,3.46,1.87,1.58c-.39,1.21-.7,2.47-.88,3.75l-2.38.6-.13,3.79,2.34.76c.1,1.3.31,2.57.62,3.8l-1.97,1.45,1.34,3.56,2.44-.2c.58,1.15,1.26,2.24,2.03,3.27l-1.26,2.11,2.6,2.77,2.18-1.12c.97.83,2.02,1.59,3.12,2.26l-.36,2.42,3.46,1.57,1.59-1.86c1.21.39,2.46.68,3.75.88l.59,2.37,3.8.13.75-2.33c1.3-.11,2.57-.31,3.8-.62l1.45,1.96,3.56-1.33-.19-2.44c1.15-.59,2.24-1.27,3.27-2.04l2.1,1.26,2.78-2.59-1.12-2.19c.83-.97,1.59-2.02,2.25-3.12l2.42.36,1.58-3.46-1.87-1.58c.39-1.21.69-2.46.88-3.75l2.37-.6Zm-25.6,12.27c-8.3-.28-14.79-7.24-14.51-15.54.28-8.31,7.24-14.8,15.54-14.52,8.3.28,14.79,7.24,14.51,15.55-.28,8.3-7.24,14.79-15.54,14.51Z"/>
<path class="cls-5" d="m287.12,135.46l.27-2.55-1.53-.63c0-.88-.08-1.75-.23-2.59l1.4-.89-.71-2.47h-1.66c-.34-.79-.73-1.57-1.2-2.3l.95-1.36-1.61-2-1.53.64c-.61-.61-1.27-1.17-1.99-1.67l.37-1.63-2.25-1.24-1.18,1.19c-.81-.34-1.64-.59-2.48-.79l-.28-1.64-2.55-.29-.63,1.53c-.88,0-1.74.09-2.59.24l-.89-1.41-2.47.72v1.66c-.78.34-1.56.73-2.3,1.2l-1.36-.96-2,1.61.64,1.53c-.59.61-1.17,1.27-1.67,1.99l-1.61-.36-1.24,2.25,1.18,1.16c-.33.82-.59,1.64-.79,2.49l-1.64.27-.27,2.55,1.53.64c0,.87.08,1.73.23,2.58l-1.41.89.72,2.47h1.66c.34.79.73,1.57,1.2,2.3l-.96,1.36,1.6,2.01,1.54-.65c.61.61,1.27,1.17,1.99,1.67l-.37,1.63,2.25,1.24,1.18-1.18c.81.33,1.64.58,2.48.78l.28,1.64,2.55.29.63-1.54c.87,0,1.74-.09,2.59-.24l.89,1.41,2.46-.72v-1.66c.79-.34,1.57-.73,2.31-1.2l1.35.96,2.01-1.6-.65-1.53c.61-.61,1.17-1.27,1.68-1.99l1.61.36,1.24-2.25-1.18-1.16c.33-.82.58-1.64.78-2.48l1.65-.28Zm-12.87-.99c-1.19,2.16-3.9,2.96-6.06,1.77-2.16-1.19-2.94-3.9-1.76-6.06,1.19-2.16,3.89-2.94,6.05-1.76,2.16,1.19,2.96,3.89,1.77,6.05Z"/>
<path class="cls-2" d="m301.29,92.24l-2.98-2.06s0,0,0,0c-.29-1.08-.7-2.13-1.2-3.1l.76-3-4.32-4.63-3.04.56c-.94-.56-1.95-1.04-3.01-1.41,0,0,0,0,0,0l-1.85-3.12-6.33-.22-2.06,2.98s0,0-.01,0c-1.08.29-2.12.7-3.1,1.2l-3-.76-4.63,4.32.56,3.04s0,0,0,0c-.57.95-1.04,1.97-1.41,3.02l-3.12,1.85-.22,6.33,2.98,2.06c.29,1.09.69,2.13,1.2,3.12t0,0l-.76,2.99,4.32,4.63,3.02-.55c.95.56,1.97,1.04,3.04,1.41,0,0,0,0,0,0l1.85,3.11,6.33.22,2.06-2.98c1.09-.29,2.14-.7,3.13-1.2,0,0,0,0,0,0l2.98.76,4.63-4.32-.56-3.04c.57-.95,1.04-1.97,1.41-3.03,0,0,0,0,0,0l3.12-1.85.22-6.33Zm-19.73,9.62c-3.94-.13-7.01-3.44-6.88-7.36.13-3.94,3.43-7.01,7.36-6.88,3.94.13,7.01,3.43,6.88,7.36-.13,3.92-3.43,7.01-7.36,6.88Z"/>
<path class="cls-10" d="m323.04,41.72l.52-1.26s0,0,0,0c.37-.19.73-.43,1.05-.68l1.16.04,1.36-1.95-.44-1.07c.13-.39.23-.8.28-1.22,0,0,0,0,0,0l1-.92-.42-2.34-1.26-.52s0,0,0,0c-.19-.37-.42-.72-.68-1.04l.04-1.16-1.95-1.36-1.07.44s0,0,0,0c-.4-.14-.8-.23-1.22-.28l-.92-1-2.34.42-.52,1.26c-.38.19-.73.42-1.05.68t0,0l-1.16-.04-1.36,1.95.44,1.07c-.13.39-.23.8-.28,1.23,0,0,0,0,0,0l-1,.92.42,2.34,1.26.52c.19.38.43.73.69,1.05,0,0,0,0,0,0l-.04,1.15,1.95,1.36,1.07-.44c.4.14.8.23,1.22.28,0,0,0,0,0,0l.93,1,2.34-.42Zm-5.09-6.49c-.26-1.46.71-2.84,2.16-3.1,1.46-.26,2.84.71,3.1,2.16s-.71,2.84-2.16,3.1c-1.45.26-2.84-.71-3.1-2.16Z"/>
<path class="cls-10" d="m295.61,35.08l-.76-.64c1.33-1.57,3.21-3.56,6.01-5.03l.46.89c-2.98,1.56-4.89,3.82-5.71,4.79Z"/>
<path class="cls-10" d="m303.59,29.39l-.39-.92c3.78-1.62,7.73-2.25,11.74-1.88l-.09,1c-3.84-.37-7.62.25-11.25,1.8Z"/>
<path class="cls-10" d="m301.7,36.31l-.83-.56c2.05-3.02,6.11-5.64,9.87-6.39l.19.98c-3.52.7-7.32,3.15-9.24,5.97Z"/>
<path class="cls-2" d="m235.34,132.55c-.13,0-.26-.05-.36-.15l-2.1-2.16c-1.07-.1-2.12-.3-3.15-.59l-3.27,1.44c-.16.07-.34.05-.48-.04l-5.48-3.63c-.14-.09-.23-.25-.22-.42l.05-3.56c-.67-.83-1.26-1.73-1.77-2.68l-2.81-1.09c-.16-.06-.28-.2-.31-.37l-1.31-6.44c-.03-.17.02-.34.14-.46l2.16-2.1c.1-1.06.3-2.12.58-3.15l-1.44-3.26c-.07-.16-.05-.34.04-.48l3.63-5.48c.09-.14.23-.23.42-.22l3.56.05c.84-.67,1.74-1.26,2.68-1.76l1.09-2.81c.06-.16.2-.28.37-.31l6.44-1.31c.17-.03.34.02.46.14l2.09,2.16c1.06.1,2.12.3,3.15.58l3.26-1.44c.16-.07.34-.05.48.04l5.48,3.63c.14.09.23.25.22.42l-.05,3.57c.67.83,1.26,1.73,1.76,2.67l2.81,1.09c.16.06.28.2.31.37l1.31,6.44c.03.17-.02.34-.14.46l-2.16,2.1c-.1,1.05-.3,2.11-.59,3.14l1.44,3.27c.07.16.05.34-.04.48l-3.63,5.47c-.09.14-.24.21-.42.22l-3.56-.05c-.83.66-1.73,1.25-2.68,1.76l-1.09,2.81c-.06.16-.2.28-.37.31l-6.44,1.31s-.07,0-.1,0Zm-5.64-3.93s.09,0,.14.02c1.07.31,2.18.52,3.31.62.12,0,.23.06.32.15l2.04,2.1,5.9-1.2,1.06-2.73c.04-.11.13-.21.24-.26,1-.52,1.95-1.14,2.82-1.85.09-.07.19-.12.32-.11l3.47.05,3.33-5.02-1.4-3.18c-.05-.11-.05-.23-.02-.34.32-1.09.52-2.21.62-3.31,0-.12.06-.23.15-.32l2.1-2.04-1.2-5.9-2.73-1.06c-.12-.04-.21-.13-.27-.24-.52-1-1.14-1.94-1.85-2.81-.08-.09-.12-.21-.11-.33l.05-3.47-5.02-3.33-3.18,1.4c-.11.05-.23.05-.34.02-1.08-.32-2.2-.52-3.32-.62-.12,0-.23-.06-.32-.15l-2.03-2.1-5.9,1.2-1.06,2.73c-.04.11-.13.21-.24.26-1,.52-1.94,1.14-2.82,1.85-.09.07-.21.13-.33.11l-3.47-.05-3.33,5.02,1.4,3.18c.06.14.06.29-.01.43-.28,1-.49,2.11-.58,3.23,0,.12-.06.23-.15.32l-2.1,2.04,1.2,5.9,2.73,1.06c.12.05.22.14.27.26.52.99,1.14,1.93,1.84,2.79.08.09.12.21.12.33l-.05,3.47,5.02,3.33,3.18-1.4c.06-.03.13-.04.2-.04Zm4.92-3.24c-2.53,0-5.08-.72-7.34-2.21-2.97-1.97-4.99-4.97-5.7-8.46-.71-3.49-.02-7.04,1.95-10.01h0c4.07-6.12,12.35-7.81,18.47-3.75,6.12,4.06,7.8,12.35,3.74,18.47-2.56,3.86-6.8,5.96-11.12,5.96Zm-10.26-20.13c-1.82,2.74-2.46,6.03-1.8,9.26.66,3.23,2.53,6,5.27,7.82,5.67,3.75,13.33,2.2,17.08-3.46,3.75-5.66,2.2-13.33-3.46-17.09-5.66-3.75-13.33-2.2-17.09,3.47h0Z"/>
</g>
<g>
<path class="cls-6" d="m425.83,154.24l-15.69-2.12,10.38-77.81-30.28-4.09-73.45,67.63-3.86,28.93,63.29,8.54-3.16,23.66,30.28,4.09,3.16-23.66,15.69,2.12,3.64-27.29Zm-79.42-10.72l38.76-35.33-5.32,39.84-33.44-4.51Z"/>
<path class="cls-6" d="m394.13,202.33s-.06,0-.09,0c-.27-.05-.45-.31-.4-.58l23.33-127.93c.05-.27.31-.44.58-.4.27.05.45.31.4.58l-23.33,127.93c-.04.24-.25.41-.49.41Z"/>
<g>
<path class="cls-6" d="m414.83,75.96c-.02.45-.39.81-.85.79s-.81-.39-.79-.85.39-.81.85-.79c.45.02.81.39.79.85Z"/>
<path class="cls-6" d="m411.5,93.26c-.02.45-.39.81-.85.79s-.81-.39-.79-.85.39-.81.85-.79c.45.02.81.39.79.85Z"/>
<path class="cls-6" d="m408.17,110.56c-.02.45-.39.81-.85.79s-.81-.39-.79-.85.39-.81.85-.79c.45.02.81.39.79.85Z"/>
<path class="cls-6" d="m401.61,128.57c-.02.45-.39.81-.85.79s-.81-.39-.79-.85.39-.81.85-.79.81.39.79.85Z"/>
<path class="cls-6" d="m401.5,145.16c-.02.45-.39.81-.85.79s-.81-.39-.79-.85.39-.81.85-.79.81.39.79.85Z"/>
<path class="cls-6" d="m398.17,162.47c-.02.45-.39.81-.85.79s-.81-.39-.79-.85c.02-.45.39-.81.85-.79s.81.39.79.85Z"/>
<path class="cls-6" d="m394.84,179.77c-.02.45-.39.81-.85.79s-.81-.39-.79-.85.39-.81.85-.79.81.39.79.85Z"/>
<path class="cls-6" d="m391.5,197.07c-.02.45-.39.81-.85.79s-.81-.39-.79-.85.39-.81.85-.79.81.39.79.85Z"/>
</g>
<path class="cls-6" d="m400.79,129.05c-.23,0-.44-.16-.49-.4-.06-.27.11-.54.38-.59l2.48-.53c.27-.05.54.11.59.38.06.27-.11.54-.38.59l-2.48.53s-.07.01-.11.01Z"/>
<g>
<path class="cls-6" d="m409.08,119.83s-2.24,5.83-2.99,9.36c-.75,3.53-.8,11.42-.8,11.42"/>
<path class="cls-6" d="m405.29,141.12h0c-.28,0-.5-.23-.5-.5,0-.32.05-7.98.81-11.53.75-3.53,2.92-9.2,3.01-9.44.1-.26.39-.38.65-.29.26.1.39.39.29.65-.02.06-2.23,5.83-2.97,9.29-.73,3.44-.79,11.25-.79,11.32,0,.28-.23.5-.5.5Z"/>
</g>
</g>
</g>
<g>
<path class="cls-11" d="m222.45,227.43c1.39-22.4-1.17-63.13,40.94-57.74,45.14,5.78,32.22,58.56,32.22,58.56l-73.17-.82Z"/>
<g>
<circle class="cls-2" cx="251.51" cy="195.59" r="18.38"/>
<path class="cls-11" d="m253.93,177.25c-8.7-1.49-18.01,4.93-18.93,11.43l34.51,3.17c-1.22-7.41-8.67-13.42-15.58-14.6Z"/>
<path class="cls-11" d="m265.58,195.13c-.25,4.8-2.86,8.57-5.85,8.42s-5.2-4.17-4.95-8.98c.25-4.8,2.86-8.57,5.85-8.42s5.2,4.17,4.95,8.98Z"/>
<path class="cls-10" d="m251.51,214.97c-10.68,0-19.38-8.69-19.38-19.38s8.69-19.38,19.38-19.38,19.38,8.69,19.38,19.38-8.69,19.38-19.38,19.38Zm0-36.75c-9.58,0-17.38,7.79-17.38,17.38s7.79,17.38,17.38,17.38,17.38-7.79,17.38-17.38-7.79-17.38-17.38-17.38Z"/>
</g>
<path class="cls-3" d="m290.49,226.87s-.08,0-.12-.01c-.27-.06-.43-.33-.37-.6.03-.13,3.22-13.69-.09-27.4-.06-.27.1-.54.37-.6.26-.06.54.1.6.37,3.37,13.95.12,27.73.09,27.87-.06.23-.26.38-.49.38Z"/>
<path class="cls-3" d="m287.7,191.35c-.19,0-.37-.11-.45-.29-1.29-2.81-2.88-5.38-4.74-7.66-.17-.21-.14-.53.07-.7.21-.18.53-.14.7.07,1.91,2.34,3.56,4.99,4.88,7.87.12.25,0,.55-.25.66-.07.03-.14.05-.21.05Z"/>
<path class="cls-11" d="m128.73,332.51c-.12,0-.25,0-.37,0-2.76-.08-4.94-2.38-4.86-5.14.08-2.76,2.35-4.89,5.14-4.86.03,0,.06,0,.1,0,2.89,0,9.84-3.51,24.38-26.43.78-1.23,2.06-2.06,3.5-2.27,1.44-.21,2.91.22,4,1.18,17.94,15.64,36.95,25.38,37.14,25.48,2.46,1.25,3.44,4.26,2.19,6.72-1.25,2.46-4.26,3.45-6.72,2.2-.76-.38-17.37-8.88-34.8-23.15-12.19,18.32-21.23,26.27-29.7,26.27Z"/>
<path class="cls-11" d="m159.67,294.09c-.14,0-.28,0-.43-.03-1.64-.23-2.78-1.75-2.55-3.39.71-4.98-.17-23.63-6.47-38.13-.57-1.32-.13-2.86,1.06-3.68,13.7-9.33,42.88-10.45,44.11-10.49,1.65-.04,3.04,1.24,3.1,2.89.06,1.66-1.24,3.04-2.89,3.1-.27,0-25.78.99-38.89,8.2,5.58,14.44,6.85,32.44,5.92,38.95-.21,1.5-1.5,2.58-2.97,2.58Z"/>
<path class="cls-10" d="m164.71,290.21c-2-4.71-10.99-4.17-16.27-.14-2.82,2.16-6.64,8.64-7.04,10.99-.4,2.35,1.23,4.48,4.02,4.24,3.45-.3,8.18-5.31,8.18-5.31-3.15,3.09.91,5.27,6.98.8,3.36-2.48,6.36-5.31,4.13-10.58Z"/>
<path class="cls-11" d="m336.71,228.75s-.09,0-.14-.02c-.27-.08-.42-.35-.34-.62,1.33-4.64,2.79-7.47,4.7-9.05-.29-1-.26-2.14.15-3.26.4-1.09,1.18-2.17,2.36-3-.58-.63-.79-1.45-.59-2.38.23-1.04.98-2.17,2.14-3.16-.45-.52-.56-1.09-.57-1.51-.03-2.98,5.51-7.53,11.76-8.38.27-.05.53.15.56.43.04.27-.15.53-.43.56-5.94.81-10.92,5.11-10.9,7.38,0,.37.14.66.36.9,2.25-1.57,5.57-2.58,9.28-1.86,3.07.59,4.32,1.24,4.17,2.17-.27,1.75-6.81,2.12-11.19,1.59-.99-.12-1.72-.35-2.25-.65-1.09.89-1.79,1.89-1.97,2.73-.16.75.08,1.27.5,1.64,1.86-.96,4.47-1.36,7.92-.59,4.54,1,4.71,1.55,4.81,1.88.07.24.01.48-.16.66-.96,1.01-7.91.53-11.4-.32-.45-.11-.86-.26-1.2-.45-1.16.73-1.9,1.71-2.27,2.71-.29.8-.36,1.59-.23,2.3.18-.11.36-.21.55-.29,2.07-.98,4.57-.82,7.65.5,2.04.88,3.03,1.65,3.1,2.44.02.23-.02.68-.57,1.04-1.52,1.01-6.87.86-9.65-.62-.66-.35-1.17-.87-1.54-1.49-1.63,1.49-2.95,4.17-4.16,8.36-.06.22-.26.36-.48.36Zm5.43-9.33c.28.51.69.93,1.22,1.22,2.26,1.2,6.7,1.48,8.36.8.34-.14.39-.25.39-.25,0,0-.05-.56-2.5-1.61-2.8-1.2-5.04-1.37-6.83-.52-.22.1-.43.22-.64.36Zm3.33-6.57c.09.03.17.05.26.07,3.53.86,8.3,1.01,9.93.74-.51-.21-1.54-.56-3.64-1.02-2.77-.61-4.94-.42-6.56.2Zm1.26-5.62c.45.17.96.27,1.44.32,4.98.59,9.38-.11,10.04-.73-.17-.15-.84-.58-3.33-1.06-3.28-.62-6.15.2-8.15,1.46Z"/>
<path class="cls-11" d="m206.53,330.84c.66-.21.44-.85-.3-.85h-13.54c-25.78-2.73-43.79.93-32.44,1.79,11.35.86-.8.68-9.09,3.82-8.29,3.14,61.65,3.93,68.02,0,5.87-3.62-21.78-1.83-12.65-4.76Z"/>
<polygon class="cls-10" points="303.47 334.83 185.67 330.93 180.78 216.7 319.89 219.81 303.47 334.83"/>
<path class="cls-11" d="m222.45,332.64c-.26,0-.48-.2-.5-.46l-9.44-114.72c-.02-.28.18-.52.46-.54.28-.02.52.18.54.46l9.44,114.72c.02.28-.18.52-.46.54-.01,0-.03,0-.04,0Z"/>
<g>
<polygon class="cls-10" points="303.47 334.83 335.13 330.01 345.1 223.8 319.89 219.81 303.47 334.83"/>
<polygon class="cls-7" points="303.47 334.83 335.13 330.01 345.1 223.8 319.89 219.81 303.47 334.83"/>
</g>
<path class="cls-11" d="m195.73,308.91l-2.9-67.86c-.3-7.08,5.44-12.95,12.53-12.79l88.06,1.97c7.35.16,12.91,6.72,11.87,14l-9.76,68.39c-.88,6.2-6.29,10.74-12.55,10.53l-75.39-2.5c-6.41-.21-11.58-5.33-11.85-11.74Z"/>
<g>
<path class="cls-2" d="m205.25,249.08l13.62.43-.11,3.51-8.53-.27-.08,2.61,7.91.25-.11,3.36-7.91-.25-.1,3.24,8.78.28-.12,3.73-13.87-.44.52-16.45Z"/>
<path class="cls-2" d="m221.4,266.06l.52-16.45,8.47.27c1.57.05,2.77.22,3.59.52.82.3,1.48.82,1.96,1.56.49.75.71,1.64.68,2.69-.03.91-.25,1.69-.66,2.34-.41.65-.96,1.17-1.66,1.56-.44.25-1.04.45-1.81.59.6.22,1.03.44,1.3.65.18.14.44.44.79.89s.57.8.68,1.04l2.31,4.85-5.74-.18-2.56-5.11c-.32-.66-.62-1.09-.88-1.3-.36-.27-.77-.41-1.23-.42h-.45s-.21,6.66-.21,6.66l-5.11-.16Zm5.42-9.62l2.14.07c.23,0,.68-.05,1.35-.18.34-.06.62-.22.84-.49.22-.27.34-.58.35-.94.02-.53-.14-.94-.47-1.24-.33-.3-.96-.46-1.88-.49l-2.23-.07-.11,3.34Z"/>
<path class="cls-2" d="m239.28,266.63l.52-16.45,8.47.27c1.57.05,2.77.22,3.59.52.82.3,1.48.82,1.96,1.56.49.75.71,1.64.68,2.69-.03.91-.25,1.69-.66,2.34-.41.65-.96,1.17-1.66,1.56-.44.25-1.04.45-1.81.59.6.22,1.03.44,1.3.65.18.14.44.44.79.89.34.45.57.8.68,1.04l2.31,4.85-5.74-.18-2.56-5.11c-.32-.66-.62-1.09-.88-1.3-.36-.27-.77-.41-1.23-.42h-.45s-.21,6.66-.21,6.66l-5.11-.16Zm5.42-9.62l2.14.07c.23,0,.68-.05,1.35-.18.34-.06.62-.22.84-.49.22-.27.34-.58.35-.94.02-.53-.14-.94-.47-1.24-.33-.3-.96-.46-1.88-.49l-2.23-.07-.11,3.34Z"/>
<path class="cls-2" d="m256.32,258.95c.09-2.69.9-4.75,2.44-6.2,1.54-1.45,3.65-2.13,6.32-2.05,2.74.09,4.82.89,6.26,2.41,1.43,1.52,2.11,3.6,2.03,6.25-.06,1.92-.44,3.49-1.12,4.7-.69,1.21-1.65,2.14-2.9,2.78-1.25.65-2.78.94-4.61.88-1.86-.06-3.38-.4-4.58-1.03-1.2-.63-2.15-1.6-2.87-2.9-.72-1.3-1.04-2.92-.98-4.84Zm5.08.18c-.05,1.66.22,2.86.81,3.61.59.75,1.42,1.13,2.48,1.17,1.09.03,1.95-.29,2.57-.99.62-.69.96-1.96,1.02-3.8.05-1.55-.23-2.69-.83-3.42-.6-.73-1.44-1.12-2.51-1.15-1.03-.03-1.86.3-2.5,1.01-.64.71-.99,1.9-1.05,3.57Z"/>
<path class="cls-2" d="m275.91,267.8l.52-16.45,8.47.27c1.57.05,2.77.22,3.59.52.82.3,1.48.82,1.96,1.56.49.75.71,1.64.68,2.69-.03.91-.25,1.69-.66,2.34-.41.65-.96,1.17-1.66,1.56-.44.25-1.04.45-1.81.59.6.22,1.03.44,1.3.65.18.14.44.44.79.89.34.45.57.8.68,1.04l2.31,4.85-5.74-.18-2.56-5.11c-.32-.66-.62-1.09-.88-1.3-.36-.27-.77-.41-1.23-.42h-.45s-.21,6.66-.21,6.66l-5.11-.16Zm5.42-9.62l2.14.07c.23,0,.68-.05,1.35-.18.34-.06.62-.22.84-.49.22-.27.34-.58.35-.94.02-.53-.14-.94-.47-1.24-.33-.3-.96-.46-1.88-.49l-2.23-.07-.11,3.34Z"/>
</g>
<path class="cls-2" d="m284,295.75c-.36,0-.71-.14-.97-.43l-8.56-9.37-9.24,8.44c-.54.49-1.37.45-1.85-.08l-8.56-9.37-9.24,8.44c-.54.49-1.37.45-1.85-.08l-8.56-9.37-9.24,8.44c-.26.24-.6.36-.94.34-.35-.02-.68-.17-.91-.43l-8.56-9.37-9.24,8.44c-.53.49-1.37.45-1.85-.08-.49-.54-.45-1.37.08-1.85l10.21-9.33c.53-.49,1.37-.45,1.85.08l8.56,9.37,9.24-8.44c.26-.24.6-.36.94-.34.35.02.68.17.91.43l8.56,9.37,9.24-8.44c.53-.49,1.37-.45,1.85.08l8.56,9.37,9.24-8.44c.53-.49,1.36-.45,1.85.08l9.45,10.34c.49.54.45,1.37-.08,1.85-.25.23-.57.34-.88.34Z"/>
<g>
<polygon class="cls-10" points="125.75 337.26 119.49 334.27 113.91 307.11 116.94 303.77 125.75 337.26"/>
<g>
<polygon class="cls-10" points="125.75 337.26 134.05 332.41 126.94 310.02 116.94 303.77 125.75 337.26"/>
<polygon class="cls-7" points="125.75 337.26 134.05 332.41 126.94 310.02 116.94 303.77 125.75 337.26"/>
</g>
</g>
<path class="cls-11" d="m261.95,342.2c-.24,0-.47,0-.69,0-2.76-.08-4.94-2.38-4.86-5.14.08-2.76,2.36-4.93,5.14-4.86,7.7.25,24.01-4.48,33.32-13.52.58-.56,1.28-.97,2.05-1.2,15.79-4.74,21.66,4.83,21.91,5.24l-8.61,5.09s.03.07.12.18c-.1-.13-2.33-3.04-9.45-1.24-11.69,10.67-29.63,15.45-38.91,15.45Z"/>
<g>
<polygon class="cls-10" points="261.39 348.84 243.18 347.7 241.75 314.12 266.22 315.03 261.39 348.84"/>
<g>
<polygon class="cls-10" points="261.39 348.84 265.65 344.61 268.29 323.67 266.22 315.03 261.39 348.84"/>
<polygon class="cls-7" points="261.39 348.84 265.65 344.61 268.29 323.67 266.22 315.03 261.39 348.84"/>
</g>
</g>
<path class="cls-11" d="m366.91,336.13c-.63,0-1.27-.2-1.81-.61-10.39-7.9-24.45-21.93-29.84-35.46-.08-.2-.14-.4-.17-.61-2.63-15.63-5.14-48.54-5.25-49.93-.13-1.65,1.11-3.09,2.76-3.22,1.65-.12,3.09,1.11,3.22,2.76.03.34,2.56,33.57,5.13,49.07,5.38,13.16,19.96,26.67,27.78,32.61,1.32,1,1.58,2.88.57,4.2-.59.78-1.49,1.18-2.39,1.18Z"/>
<path class="cls-11" d="m380.78,337.64c-2.32,0-4.95-1.05-7.81-3.12-1.34-.97-1.64-2.85-.67-4.19.97-1.34,2.85-1.64,4.19-.67,2.48,1.79,3.83,1.99,4.3,1.99,1.66,0,3,1.34,3,3s-1.34,3-3,3Z"/>
<path class="cls-10" d="m373.8,334.43c3.21-9.54,16.37-7.65,20.9-6.24,4.53,1.42,8.61,3.2,11.07,4.8,2.45,1.6,2.49,4.29-.78,5.82-4.04,1.89-14.16.21-14.16.21,5.24,2.29-.01,5.97-9.21,2.36-2.99-1.18-8.96-3.46-7.83-6.96Z"/>
<path class="cls-11" d="m341.86,253.63c-1.19,8.1-7.9,14.08-13.36,13.27-5.46-.8-5.68-8.04-4.49-16.14,1.19-8.1,3.35-14,8.81-13.2,5.46.8,10.24,7.96,9.04,16.06Z"/>
<circle class="cls-11" cx="209.88" cy="220.47" r=".82"/>
<path class="cls-11" d="m218.21,226.37c0,.45-.37.82-.82.82s-.82-.37-.82-.82.37-.82.82-.82.82.37.82.82Z"/>
<path class="cls-11" d="m219.12,323.27c0,.45-.37.82-.82.82s-.82-.37-.82-.82.37-.82.82-.82.82.37.82.82Z"/>
<path class="cls-11" d="m226.64,329.18c0,.45-.37.82-.82.82s-.82-.37-.82-.82.37-.82.82-.82.82.37.82.82Z"/>
</g>
<g>
<path class="cls-11" d="m82.51,339.01c-2.38,0-5.6-1.44-7.33-3.95-.16-.23-.1-.54.13-.7.23-.16.54-.1.7.13,1.87,2.69,5.98,4.13,7.81,3.28.19-.09.35-.2.47-.34-1.63-.75-3.12-2.23-3.53-4.48-.23-1.27-.41-2.98.64-3.22,1.43-.32,3.31,3.15,4.03,5.78.13.49.18.94.13,1.34.63.17,1.25.22,1.79.14.43-.06,1.05-.24,1.37-.75-1.21-.82-2.03-2.27-2.3-4.19-.39-2.73-.1-3.21.21-3.44.2-.15.45-.18.69-.08,1.07.46,2.37,4.33,2.61,6.53.03.24.03.47,0,.69.41.16.86.25,1.35.26.87.05,1.72-.23,2.41-.63-.14-.09-.28-.19-.4-.3-1.04-.89-1.46-2.3-1.28-4.33.14-1.57.49-2.42,1.12-2.69.22-.1.67-.19,1.21.24,1.08.86,2.09,3.6,1.73,5.56-.08.41-.25.79-.5,1.15,1.83.32,4.42-.2,6.64-.75.27-.07.54.1.61.37s-.1.54-.37.61c-2.71.67-5.63,1.21-7.69.62-.92.73-2.21,1.17-3.5,1.16-.59-.01-1.14-.12-1.64-.31-.39.67-1.13,1.12-2.12,1.27-.66.1-1.45.04-2.24-.19-.23.38-.56.68-1.01.89-.48.22-1.07.33-1.72.33Zm-.86-8.28c-.06.15-.16.66.08,2.04.33,1.84,1.52,3.06,2.84,3.71,0-.21-.05-.45-.12-.71-.79-2.86-2.28-4.83-2.81-5.04Zm5.57-.87c0,.38.03,1.01.18,2.06.2,1.43.73,2.52,1.52,3.22-.23-2.01-1.12-4.33-1.7-5.28Zm6.29-.87h0s-.38.19-.52,1.86c-.15,1.68.16,2.82.93,3.48.18.15.38.28.6.38.28-.31.48-.66.54-1.03.27-1.45-.42-3.57-1.2-4.43-.2-.22-.33-.27-.36-.27Z"/>
<g>
<polygon class="cls-11" points="228.87 346.57 231.58 341.87 228.87 337.17 225.97 337.17 227.61 341.87 225.97 346.57 228.87 346.57"/>
<path class="cls-11" d="m226.16,344.32c-1.35,0-2.45-1.1-2.45-2.45s1.1-2.44,2.45-2.44l-4.61-.92-1.22,3.72,2.06,3.14,3.77-1.05Z"/>
<path class="cls-10" d="m226.56,337.17h-5.43l-2.71,4.7,2.71,4.7h5.43l2.71-4.7-2.71-4.7Zm-2.71,7.15c-1.35,0-2.45-1.1-2.45-2.45s1.1-2.44,2.45-2.44,2.44,1.09,2.44,2.44-1.09,2.45-2.44,2.45Z"/>
</g>
<g>
<polygon class="cls-10" points="417.89 336.86 415.88 333.37 417.89 329.88 420.04 329.88 418.83 333.37 420.04 336.86 417.89 336.86"/>
<path class="cls-10" d="m419.9,335.19c1,0,1.82-.82,1.82-1.82s-.82-1.81-1.82-1.81l3.42-.68.91,2.76-1.53,2.33-2.8-.78Z"/>
<path class="cls-11" d="m419.61,329.88h4.03l2.01,3.49-2.01,3.49h-4.03l-2.01-3.49,2.01-3.49Zm2.01,5.31c1,0,1.82-.82,1.82-1.82s-.82-1.81-1.82-1.81-1.81.81-1.81,1.81.81,1.82,1.81,1.82Z"/>
</g>
<g>
<path class="cls-11" d="m342.95,341.49h4.52c1.18,0,2.14-.96,2.14-2.14h0c0-1.18-.96-2.14-2.14-2.14h-4.52c-1.18,0-2.14.96-2.14,2.14h0c0,1.18.96,2.14,2.14,2.14Z"/>
<path class="cls-10" d="m335.73,337.45c1.12-2.37,3.82-3.44,6.04-2.39,2.22,1.05,3.12,3.81,2,6.18s-3.82,3.44-6.04,2.39c-2.22-1.05-3.12-3.81-2-6.18Z"/>
<rect class="cls-11" x="339.07" y="334.3" width="1.37" height="10.1" transform="translate(502.34 791.18) rotate(-154.76)"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,98 @@
<!-- meta tags and other links -->
<!DOCTYPE html>
<html lang="en" data-theme="light">
<x-head/>
<body>
<section class="auth bg-base d-flex flex-wrap">
<div class="auth-left d-lg-block d-none">
<div class="d-flex align-items-center flex-column vh-100 justify-content-center">
<img src="{{ asset('assets/images/auth/bg-login.jpg') }}" alt="">
</div>
</div>
<div class="auth-right py-32 px-24 d-flex flex-column justify-content-center">
<div class="max-w-464-px mx-auto w-100">
<div>
<a href="#" class="mb-40 max-w-290-px">
<img src="{{ asset('assets/images/auth/logo_color.png') }}" alt="">
</a>
<h4 class="mb-12">Sign In to your Account</h4>
<p class="mb-32 text-secondary-light text-lg">Welcome back! please enter your detail</p>
</div>
<form action="#">
<div class="icon-field mb-16">
<span class="icon top-50 translate-middle-y">
<iconify-icon icon="mage:email"></iconify-icon>
</span>
<input type="email" class="form-control h-56-px bg-neutral-50 radius-12" placeholder="Email">
</div>
<div class="position-relative mb-20">
<div class="icon-field">
<span class="icon top-50 translate-middle-y">
<iconify-icon icon="solar:lock-password-outline"></iconify-icon>
</span>
<input type="password" class="form-control h-56-px bg-neutral-50 radius-12" id="your-password" placeholder="Password">
</div>
<span class="toggle-password ri-eye-line cursor-pointer position-absolute end-0 top-50 translate-middle-y me-16 text-secondary-light" data-toggle="#your-password"></span>
</div>
<div class="">
<div class="d-flex justify-content-between gap-2">
<div class="form-check style-check d-flex align-items-center">
<input class="form-check-input border border-neutral-300" type="checkbox" value="" id="remeber">
<label class="form-check-label" for="remeber">Remember me </label>
</div>
<a href="javascript:void(0)" class="text-primary-600 fw-medium">Forgot Password?</a>
</div>
</div>
<button type="submit" class="btn btn-primary text-sm btn-sm px-12 py-16 w-100 radius-12 mt-32"> Sign In</button>
{{-- <div class="mt-32 center-border-horizontal text-center">
<span class="bg-base z-1 px-4">Or sign in with</span>
</div>
<div class="mt-32 d-flex align-items-center gap-3">
<button type="button" class="fw-semibold text-primary-light py-16 px-24 w-50 border radius-12 text-md d-flex align-items-center justify-content-center gap-12 line-height-1 bg-hover-primary-50">
<iconify-icon icon="ic:baseline-facebook" class="text-primary-600 text-xl line-height-1"></iconify-icon>
Google
</button>
<button type="button" class="fw-semibold text-primary-light py-16 px-24 w-50 border radius-12 text-md d-flex align-items-center justify-content-center gap-12 line-height-1 bg-hover-primary-50">
<iconify-icon icon="logos:google-icon" class="text-primary-600 text-xl line-height-1"></iconify-icon>
Google
</button>
</div> --}}
<div class="mt-32 text-center text-sm">
<p class="mb-0">Dont have an account?<a href="#" class="text-primary-600 fw-semibold">Sign Up</a></p>
</div>
</form>
</div>
</div>
</section>
@php
$script = '<script>
// ================== Password Show Hide Js Start ==========
function initializePasswordToggle(toggleSelector) {
$(toggleSelector).on("click", function() {
$(this).toggleClass("ri-eye-off-line");
var input = $($(this).attr("data-toggle"));
if (input.attr("type") === "password") {
input.attr("type", "text");
} else {
input.attr("type", "password");
}
});
}
// Call the function
initializePasswordToggle(".toggle-password");
// ========================= Password Show Hide Js End ===========================
</script>';
@endphp
<x-script />
</body>
</html>

View File

@ -4,92 +4,70 @@
<x-head/>
<body>
<link rel="stylesheet" href="{{ asset('assets/css/login/login.css') }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css">
<section class="auth bg-base d-flex flex-wrap">
<div class="auth-left d-lg-block d-none">
<div class="d-flex align-items-center flex-column vh-100 justify-content-center">
<img src="{{ asset('assets/images/auth/bg-login.jpg') }}" alt="">
<body>
<div class="container">
<div class="login-card">
<div class="login-image">
<img src="{{ asset('assets/images/auth/monas.svg')}}" alt="Monumen Nasional" style="max-width: 100%; max-height: 500px;">
</div>
<!-- Right Section with Login Form -->
<div class="login-form">
<img src="{{ asset('assets/images/auth/logo-login.svg') }}" alt="Balai Sertifikasi Elektronik" class="logo">
<h1 class="text-login">Login</h1>
<p class="subtext">Silakan masuk menggunakan akun DLH</p>
<form action="#" method="POST" style="width: 100%;">
@csrf
<div class="form-group">
<input type="text" id="nik" name="nik" placeholder="NIK (No. KTP) / Email" required>
</div>
<div class="auth-right py-32 px-24 d-flex flex-column justify-content-center">
<div class="max-w-464-px mx-auto w-100">
<div>
<a href="#" class="mb-40 max-w-290-px">
<img src="{{ asset('assets/images/auth/logo_color.png') }}" alt="">
</a>
<h4 class="mb-12">Sign In to your Account</h4>
<p class="mb-32 text-secondary-light text-lg">Welcome back! please enter your detail</p>
</div>
<form action="#">
<div class="icon-field mb-16">
<span class="icon top-50 translate-middle-y">
<iconify-icon icon="mage:email"></iconify-icon>
<div class="form-group">
<div class="password-container">
<input type="password" id="password" name="password" placeholder="Kata Sandi" required>
<span class="password-toggle">
<i class="bi bi-eye"></i>
</span>
<input type="email" class="form-control h-56-px bg-neutral-50 radius-12" placeholder="Email">
</div>
<div class="position-relative mb-20">
<div class="icon-field">
<span class="icon top-50 translate-middle-y">
<iconify-icon icon="solar:lock-password-outline"></iconify-icon>
</span>
<input type="password" class="form-control h-56-px bg-neutral-50 radius-12" id="your-password" placeholder="Password">
</div>
<span class="toggle-password ri-eye-line cursor-pointer position-absolute end-0 top-50 translate-middle-y me-16 text-secondary-light" data-toggle="#your-password"></span>
</div>
<div class="">
<div class="d-flex justify-content-between gap-2">
<div class="form-check style-check d-flex align-items-center">
<input class="form-check-input border border-neutral-300" type="checkbox" value="" id="remeber">
<label class="form-check-label" for="remeber">Remember me </label>
<input class="form-check-input border border-neutral-300" type="checkbox" value="" id="remember">
<label class="form-check-label" for="remember">Ingat saya</label>
</div>
<a href="javascript:void(0)" class="text-primary-600 fw-medium">Forgot Password?</a>
{{-- <a href="javascript:void(0)" class="text-primary-600 fw-medium">Forgot Password?</a> --}}
</div>
</div>
<button type="submit" class="btn btn-primary text-sm btn-sm px-12 py-16 w-100 radius-12 mt-32"> Sign In</button>
{{-- <div class="mt-32 center-border-horizontal text-center">
<span class="bg-base z-1 px-4">Or sign in with</span>
</div>
<div class="mt-32 d-flex align-items-center gap-3">
<button type="button" class="fw-semibold text-primary-light py-16 px-24 w-50 border radius-12 text-md d-flex align-items-center justify-content-center gap-12 line-height-1 bg-hover-primary-50">
<iconify-icon icon="ic:baseline-facebook" class="text-primary-600 text-xl line-height-1"></iconify-icon>
Google
</button>
<button type="button" class="fw-semibold text-primary-light py-16 px-24 w-50 border radius-12 text-md d-flex align-items-center justify-content-center gap-12 line-height-1 bg-hover-primary-50">
<iconify-icon icon="logos:google-icon" class="text-primary-600 text-xl line-height-1"></iconify-icon>
Google
</button>
</div> --}}
<div class="mt-32 text-center text-sm">
<p class="mb-0">Dont have an account?<a href="#" class="text-primary-600 fw-semibold">Sign Up</a></p>
</div>
<a class="login-button" href="{{ route('dashboard.index') }}">
Login
</a>
{{-- <button type="submit" class="login-button">Log in</button> --}}
</form>
</div>
</div>
</section>
</div>
@php
$script = '<script>
// ================== Password Show Hide Js Start ==========
function initializePasswordToggle(toggleSelector) {
$(toggleSelector).on("click", function() {
$(this).toggleClass("ri-eye-off-line");
var input = $($(this).attr("data-toggle"));
if (input.attr("type") === "password") {
input.attr("type", "text");
<script>
document.querySelector('.password-toggle').addEventListener('click', function() {
const passwordInput = document.getElementById('password');
const icon = this.querySelector('i');
if (passwordInput.type === 'password') {
passwordInput.type = 'text';
icon.className = 'bi bi-eye-slash';
} else {
input.attr("type", "password");
passwordInput.type = 'password';
icon.className = 'bi bi-eye';
}
});
}
// Call the function
initializePasswordToggle(".toggle-password");
// ========================= Password Show Hide Js End ===========================
</script>';
@endphp
</script>
</body>
<x-script />

View File

@ -0,0 +1,16 @@
<section class="flex flex-col items-center justify-center text-black p-4">
<div class="max-w-md w-full bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-xl p-8">
<div class="text-center">
<img src="{{ asset('assets/images/gif/404.svg') }}" alt="Not Found" class="w-84 h-84 mx-auto">
<div class="w-16 h-1 bg-white mx-auto mb-6 rounded-full"></div>
<h2 class="text-2xl font-semibold mb-4">Halaman tidak ditemukan</h2>
<p class="mb-8">Halaman yang Anda cari tidak tersedia.</p>
<a href="#" class="inline-block bg-green-500 text-white font-medium px-6 py-3 rounded-lg hover:bg-opacity-90 transition-all duration-300 transform hover:-translate-y-1">
Kembali ke Beranda
</a>
</div>
</div>
</section>

View File

@ -1,6 +1,6 @@
<body>
<!-- Marquee Header -->
<div class="bg-lime-500 py-2 overflow-hidden relative">
<div class="bg-green-500 py-2 overflow-hidden relative">
<div id="marquee-container" class="flex whitespace-nowrap">
<div id="marquee-content" class="flex items-center space-x-6 mx-4">
<span>AMDAL</span>
@ -63,7 +63,7 @@
</script>
<!-- Footer -->
<footer class="bg-black text-white pt-16 pb-8">
<footer class="bg-black text-white pt-16 pb-8 z-11 relative">
<div class="container mx-auto px-4">
<!-- Main Footer Content -->
@ -141,8 +141,8 @@
<p class="text-gray-400">Pengunjung Hari Ini</p>
<p class="text-2xl font-bold text-white">{{ $todayVisitors ?? '128' }}</p>
</div>
<div class="bg-lime-500/20 p-3 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-lime-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<div class="bg-green-500/20 p-3 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-green-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z" />
</svg>
</div>
@ -156,8 +156,8 @@
<p class="text-gray-400">Pengunjung Sebulan Terakhir</p>
<p class="text-2xl font-bold text-white">{{ $monthlyVisitors ?? '3,547' }}</p>
</div>
<div class="bg-lime-500/20 p-3 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-lime-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<div class="bg-green-500/20 p-3 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-green-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
</svg>
</div>
@ -172,7 +172,7 @@
<!-- Copyright -->
<div class="flex justify-center items-center mx-auto text-center">
<div>
Copyright © {{ date('Y') }} <span class="text-lime-400">Dinas Lingkungan Hidup Provinsi DKI Jakarta</span>. All Rights Reserved.
Copyright © {{ date('Y') }} <span class="text-green-400">Dinas Lingkungan Hidup Provinsi DKI Jakarta</span>. All Rights Reserved.
</div>
</div>
</div>

View File

@ -65,7 +65,7 @@
<label for="documentNumber" class="block text-sm font-medium text-gray-700 mb-2">Nomor Registrasi Kegiatan</label>
<div class="flex">
<input type="text" id="documentNumber" class="flex-grow px-4 py-2 border border-gray-300 rounded-l-lg focus:ring-2 focus:ring-blue-200 focus:border-custom-blue outline-none" placeholder="Masukkan Nomor Registrasi Kegiatan...">
<button class="bg-custom-blue text-white px-5 py-2 rounded-r-lg hover:bg-blue-800 transition">
<button class="bg-green-500 text-white px-5 py-2 rounded-r-lg hover:bg-blue-800 transition">
Track
</button>
</div>

View File

@ -9,6 +9,8 @@
<!-- Filter Buttons and Search -->
<div class="flex flex-col sm:flex-row items-start sm:items-center justify-between gap-3 mb-6">
<div class="flex flex-wrap gap-2 w-full sm:w-auto">
<button id="tab-pertek" class="tab-btn bg-white border border-gray-300 px-3 sm:px-6 py-2 rounded text-sm sm:text-base" onclick="changeTab('pertek')">PERTEK</button>
<button id="tab-rintek" class="tab-btn bg-white border border-gray-300 px-3 sm:px-6 py-2 rounded text-sm sm:text-base" onclick="changeTab('rintek')">RINTEK</button>
<button id="tab-amdal" class="tab-btn bg-white border border-gray-300 px-3 sm:px-6 py-2 rounded text-sm sm:text-base" onclick="changeTab('amdal')">AMDAL</button>
<button id="tab-addendum" class="tab-btn bg-white border border-gray-300 px-3 sm:px-6 py-2 rounded text-sm sm:text-base" onclick="changeTab('addendum')">Addendum</button>
<button id="tab-ukl-upl" class="tab-btn bg-white border border-gray-300 px-3 sm:px-6 py-2 rounded text-sm sm:text-base" onclick="changeTab('ukl-upl')">UKL - UPL</button>
@ -34,22 +36,34 @@
<!-- Filter dropdown section - positioned below the filters button -->
<div id="filter-section" class="hidden w-full mb-6 bg-white border border-gray-200 rounded-md p-4 shadow-md">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<label for="provinsi" class="block text-sm font-medium text-gray-700 mb-1">Provinsi</label>
<select id="provinsi" name="provinsi" class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-blue-500 focus:border-blue-500">
<option value="">Semua Provinsi</option>
<option value="aceh">Aceh</option>
<option value="sumut">Sumatera Utara</option>
<option value="sumbar">Sumatera Barat</option>
<!-- Add more provinces as needed -->
</select>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div>
<label for="kabkota" class="block text-sm font-medium text-gray-700 mb-1">Kabupaten/Kota</label>
<select id="kabkota" name="kabkota" class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-blue-500 focus:border-blue-500">
<option value="">Semua Kabupaten/Kota</option>
<option value="aceh">Aceh</option>
<option value="kepseribu">ADM. KEP. SERIBU</option>
<option value="jakpus">KOTA ADM. JAKARTA PUSAT</option>
<option value="jakut">KOTA ADM. JAKARTA UTARA</option>
<option value="jakbar">KOTA ADM. JAKARTA BARAT</option>
<option value="jaksel">KOTA ADM. JAKARTA SELATAN</option>
<option value="jaktim">KOTA ADM. JAKARTA TIMUR</option>
</select>
</div>
<div>
<label for="kecamatan" class="block text-sm font-medium text-gray-700 mb-1">Kecamatan</label>
<select id="kecamatan" name="kecamatan" class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-blue-500 focus:border-blue-500">
<option value="">Semua Kecamatan</option>
<option value="kepseribuutara">KEPULAUAN SERIBU UTARA</option>
<option value="kepseribuselatan">KEPULAUAN SERIBU SELATAN</option>
</select>
</div>
<div>
<label for="kelurahan" class="block text-sm font-medium text-gray-700 mb-1">Kelurahan</label>
<select id="kelurahan" name="kelurahan" class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-blue-500 focus:border-blue-500">
<option value="">Semua Kelurahan</option>
<option value="kepseribuutara">PULAU PANGGANG</option>
<option value="kepseribuselatan">PULAU KELAPA</option>
<option value="kepseribuselatan">PULAU HARAPAN</option>
</select>
</div>
</div>
@ -59,6 +73,100 @@
</div>
</div>
<!-- Pertek Content -->
<div id="content-pertek" class="tab-content hidden bg-blue-900 rounded overflow-hidden">
<!-- Announcement 1 -->
<div class="border-b border-blue-800 p-4 sm:p-6 flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
<div class="flex gap-3 sm:gap-4 w-full">
<div class="flex-shrink-0">
<div class="bg-blue-500 p-2 rounded">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 sm:h-8 sm:w-8 text-gray-300" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
</div>
</div>
<div>
<h2 class="text-white font-bold text-sm sm:text-base">Kegiatan Penggalian Kuarsa/Pasir Kuarsa, LUKITO HARTONO LAWY</h2>
<p class="text-blue-200 mt-1 sm:mt-2 text-xs sm:text-sm">Dampak Potensials: Penurunan Kualitas Udara, Peningkatan Kebisingan, Peningkatan Air Larian, Peningkatan Timbulan Sampah, Terjadinya Gangguan Lalu Lintas, Terbukanya Kes</p>
<a href="#" class="text-green-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
</div>
</div>
<div class="flex flex-row sm:flex-col items-center sm:items-end justify-between sm:justify-end gap-2 w-full sm:w-auto mt-2 sm:mt-0">
<div class="text-white text-xs sm:text-sm text-right">27 Maret - 10 April 2025</div>
<button class="bg-green-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
</div>
</div>
<!-- Announcement 2 -->
<div class="border-b border-blue-800 p-4 sm:p-6 flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
<div class="flex gap-3 sm:gap-4 w-full">
<div class="flex-shrink-0">
<div class="bg-blue-500 p-2 rounded">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 sm:h-8 sm:w-8 text-gray-300" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
</div>
</div>
<div>
<h2 class="text-white font-bold text-sm sm:text-base">Pembangunan Waterfront Malalayang, TARCISIUS ASWIN JULIZAR, W</h2>
<p class="text-blue-200 mt-1 sm:mt-2 text-xs sm:text-sm">Dampak Potensials: Pra Konstruksi 1. Persepsi Masyarakat Tahap Konstruksi 1. Peningkatan Kesempatan Kerja dan Berusaha 2. Peningkatan Sedimentasi 3. Perubahan Garis</p>
<a href="#" class="text-green-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
</div>
</div>
<div class="flex flex-row sm:flex-col items-center sm:items-end justify-between sm:justify-end gap-2 w-full sm:w-auto mt-2 sm:mt-0">
<div class="text-white text-xs sm:text-sm text-right">26 Maret - 9 April 2025</div>
<button class="bg-green-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
</div>
</div>
</div>
<!-- Rintek Content -->
<div id="content-rintek" class="tab-content hidden bg-blue-900 rounded overflow-hidden">
<!-- Announcement 1 -->
<div class="border-b border-blue-800 p-4 sm:p-6 flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
<div class="flex gap-3 sm:gap-4 w-full">
<div class="flex-shrink-0">
<div class="bg-blue-500 p-2 rounded">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 sm:h-8 sm:w-8 text-gray-300" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
</div>
</div>
<div>
<h2 class="text-white font-bold text-sm sm:text-base">Test Penggalian Kuarsa/Pasir Kuarsa, LUKITO HARTONO LAWY</h2>
<p class="text-blue-200 mt-1 sm:mt-2 text-xs sm:text-sm">Dampak Potensials: Penurunan Kualitas Udara, Peningkatan Kebisingan, Peningkatan Air Larian, Peningkatan Timbulan Sampah, Terjadinya Gangguan Lalu Lintas, Terbukanya Kes</p>
<a href="#" class="text-green-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
</div>
</div>
<div class="flex flex-row sm:flex-col items-center sm:items-end justify-between sm:justify-end gap-2 w-full sm:w-auto mt-2 sm:mt-0">
<div class="text-white text-xs sm:text-sm text-right">27 Maret - 10 April 2025</div>
<button class="bg-green-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
</div>
</div>
<!-- Announcement 2 -->
<div class="border-b border-blue-800 p-4 sm:p-6 flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
<div class="flex gap-3 sm:gap-4 w-full">
<div class="flex-shrink-0">
<div class="bg-blue-500 p-2 rounded">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 sm:h-8 sm:w-8 text-gray-300" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
</div>
</div>
<div>
<h2 class="text-white font-bold text-sm sm:text-base">Pembangunan Waterfront Malalayang, TARCISIUS ASWIN JULIZAR, W</h2>
<p class="text-blue-200 mt-1 sm:mt-2 text-xs sm:text-sm">Dampak Potensials: Pra Konstruksi 1. Persepsi Masyarakat Tahap Konstruksi 1. Peningkatan Kesempatan Kerja dan Berusaha 2. Peningkatan Sedimentasi 3. Perubahan Garis</p>
<a href="#" class="text-green-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
</div>
</div>
<div class="flex flex-row sm:flex-col items-center sm:items-end justify-between sm:justify-end gap-2 w-full sm:w-auto mt-2 sm:mt-0">
<div class="text-white text-xs sm:text-sm text-right">26 Maret - 9 April 2025</div>
<button class="bg-green-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
</div>
</div>
</div>
<!-- AMDAL Content -->
<div id="content-amdal" class="tab-content hidden bg-blue-900 rounded overflow-hidden">
<!-- Announcement 1 -->
@ -74,12 +182,12 @@
<div>
<h2 class="text-white font-bold text-sm sm:text-base">Kegiatan Penggalian Kuarsa/Pasir Kuarsa, LUKITO HARTONO LAWY</h2>
<p class="text-blue-200 mt-1 sm:mt-2 text-xs sm:text-sm">Dampak Potensials: Penurunan Kualitas Udara, Peningkatan Kebisingan, Peningkatan Air Larian, Peningkatan Timbulan Sampah, Terjadinya Gangguan Lalu Lintas, Terbukanya Kes</p>
<a href="#" class="text-lime-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
<a href="#" class="text-green-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
</div>
</div>
<div class="flex flex-row sm:flex-col items-center sm:items-end justify-between sm:justify-end gap-2 w-full sm:w-auto mt-2 sm:mt-0">
<div class="text-white text-xs sm:text-sm text-right">27 Maret - 10 April 2025</div>
<button class="bg-lime-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
<button class="bg-green-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
</div>
</div>
@ -96,12 +204,12 @@
<div>
<h2 class="text-white font-bold text-sm sm:text-base">Pembangunan Waterfront Malalayang, TARCISIUS ASWIN JULIZAR, W</h2>
<p class="text-blue-200 mt-1 sm:mt-2 text-xs sm:text-sm">Dampak Potensials: Pra Konstruksi 1. Persepsi Masyarakat Tahap Konstruksi 1. Peningkatan Kesempatan Kerja dan Berusaha 2. Peningkatan Sedimentasi 3. Perubahan Garis</p>
<a href="#" class="text-lime-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
<a href="#" class="text-green-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
</div>
</div>
<div class="flex flex-row sm:flex-col items-center sm:items-end justify-between sm:justify-end gap-2 w-full sm:w-auto mt-2 sm:mt-0">
<div class="text-white text-xs sm:text-sm text-right">26 Maret - 9 April 2025</div>
<button class="bg-lime-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
<button class="bg-green-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
</div>
</div>
</div>
@ -121,12 +229,12 @@
<div>
<h2 class="text-white font-bold text-sm sm:text-base">Pembangunan Waterfront Malalayang, TARCISIUS ASWIN JULIZAR, W</h2>
<p class="text-blue-200 mt-1 sm:mt-2 text-xs sm:text-sm">Dampak Potensials: Pra Konstruksi 1. Persepsi Masyarakat Tahap Konstruksi 1. Peningkatan Kesempatan Kerja dan Berusaha 2. Peningkatan Sedimentasi 3. Perubahan Garis</p>
<a href="#" class="text-lime-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
<a href="#" class="text-green-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
</div>
</div>
<div class="flex flex-row sm:flex-col items-center sm:items-end justify-between sm:justify-end gap-2 w-full sm:w-auto mt-2 sm:mt-0">
<div class="text-white text-xs sm:text-sm text-right">26 Maret - 9 April 2025</div>
<button class="bg-lime-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
<button class="bg-green-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
</div>
</div>
</div>
@ -145,12 +253,12 @@
<div>
<h2 class="text-white font-bold text-sm sm:text-base">Pembangunan Waterfront Malalayang, TARCISIUS ASWIN JULIZAR, W</h2>
<p class="text-blue-200 mt-1 sm:mt-2 text-xs sm:text-sm">Dampak Potensials: Pra Konstruksi 1. Persepsi Masyarakat Tahap Konstruksi 1. Peningkatan Kesempatan Kerja dan Berusaha 2. Peningkatan Sedimentasi 3. Perubahan Garis</p>
<a href="#" class="text-lime-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
<a href="#" class="text-green-300 mt-1 block text-xs sm:text-sm">Baca selengkapnya ...</a>
</div>
</div>
<div class="flex flex-row sm:flex-col items-center sm:items-end justify-between sm:justify-end gap-2 w-full sm:w-auto mt-2 sm:mt-0">
<div class="text-white text-xs sm:text-sm text-right">26 Maret - 9 April 2025</div>
<button class="bg-lime-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
<button class="bg-green-500 text-white px-3 sm:px-6 py-1.5 sm:py-2 rounded text-xs sm:text-sm whitespace-nowrap">Berikan Tanggapan</button>
</div>
</div>
</div>
@ -179,7 +287,7 @@
</div>
</td>
<td class="py-3 sm:py-4 px-2 sm:px-4 align-top">
<button class="bg-lime-500 text-white px-2 sm:px-4 py-1.5 sm:py-2 rounded w-full text-xs sm:text-sm">Download</button>
<button class="bg-green-500 text-white px-2 sm:px-4 py-1.5 sm:py-2 rounded w-full text-xs sm:text-sm">Download</button>
</td>
</tr>
</tbody>
@ -196,8 +304,9 @@
document.getElementById('clear-filter').addEventListener('click', function() {
// Reset province and city dropdowns
document.getElementById('provinsi').value = '';
document.getElementById('kabkota').value = '';
document.getElementById('kecamatan').value = '';
document.getElementById('kelurahan').value = '';
// Reset search input
const searchInput = document.querySelector('input[placeholder="Search"]');
@ -227,7 +336,7 @@
}
document.addEventListener('DOMContentLoaded', function() {
changeTab('amdal');
changeTab('pertek');
});
</script>
</section>

View File

@ -33,8 +33,8 @@
<div class="relative flex flex-row sm:flex-row p-1 sm:p-1.5 bg-white/5 backdrop-blur-xl border border-white/10 rounded-2xl shadow-2xl z-10 tab-glass-container">
<div class="absolute inset-0 rounded-2xl bg-gradient-to-r from-[#487fff]/20 to-purple-500/20 blur-xl transform scale-[0.96] z-0"></div>
<div class="absolute -inset-0.5 rounded-2xl bg-gradient-to-r from-[#487fff]/30 to-purple-500/30 blur opacity-50 transform animate-pulse-slow"></div>
<button id="beritaTab" onclick="switchTab('berita')" class="relative group z-20 px-4 sm:px-6 md:px-8 py-3 sm:py-4 text-base sm:text-lg font-medium transition-all duration-500 ease-out bg-gradient-to-r from-[#7ccf00]/80 to-[#7ccf00]/80 text-white rounded-xl m-1 hover:shadow-lg w-full sm:w-auto">
<div class="absolute inset-0 bg-gradient-to-r from-[#7ccf00] to-[#7ccf00] rounded-xl opacity-0 group-hover:opacity-100 transition-all duration-300 blur-xl -z-10"></div>
<button id="beritaTab" onclick="switchTab('berita')" class="relative group z-20 px-4 sm:px-6 md:px-8 py-3 sm:py-4 text-base sm:text-lg font-medium transition-all duration-500 ease-out bg-gradient-to-r from-[#00c950]/80 to-[#00c950]/80 text-white rounded-xl m-1 hover:shadow-lg w-full sm:w-auto">
<div class="absolute inset-0 bg-gradient-to-r from-[#134402] to-[#00c950] rounded-xl opacity-0 group-hover:opacity-100 transition-all duration-300 blur-xl -z-10"></div>
<div class="relative flex items-center justify-center space-x-2">
<svg class="w-4 h-4 sm:w-5 sm:h-5" fill="currentColor" viewBox="0 0 20 20">
<path d="M5 3a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2V5a2 2 0 00-2-2H5zM5 11a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2v-2a2 2 0 00-2-2H5zM11 5a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V5zM14 11a1 1 0 011 1v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1h-1a1 1 0 110-2h1v-1a1 1 0 011-1z"></path>
@ -53,7 +53,7 @@
</button>
</div>
<!-- Decorative element - hidden on small screens -->
<div class="absolute -right-4 -bottom-4 w-20 h-20 bg-gradient-to-br from-[#7ccf00]/30 to-[#487fff]/30 rounded-full blur-xl opacity-70 animate-pulse-slow hidden lg:block"></div>
<div class="absolute -right-4 -bottom-4 w-20 h-20 bg-gradient-to-br from-[#00c950]/30 to-[#487fff]/30 rounded-full blur-xl opacity-70 animate-pulse-slow hidden lg:block"></div>
</div>
</div>
@ -64,7 +64,7 @@
<div class="bg-gradient-to-br from-black/80 to-indigo-950/50 backdrop-blur-md border border-white/10 overflow-hidden rounded-2xl">
<div class="lg:flex">
<div class="lg:w-3/5 xl:w-2/3 relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-tr from-[#7ccf00]/40 to-[#487fff]/40 mix-blend-overlay opacity-50"></div>
<div class="absolute inset-0 bg-gradient-to-tr from-[#00c950]/40 to-[#487fff]/40 mix-blend-overlay opacity-50"></div>
<div class="parallax-container h-[400px] lg:h-full overflow-hidden">
<img src="https://s3.palapacloud.id/amdalnet/public/berita/_DEC2485.jpg" alt="Featured news"
class="w-full h-full object-cover parallax-img transform transition-transform duration-1000">
@ -72,22 +72,22 @@
</div>
</div>
<div class="lg:w-2/5 xl:w-1/3 p-8 lg:p-12 flex flex-col justify-center relative lg:min-h-[500px]">
<div class="absolute inset-y-0 left-0 w-1 bg-gradient-to-b from-[#7ccf00] via-[#7ccf00] to-[#487fff] rounded-full hidden lg:block transform transition-transform duration-500 group-hover:scale-y-110"></div>
<div class="absolute inset-y-0 left-0 w-1 bg-gradient-to-b from-[#00c950] via-[#00c950] to-[#487fff] rounded-full hidden lg:block transform transition-transform duration-500 group-hover:scale-y-110"></div>
<div class="featured-content">
<div class="flex items-center space-x-2 mb-3">
<svg class="w-5 h-5 text-[#7ccf00]" fill="currentColor" viewBox="0 0 20 20">
<svg class="w-5 h-5 text-[#00c950]" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z" clip-rule="evenodd"></path>
</svg>
<span class="text-[#7ccf00] text-sm font-medium">11 Desember 2024</span>
<span class="text-[#00c950] text-sm font-medium">11 Desember 2024</span>
</div>
<h3 class="text-white font-black text-3xl my-4 leading-tight group-hover:text-[#7ccf00] transition-colors duration-300">
<h3 class="text-white font-black text-3xl my-4 leading-tight group-hover:text-[#00c950] transition-colors duration-300">
Pengenalan dan Uji Coba Aplikasi Perling untuk Mendukung Sistem Persetujuan Lingkungan
</h3>
<p class="text-gray-300 mb-8 line-clamp-3 text-lg">
Bogor, 11 Desember 2024 - Dalam upaya meningkatkan efisiensi sistem persetujuan lingkungan di Indonesia, Kementerian Lingkungan Hidup dan Kehutanan telah meluncurkan aplikasi Perling yang inovatif...
</p>
<div>
<a href="#" class="group inline-flex items-center px-6 py-3 bg-gradient-to-r from-[#7ccf00] to-[#7ccf00] text-white text-sm font-medium rounded-lg overflow-hidden relative transition-all duration-300 hover:pr-9 hover:shadow-lg hover:shadow-[#7ccf00]/20">
<a href="{{ route('news.index') }}" class="group inline-flex items-center px-6 py-3 bg-gradient-to-r from-[#00c950] to-[#00c950] text-white text-sm font-medium rounded-lg overflow-hidden relative transition-all duration-300 hover:pr-9 hover:shadow-lg hover:shadow-[#00c950]/20">
<span>Baca Selengkapnya</span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 ml-2 transform translate-x-0 group-hover:translate-x-1 transition-transform duration-300" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
@ -105,7 +105,7 @@
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 lg:gap-8">
@for($i = 0; $i < 3; $i++)
<div class="news-card group transform hover:-translate-y-1 transition-all duration-500 overflow-hidden">
<div class="h-full flex flex-col bg-gradient-to-br from-black/60 to-indigo-950/20 backdrop-filter backdrop-blur-md border border-white/10 rounded-2xl shadow-lg hover:shadow-[#7ccf00]/10 hover:border-[#7ccf00]/20 transition-all duration-300">
<div class="h-full flex flex-col bg-gradient-to-br from-black/60 to-indigo-950/20 backdrop-filter backdrop-blur-md border border-white/10 rounded-2xl shadow-lg hover:shadow-[#00c950]/10 hover:border-[#00c950]/20 transition-all duration-300">
<div class="relative overflow-hidden">
<img src="https://s3.palapacloud.id/amdalnet/public/berita/_DEC2485.jpg" alt="News thumbnail"
class="w-full h-64 object-cover transform group-hover:scale-105 transition-all duration-700 ease-in-out">
@ -114,7 +114,7 @@
<div class="flex items-center space-x-2">
<span class="bg-black/40 backdrop-blur-sm text-white/90 px-3 py-1 rounded-full text-xs font-medium border border-white/10">{{ 11 - $i % 10 }} Desember 2024</span>
</div>
<h3 class="text-white font-bold text-xl mt-3 group-hover:text-[#7ccf00] transition-colors duration-300 line-clamp-2">{{ ['Implementasi Sistem Monitoring Lingkungan Terbaru', 'Kebijakan Pengelolaan Limbah untuk Industri', 'Teknologi Hijau untuk Smart City', 'Mitigasi Perubahan Iklim di Indonesia'][$i % 4] }}</h3>
<h3 class="text-white font-bold text-xl mt-3 group-hover:text-[#00c950] transition-colors duration-300 line-clamp-2">{{ ['Implementasi Sistem Monitoring Lingkungan Terbaru', 'Kebijakan Pengelolaan Limbah untuk Industri', 'Teknologi Hijau untuk Smart City', 'Mitigasi Perubahan Iklim di Indonesia'][$i % 4] }}</h3>
</div>
</div>
<div class="p-5 pt-4 flex-grow flex flex-col">
@ -124,7 +124,7 @@
'Smart city di Indonesia mulai mengadopsi teknologi hijau untuk mengurangi emisi karbon dan meningkatkan efisiensi energi dalam pengelolaan kota.',
'Program mitigasi perubahan iklim baru diluncurkan untuk mengurangi emisi gas rumah kaca dan mempersiapkan masyarakat menghadapi dampak perubahan iklim.'][$i % 4] }}
</p>
<a href="#" class="inline-flex items-center text-[#7ccf00] hover:text-white font-medium text-sm transition-all duration-300 group-hover:translate-x-1 mt-auto">
<a href="#" class="inline-flex items-center text-[#00c950] hover:text-white font-medium text-sm transition-all duration-300 group-hover:translate-x-1 mt-auto">
Baca selengkapnya
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 ml-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
@ -238,7 +238,7 @@
<!-- Enhanced "See More" button with 3D effect -->
<div class="flex justify-center mt-20">
<a href="/news" class="inline-flex items-center px-8 py-3 bg-lime-500 text-white font-medium rounded-lg transition-all duration-300 hover:shadow-lg hover:shadow-[#487fff]/20 hover:-translate-y-1">
<a href="/news" class="inline-flex items-center px-8 py-3 bg-green-500 text-white font-medium rounded-lg transition-all duration-300 hover:shadow-lg hover:shadow-[#487fff]/20 hover:-translate-y-1">
<span>Lihat Selengkapnya</span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 ml-2 transform transition-transform duration-300 group-hover:translate-x-1" viewBox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M14 5l7 7-7 7" />
@ -349,7 +349,7 @@
if (tabName === 'berita') {
// Update tab styles
beritaTab.classList.add('bg-gradient-to-r', 'from-[#7ccf00]/80', 'to-[#7ccf00]/80', 'text-white');
beritaTab.classList.add('bg-gradient-to-r', 'from-[#00c950]/80', 'to-[#00c950]/80', 'text-white');
beritaTab.classList.remove('bg-white/5', 'text-white/80');
videoTab.classList.remove('bg-gradient-to-r', 'from-[#487fff]/80', 'to-[#487fff]/80', 'text-white');
videoTab.classList.add('bg-white/5', 'text-white/80');
@ -371,7 +371,7 @@
} else {
videoTab.classList.add('bg-gradient-to-r', 'from-[#487fff]/80', 'to-[#487fff]/80', 'text-white');
videoTab.classList.remove('bg-white/5', 'text-white/80');
beritaTab.classList.remove('bg-gradient-to-r', 'from-[#7ccf00]/80', 'to-[#7ccf00]/80', 'text-white');
beritaTab.classList.remove('bg-gradient-to-r', 'from-[#00c950]/80', 'to-[#00c950]/80', 'text-white');
beritaTab.classList.add('bg-white/5', 'text-white/80');
videoContent.style.transform = 'translateX(20px)';

View File

@ -114,7 +114,7 @@
</div>
<!-- Login Button with enhanced style -->
<a href="/auth/login" class=" bg-lime-500 ml-4 relative overflow-hidden group text-white px-6 py-2.5 rounded-full
<a href="/auth/login" class=" bg-green-500 ml-4 relative overflow-hidden group text-white px-6 py-2.5 rounded-full
hover:shadow-lg">
<span class="relative z-10">MASUK</span>
<span class="absolute left-0 bottom-0 w-0 h-full bg-blue-600 group-hover:w-full transition-all duration-300"></span>

View File

@ -20,7 +20,7 @@
</div>
<h3 class="text-xl font-bold mb-2">Kemajuan AI dalam Industri Kesehatan</h3>
<p class="text-gray-600 mb-4">Bagaimana kecerdasan buatan merevolusi diagnosis dan perawatan dalam bidang medis...</p>
<a href="#" class="inline-flex items-center text-blue-600 hover:underline">
<a href="{{ route('news.detail') }}" class="inline-flex items-center text-blue-600 hover:underline">
Baca Selengkapnya
<svg class="w-3.5 h-3.5 ml-2" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 10">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 5h12m0 0L9 1m4 4L9 9"/>

View File

@ -69,6 +69,13 @@
</ul>
</li>
<li>
<a href="{{ route('jadwal.index') }}">
<iconify-icon icon="bi:card-text" class="menu-icon"></iconify-icon>
<span>Penjadwalan</span>
</a>
</li>
<li class="dropdown">
<a href="javascript:void(0)">
<iconify-icon icon="bi:list-task" class="menu-icon"></iconify-icon>

View File

@ -0,0 +1,10 @@
@extends('components.frontend.layout')
@section('content')
@include('components.frontend.404')
@include('components.frontend.footer')
@endsection

View File

@ -0,0 +1 @@
test123

View File

@ -0,0 +1,475 @@
@extends('layout.layout')
@php
$title='Jadwal Sidang';
$subTitle = 'Jadwal Sidang';
$script = '<script src="' . asset('assets/js/full-calendar.js') . '"></script>
<script src="' . asset('assets/js/flatpickr.js') . '"></script>
<script>
// Flat pickr or date picker js
function getDatePicker(receiveID) {
flatpickr(receiveID, {
enableTime: true,
dateFormat: "d/m/Y H:i",
});
}
getDatePicker("#startDate");
getDatePicker("#endDate");
getDatePicker("#editstartDate");
getDatePicker("#editendDate");
</script>';
@endphp
@section('content')
<div class="row gy-4">
<div class="col-xxl-3 col-lg-4">
<div class="card h-100 p-0">
<div class="card-body p-24">
<div class="d-flex justify-content-center">
<button type="button" class="btn btn-primary text-sm btn-sm px-12 py-12 w-100 radius-8 d-flex align-items-center justify-items-center gap-2 mb-32" data-bs-toggle="modal" data-bs-target="#exampleModal">
<iconify-icon icon="fa6-regular:square-plus" class="icon text-lg line-height-1"></iconify-icon>
Buat Jadwal
</button>
</div>
<div class="mt-32">
<div class="event-item d-flex align-items-center justify-content-between gap-4 pb-16 mb-16 border border-start-0 border-end-0 border-top-0">
<div class="d-flex flex-column">
<div class="d-flex align-items-center gap-10">
<span class="w-12-px h-12-px bg-info-600 rounded-circle fw-medium"></span>
<span class="text-secondary-light text-sm">Today, 10:30 PM - 02:30 AM</span>
</div>
<span class="text-primary-light fw-bold text-md mt-4 text-uppercase">PT. Mitra Usaha Sejahtera</span>
</div>
<div class="dropdown">
<button type="button" data-bs-toggle="dropdown" aria-expanded="false">
<iconify-icon icon="entypo:dots-three-vertical" class="icon text-secondary-light"></iconify-icon>
</button>
<ul class="dropdown-menu p-12 border bg-base shadow">
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalView">
<iconify-icon icon="hugeicons:view" class="icon text-lg line-height-1"></iconify-icon>
View
</button>
</li>
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalEdit">
<iconify-icon icon="lucide:edit" class="icon text-lg line-height-1"></iconify-icon>
Edit
</button>
</li>
<li>
<button type="button" class="delete-item dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-danger-100 text-hover-danger-600 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalDelete">
<iconify-icon icon="fluent:delete-24-regular" class="icon text-lg line-height-1"></iconify-icon>
Delete
</button>
</li>
</ul>
</div>
</div>
{{-- List Penjadwalan --}}
{{-- <div class="event-item d-flex align-items-center justify-content-between gap-4 pb-16 mb-16 border border-start-0 border-end-0 border-top-0">
<div class="d-flex flex-column">
<div class="d-flex align-items-center gap-10">
<span class="w-12-px h-12-px bg-info-600 rounded-circle fw-medium"></span>
<span class="text-secondary-light text-sm">Today, 10:30 PM - 02:30 AM</span>
</div>
<span class="text-primary-light fw-bold text-md mt-4 text-uppercase">PT. Mitra Usaha Sejahtera</span>
</div>
<div class="dropdown">
<button type="button" data-bs-toggle="dropdown" aria-expanded="false">
<iconify-icon icon="entypo:dots-three-vertical" class="icon text-secondary-light"></iconify-icon>
</button>
<ul class="dropdown-menu p-12 border bg-base shadow">
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalView">
<iconify-icon icon="hugeicons:view" class="icon text-lg line-height-1"></iconify-icon>
View
</button>
</li>
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalEdit">
<iconify-icon icon="lucide:edit" class="icon text-lg line-height-1"></iconify-icon>
Edit
</button>
</li>
<li>
<button type="button" class="delete-item dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-danger-100 text-hover-danger-600 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalDelete">
<iconify-icon icon="fluent:delete-24-regular" class="icon text-lg line-height-1"></iconify-icon>
Delete
</button>
</li>
</ul>
</div>
</div> --}}
{{-- <div class="event-item d-flex align-items-center justify-content-between gap-4 pb-16 mb-16 border border-start-0 border-end-0 border-top-0">
<div class="d-flex flex-column">
<div class="d-flex align-items-center gap-10">
<span class="w-12-px h-12-px bg-info-600 rounded-circle fw-medium"></span>
<span class="text-secondary-light text-sm">Today, 10:30 PM - 02:30 AM</span>
</div>
<span class="text-primary-light fw-bold text-md mt-4 text-uppercase">PT. Mitra Usaha Sejahtera</span>
</div>
<div class="dropdown">
<button type="button" data-bs-toggle="dropdown" aria-expanded="false">
<iconify-icon icon="entypo:dots-three-vertical" class="icon text-secondary-light"></iconify-icon>
</button>
<ul class="dropdown-menu p-12 border bg-base shadow">
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalView">
<iconify-icon icon="hugeicons:view" class="icon text-lg line-height-1"></iconify-icon>
View
</button>
</li>
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalEdit">
<iconify-icon icon="lucide:edit" class="icon text-lg line-height-1"></iconify-icon>
Edit
</button>
</li>
<li>
<button type="button" class="delete-item dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-danger-100 text-hover-danger-600 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalDelete">
<iconify-icon icon="fluent:delete-24-regular" class="icon text-lg line-height-1"></iconify-icon>
Delete
</button>
</li>
</ul>
</div>
</div>
<div class="event-item d-flex align-items-center justify-content-between gap-4 pb-16 mb-16 border border-start-0 border-end-0 border-top-0">
<div class="d-flex flex-column">
<div class="d-flex align-items-center gap-10">
<span class="w-12-px h-12-px bg-info-600 rounded-circle fw-medium"></span>
<span class="text-secondary-light text-sm">Today, 10:30 PM - 02:30 AM</span>
</div>
<span class="text-primary-light fw-bold text-md mt-4 text-uppercase">PT. Mitra Usaha Sejahtera</span>
</div>
<div class="dropdown">
<button type="button" data-bs-toggle="dropdown" aria-expanded="false">
<iconify-icon icon="entypo:dots-three-vertical" class="icon text-secondary-light"></iconify-icon>
</button>
<ul class="dropdown-menu p-12 border bg-base shadow">
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalView">
<iconify-icon icon="hugeicons:view" class="icon text-lg line-height-1"></iconify-icon>
View
</button>
</li>
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalEdit">
<iconify-icon icon="lucide:edit" class="icon text-lg line-height-1"></iconify-icon>
Edit
</button>
</li>
<li>
<button type="button" class="delete-item dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-danger-100 text-hover-danger-600 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalDelete">
<iconify-icon icon="fluent:delete-24-regular" class="icon text-lg line-height-1"></iconify-icon>
Delete
</button>
</li>
</ul>
</div>
</div>
<div class="event-item d-flex align-items-center justify-content-between gap-4 pb-16 mb-16 border border-start-0 border-end-0 border-top-0">
<div class="d-flex flex-column">
<div class="d-flex align-items-center gap-10">
<span class="w-12-px h-12-px bg-info-600 rounded-circle fw-medium"></span>
<span class="text-secondary-light text-sm">Today, 10:30 PM - 02:30 AM</span>
</div>
<span class="text-primary-light fw-bold text-md mt-4 text-uppercase">PT. Mitra Usaha Sejahtera</span>
</div>
<div class="dropdown">
<button type="button" data-bs-toggle="dropdown" aria-expanded="false">
<iconify-icon icon="entypo:dots-three-vertical" class="icon text-secondary-light"></iconify-icon>
</button>
<ul class="dropdown-menu p-12 border bg-base shadow">
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalView">
<iconify-icon icon="hugeicons:view" class="icon text-lg line-height-1"></iconify-icon>
View
</button>
</li>
<li>
<button type="button" class="dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-neutral-200 text-hover-neutral-900 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalEdit">
<iconify-icon icon="lucide:edit" class="icon text-lg line-height-1"></iconify-icon>
Edit
</button>
</li>
<li>
<button type="button" class="delete-item dropdown-item px-16 py-8 rounded text-secondary-light bg-hover-danger-100 text-hover-danger-600 d-flex align-items-center gap-10" data-bs-toggle="modal" data-bs-target="#exampleModalDelete">
<iconify-icon icon="fluent:delete-24-regular" class="icon text-lg line-height-1"></iconify-icon>
Delete
</button>
</li>
</ul>
</div>
</div> --}}
</div>
</div>
</div>
</div>
<div class="col-xxl-9 col-lg-8">
<div class="card h-100 p-0">
<div class="card-body p-24">
<div id='wrap'>
<div id='calendar'></div>
<div style='clear:both'></div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Add Event -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog modal-dialog-centered">
<div class="modal-content radius-16 bg-base">
<div class="modal-header py-16 px-24 border border-top-0 border-start-0 border-end-0">
<h1 class="modal-title fs-5" id="exampleModalLabel">Buat Penjadwalan</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body p-24">
<form action="#">
<div class="row">
<div class="col-12 mb-20">
<label class="form-label fw-semibold text-primary-light text-sm mb-8">Nama Kegiatan</label>
<input type="text" class="form-control radius-8" placeholder="Masukkan Nama Kegiatan">
</div>
<div class="col-md-6 mb-20">
<label for="startDate" class="form-label fw-semibold text-primary-light text-sm mb-8">Mulai Tanggal</label>
<div class=" position-relative">
<input class="form-control radius-8 bg-base" id="startDate" type="text" placeholder="03/12/2024, 10:30 AM">
<span class="position-absolute end-0 top-50 translate-middle-y me-12 line-height-1">
<iconify-icon icon="solar:calendar-linear" class="icon text-lg"></iconify-icon>
</span>
</div>
</div>
<div class="col-md-6 mb-20">
<label for="endDate" class="form-label fw-semibold text-primary-light text-sm mb-8">Sampai Tanggal </label>
<div class=" position-relative">
<input class="form-control radius-8 bg-base" id="endDate" type="text" placeholder="03/12/2024, 2:30 PM">
<span class="position-absolute end-0 top-50 translate-middle-y me-12 line-height-1">
<iconify-icon icon="solar:calendar-linear" class="icon text-lg"></iconify-icon>
</span>
</div>
</div>
<div class="col-12 mb-20">
<label for="endDate" class="form-label fw-semibold text-primary-light text-sm mb-8">Jenis Perizinan </label>
<div class="d-flex align-items-center flex-wrap gap-28">
<div class="form-check checked-success d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="Personal">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="Personal">
<span class="w-8-px h-8-px bg-success-600 rounded-circle"></span>
Pertek
</label>
</div>
<div class="form-check checked-primary d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="Business">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="Business">
<span class="w-8-px h-8-px bg-primary-600 rounded-circle"></span>
Rintek
</label>
</div>
<div class="form-check checked-warning d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="Family">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="Family">
<span class="w-8-px h-8-px bg-warning-600 rounded-circle"></span>
Amdal
</label>
</div>
<div class="form-check checked-secondary d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="Important">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="Important">
<span class="w-8-px h-8-px bg-lilac-600 rounded-circle"></span>
UKL-UPL
</label>
</div>
{{-- <div class="form-check checked-danger d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="Holiday">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="Holiday">
<span class="w-8-px h-8-px bg-danger-600 rounded-circle"></span>
Holiday
</label>
</div> --}}
</div>
</div>
<div class="col-12 mb-20">
<label for="desc" class="form-label fw-semibold text-primary-light text-sm mb-8">Keterangan</label>
<textarea class="form-control" id="desc" rows="4" cols="50" placeholder="Write some text"></textarea>
</div>
<div class="d-flex align-items-center justify-content-center gap-3 mt-24">
<button type="reset" class="border border-danger-600 bg-hover-danger-200 text-danger-600 text-md px-40 py-11 radius-8">
Batalkan
</button>
<button type="submit" class="btn btn-primary border border-primary-600 text-md px-24 py-12 radius-8">
Simpan
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Modal View Event -->
<div class="modal fade" id="exampleModalView" tabindex="-1" aria-labelledby="exampleModalViewLabel" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog modal-dialog-centered">
<div class="modal-content radius-16 bg-base">
<div class="modal-header py-16 px-24 border border-top-0 border-start-0 border-end-0">
<h1 class="modal-title fs-5" id="exampleModalViewLabel">View Details</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body p-24">
<div class="mb-12">
<span class="text-secondary-light txt-sm fw-medium">Title</span>
<h6 class="text-primary-light fw-semibold text-md mb-0 mt-4">PT. Mitra Usaha Sejahtera</h6>
</div>
<div class="mb-12">
<span class="text-secondary-light txt-sm fw-medium">Start Date</span>
<h6 class="text-primary-light fw-semibold text-md mb-0 mt-4">25 Jan 2024, 10:30AM</h6>
</div>
<div class="mb-12">
<span class="text-secondary-light txt-sm fw-medium">End Date</span>
<h6 class="text-primary-light fw-semibold text-md mb-0 mt-4">25 Jan 2024, 2:30AM</h6>
</div>
<div class="mb-12">
<span class="text-secondary-light txt-sm fw-medium">Description</span>
<h6 class="text-primary-light fw-semibold text-md mb-0 mt-4">N/A</h6>
</div>
<div class="mb-12">
<span class="text-secondary-light txt-sm fw-medium">Jenis Perizinan</span>
<h6 class="text-primary-light fw-semibold text-md mb-0 mt-4 d-flex align-items-center gap-2">
<span class="w-8-px h-8-px bg-success-600 rounded-circle"></span>
Pertek
</h6>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Edit Event -->
<div class="modal fade" id="exampleModalEdit" tabindex="-1" aria-labelledby="exampleModalEditLabel" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog modal-dialog-centered">
<div class="modal-content radius-16 bg-base">
<div class="modal-header py-16 px-24 border border-top-0 border-start-0 border-end-0">
<h1 class="modal-title fs-5" id="exampleModalEditLabel">Edit Event</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body p-24">
<form action="#">
<div class="row">
<div class="col-12 mb-20">
<label class="form-label fw-semibold text-primary-light text-sm mb-8">Event Title : </label>
<input type="text" class="form-control radius-8" placeholder="Enter Event Title ">
</div>
<div class="col-md-6 mb-20">
<label for="editstartDate" class="form-label fw-semibold text-primary-light text-sm mb-8">Start Date</label>
<div class=" position-relative">
<input class="form-control radius-8 bg-base" id="editstartDate" type="text" placeholder="03/12/2024, 10:30 AM">
<span class="position-absolute end-0 top-50 translate-middle-y me-12 line-height-1">
<iconify-icon icon="solar:calendar-linear" class="icon text-lg"></iconify-icon>
</span>
</div>
</div>
<div class="col-md-6 mb-20">
<label for="editendDate" class="form-label fw-semibold text-primary-light text-sm mb-8">End Date </label>
<div class=" position-relative">
<input class="form-control radius-8 bg-base" id="editendDate" type="text" placeholder="03/12/2024, 2:30 PM">
<span class="position-absolute end-0 top-50 translate-middle-y me-12 line-height-1">
<iconify-icon icon="solar:calendar-linear" class="icon text-lg"></iconify-icon>
</span>
</div>
</div>
<div class="col-12 mb-20">
<label class="form-label fw-semibold text-primary-light text-sm mb-8">Label </label>
<div class="d-flex align-items-center flex-wrap gap-28">
<div class="form-check checked-success d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="editPersonal">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="editPersonal">
<span class="w-8-px h-8-px bg-success-600 rounded-circle"></span>
Personal
</label>
</div>
<div class="form-check checked-primary d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="editBusiness">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="editBusiness">
<span class="w-8-px h-8-px bg-primary-600 rounded-circle"></span>
Business
</label>
</div>
<div class="form-check checked-warning d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="editFamily">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="editFamily">
<span class="w-8-px h-8-px bg-warning-600 rounded-circle"></span>
Family
</label>
</div>
<div class="form-check checked-secondary d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="editImportant">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="editImportant">
<span class="w-8-px h-8-px bg-lilac-600 rounded-circle"></span>
Important
</label>
</div>
<div class="form-check checked-danger d-flex align-items-center gap-2">
<input class="form-check-input" type="radio" name="label" id="editHoliday">
<label class="form-check-label line-height-1 fw-medium text-secondary-light text-sm d-flex align-items-center gap-1" for="editHoliday">
<span class="w-8-px h-8-px bg-danger-600 rounded-circle"></span>
Holiday
</label>
</div>
</div>
</div>
<div class="col-12 mb-20">
<label for="desc" class="form-label fw-semibold text-primary-light text-sm mb-8">Description</label>
<textarea class="form-control" id="editdesc" rows="4" cols="50" placeholder="Write some text"></textarea>
</div>
<div class="d-flex align-items-center justify-content-center gap-3 mt-24">
<button type="reset" class="border border-danger-600 bg-hover-danger-200 text-danger-600 text-md px-40 py-11 radius-8">
Cancel
</button>
<button type="submit" class="btn btn-primary border border-primary-600 text-md px-24 py-12 radius-8">
Save
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Modal Delete Event -->
<div class="modal fade" id="exampleModalDelete" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-sm modal-dialog modal-dialog-centered">
<div class="modal-content radius-16 bg-base">
<div class="modal-body p-24 text-center">
<span class="mb-16 fs-1 line-height-1 text-danger">
<iconify-icon icon="fluent:delete-24-regular" class="menu-icon"></iconify-icon>
</span>
<h6 class="text-lg fw-semibold text-primary-light mb-0">Apakah Anda yakin ingin menghapus jadwal sidang ini?</h6>
<div class="d-flex align-items-center justify-content-center gap-3 mt-24">
<button type="reset" class="w-50 border border-danger-600 bg-hover-danger-200 text-danger-600 text-md px-40 py-11 radius-8">
Tidak
</button>
<button type="button" class="w-50 btn btn-primary border border-primary-600 text-md px-24 py-12 radius-8">
Hapus
</button>
</div>
</div>
</div>
</div>
</div>
@endsection

View File

@ -1,7 +1,9 @@
<?php
use App\Http\Controllers\DashboardController;
use App\Http\Controllers\JadwalSidangController;
use App\Http\Controllers\LoginController;
use App\Http\Controllers\NewsController;
use App\Http\Controllers\PenugasanController;
use App\Http\Controllers\PerizinanLingkunganController;
use App\Http\Controllers\PersetujuanTeknisController;
@ -10,6 +12,10 @@ use App\Http\Controllers\RincianTeknisController;
use App\Http\Controllers\SuratArahanController;
use Illuminate\Support\Facades\Route;
Route::fallback(function () {
return response()->view('/frontend/404', [], 404);
});
Route::get('/', function () {
return view('/frontend/home');
});
@ -22,6 +28,9 @@ Route::get('/news', function () {
return view('/frontend/news');
});
Route::get('/news', [NewsController::class, 'index'])->name('news.index');
Route::get('/news/detail', [NewsController::class, 'detail'])->name('news.detail');
Route::get('/surat', [SuratArahanController::class, 'show']);
Route::post('/surat/save', [SuratArahanController::class, 'save'])->name('surat.save');
Route::get('/surat/exportPDF', [SuratArahanController::class, 'exportPDF'])->name('surat.exportPDF');
@ -57,6 +66,12 @@ Route::prefix('admin')->group(function () {
Route::get('/rintek/verifikator/arahan', [RincianTeknisController::class, 'verifikator_arahan'])->name('rintek.verifikator_arahan');
});
//rintek
Route::prefix('admin')->group(function () {
Route::get('/jadwal', [JadwalSidangController::class, 'index'])->name('jadwal.index');
Route::get('/jadwal/create', [JadwalSidangController::class, 'create'])->name('jadwal.create');
});
// Penugasan
Route::prefix('admin')->group(function () {
Route::get('/penugasan', [PenugasanController::class, 'index'])->name('penugasan.index');