migrate to gtea from bistbucket
21
public/.htaccess
Normal file
@@ -0,0 +1,21 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
<IfModule mod_negotiation.c>
|
||||
Options -MultiViews -Indexes
|
||||
</IfModule>
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# Handle Authorization Header
|
||||
RewriteCond %{HTTP:Authorization} .
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
|
||||
# Redirect Trailing Slashes If Not A Folder...
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_URI} (.+)/$
|
||||
RewriteRule ^ %1 [L,R=301]
|
||||
|
||||
# Send Requests To Front Controller...
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
</IfModule>
|
||||
BIN
public/assets/bulk-products-upload.xlsx
Normal file
498
public/assets/css/arabic.css
Normal file
@@ -0,0 +1,498 @@
|
||||
[dir="rtl"] body {
|
||||
background: #ecf1f9 !important;
|
||||
}
|
||||
[dir="rtl"] a,
|
||||
[dir="rtl"] button,
|
||||
[dir="rtl"] .btn,
|
||||
[dir="rtl"] ol li a,
|
||||
[dir="rtl"] ul li a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
[dir="rtl"] .dropdown-item.active,
|
||||
[dir="rtl"] .dropdown-item:active,
|
||||
[dir="rtl"] .nav-pills .nav-link.active,
|
||||
[dir="rtl"] .nav-pills .show > .nav-link,
|
||||
[dir="rtl"] .btn-primary {
|
||||
background-color: #c52127 !important;
|
||||
}
|
||||
[dir="rtl"] .btn-primary {
|
||||
border-color: #c52127 !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .text-primary,
|
||||
[dir="rtl"] .arabic-primary-clr,
|
||||
[dir="rtl"] .nav-link {
|
||||
color: #c52127 !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] p {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .card {
|
||||
border: 0;
|
||||
box-shadow: 0px 4px 24px 0px #e4c3c30d;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .nav-link.active {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .btn-custom-warning {
|
||||
background-color: #c52127 !important;
|
||||
color: #fff;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .role-reset-btn {
|
||||
font-weight: bold;
|
||||
color: #c52127;
|
||||
border: 1px solid #c52127;
|
||||
padding: 0.2rem 0.5rem !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] ol,
|
||||
[dir="rtl"] ul {
|
||||
padding-right: 0;
|
||||
}
|
||||
[dir="rtl"] .section-container {
|
||||
padding-right: 15%;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .section-container.active {
|
||||
padding-left: 0;
|
||||
padding-right: 60px;
|
||||
}
|
||||
[dir="rtl"] .view-website i {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
[dir="rtl"] .sales-main-container {
|
||||
display: grid;
|
||||
grid-template-columns: 45% 55%;
|
||||
}
|
||||
[dir="rtl"] .amount-container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
padding-right: 12px;
|
||||
}
|
||||
[dir="rtl"] .save-amount-container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
}
|
||||
[dir="rtl"] .main-container .products-container {
|
||||
background-color: transparent;
|
||||
}
|
||||
[dir="rtl"] .sales-container {
|
||||
order: 2 !important;
|
||||
}
|
||||
[dir="rtl"] .btn-category {
|
||||
background-color: #f8961e;
|
||||
color: white;
|
||||
padding-top: 9px;
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
[dir="rtl"] .btn-brand {
|
||||
background-color: #1e90ff;
|
||||
color: white;
|
||||
padding-top: 9px;
|
||||
padding-bottom: 9px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
[dir="rtl"] .btn-search {
|
||||
background-color: var(--clr-primary);
|
||||
color: white;
|
||||
border-radius: 0.25rem 0 0 0.25rem;
|
||||
}
|
||||
[dir="rtl"] .search-product {
|
||||
display: grid;
|
||||
grid-template-columns: 5fr 4fr;
|
||||
}
|
||||
@media (max-width: 1200px) {
|
||||
[dir="rtl"] .quick-actions-container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
[dir="rtl"] .sales-main-container {
|
||||
grid-template-columns: 100%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
[dir="rtl"] .search-product {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
[dir="rtl"] .main-container {
|
||||
order: 1 !important;
|
||||
padding: 0;
|
||||
}
|
||||
[dir="rtl"] .side-bar {
|
||||
left: unset;
|
||||
right: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
@media (max-width: 1400px) {
|
||||
[dir="rtl"] .section-container {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1400px) {
|
||||
[dir="rtl"] .side-bar {
|
||||
width: 15%;
|
||||
}
|
||||
}
|
||||
[dir="rtl"] .side-bar-addon {
|
||||
right: 123px !important;
|
||||
font-size: 10px !important;
|
||||
top: 13px;
|
||||
border-radius: 3px !important;
|
||||
color: black;
|
||||
max-width: 60px;
|
||||
}
|
||||
[dir="rtl"] .side-bar-logo {
|
||||
display: flex;
|
||||
}
|
||||
[dir="rtl"] .container-fluid {
|
||||
padding: 1.5%;
|
||||
width: 100%;
|
||||
}
|
||||
[dir="rtl"] .sidebar-opner {
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
[dir="rtl"] .side-bar-manu li a .sidebar-icon {
|
||||
margin-left: 10px;
|
||||
margin-right: 0;
|
||||
}
|
||||
[dir="rtl"] .side-bar.active .side-bar-manu li a .sidebar-icon {
|
||||
margin-right: 0;
|
||||
margin-left: 30px;
|
||||
left: unset;
|
||||
right: -10px;
|
||||
}
|
||||
[dir="rtl"] .side-bar-manu li .dropdown-menu li {
|
||||
padding-right: 15px;
|
||||
padding-left: 0;
|
||||
}
|
||||
[dir="rtl"] .side-bar-manu li .dropdown-menu {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
border-left: 0;
|
||||
}
|
||||
[dir="rtl"] .main-header-section {
|
||||
z-index: 5;
|
||||
}
|
||||
[dir="rtl"] .side-bar-manu .dropdown::before {
|
||||
left: 15px;
|
||||
right: unset;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
[dir="rtl"] .gpt-dashboard-card .couter-box {
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .gpt-dashboard-card .couter-box h5 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
[dir="rtl"] .gpt-dashboard-card .couter-box .icons {
|
||||
margin-left: 5px;
|
||||
}
|
||||
[dir="rtl"] .gpt-dashboard-card .couter-box h5,
|
||||
[dir="rtl"] .gpt-dashboard-card .couter-box p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
[dir="rtl"] .gpt-dashboard-chart .card-header .gpt-up-down-arrow span {
|
||||
left: 20px !important;
|
||||
right: unset !important;
|
||||
}
|
||||
[dir="rtl"] .print-btn i {
|
||||
margin-right: 0;
|
||||
margin-left: 6px;
|
||||
}
|
||||
[dir="rtl"] .password-input .hide-pass {
|
||||
left: 10px;
|
||||
right: unset;
|
||||
}
|
||||
[dir="rtl"] .table-action .dropdown-menu a i {
|
||||
margin-left: 7px;
|
||||
margin-right: 0;
|
||||
}
|
||||
[dir="rtl"] .arabic-text-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .order-form-section label {
|
||||
left: unset;
|
||||
right: 10px;
|
||||
}
|
||||
[dir="rtl"] .order-form-section .settings-image-upload .title {
|
||||
right: 30px !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .feature-btn {
|
||||
border-top-left-radius: 4px !important;
|
||||
border-bottom-left-radius: 4px !important;
|
||||
}
|
||||
[dir="rtl"] .table > :not(:last-child) > :last-child > * {
|
||||
border-bottom-color: rgba(31, 31, 31, 0.1) !important;
|
||||
}
|
||||
[dir="rtl"] .table th {
|
||||
background-color: rgba(31, 31, 31, 0.05) !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .table-top-left .gpt-up-down-arrow span {
|
||||
right: 20px !important;
|
||||
}
|
||||
[dir="rtl"] .dashboard-table-header i {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
@media (min-width: 500px) {
|
||||
.gpt-up-down-arrow span {
|
||||
right: 93% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 0px) and (max-width: 500px) {
|
||||
.gpt-up-down-arrow span {
|
||||
right: 92% !important;
|
||||
}
|
||||
}
|
||||
|
||||
[dir="rtl"] .table-search .position-absolute {
|
||||
right: 92%;
|
||||
}
|
||||
|
||||
[dir="rtl"] .table-top-left.d-flex.gap-3.margin-l-16 {
|
||||
margin-right: 16px !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .erp-table-section .searchResults .w-60 {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] label.upload-img-label {
|
||||
top: -6px;
|
||||
left: 5px !important;
|
||||
}
|
||||
|
||||
[dir="rtl"] .modal-body label {
|
||||
left: -5px;
|
||||
}
|
||||
|
||||
/* notification style css start */
|
||||
|
||||
[dir="rtl"] .toast.toast-success {
|
||||
background-color: green !important;
|
||||
}
|
||||
[dir="rtl"] .toast.toast-error {
|
||||
background-color: #c52127 !important;
|
||||
}
|
||||
/* notification style css end */
|
||||
|
||||
/* delete modal style css start */
|
||||
[dir="rtl"] .jconfirm-title,
|
||||
[dir="rtl"] .jconfirm-content {
|
||||
direction: ltr;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
/* delete modal style css end */
|
||||
|
||||
@media only screen and (min-width: 360px) and (max-width: 644px) {
|
||||
[dir="rtl"] .table-search .position-absolute {
|
||||
right: 77%;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 0px) and (max-width: 360px) {
|
||||
[dir="rtl"] .table-search .position-absolute {
|
||||
right: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
/*----------- dashboard counter card css start------------*/
|
||||
@media only screen and (min-width: 1424px) {
|
||||
[dir="rtl"] .gpt-dashboard-card.counter-grid-6 {
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 880px) and (max-width: 1424px) {
|
||||
[dir="rtl"] .gpt-dashboard-card.counter-grid-6 {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 650px) and (max-width: 880px) {
|
||||
[dir="rtl"] .gpt-dashboard-card.counter-grid-6 {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1423px) and (max-width: 1700px) {
|
||||
[dir="rtl"] .gpt-dashboard-card .couter-box .icons {
|
||||
height: 44px;
|
||||
width: 44px;
|
||||
}
|
||||
[dir="rtl"] .gpt-dashboard-card .couter-box h5 {
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
}
|
||||
[dir="rtl"] .gpt-dashboard-card .couter-box p {
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
[dir="rtl"] .gpt-dashboard-card.counter-grid-6 {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
/*----------- dashboard counter card css end------------*/
|
||||
|
||||
@media only screen and (min-width: 0px) and (max-width: 400px) {
|
||||
[dir="rtl"] .header-left .text-custom-primary {
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1150px) {
|
||||
[dir="rtl"] .side-bar {
|
||||
right: -100%;
|
||||
left: unset;
|
||||
}
|
||||
[dir="rtl"] .side-bar.active {
|
||||
right: 0;
|
||||
left: unset;
|
||||
}
|
||||
[dir="rtl"] .section-container {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
[dir="rtl"] .section-container.active {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
[dir="rtl"] .close-btn {
|
||||
left: 15px;
|
||||
right: unset;
|
||||
}
|
||||
[dir="rtl"] .side-bar.active .side-bar-manu li a .sidebar-icon {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1400px) {
|
||||
[dir="rtl"] .gpt-dashboard-card .couter-box p {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
[dir="rtl"] .input-group {
|
||||
/* position: relative; */
|
||||
display: flex !important;
|
||||
/* flex-wrap: wrap; */
|
||||
align-items: stretch;
|
||||
width: 100%;
|
||||
}
|
||||
[dir="rtl"] .dropdown-search {
|
||||
/* padding: 8px; */
|
||||
/* border-top: 1px solid #ddd; */
|
||||
position: absolute !important;
|
||||
top: 50px;
|
||||
width: 100%;
|
||||
}
|
||||
[dir="rtl"] .inventory-square-btn {
|
||||
display: none !important;
|
||||
}
|
||||
[dir="rtl"] .custom-print-btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
[dir="rtl"] .pdf-btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
[dir="rtl"] .invoice-logo {
|
||||
width: 40px;
|
||||
height: 54px;
|
||||
object-fit: contain;
|
||||
object-position: right center;
|
||||
display: block;
|
||||
}
|
||||
[dir="rtl"] .table-striped > tbody > tr:nth-of-type(odd) > * {
|
||||
--bs-table-accent-bg: white;
|
||||
color: var(--bs-table-striped-color);
|
||||
}
|
||||
|
||||
[dir="rtl"] .in-table-row-bottom td {
|
||||
padding: 2px !important;
|
||||
}
|
||||
[dir="rtl"] .in-table-row td {
|
||||
padding: 2px !important;
|
||||
}
|
||||
.choices__list--single .choices__item {
|
||||
text-align: left;
|
||||
direction: rtl;
|
||||
}
|
||||
[dir="rtl"] .delete-cancel-group {
|
||||
position: relative;
|
||||
}
|
||||
[dir="rtl"] .barcode-info h5 {
|
||||
margin: 0;
|
||||
}
|
||||
[dir="rtl"] .barcode-info h5 {
|
||||
height: 44px !important;
|
||||
background-color: #f7f7f7;
|
||||
width: 62px;
|
||||
color: #121535;
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-right: 1px solid #d8d8d8 !important;
|
||||
border-left: none;
|
||||
border-right: 0;
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .barcode-info input {
|
||||
height: 44px !important;
|
||||
border-top-right-radius: 0 !important;
|
||||
border-bottom-right-radius: 0 !important;
|
||||
}
|
||||
[dir="rtl"] .custom-print-btn {
|
||||
color: white;
|
||||
}
|
||||
[dir="rtl"] .warranty-container select {
|
||||
padding: 8px 10px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
height: 45px;
|
||||
background-color: #f7f7f7;
|
||||
cursor: pointer;
|
||||
border-right: none;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
width: 230px;
|
||||
}
|
||||
[dir="rtl"] .warranty-container input[type="number"] {
|
||||
padding: 11px 10px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 6px;
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
border-left: none;
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .gpt-up-down-arrow select {
|
||||
direction: rtl;
|
||||
text-align: left;
|
||||
}
|
||||
10451
public/assets/css/bootstrap.min.css
vendored
Normal file
7
public/assets/css/bootstrap.rtl.min.css
vendored
Normal file
128
public/assets/css/calculator.css
Normal file
@@ -0,0 +1,128 @@
|
||||
/* General modal styles */
|
||||
.calculator-content {
|
||||
width: 320px;
|
||||
border-radius: 10px;
|
||||
background-color: #cfd8dc;
|
||||
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
border-bottom: none;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.custom-modal-header {
|
||||
width: 20px;
|
||||
margin-left: auto;
|
||||
}
|
||||
.custom-modal-header:hover {
|
||||
background-color: inherit;
|
||||
}
|
||||
.close {
|
||||
font-size: 1.5rem;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
#display {
|
||||
background-color: #eceff1;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 5px;
|
||||
font-size: 1.8rem;
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.button-row {
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.calculator-dialog {
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
.calculator-dialog .calculator-btn,
|
||||
.button-row .calculator-btn {
|
||||
background-color: #546e7a;
|
||||
border: 1px solid #546e7a;
|
||||
border-radius: 8px;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
font-size: 1rem;
|
||||
flex: 1;
|
||||
margin: 0 5px;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
.button-row .calculator-btn {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.calculator-btn:hover {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
.modal-body {
|
||||
padding: auto;
|
||||
}
|
||||
.calculator-btn:active {
|
||||
background-color: #ddd;
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
.operator-group {
|
||||
background-color: #546e7a;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.operator-group:hover {
|
||||
background-color: #546e7a;
|
||||
}
|
||||
|
||||
.operand-group {
|
||||
background-color: #90a4ae;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
transition: box-shadow 0.3s ease;
|
||||
|
||||
/* box-shadow: 0px 4px #90a4ae; */
|
||||
}
|
||||
|
||||
.operand-group:hover {
|
||||
background-color: #90a4ae;
|
||||
}
|
||||
|
||||
#clear {
|
||||
background-color: #f44336;
|
||||
color: #ffffff;
|
||||
}
|
||||
#backspace {
|
||||
background-color: #ff9800;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#clear:hover {
|
||||
background-color: #f44336;
|
||||
}
|
||||
|
||||
#equal {
|
||||
background-color: #4caf50;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#equal:hover {
|
||||
background-color: #4caf50;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
#display {
|
||||
font-size: 1.5rem;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.calculator-btn {
|
||||
font-size: 1rem;
|
||||
padding: 3px 15px;
|
||||
}
|
||||
}
|
||||
351
public/assets/css/choices.css
Normal file
@@ -0,0 +1,351 @@
|
||||
.choices {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
font-size: 16px;
|
||||
height: 44px;
|
||||
}
|
||||
.choices:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.choices:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.choices.is-open {
|
||||
overflow: visible;
|
||||
}
|
||||
.choices.is-disabled .choices__inner,
|
||||
.choices.is-disabled .choices__input {
|
||||
background-color: #eaeaea;
|
||||
cursor: not-allowed;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.choices.is-disabled .choices__item {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.choices [hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
.choices[data-type*="select-one"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__inner {
|
||||
padding-bottom: 7.5px;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__button {
|
||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
|
||||
padding: 0;
|
||||
background-size: 8px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -10px;
|
||||
margin-right: 25px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
border-radius: 10em;
|
||||
opacity: 0.25;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__button:focus,
|
||||
.choices[data-type*="select-one"] .choices__button:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__button:focus {
|
||||
box-shadow: 0 0 0 2px #005f75;
|
||||
}
|
||||
.choices[data-type*="select-one"]
|
||||
.choices__item[data-placeholder]
|
||||
.choices__button {
|
||||
display: none;
|
||||
}
|
||||
.choices[data-type*="select-one"]::after {
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
border-style: solid;
|
||||
border-color: #333 transparent transparent;
|
||||
border-width: 5px;
|
||||
position: absolute;
|
||||
right: 11.5px;
|
||||
top: 50%;
|
||||
margin-top: -2.5px;
|
||||
pointer-events: none;
|
||||
}
|
||||
.choices[data-type*="select-one"].is-open::after {
|
||||
border-color: transparent transparent #333;
|
||||
margin-top: -7.5px;
|
||||
}
|
||||
.choices[data-type*="select-one"][dir="rtl"]::after {
|
||||
left: 11.5px;
|
||||
right: auto;
|
||||
}
|
||||
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
|
||||
right: auto;
|
||||
left: 0;
|
||||
margin-left: 25px;
|
||||
margin-right: 0;
|
||||
}
|
||||
.choices[data-type*="select-multiple"] .choices__inner,
|
||||
.choices[data-type*="text"] .choices__inner {
|
||||
cursor: text;
|
||||
}
|
||||
.choices[data-type*="select-multiple"] .choices__button,
|
||||
.choices[data-type*="text"] .choices__button {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin: 0-4px 0 8px;
|
||||
padding-left: 16px;
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDRMOCA4TTggOEw0IDEyTTggOEwxMiAxMk04IDhMNCw0IiBzdHJva2U9IiMxMjE1MzUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==");
|
||||
background-size: 8px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
line-height: 1;
|
||||
opacity: 0.75;
|
||||
border-radius: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
}
|
||||
.choices[data-type*="select-multiple"] .choices__button:focus,
|
||||
.choices[data-type*="select-multiple"] .choices__button:hover,
|
||||
.choices[data-type*="text"] .choices__button:focus,
|
||||
.choices[data-type*="text"] .choices__button:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.choices__inner {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
/* padding: 2px; */
|
||||
padding: 4px 6px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 2.5px;
|
||||
font-size: 14px;
|
||||
height: 44px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.is-focused .choices__inner,
|
||||
.is-open .choices__inner {
|
||||
border-color: #b7b7b7;
|
||||
}
|
||||
.is-open .choices__inner {
|
||||
border-radius: 2.5px 2.5px 0 0;
|
||||
}
|
||||
.is-flipped.is-open .choices__inner {
|
||||
border-radius: 0 0 2.5px 2.5px;
|
||||
}
|
||||
.choices__list {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.choices__list--single {
|
||||
display: inline-block;
|
||||
padding: 4px 16px 4px 4px;
|
||||
width: 100%;
|
||||
}
|
||||
[dir="rtl"] .choices__list--single {
|
||||
padding-right: 4px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
.choices__list--single .choices__item {
|
||||
width: 100%;
|
||||
}
|
||||
.choices__list--multiple {
|
||||
display: inline;
|
||||
}
|
||||
.choices__list--multiple .choices__item {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
border-radius: 4px;
|
||||
padding: 2px 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
margin-right: 3.75px;
|
||||
margin-bottom: 3.75px;
|
||||
background-color: #e6e6e699;
|
||||
color: #121535;
|
||||
word-break: break-all;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.choices__list--multiple .choices__item[data-deletable] {
|
||||
padding-right: 5px;
|
||||
}
|
||||
[dir="rtl"] .choices__list--multiple .choices__item {
|
||||
margin-right: 0;
|
||||
margin-left: 3.75px;
|
||||
}
|
||||
.choices__list--multiple .choices__item.is-highlighted {
|
||||
background-color: #004a5c;
|
||||
border: 1px solid #003642;
|
||||
}
|
||||
.is-disabled .choices__list--multiple .choices__item {
|
||||
background-color: #aaa;
|
||||
border: 1px solid #919191;
|
||||
}
|
||||
.choices__list--dropdown,
|
||||
.choices__list[aria-expanded] {
|
||||
display: none;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
top: 100%;
|
||||
margin-top: -1px;
|
||||
border-bottom-left-radius: 2.5px;
|
||||
border-bottom-right-radius: 2.5px;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
}
|
||||
.is-active.choices__list--dropdown,
|
||||
.is-active.choices__list[aria-expanded] {
|
||||
display: block;
|
||||
}
|
||||
.is-open .choices__list--dropdown,
|
||||
.is-open .choices__list[aria-expanded] {
|
||||
border-color: #b7b7b7;
|
||||
}
|
||||
.is-flipped .choices__list--dropdown,
|
||||
.is-flipped .choices__list[aria-expanded] {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
margin-top: 0;
|
||||
margin-bottom: -1px;
|
||||
border-radius: 0.25rem 0.25rem 0 0;
|
||||
}
|
||||
.choices__list--dropdown .choices__list,
|
||||
.choices__list[aria-expanded] .choices__list {
|
||||
position: relative;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
will-change: scroll-position;
|
||||
}
|
||||
.choices__list--dropdown .choices__item,
|
||||
.choices__list[aria-expanded] .choices__item {
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
[dir="rtl"] .choices__list--dropdown .choices__item,
|
||||
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
|
||||
text-align: right;
|
||||
}
|
||||
@media (min-width: 640px) {
|
||||
.choices__list--dropdown .choices__item--selectable[data-select-text],
|
||||
.choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
|
||||
padding-right: 100px;
|
||||
}
|
||||
.choices__list--dropdown
|
||||
.choices__item--selectable[data-select-text]::after,
|
||||
.choices__list[aria-expanded]
|
||||
.choices__item--selectable[data-select-text]::after {
|
||||
content: attr(data-select-text);
|
||||
font-size: 12px;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
[dir="rtl"]
|
||||
.choices__list--dropdown
|
||||
.choices__item--selectable[data-select-text],
|
||||
[dir="rtl"]
|
||||
.choices__list[aria-expanded]
|
||||
.choices__item--selectable[data-select-text] {
|
||||
text-align: right;
|
||||
padding-left: 100px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
[dir="rtl"]
|
||||
.choices__list--dropdown
|
||||
.choices__item--selectable[data-select-text]::after,
|
||||
[dir="rtl"]
|
||||
.choices__list[aria-expanded]
|
||||
.choices__item--selectable[data-select-text]::after {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
.choices__list--dropdown .choices__item--selectable.is-highlighted,
|
||||
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
|
||||
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.choices__item {
|
||||
cursor: default;
|
||||
}
|
||||
.choices__item--selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
.choices__item--disabled {
|
||||
cursor: not-allowed;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.choices__heading {
|
||||
font-weight: 600;
|
||||
font-size: 12px;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #f7f7f7;
|
||||
color: gray;
|
||||
}
|
||||
.choices__button {
|
||||
text-indent: -9999px;
|
||||
appearance: none;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.choices__button:focus,
|
||||
.choices__input:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.choices__input {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
background-color: #f9f9f9;
|
||||
font-size: 14px;
|
||||
margin-bottom: 5px;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
max-width: 100%;
|
||||
padding: 4px 0 4px 2px;
|
||||
}
|
||||
.choices__input::-webkit-search-cancel-button,
|
||||
.choices__input::-webkit-search-decoration,
|
||||
.choices__input::-webkit-search-results-button,
|
||||
.choices__input::-webkit-search-results-decoration {
|
||||
display: none;
|
||||
}
|
||||
.choices__input::-ms-clear,
|
||||
.choices__input::-ms-reveal {
|
||||
display: none;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
[dir="rtl"] .choices__input {
|
||||
padding-right: 2px;
|
||||
padding-left: 0;
|
||||
}
|
||||
.choices__placeholder {
|
||||
opacity: 0.5;
|
||||
}
|
||||
348
public/assets/css/choices.min.css
vendored
Normal file
@@ -0,0 +1,348 @@
|
||||
.choices {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
font-size: 16px;
|
||||
/* height: 40px; */
|
||||
}
|
||||
.choices:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.choices:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.choices.is-open {
|
||||
overflow: visible;
|
||||
}
|
||||
.choices.is-disabled .choices__inner,
|
||||
.choices.is-disabled .choices__input {
|
||||
background-color: #eaeaea;
|
||||
cursor: not-allowed;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.choices.is-disabled .choices__item {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.choices [hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
.choices[data-type*="select-one"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__inner {
|
||||
padding-bottom: 6.5px;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
background-color: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__button {
|
||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
|
||||
padding: 0;
|
||||
background-size: 8px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -10px;
|
||||
margin-right: 25px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
border-radius: 10em;
|
||||
opacity: 0.25;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__button:focus,
|
||||
.choices[data-type*="select-one"] .choices__button:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.choices[data-type*="select-one"] .choices__button:focus {
|
||||
box-shadow: 0 0 0 2px #005f75;
|
||||
}
|
||||
.choices[data-type*="select-one"]
|
||||
.choices__item[data-placeholder]
|
||||
.choices__button {
|
||||
display: none;
|
||||
}
|
||||
.choices[data-type*="select-one"]::after {
|
||||
content: "";
|
||||
height: 0;
|
||||
width: 0;
|
||||
border-style: solid;
|
||||
border-color: #333 transparent transparent;
|
||||
border-width: 5px;
|
||||
position: absolute;
|
||||
right: 11.5px;
|
||||
top: 50%;
|
||||
margin-top: -2.5px;
|
||||
pointer-events: none;
|
||||
}
|
||||
.choices[data-type*="select-one"].is-open::after {
|
||||
border-color: transparent transparent #333;
|
||||
margin-top: -7.5px;
|
||||
}
|
||||
.choices[data-type*="select-one"][dir="rtl"]::after {
|
||||
left: 11.5px;
|
||||
right: auto;
|
||||
}
|
||||
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
|
||||
right: auto;
|
||||
left: 0;
|
||||
margin-left: 25px;
|
||||
margin-right: 0;
|
||||
}
|
||||
.choices[data-type*="select-multiple"] .choices__inner,
|
||||
.choices[data-type*="text"] .choices__inner {
|
||||
cursor: text;
|
||||
}
|
||||
.choices[data-type*="select-multiple"] .choices__button,
|
||||
.choices[data-type*="text"] .choices__button {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin: 0-4px 0 8px;
|
||||
padding-left: 16px;
|
||||
border-left: 1px solid #003642;
|
||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
|
||||
background-size: 8px;
|
||||
width: 8px;
|
||||
line-height: 1;
|
||||
opacity: 0.75;
|
||||
border-radius: 0;
|
||||
}
|
||||
.choices[data-type*="select-multiple"] .choices__button:focus,
|
||||
.choices[data-type*="select-multiple"] .choices__button:hover,
|
||||
.choices[data-type*="text"] .choices__button:focus,
|
||||
.choices[data-type*="text"] .choices__button:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.choices__inner {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
background-color: #f9f9f9;
|
||||
padding: 6.5px 6.5px 3.75px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 2.5px;
|
||||
font-size: 14px;
|
||||
min-height: 44px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.is-focused .choices__inner,
|
||||
.is-open .choices__inner {
|
||||
border-color: #b7b7b7;
|
||||
}
|
||||
.is-open .choices__inner {
|
||||
border-radius: 2.5px 2.5px 0 0;
|
||||
}
|
||||
.is-flipped.is-open .choices__inner {
|
||||
border-radius: 0 0 2.5px 2.5px;
|
||||
}
|
||||
.choices__list {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.choices__list--single {
|
||||
display: inline-block;
|
||||
padding: 4px 16px 4px 4px;
|
||||
width: 100%;
|
||||
}
|
||||
[dir="rtl"] .choices__list--single {
|
||||
padding-right: 4px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
.choices__list--single .choices__item {
|
||||
width: 100%;
|
||||
}
|
||||
.choices__list--multiple {
|
||||
display: inline;
|
||||
}
|
||||
.choices__list--multiple .choices__item {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
border-radius: 20px;
|
||||
padding: 4px 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
margin-right: 3.75px;
|
||||
margin-bottom: 3.75px;
|
||||
background-color: #005f75;
|
||||
border: 1px solid #004a5c;
|
||||
color: #fff;
|
||||
word-break: break-all;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.choices__list--multiple .choices__item[data-deletable] {
|
||||
padding-right: 5px;
|
||||
}
|
||||
[dir="rtl"] .choices__list--multiple .choices__item {
|
||||
margin-right: 0;
|
||||
margin-left: 3.75px;
|
||||
}
|
||||
.choices__list--multiple .choices__item.is-highlighted {
|
||||
background-color: #004a5c;
|
||||
border: 1px solid #003642;
|
||||
}
|
||||
.is-disabled .choices__list--multiple .choices__item {
|
||||
background-color: #aaa;
|
||||
border: 1px solid #919191;
|
||||
}
|
||||
.choices__list--dropdown,
|
||||
.choices__list[aria-expanded] {
|
||||
display: none;
|
||||
z-index: 3;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
top: 100%;
|
||||
margin-top: -1px;
|
||||
border-bottom-left-radius: 2.5px;
|
||||
border-bottom-right-radius: 2.5px;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
}
|
||||
.is-active.choices__list--dropdown,
|
||||
.is-active.choices__list[aria-expanded] {
|
||||
display: block;
|
||||
}
|
||||
.is-open .choices__list--dropdown,
|
||||
.is-open .choices__list[aria-expanded] {
|
||||
border-color: #b7b7b7;
|
||||
}
|
||||
.is-flipped .choices__list--dropdown,
|
||||
.is-flipped .choices__list[aria-expanded] {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
margin-top: 0;
|
||||
margin-bottom: -1px;
|
||||
border-radius: 0.25rem 0.25rem 0 0;
|
||||
}
|
||||
.choices__list--dropdown .choices__list,
|
||||
.choices__list[aria-expanded] .choices__list {
|
||||
position: relative;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
will-change: scroll-position;
|
||||
}
|
||||
.choices__list--dropdown .choices__item,
|
||||
.choices__list[aria-expanded] .choices__item {
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
[dir="rtl"] .choices__list--dropdown .choices__item,
|
||||
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
|
||||
text-align: right;
|
||||
}
|
||||
@media (min-width: 640px) {
|
||||
.choices__list--dropdown .choices__item--selectable[data-select-text],
|
||||
.choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
|
||||
padding-right: 100px;
|
||||
}
|
||||
.choices__list--dropdown
|
||||
.choices__item--selectable[data-select-text]::after,
|
||||
.choices__list[aria-expanded]
|
||||
.choices__item--selectable[data-select-text]::after {
|
||||
content: attr(data-select-text);
|
||||
font-size: 12px;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
[dir="rtl"]
|
||||
.choices__list--dropdown
|
||||
.choices__item--selectable[data-select-text],
|
||||
[dir="rtl"]
|
||||
.choices__list[aria-expanded]
|
||||
.choices__item--selectable[data-select-text] {
|
||||
text-align: right;
|
||||
padding-left: 100px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
[dir="rtl"]
|
||||
.choices__list--dropdown
|
||||
.choices__item--selectable[data-select-text]::after,
|
||||
[dir="rtl"]
|
||||
.choices__list[aria-expanded]
|
||||
.choices__item--selectable[data-select-text]::after {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
.choices__list--dropdown .choices__item--selectable.is-highlighted,
|
||||
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
|
||||
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.choices__item {
|
||||
cursor: default;
|
||||
}
|
||||
.choices__item--selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
.choices__item--disabled {
|
||||
cursor: not-allowed;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.choices__heading {
|
||||
font-weight: 600;
|
||||
font-size: 12px;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #f7f7f7;
|
||||
color: gray;
|
||||
}
|
||||
.choices__button {
|
||||
text-indent: -9999px;
|
||||
appearance: none;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.choices__button:focus,
|
||||
.choices__input:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.choices__input {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
background-color: #f9f9f9;
|
||||
font-size: 14px;
|
||||
margin-bottom: 5px;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
max-width: 100%;
|
||||
padding: 4px 0 4px 2px;
|
||||
}
|
||||
.choices__input::-webkit-search-cancel-button,
|
||||
.choices__input::-webkit-search-decoration,
|
||||
.choices__input::-webkit-search-results-button,
|
||||
.choices__input::-webkit-search-results-decoration {
|
||||
display: none;
|
||||
}
|
||||
.choices__input::-ms-clear,
|
||||
.choices__input::-ms-reveal {
|
||||
display: none;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
[dir="rtl"] .choices__input {
|
||||
padding-right: 2px;
|
||||
padding-left: 0;
|
||||
}
|
||||
.choices__placeholder {
|
||||
opacity: 0.5;
|
||||
}
|
||||
1088
public/assets/css/custom.css
Normal file
60
public/assets/css/errors.css
Normal file
@@ -0,0 +1,60 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.error-page-container {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.error-page-container .error-page-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.error-page-container .error-page-content a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 1px solid #c52127;
|
||||
color: #c52127;
|
||||
background-color: transparent;
|
||||
padding: 8px 18px;
|
||||
border-radius: 8px;
|
||||
margin-top: 16px;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.error-page-container .error-page-content img {
|
||||
height: 500px;
|
||||
width: 500px;
|
||||
object-fit: contain;
|
||||
}
|
||||
@media (max-width: 568px) {
|
||||
.error-page-container .error-page-content img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.error-page-container .error-page-content p {
|
||||
color: #4d4d4d;
|
||||
}
|
||||
.error-page-container .error-page-content h4 {
|
||||
color: #121535;
|
||||
font-size: 30px;
|
||||
margin-top: 26px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.error-page-container .error-page-content img {
|
||||
width: 350px;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
203
public/assets/css/invoice.css
Normal file
@@ -0,0 +1,203 @@
|
||||
.invoice-container {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
.invoice-content {
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
position: relative;
|
||||
font-family: "Inter", sans-serif;
|
||||
/* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
|
||||
}
|
||||
|
||||
.print-logo-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.invoice-logo {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.invoice-logo img {
|
||||
width: 260px;
|
||||
height: 54px;
|
||||
}
|
||||
|
||||
.logo-content {
|
||||
width: 148px;
|
||||
height: auto;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.store-name {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.right-invoice {
|
||||
font-size: 35px;
|
||||
color: white;
|
||||
background-color: #000000;
|
||||
right: 0px;
|
||||
top: 25px;
|
||||
padding: 8px 18px;
|
||||
border-radius: 30px 0 0 30px;
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.billing-address {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
justify-content: space-between;
|
||||
margin: 44px 0 0 0;
|
||||
}
|
||||
|
||||
.table {
|
||||
width: 100%;
|
||||
margin: 20px auto;
|
||||
border-collapse: collapse;
|
||||
font-size: 12px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.in-table-row td {
|
||||
border: none;
|
||||
padding: 0px;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.in-table-row-bottom {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 17px;
|
||||
text-align: right;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.in-table-row-bottom .total-amound {
|
||||
background-color: #c52127;
|
||||
color: white;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.in-table-header {
|
||||
font-weight: 900 !important;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.in-table-header .head-red {
|
||||
background-color: #c52127 !important;
|
||||
padding: 12px;
|
||||
border: 1px solid #d9d9d9;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.in-table-header .head-black {
|
||||
background-color: black;
|
||||
color: white;
|
||||
padding: 12px;
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.in-table-body-container {
|
||||
border: 1.5px solid #d9d9d9 !important;
|
||||
}
|
||||
|
||||
.in-table-body td {
|
||||
padding: 5px;
|
||||
border: 1.5px solid #d9d9d9 !important;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 16px !important;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.billing-amount {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.in-footer {
|
||||
bottom: 0px;
|
||||
left: 0;
|
||||
font-family: "Inter", sans-serif;
|
||||
background-color: #c52127;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.in-signature-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
padding: 8px 4px;
|
||||
}
|
||||
|
||||
.in-table-body-container tr:nth-of-type(odd) > * {
|
||||
background-color: #fbeff0;
|
||||
}
|
||||
|
||||
.text-end {
|
||||
padding: 4px 0px;
|
||||
}
|
||||
|
||||
.in-signature h4 {
|
||||
font-family: "Inter", sans-serif;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
line-height: 30px;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.phone-number {
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
#footer {
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
53
public/assets/css/label-38mm-25mm.css
Normal file
@@ -0,0 +1,53 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
||||
@page {
|
||||
margin: 0;
|
||||
size: 38mm 25mm;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label {
|
||||
width: 38mm !important;
|
||||
height: 25mm !important;
|
||||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
flex-direction: column !important;
|
||||
font-family: sans-serif !important;
|
||||
font-size: 10px !important;
|
||||
box-sizing: border-box !important;
|
||||
margin: auto;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label p {
|
||||
font-size: 10px;
|
||||
line-height: 14px;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label span {
|
||||
line-height: 11px;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label .product-name {
|
||||
font-weight: 600;
|
||||
color: black;
|
||||
padding-bottom: 3px;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label .product-price {
|
||||
color: black;
|
||||
padding-bottom: 2px;
|
||||
font-weight: 400;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label .product-price span {
|
||||
color: black;
|
||||
font-weight: 600;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
img.barcode {
|
||||
height: 4mm;
|
||||
margin-top: 1mm;
|
||||
}
|
||||
53
public/assets/css/label-50mm-25mm.css
Normal file
@@ -0,0 +1,53 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
||||
@page {
|
||||
margin: 0;
|
||||
size: 50mm 25mm;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label {
|
||||
width: 50mm !important;
|
||||
height: 25mm !important;
|
||||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
flex-direction: column !important;
|
||||
font-family: sans-serif !important;
|
||||
font-size: 10px !important;
|
||||
box-sizing: border-box !important;
|
||||
margin: auto;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label p {
|
||||
font-size: 10px;
|
||||
line-height: 14px;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label span {
|
||||
line-height: 11px;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label .product-name {
|
||||
font-weight: 600;
|
||||
color: black;
|
||||
padding-bottom: 3.5px;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label .product-price {
|
||||
color: black;
|
||||
padding-bottom: 2px;
|
||||
font-weight: 400;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
.print-label .product-price span {
|
||||
color: black;
|
||||
font-weight: 600;
|
||||
font-family: "Inter", sans-serif !important;
|
||||
}
|
||||
img.barcode {
|
||||
height: 4mm;
|
||||
margin-top: 1mm;
|
||||
}
|
||||
66
public/assets/css/label-a4.css
Normal file
@@ -0,0 +1,66 @@
|
||||
@page {
|
||||
margin: 0;
|
||||
size: 50mm 25mm;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.print-label {
|
||||
width: 50mm !important;
|
||||
height: 25mm !important;
|
||||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
flex-direction: column !important;
|
||||
font-family: sans-serif !important;
|
||||
font-size: 10px !important;
|
||||
box-sizing: border-box !important;
|
||||
margin: auto;
|
||||
}
|
||||
.print-label p {
|
||||
font-size: 10px;
|
||||
line-height: 11px;
|
||||
}
|
||||
.print-label span {
|
||||
font-size: 10px;
|
||||
line-height: 11px;
|
||||
}
|
||||
.print-label .product-name {
|
||||
font-weight: 600;
|
||||
color: black;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
.print-label .product-price {
|
||||
color: black;
|
||||
padding-bottom: 2px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.print-label .product-price span {
|
||||
color: black;
|
||||
font-weight: 600;
|
||||
}
|
||||
img.barcode {
|
||||
height: 5mm;
|
||||
margin-top: 1mm;
|
||||
}
|
||||
.barcode-print-container {
|
||||
display: grid;
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 16px;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.barcode-print-container {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.barcode-print-container {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
200
public/assets/css/lity.css
Normal file
@@ -0,0 +1,200 @@
|
||||
/*! Lity - v2.4.1 - 2020-04-26
|
||||
* http://sorgalla.com/lity/
|
||||
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
|
||||
.lity {
|
||||
z-index: 9990;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
white-space: nowrap;
|
||||
background: #0b0b0b;
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
outline: none !important;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.3s ease;
|
||||
-o-transition: opacity 0.3s ease;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
.lity.lity-opened {
|
||||
opacity: 1;
|
||||
}
|
||||
.lity.lity-closed {
|
||||
opacity: 0;
|
||||
}
|
||||
.lity * {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.lity-wrap {
|
||||
z-index: 9990;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
outline: none !important;
|
||||
}
|
||||
.lity-wrap:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
margin-right: -0.25em;
|
||||
}
|
||||
.lity-loader {
|
||||
z-index: 9991;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -0.8em;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.3s ease;
|
||||
-o-transition: opacity 0.3s ease;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
.lity-loading .lity-loader {
|
||||
opacity: 1;
|
||||
}
|
||||
.lity-container {
|
||||
z-index: 9992;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
white-space: normal;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
outline: none !important;
|
||||
}
|
||||
.lity-content {
|
||||
z-index: 9993;
|
||||
width: 100%;
|
||||
-webkit-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1);
|
||||
-webkit-transition: -webkit-transform 0.3s ease;
|
||||
transition: -webkit-transform 0.3s ease;
|
||||
-o-transition: -o-transform 0.3s ease;
|
||||
transition: transform 0.3s ease;
|
||||
transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
|
||||
}
|
||||
.lity-loading .lity-content,
|
||||
.lity-closed .lity-content {
|
||||
-webkit-transform: scale(0.8);
|
||||
-ms-transform: scale(0.8);
|
||||
-o-transform: scale(0.8);
|
||||
transform: scale(0.8);
|
||||
}
|
||||
.lity-content:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
display: block;
|
||||
right: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: -1;
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.lity-close {
|
||||
z-index: 9994;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
-webkit-appearance: none;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
color: #fff;
|
||||
font-style: normal;
|
||||
font-size: 35px;
|
||||
font-family: Arial, Baskerville, monospace;
|
||||
line-height: 35px;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
||||
border: 0;
|
||||
background: none;
|
||||
outline: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.lity-close::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.lity-close:hover,
|
||||
.lity-close:focus,
|
||||
.lity-close:active,
|
||||
.lity-close:visited {
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
color: #fff;
|
||||
font-style: normal;
|
||||
font-size: 35px;
|
||||
font-family: Arial, Baskerville, monospace;
|
||||
line-height: 35px;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
||||
border: 0;
|
||||
background: none;
|
||||
outline: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.lity-close:active {
|
||||
top: 1px;
|
||||
}
|
||||
/* Image */
|
||||
.lity-image img {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
line-height: 0;
|
||||
border: 0;
|
||||
}
|
||||
/* iFrame */
|
||||
.lity-iframe .lity-container,
|
||||
.lity-youtube .lity-container,
|
||||
.lity-vimeo .lity-container,
|
||||
.lity-facebookvideo .lity-container,
|
||||
.lity-googlemaps .lity-container {
|
||||
width: 100%;
|
||||
max-width: 964px;
|
||||
}
|
||||
.lity-iframe-container {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding-top: 56.25%;
|
||||
overflow: auto;
|
||||
pointer-events: auto;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.lity-iframe-container iframe {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #000;
|
||||
}
|
||||
.lity-hide {
|
||||
display: none;
|
||||
}
|
||||
138
public/assets/css/nice-select.css
Normal file
@@ -0,0 +1,138 @@
|
||||
.nice-select {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
border: solid 1px #e8e8e8;
|
||||
box-sizing: border-box;
|
||||
clear: both;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
float: left;
|
||||
font-family: inherit;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
height: 42px;
|
||||
line-height: 40px;
|
||||
outline: none;
|
||||
padding-left: 18px;
|
||||
padding-right: 30px;
|
||||
position: relative;
|
||||
text-align: left !important;
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
width: auto; }
|
||||
.nice-select:hover {
|
||||
border-color: #dbdbdb; }
|
||||
.nice-select:active, .nice-select.open, .nice-select:focus {
|
||||
border-color: #999; }
|
||||
.nice-select:after {
|
||||
border-bottom: 2px solid #999;
|
||||
border-right: 2px solid #999;
|
||||
content: '';
|
||||
display: block;
|
||||
height: 5px;
|
||||
margin-top: -4px;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
top: 50%;
|
||||
-webkit-transform-origin: 66% 66%;
|
||||
-ms-transform-origin: 66% 66%;
|
||||
transform-origin: 66% 66%;
|
||||
-webkit-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
-webkit-transition: all 0.15s ease-in-out;
|
||||
transition: all 0.15s ease-in-out;
|
||||
width: 5px; }
|
||||
.nice-select.open:after {
|
||||
-webkit-transform: rotate(-135deg);
|
||||
-ms-transform: rotate(-135deg);
|
||||
transform: rotate(-135deg); }
|
||||
.nice-select.open .list {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
-webkit-transform: scale(1) translateY(0);
|
||||
-ms-transform: scale(1) translateY(0);
|
||||
transform: scale(1) translateY(0); }
|
||||
.nice-select.disabled {
|
||||
border-color: #ededed;
|
||||
color: #999;
|
||||
pointer-events: none; }
|
||||
.nice-select.disabled:after {
|
||||
border-color: #cccccc; }
|
||||
.nice-select.wide {
|
||||
width: 100%; }
|
||||
.nice-select.wide .list {
|
||||
left: 0 !important;
|
||||
right: 0 !important; }
|
||||
.nice-select.right {
|
||||
float: right; }
|
||||
.nice-select.right .list {
|
||||
left: auto;
|
||||
right: 0; }
|
||||
.nice-select.small {
|
||||
font-size: 12px;
|
||||
height: 36px;
|
||||
line-height: 34px; }
|
||||
.nice-select.small:after {
|
||||
height: 4px;
|
||||
width: 4px; }
|
||||
.nice-select.small .option {
|
||||
line-height: 34px;
|
||||
min-height: 34px; }
|
||||
.nice-select .list {
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
|
||||
box-sizing: border-box;
|
||||
margin-top: 4px;
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
-webkit-transform-origin: 50% 0;
|
||||
-ms-transform-origin: 50% 0;
|
||||
transform-origin: 50% 0;
|
||||
-webkit-transform: scale(0.75) translateY(-21px);
|
||||
-ms-transform: scale(0.75) translateY(-21px);
|
||||
transform: scale(0.75) translateY(-21px);
|
||||
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
|
||||
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
|
||||
z-index: 9; }
|
||||
.nice-select .list:hover .option:not(:hover) {
|
||||
background-color: transparent !important; }
|
||||
.nice-select .option {
|
||||
cursor: pointer;
|
||||
font-weight: 400;
|
||||
line-height: 40px;
|
||||
list-style: none;
|
||||
min-height: 40px;
|
||||
outline: none;
|
||||
padding-left: 18px;
|
||||
padding-right: 29px;
|
||||
text-align: left;
|
||||
-webkit-transition: all 0.2s;
|
||||
transition: all 0.2s; }
|
||||
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
|
||||
background-color: #f6f6f6; }
|
||||
.nice-select .option.selected {
|
||||
font-weight: bold; }
|
||||
.nice-select .option.disabled {
|
||||
background-color: transparent;
|
||||
color: #999;
|
||||
cursor: default; }
|
||||
|
||||
.no-csspointerevents .nice-select .list {
|
||||
display: none; }
|
||||
|
||||
.no-csspointerevents .nice-select.open .list {
|
||||
display: block; }
|
||||
196
public/assets/css/payments.css
Normal file
@@ -0,0 +1,196 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
||||
:root {
|
||||
--clr-primary: #c52127;
|
||||
--clr-white: #fff;
|
||||
--clr-white2: #f9f9f9;
|
||||
--clr-white3: #f3f7ff;
|
||||
--clr-black: #01040d;
|
||||
--clr-black2: #171717;
|
||||
--clr-black3: #344054;
|
||||
--clr-gray: #525252;
|
||||
--clr-gray1: #737373;
|
||||
--clr-gray2: #d4d4d4;
|
||||
--clr-gray3: #f5f5f5;
|
||||
--clr-gray4: #f4f5f7;
|
||||
--clr-gray5: #a3a3a3;
|
||||
--clr-violet: rgba(130, 49, 211, 1);
|
||||
--clr-violet-light: rgba(130, 49, 211, 0.12);
|
||||
--clr-green: #01b81a;
|
||||
--clr-green-light: rgba(1, 184, 26, 0.12);
|
||||
--clr-orange: #ff6565;
|
||||
--clr-orange-light: rgba(255, 116, 62, 0.12);
|
||||
--clr-red: #ef4444;
|
||||
--ff: "Inter", sans-serif;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0 !important;
|
||||
color: #404040;
|
||||
font-size: 14px;
|
||||
font-family: "Inter", sans-serif;
|
||||
line-height: 18px;
|
||||
background: #ecf1f9;
|
||||
}
|
||||
|
||||
.payment-method-section {
|
||||
padding: 45px 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.payment-items {
|
||||
font-weight: bold;
|
||||
border-radius: 8px;
|
||||
padding: 14px 15px;
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
-webkit-box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05),
|
||||
0px 0px 1px 0px rgba(12, 26, 75, 0.24);
|
||||
box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05),
|
||||
0px 0px 1px 0px rgba(12, 26, 75, 0.24);
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
position: relative;
|
||||
color: #000;
|
||||
}
|
||||
.payment-items:hover {
|
||||
color: #000;
|
||||
}
|
||||
.payment-items:after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
display: block;
|
||||
right: 20px;
|
||||
top: 18px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border: solid rgb(115, 115, 115);
|
||||
border-width: 0 2px 2px 0;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
.payment-items img {
|
||||
max-height: 20px;
|
||||
}
|
||||
.payment-items.active {
|
||||
background: var(--clr-primary);
|
||||
color: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.payment-items.active::after {
|
||||
border-color: #fff;
|
||||
}
|
||||
.payment-items.active svg {
|
||||
fill: #fff;
|
||||
}
|
||||
.payment-items.active svg path {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.payment-method-nav {
|
||||
padding: 16px;
|
||||
border-radius: 16px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.payment-method-wrp {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.payment-list-table {
|
||||
border-radius: 16px;
|
||||
background: #fff;
|
||||
padding: 15px;
|
||||
}
|
||||
.payment-list-table td {
|
||||
color: #404040;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
padding: 12px 15px;
|
||||
}
|
||||
.payment-list-table th {
|
||||
padding: 12px 15px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.payment-list-table .table-striped > tbody > tr:nth-of-type(odd) > * {
|
||||
background: #ffffff17;
|
||||
border: none;
|
||||
}
|
||||
.payment-list-table tbody,
|
||||
.payment-list-table td,
|
||||
.payment-list-table tfoot,
|
||||
.payment-list-table th,
|
||||
.payment-list-table thead,
|
||||
.payment-list-table tr {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.payment-title {
|
||||
color: #000;
|
||||
font-size: 16px;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
.payment-btn {
|
||||
background: var(--clr-primary) !important;
|
||||
color: #fff !important;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
line-height: 20px;
|
||||
padding: 10px 30px;
|
||||
}
|
||||
|
||||
.stripe-form {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.stripe-form .form-control {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-top: 5px;
|
||||
padding: 9px;
|
||||
}
|
||||
.stripe-form .form-control svg {
|
||||
min-width: 30px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.stripe-form input {
|
||||
border: none;
|
||||
outline: none;
|
||||
width: 100%;
|
||||
color: #737373;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.stripe-form input:last-child {
|
||||
text-align: right;
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.payment-list-table {
|
||||
margin-top: 24px;
|
||||
}
|
||||
}
|
||||
.country-number-input {
|
||||
display: flex !important;
|
||||
}
|
||||
.country-input {
|
||||
width: 150px !important;
|
||||
border-top-right-radius: 0 !important;
|
||||
border-bottom-right-radius: 0 !important;
|
||||
}
|
||||
.country-input:focus {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
.number-input {
|
||||
border-top-left-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important;
|
||||
border-left: none !important;
|
||||
}
|
||||
.number-input:focus {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
260
public/assets/css/pdf.css
Normal file
@@ -0,0 +1,260 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.styled-table {
|
||||
border-collapse: collapse;
|
||||
margin: 25px 0;
|
||||
font-size: 0.9em;
|
||||
font-family: sans-serif;
|
||||
width: 100%;
|
||||
}
|
||||
.paid-by {
|
||||
text-align: left !important;
|
||||
}
|
||||
.styled-table thead tr {
|
||||
background-color: rgba(31, 31, 31, 0.05);
|
||||
color: #000;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.styled-table th,
|
||||
.styled-table td {
|
||||
/* padding: 12px 15px; */
|
||||
text-align: center;
|
||||
}
|
||||
.production-pdf-table th,
|
||||
.production-pdf-table td {
|
||||
border-right: 1px solid #dddddd;
|
||||
}
|
||||
.production-pdf-table th {
|
||||
border-bottom: 1px solid #dddddd;
|
||||
}
|
||||
.production-pdf-table tr td {
|
||||
padding: 5px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.styled-table tbody tr {
|
||||
border-bottom: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.styled-table tbody tr:nth-of-type(even) {
|
||||
background-color: rgba(31, 31, 31, 0.05);
|
||||
}
|
||||
|
||||
.styled-table .table-img {
|
||||
height: 25px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.table-header {
|
||||
text-align: center;
|
||||
}
|
||||
.in-table-header .head-red {
|
||||
background-color: #c52127 !important;
|
||||
color: white;
|
||||
padding: 12px;
|
||||
font-weight: 800;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
.in-table-header .head-black {
|
||||
background-color: black !important;
|
||||
color: white;
|
||||
padding: 12px;
|
||||
font-weight: 800;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
.in-table-body-container {
|
||||
border: 1.5px solid #d9d9d9 !important;
|
||||
}
|
||||
.in-table-body td {
|
||||
padding: 5px;
|
||||
border-left: 1.5px solid #d9d9d9;
|
||||
}
|
||||
.pdf-logo {
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
/* .invoice-container {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0 0px;
|
||||
}
|
||||
.invoice-content {
|
||||
width: 800px;
|
||||
background-color: white;
|
||||
margin: 12px;
|
||||
position: relative;
|
||||
}
|
||||
.invoice-logo {
|
||||
width: 52px;
|
||||
height: 54px;
|
||||
}
|
||||
.logo {
|
||||
padding-top: 12px;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
.logo h3 {
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.business-footer {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.right-invoice {
|
||||
font-size: 35px;
|
||||
color: white;
|
||||
background-color: #000000;
|
||||
right: 38px;
|
||||
top: 100px;
|
||||
padding: 8px 18px;
|
||||
border-radius: 30px 0 0 30px;
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
}
|
||||
.in-table-row td {
|
||||
border: none !important;
|
||||
font-size: 12px !important;
|
||||
padding: 0px;
|
||||
}
|
||||
.in-table-row-bottom td {
|
||||
border: none !important;
|
||||
font-size: 14px !important;
|
||||
font-weight: 600;
|
||||
padding: 0px;
|
||||
}
|
||||
.in-table-row-bottom .total-amound {
|
||||
background-color: #c52127;
|
||||
color: white;
|
||||
padding: 3px;
|
||||
}
|
||||
.in-table-header .head-red {
|
||||
background-color: #c52127 !important;
|
||||
color: white;
|
||||
padding: 12px;
|
||||
font-weight: 800;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
.in-table-header .head-black {
|
||||
background-color: black !important;
|
||||
color: white;
|
||||
padding: 12px;
|
||||
font-weight: 800;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
.in-print-btn {
|
||||
background-color: #f9f9f9;
|
||||
color: black;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 10%;
|
||||
font-size: 18px;
|
||||
}
|
||||
.in-print-btn-container {
|
||||
position: absolute;
|
||||
}
|
||||
.in-table-body-container {
|
||||
border: 1.5px solid #d9d9d9 !important;
|
||||
}
|
||||
.in-table-body td {
|
||||
padding: 5px;
|
||||
border-left: 1.5px solid #d9d9d9;
|
||||
}
|
||||
.in-footer {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 0;
|
||||
background-color: #c52127;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.in-hr {
|
||||
margin: 0px !important;
|
||||
}
|
||||
.in-signature h4 {
|
||||
font-size: 14px !important;
|
||||
font-weight: 500;
|
||||
}
|
||||
.in-signature-container {
|
||||
bottom: 50px;
|
||||
width: 100%;
|
||||
right: 0px;
|
||||
}
|
||||
.word-amount {
|
||||
top: -8px;
|
||||
line-height: 20px;
|
||||
position: absolute;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
max-width: 450px;
|
||||
text-wrap: auto;
|
||||
} */
|
||||
|
||||
/* .print-container {
|
||||
display: block;
|
||||
}
|
||||
.pdf-mode .print-container {
|
||||
display: none;
|
||||
} */
|
||||
|
||||
/* pdf css */
|
||||
|
||||
h4 {
|
||||
margin: 0;
|
||||
}
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
.w-half {
|
||||
width: 50%;
|
||||
}
|
||||
.margin-top {
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
.footer {
|
||||
font-size: 0.875rem;
|
||||
padding: 1rem;
|
||||
background-color: rgb(241 245 249);
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
}
|
||||
table.products {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
table.products tr {
|
||||
background-color: rgb(96 165 250);
|
||||
}
|
||||
table.products th {
|
||||
color: #ffffff;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
table tr.items {
|
||||
background-color: rgb(241 245 249);
|
||||
}
|
||||
table tr.items td {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.total {
|
||||
text-align: right;
|
||||
margin-top: 1rem;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
1
public/assets/css/select2.min.css
vendored
Normal file
204
public/assets/css/slick-theme.css
Normal file
@@ -0,0 +1,204 @@
|
||||
@charset 'UTF-8';
|
||||
/* Slider */
|
||||
/* .slick-loading .slick-list
|
||||
{
|
||||
background: #fff url('./ajax-loader.gif') center center no-repeat;
|
||||
} */
|
||||
|
||||
/* Icons */
|
||||
@font-face
|
||||
{
|
||||
font-family: 'slick';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
src: url('./fonts/slick.eot');
|
||||
src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
|
||||
}
|
||||
/* Arrows */
|
||||
.slick-prev,
|
||||
.slick-next
|
||||
{
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
padding: 0;
|
||||
-webkit-transform: translate(0, -50%);
|
||||
-ms-transform: translate(0, -50%);
|
||||
transform: translate(0, -50%);
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
.slick-prev:hover,
|
||||
.slick-prev:focus,
|
||||
.slick-next:hover,
|
||||
.slick-next:focus
|
||||
{
|
||||
color: transparent;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
.slick-prev:hover:before,
|
||||
.slick-prev:focus:before,
|
||||
.slick-next:hover:before,
|
||||
.slick-next:focus:before
|
||||
{
|
||||
opacity: 1;
|
||||
}
|
||||
.slick-prev.slick-disabled:before,
|
||||
.slick-next.slick-disabled:before
|
||||
{
|
||||
opacity: .25;
|
||||
}
|
||||
|
||||
.slick-prev:before,
|
||||
.slick-next:before
|
||||
{
|
||||
font-family: 'slick';
|
||||
font-size: 20px;
|
||||
line-height: 1;
|
||||
|
||||
opacity: .75;
|
||||
color: white;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.slick-prev
|
||||
{
|
||||
left: -25px;
|
||||
}
|
||||
[dir='rtl'] .slick-prev
|
||||
{
|
||||
right: -25px;
|
||||
left: auto;
|
||||
}
|
||||
.slick-prev:before
|
||||
{
|
||||
content: '<';
|
||||
}
|
||||
[dir='rtl'] .slick-prev:before
|
||||
{
|
||||
content: '→';
|
||||
}
|
||||
|
||||
.slick-next
|
||||
{
|
||||
right: -25px;
|
||||
}
|
||||
[dir='rtl'] .slick-next
|
||||
{
|
||||
right: auto;
|
||||
left: -25px;
|
||||
}
|
||||
.slick-next:before
|
||||
{
|
||||
content: '>';
|
||||
}
|
||||
[dir='rtl'] .slick-next:before
|
||||
{
|
||||
content: 'â†';
|
||||
}
|
||||
|
||||
/* Dots */
|
||||
.slick-dotted.slick-slider
|
||||
{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.slick-dots
|
||||
{
|
||||
position: absolute;
|
||||
bottom: -25px;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
list-style: none;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
.slick-dots li
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: inline-block;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 0 5px;
|
||||
padding: 0;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
.slick-dots li button
|
||||
{
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
padding: 5px;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
color: transparent;
|
||||
border: 0;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
.slick-dots li button:hover,
|
||||
.slick-dots li button:focus
|
||||
{
|
||||
outline: none;
|
||||
}
|
||||
.slick-dots li button:hover:before,
|
||||
.slick-dots li button:focus:before
|
||||
{
|
||||
opacity: 1;
|
||||
}
|
||||
.slick-dots li button:before
|
||||
{
|
||||
font-family: 'slick';
|
||||
font-size: 6px;
|
||||
line-height: 20px;
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
||||
content: '•';
|
||||
text-align: center;
|
||||
|
||||
opacity: .25;
|
||||
color: black;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.slick-dots li.slick-active button:before
|
||||
{
|
||||
opacity: .75;
|
||||
color: black;
|
||||
}
|
||||
119
public/assets/css/slick.css
Normal file
@@ -0,0 +1,119 @@
|
||||
/* Slider */
|
||||
.slick-slider
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
-khtml-user-select: none;
|
||||
-ms-touch-action: pan-y;
|
||||
touch-action: pan-y;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
.slick-list
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.slick-list:focus
|
||||
{
|
||||
outline: none;
|
||||
}
|
||||
.slick-list.dragging
|
||||
{
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
.slick-slider .slick-track,
|
||||
.slick-slider .slick-list
|
||||
{
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.slick-track
|
||||
{
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.slick-track:before,
|
||||
.slick-track:after
|
||||
{
|
||||
display: table;
|
||||
|
||||
content: '';
|
||||
}
|
||||
.slick-track:after
|
||||
{
|
||||
clear: both;
|
||||
}
|
||||
.slick-loading .slick-track
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.slick-slide
|
||||
{
|
||||
display: none;
|
||||
float: left;
|
||||
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
}
|
||||
[dir='rtl'] .slick-slide
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
.slick-slide img
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
.slick-slide.slick-loading img
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.slick-slide.dragging img
|
||||
{
|
||||
pointer-events: none;
|
||||
}
|
||||
.slick-initialized .slick-slide
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
.slick-loading .slick-slide
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
.slick-vertical .slick-slide
|
||||
{
|
||||
display: block;
|
||||
|
||||
height: auto;
|
||||
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.slick-arrow.slick-hidden {
|
||||
display: none;
|
||||
}
|
||||
10416
public/assets/css/style.css
Normal file
13
public/assets/css/summernote-lite.css
Normal file
13
public/assets/css/swiper-bundle.min.css
vendored
Normal file
1
public/assets/css/tagify.css
Normal file
1
public/assets/css/toastr.min.css
vendored
Normal file
BIN
public/assets/fonts/NotoNastaliqUrdu-Bold.ttf
Normal file
BIN
public/assets/fonts/NotoNastaliqUrdu-Medium.ttf
Normal file
BIN
public/assets/fonts/NotoNastaliqUrdu-SemiBold.ttf
Normal file
BIN
public/assets/fonts/NotoSans-SemiBold.ttf
Normal file
BIN
public/assets/fonts/NotoSansArabic-SemiBold.ttf
Normal file
BIN
public/assets/fonts/NotoSansBengali-SemiBold.ttf
Normal file
BIN
public/assets/fonts/NotoSansDevanagari-SemiBold.ttf
Normal file
BIN
public/assets/fonts/NotoSansKhmer-SemiBold.ttf
Normal file
BIN
public/assets/fonts/NotoSansSC-Light.otf
Normal file
BIN
public/assets/fonts/NotoSansSC-Medium.otf
Normal file
BIN
public/assets/fonts/NotoSansSC-Regular.otf
Normal file
BIN
public/assets/fonts/NotoSansThai-SemiBold.ttf
Normal file
9
public/assets/fonts/fontawesome/css/all.min.css
vendored
Normal file
5
public/assets/fonts/fontawesome/css/fontawesome-all.min.css
vendored
Normal file
5
public/assets/fonts/fontawesome/css/fontawesome.min.css
vendored
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-brands-400.eot
Normal file
1008
public/assets/fonts/fontawesome/webfonts/fa-brands-400.svg
Normal file
|
After Width: | Height: | Size: 496 KiB |
BIN
public/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-brands-400.woff
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-light-300.eot
Normal file
2004
public/assets/fonts/fontawesome/webfonts/fa-light-300.svg
Normal file
|
After Width: | Height: | Size: 627 KiB |
BIN
public/assets/fonts/fontawesome/webfonts/fa-light-300.ttf
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-light-300.woff
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-light-300.woff2
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-regular-400.eot
Normal file
2004
public/assets/fonts/fontawesome/webfonts/fa-regular-400.svg
Normal file
|
After Width: | Height: | Size: 580 KiB |
BIN
public/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-regular-400.woff
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-solid-900.eot
Normal file
2004
public/assets/fonts/fontawesome/webfonts/fa-solid-900.svg
Normal file
|
After Width: | Height: | Size: 499 KiB |
BIN
public/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-solid-900.woff
Normal file
BIN
public/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2
Normal file
BIN
public/assets/fonts/iu.ttf
Normal file
BIN
public/assets/fonts/summernote.eot
Normal file
BIN
public/assets/fonts/summernote.ttf
Normal file
BIN
public/assets/fonts/summernote.woff
Normal file
BIN
public/assets/fonts/summernote.woff2
Normal file
BIN
public/assets/images/dashboard/01.png
Normal file
|
After Width: | Height: | Size: 582 B |
BIN
public/assets/images/dashboard/02.png
Normal file
|
After Width: | Height: | Size: 632 B |
BIN
public/assets/images/dashboard/03.png
Normal file
|
After Width: | Height: | Size: 608 B |
BIN
public/assets/images/dashboard/04.png
Normal file
|
After Width: | Height: | Size: 574 B |
BIN
public/assets/images/dashboard/05.png
Normal file
|
After Width: | Height: | Size: 531 B |
3
public/assets/images/dashboard/Frame1.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.7094 1.57208C20.4581 1.74402 21.2163 2.0252 21.7205 2.5294C22.2247 3.0336 22.5059 3.79184 22.6778 4.54046C22.8554 5.31381 22.9426 6.19907 22.9787 7.06907C23.051 8.81159 22.9216 10.5922 22.838 11.5023C22.7858 12.0702 22.5535 12.5946 22.1906 13.0168C19.4813 16.1692 16.6728 19.0389 13.6063 21.7845C12.2032 23.0409 10.1082 23.0542 8.64712 21.9229C6.23744 20.0571 4.19283 18.0125 2.32709 15.6028C1.19579 14.1417 1.20911 12.0468 2.46543 10.6437C5.2111 7.57712 8.08082 4.76863 11.2331 2.05931C11.6553 1.69644 12.1797 1.46409 12.7477 1.4119C13.6578 1.32827 15.4383 1.19887 17.1808 1.27116C18.0508 1.30726 18.9361 1.39446 19.7094 1.57208ZM19.25 6.5C19.25 5.67157 18.5784 5 17.75 5C16.9215 5 16.25 5.67157 16.25 6.5C16.25 7.32843 16.9215 8 17.75 8C18.5784 8 19.25 7.32843 19.25 6.5ZM14.7799 10.5308C15.073 10.2381 15.0734 9.76324 14.7807 9.47011C14.4881 9.17697 14.0132 9.17658 13.7201 9.46923L13.5027 9.68626C12.5722 9.19935 11.3975 9.33245 10.6136 10.1151C10.1963 10.5317 9.86938 11.0697 9.90501 11.7329C9.93929 12.3713 10.3017 12.9359 10.8064 13.4397C11.2024 13.8351 11.3028 14.0944 11.3134 14.2462C11.3219 14.3673 11.2835 14.5806 10.9381 14.9255C10.6409 15.2222 10.4052 15.2655 10.2283 15.246C10.0171 15.2227 9.74422 15.0913 9.44643 14.794C9.16097 14.509 9.04655 14.149 9.07372 13.8411C9.11014 13.4285 8.80518 13.0645 8.39257 13.0281C7.97996 12.9917 7.61595 13.2966 7.57953 13.7092C7.53304 14.236 7.65383 14.7761 7.92618 15.2537L7.72011 15.4594C7.42697 15.7521 7.42658 16.2269 7.71924 16.5201C8.01189 16.8132 8.48676 16.8136 8.77989 16.5209L8.97008 16.3311C9.29568 16.5415 9.66283 16.6927 10.0638 16.7369C10.7613 16.8139 11.4309 16.5531 11.9979 15.987C12.5167 15.4691 12.8596 14.8553 12.8098 14.1417C12.7621 13.4587 12.3646 12.8758 11.8661 12.3782C11.4764 11.9891 11.4084 11.7557 11.4028 11.6525C11.3986 11.5742 11.4225 11.4271 11.6734 11.1766C12.0406 10.8099 12.6587 10.8025 13.0533 11.1965C13.3189 11.4617 13.4035 11.8318 13.3143 12.1569C13.2048 12.5563 13.4398 12.969 13.8392 13.0785C14.2387 13.1881 14.6514 12.9531 14.7609 12.5536C14.9249 11.9556 14.8578 11.3072 14.5639 10.7464L14.7799 10.5308Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
3
public/assets/images/dashboard/Frame2.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 2.24805C2 1.69576 2.44772 1.24805 3 1.24805H3.93845C5.31505 1.24805 6.515 2.18494 6.84887 3.52044L6.85349 3.53889L7.31816 5.75213H20.5184C20.8759 5.75871 21.258 5.77738 21.6007 5.86779C21.9829 5.96861 22.3604 6.16972 22.641 6.55582C22.9858 7.03022 23.0219 7.55875 22.9914 8.00277C22.963 8.41457 22.8624 8.91418 22.753 9.45713L22.7414 9.51506C22.3387 11.5154 21.9324 13.4703 20.9595 14.8903C20.4504 15.6334 19.7842 16.2398 18.8981 16.651C18.0234 17.0569 16.9865 17.2486 15.7632 17.2486H8.92903C8.34562 17.2657 7.81269 17.6601 7.59895 18.248H18L17.9984 18.2506L17.9976 18.252H18C19.2426 18.252 20.25 19.2593 20.25 20.502C20.25 21.7446 19.2426 22.752 18 22.752C16.7574 22.752 15.75 21.7446 15.75 20.502C15.75 20.4161 15.7548 20.3314 15.7642 20.248H13.2358C13.2452 20.3314 13.25 20.4161 13.25 20.502C13.25 21.7446 12.2426 22.752 11 22.752C9.75736 22.752 8.75 21.7446 8.75 20.502C8.75 20.4161 8.75481 20.3314 8.76417 20.248H6.91143C6.09384 20.248 5.5 19.5696 5.5 18.8195C5.5 17.4675 6.24057 16.2602 7.35392 15.6561L4.90464 3.99023C4.78811 3.55321 4.39205 3.24805 3.93845 3.24805H3C2.44772 3.24805 2 2.80033 2 2.24805ZM11 19.752C10.5858 19.752 10.25 20.0877 10.25 20.502C10.25 20.9162 10.5858 21.252 11 21.252C11.4142 21.252 11.75 20.9162 11.75 20.502C11.75 20.0877 11.4142 19.752 11 19.752ZM18 19.752C17.5858 19.752 17.25 20.0877 17.25 20.502C17.25 20.9162 17.5858 21.252 18 21.252C18.4142 21.252 18.75 20.9162 18.75 20.502C18.75 20.0877 18.4142 19.752 18 19.752Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
4
public/assets/images/dashboard/Frame3.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M13.2803 1.46967C12.9874 1.17678 12.5125 1.17678 12.2196 1.46967L10.4926 3.19675L7.87331 2.7602C7.58765 2.71259 7.30011 2.8337 7.13458 3.07133C6.96906 3.30897 6.95514 3.62066 7.09882 3.8721L8.45762 6.25H17.0423L18.4011 3.8721C18.5448 3.62066 18.5309 3.30897 18.3654 3.07133C18.1999 2.8337 17.9123 2.71259 17.6267 2.7602L15.0074 3.19675L13.2803 1.46967Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00446 7.75H17.4959C18.2156 8.56197 19.0162 9.55911 19.763 10.6648C20.9706 12.4526 22.079 14.5845 22.4327 16.7124C22.7235 18.4618 22.0515 19.997 20.8967 21.0691C19.7534 22.1305 18.1324 22.75 16.4418 22.75H9.05853C7.36795 22.75 5.74699 22.1305 4.6037 21.0691C3.44885 19.997 2.77685 18.4618 3.06762 16.7124C3.42131 14.5845 4.52975 12.4526 5.73738 10.6648C6.4842 9.55911 7.28474 8.56197 8.00446 7.75ZM10.8857 12.0893C11.2042 11.8505 11.5858 11.6781 12 11.5836V10.75H13.5V11.5845C14.2886 11.7652 14.9847 12.2303 15.3146 12.9303L13.9577 13.5697C13.8405 13.321 13.4183 13 12.75 13C12.3443 13 12.0058 13.1243 11.7857 13.2893C11.5659 13.4542 11.5 13.6248 11.5 13.75C11.5 13.8752 11.5659 14.0458 11.7857 14.2107C12.0058 14.3757 12.3443 14.5 12.75 14.5C13.4488 14.5 14.1104 14.7115 14.6142 15.0893C15.1182 15.4673 15.5 16.0468 15.5 16.75C15.5 17.4532 15.1182 18.0327 14.6142 18.4107C14.2957 18.6495 13.9141 18.8219 13.5 18.9164V19.75H12V18.9155C11.2113 18.7348 10.5153 18.2697 10.1854 17.5697L11.5422 16.9303C11.6594 17.179 12.0816 17.5 12.75 17.5C13.1557 17.5 13.4941 17.3757 13.7142 17.2107C13.934 17.0458 14 16.8752 14 16.75C14 16.6248 13.934 16.4542 13.7142 16.2893C13.4941 16.1243 13.1557 16 12.75 16C12.0511 16 11.3895 15.7885 10.8857 15.4107C10.3818 15.0327 10 14.4532 10 13.75C10 13.0468 10.3818 12.4673 10.8857 12.0893Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
3
public/assets/images/dashboard/Frame4.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 22.75C9.7007 22.75 9.44762 22.6611 9.2239 22.5507C9.02352 22.4518 8.80135 22.3117 8.56674 22.1637L6.62905 20.9417C6.37416 20.7809 6.22825 20.6899 6.11404 20.6327C6.0083 20.5747 5.93256 20.6033 5.9079 20.6249C5.7948 20.678 5.64376 20.7696 5.37095 20.9417L4.86225 21.2911C4.65149 21.4359 4.39744 21.6033 4.12709 21.7447C3.655 21.9917 2.81435 22.3299 2.05584 21.8414C1.54247 21.5107 1.38152 20.9658 1.3149 20.487C1.24992 20.0198 1.24996 19.4095 1.25 18.7008V7.99976C1.24998 6.61906 1.24997 5.50754 1.36641 4.63362C1.48716 3.72735 1.74526 2.96484 2.34597 2.35869C2.94761 1.75161 3.70602 1.48992 4.60737 1.36764C5.47476 1.24997 6.57745 1.24998 7.94464 1.25H10H20.016C20.4911 1.25 20.8802 1.4793 21.1687 1.7609C21.4541 2.03946 21.6847 2.40829 21.8722 2.81006C22.2537 3.62725 22.5229 4.73858 22.6684 5.96436C22.7158 6.36372 22.7614 6.74776 22.7473 7.07225C22.7309 7.4502 22.6325 7.83058 22.3326 8.16518C22.0239 8.50953 21.6366 8.64316 21.2576 8.69983C20.921 8.75013 20.5084 8.75007 20.0646 8.75001L20.016 8.75H18.75V18.7008C18.75 19.4095 18.7501 20.0198 18.6851 20.487C18.6185 20.9658 18.4575 21.5107 17.9441 21.8414C17.1856 22.3299 16.345 21.9917 15.8729 21.7447C15.6025 21.6033 15.3485 21.4359 15.1377 21.2911L14.629 20.9417C14.3562 20.7696 14.2052 20.678 14.0921 20.6249C14.0674 20.6033 13.9917 20.5747 13.8859 20.6327C13.7717 20.6899 13.6258 20.7809 13.3709 20.9417L11.4333 22.1636C11.1987 22.3116 10.9765 22.4518 10.7761 22.5507C10.5524 22.6611 10.2993 22.75 10 22.75ZM20.121 2.83431C20.0611 2.77589 19.9721 2.77476 19.9121 2.83287C19.8853 2.8591 19.854 2.89336 19.8186 2.93803C19.652 3.14771 19.469 3.49739 19.3014 3.99624C19.0311 4.80062 18.836 5.88595 18.7724 7.12189C18.7702 7.16442 18.7682 7.20712 18.7663 7.25H20.016C20.5254 7.25 20.8236 7.24804 21.0358 7.21631C21.2003 7.19172 21.2417 7.16991 21.2487 7.00716C21.2569 6.81923 21.2283 6.55875 21.173 6.09207C21.0404 4.97278 20.7989 4.05692 20.513 3.44447C20.3694 3.13683 20.2313 2.94203 20.121 2.83431ZM10.75 7C10.75 6.58579 10.4142 6.25 10 6.25C9.58579 6.25 9.25 6.58579 9.25 7V7.33359C8.83582 7.42809 8.45427 7.60048 8.13579 7.83934C7.63179 8.21734 7.25 8.79679 7.25 9.5C7.25 10.2032 7.63179 10.7827 8.13579 11.1607C8.63955 11.5385 9.30113 11.75 10 11.75C10.4057 11.75 10.7441 11.8743 10.9642 12.0393C11.1841 12.2042 11.25 12.3748 11.25 12.5C11.25 12.6252 11.1841 12.7958 10.9642 12.9607C10.7441 13.1257 10.4057 13.25 10 13.25C9.33162 13.25 8.90947 12.929 8.79224 12.6803C8.61566 12.3056 8.16877 12.145 7.79408 12.3216C7.41939 12.4981 7.25879 12.945 7.43537 13.3197C7.76526 14.0197 8.46133 14.4848 9.25 14.6655V15C9.25 15.4142 9.58579 15.75 10 15.75C10.4142 15.75 10.75 15.4142 10.75 15V14.6664C11.1642 14.5719 11.5457 14.3995 11.8642 14.1607C12.3682 13.7827 12.75 13.2032 12.75 12.5C12.75 11.7968 12.3682 11.2173 11.8642 10.8393C11.3604 10.4615 10.6989 10.25 10 10.25C9.5943 10.25 9.25588 10.1257 9.03579 9.96066C8.81593 9.79576 8.75 9.62522 8.75 9.5C8.75 9.37478 8.81593 9.20424 9.03579 9.03934C9.25588 8.87427 9.5943 8.75 10 8.75C10.6684 8.75 11.0905 9.07097 11.2078 9.31972C11.3843 9.69441 11.8312 9.85502 12.2059 9.67844C12.5806 9.50186 12.7412 9.05497 12.5646 8.68028C12.2347 7.98027 11.5387 7.51515 10.75 7.33451V7Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
3
public/assets/images/dashboard/Frame5.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.75001 3.75C8.26879 3.75 9.50001 4.98122 9.50001 6.5C9.50001 8.01878 8.26879 9.25 6.75001 9.25C5.23122 9.25 4.00001 8.01878 4.00001 6.5C4.00001 4.98122 5.23122 3.75 6.75001 3.75ZM9.42982 14.5068C8.90307 14.7034 8.40249 14.9533 7.93488 15.25H2V12.7368L2.1645 12.5313C3.27215 11.1476 4.90653 10.25 6.75 10.25C7.10759 10.25 7.45731 10.2838 7.79684 10.3483C7.76598 10.5611 7.75 10.7787 7.75 11C7.75 12.4176 8.40545 13.682 9.42982 14.5068ZM15 6.5C15 4.98122 16.2312 3.75 17.75 3.75C19.2688 3.75 20.5 4.98122 20.5 6.5C20.5 8.01878 19.2688 9.25 17.75 9.25C16.2312 9.25 15 8.01878 15 6.5ZM12.25 15.25C10.2414 15.25 8.43495 16.1187 7.1927 17.4981L7.00001 17.7121V20.25H17.5V17.7121L17.3073 17.4981C16.0651 16.1187 14.2586 15.25 12.25 15.25ZM9.00001 11C9.00001 9.20507 10.4551 7.75 12.25 7.75C14.0449 7.75 15.5 9.20507 15.5 11C15.5 12.7949 14.0449 14.25 12.25 14.25C10.4551 14.25 9.00001 12.7949 9.00001 11ZM15.0702 14.5068C15.5969 14.7034 16.0975 14.9533 16.5651 15.25H22.5V12.7368L22.3355 12.5313C21.2279 11.1476 19.5935 10.25 17.75 10.25C17.3924 10.25 17.0427 10.2838 16.7032 10.3483C16.734 10.5611 16.75 10.7787 16.75 11C16.75 12.4176 16.0946 13.682 15.0702 14.5068Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
3
public/assets/images/dashboard/Frame6.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.8721 1.755C13.4066 1.08166 11.5954 1.08167 10.1299 1.755L9.61537 1.9914C7.91868 2.77096 6.75098 4.24322 6.75098 5.95612V6.1166C6.5763 6.17446 6.40503 6.23493 6.23739 6.29792C5.84965 6.4436 5.65341 6.87604 5.7991 7.26379C5.94303 7.64688 6.36687 7.84302 6.75098 7.70718V8.72517C6.75098 10.4023 7.45626 11.9837 8.66221 13.0846L7.88413 15.4073L6.41797 15.8936C5.49197 16.2006 4.92173 16.3897 4.40905 16.6858C3.90787 16.9752 3.4533 17.3381 3.06059 17.7621C2.75094 18.0964 2.3035 18.8163 2.00777 19.8144C1.90532 20.1596 1.78351 20.57 1.75688 20.8941C1.72372 21.2976 1.80693 21.6828 2.08148 22.0482C2.37848 22.4434 2.77304 22.6155 3.18524 22.6885C3.5352 22.7504 3.96175 22.7503 4.40536 22.7502H20.5946C21.0382 22.7503 21.4648 22.7504 21.8148 22.6885C22.227 22.6155 22.6215 22.4434 22.9185 22.0482C23.1931 21.6828 23.2763 21.2976 23.2431 20.8941C23.2165 20.57 23.0947 20.1596 22.9922 19.8144C22.6965 18.8163 22.2491 18.0964 21.9394 17.7621C21.5467 17.3381 21.0921 16.9752 20.591 16.6858C20.0783 16.3897 19.508 16.2006 18.582 15.8936L17.1159 15.4073L16.3383 13.086C17.5451 11.985 18.251 10.403 18.251 8.72517V7.70704C18.6352 7.84316 19.0593 7.64701 19.2033 7.26379C19.3489 6.87604 19.1527 6.4436 18.765 6.29792C18.5972 6.23489 18.4258 6.17437 18.251 6.11647V5.95612C18.251 4.24322 17.0833 2.77096 15.3866 1.9914L14.8721 1.755ZM15.0536 13.9945L14.9507 14.0575C13.4436 14.9808 11.5584 14.9808 10.0512 14.0575L9.94677 13.9935L9.35376 15.7637L10.3515 16.6307C10.9964 17.1912 11.4276 17.564 11.7881 17.8051C12.1309 18.0344 12.3298 18.0882 12.5 18.0882C12.6702 18.0882 12.8691 18.0344 13.2119 17.8051C13.5724 17.564 14.0036 17.1912 14.6485 16.6307L15.6462 15.7637L15.0536 13.9945ZM8.25098 8.72517V7.24458C9.4892 6.93796 10.8895 6.75973 12.3783 6.75039C12.4192 6.75013 12.4602 6.75 12.5012 6.75C14.0373 6.75 15.4803 6.92978 16.751 7.24436V8.72517C16.751 10.2623 15.961 11.6795 14.6817 12.4633L14.1672 12.7785C13.1409 13.4072 11.8611 13.4072 10.8348 12.7785L10.3203 12.4633C9.04095 11.6795 8.25098 10.2623 8.25098 8.72517Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
5
public/assets/images/dashboard/Frame7.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15.8692 2.25C16.679 2.24998 17.3584 2.24996 17.9157 2.30341C18.504 2.35982 19.0443 2.48188 19.5485 2.77828C20.0577 3.07767 20.4046 3.48092 20.7001 3.95445C20.9751 4.39514 21.2399 4.95545 21.5489 5.60946L22.4139 7.44019C22.6349 7.90784 22.4159 8.45754 21.9249 8.66799C21.4338 8.87843 20.8566 8.66992 20.6357 8.20227L19.792 6.41662C19.4558 5.70511 19.2355 5.24241 19.0239 4.90329C18.8265 4.58692 18.6781 4.44901 18.5242 4.35854C18.3652 4.26507 18.1486 4.1922 17.7204 4.15114C17.2722 4.10817 16.6915 4.10708 15.8212 4.10708H9.67883C8.8085 4.10708 8.22775 4.10817 7.7796 4.15114C7.35144 4.1922 7.13476 4.26507 6.97578 4.35854C6.82188 4.44901 6.67355 4.58692 6.4761 4.90329C6.26446 5.24241 6.04424 5.70511 5.70805 6.41662L4.86432 8.20227C4.64335 8.66992 4.06616 8.87843 3.57512 8.66799C3.08408 8.45754 2.86515 7.90784 3.08612 7.44019L3.95113 5.6095C4.26012 4.95548 4.52485 4.39515 4.79988 3.95445C5.09541 3.48092 5.44226 3.07767 5.95153 2.77828C6.45573 2.48188 6.99597 2.35982 7.58426 2.30341C8.1416 2.24996 8.82102 2.24998 9.63084 2.25H15.8692Z" fill="white"/>
|
||||
<path d="M13.75 3V8C13.75 8.55228 13.3023 9 12.75 9C12.1977 9 11.75 8.55228 11.75 8V3H13.75Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 7.25C3.33579 7.25 3 7.58579 3 8V13.0564C2.99999 14.8942 2.99997 16.3498 3.15314 17.489C3.31076 18.6614 3.64288 19.6104 4.39124 20.3588C5.13961 21.1071 6.08856 21.4392 7.26098 21.5969C8.40019 21.75 9.85583 21.75 11.6936 21.75H13.8064C15.6442 21.75 17.0998 21.75 18.239 21.5969C19.4114 21.4392 20.3604 21.1071 21.1088 20.3588C21.8571 19.6104 22.1892 18.6614 22.3469 17.489C22.5 16.3498 22.5 14.8942 22.5 13.0565V8C22.5 7.58579 22.1642 7.25 21.75 7.25H3.75ZM11.2803 12.0303C11.5732 11.7374 11.5732 11.2626 11.2803 10.9697C10.9874 10.6768 10.5126 10.6768 10.2197 10.9697L8.21967 12.9697C7.92678 13.2626 7.92678 13.7374 8.21967 14.0303L10.2197 16.0303C10.5126 16.3232 10.9874 16.3232 11.2803 16.0303C11.5732 15.7374 11.5732 15.2626 11.2803 14.9697L10.5607 14.25H14.75C15.4404 14.25 16 14.8096 16 15.5C16 16.1904 15.4404 16.75 14.75 16.75H13.75C13.3358 16.75 13 17.0858 13 17.5C13 17.9142 13.3358 18.25 13.75 18.25H14.75C16.2688 18.25 17.5 17.0188 17.5 15.5C17.5 13.9812 16.2688 12.75 14.75 12.75H10.5607L11.2803 12.0303Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
6
public/assets/images/dashboard/Frame8.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1.04102 2.5C1.04102 2.15483 1.32084 1.875 1.66602 1.875H18.3326C18.6778 1.875 18.9576 2.15483 18.9576 2.5V7.29167H1.04102V2.5Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0827 10.0002H7.91602V8.3335H12.0827V10.0002Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.875 17.2918V6.4585H3.5V16.4585H14.8754C15.5484 16.4585 16.0941 15.8988 16.0941 15.2085C16.0941 14.5182 15.5484 13.9585 14.8754 13.9585H13.9929L14.637 14.6193L13.4879 15.7977L10.8826 13.1252L13.4879 10.4527L14.637 11.631L13.9929 12.2918H14.8754C16.4459 12.2918 17.7191 13.5977 17.7191 15.2085C17.7191 16.8193 16.4459 18.1252 14.8754 18.1252H2.6875C2.23877 18.1252 1.875 17.7521 1.875 17.2918ZM18.125 6.4585V10.6252H16.5V6.4585H18.125Z" fill="white"/>
|
||||
<path d="M7.91602 9.1665H12.0827" stroke="white" stroke-width="1.25"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 943 B |
13
public/assets/images/dashboard/Purchase_Returns.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="40" height="40" rx="8" fill="url(#paint0_linear_1811_168)"/>
|
||||
<path d="M11.041 12.5C11.041 12.1548 11.3208 11.875 11.666 11.875H28.3326C28.6778 11.875 28.9576 12.1548 28.9576 12.5V17.2917H11.041V12.5Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0827 20.0007H17.916V18.334H22.0827V20.0007Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.875 27.2913V16.458H13.5V26.458H24.8754C25.5484 26.458 26.0941 25.8983 26.0941 25.208C26.0941 24.5177 25.5484 23.958 24.8754 23.958H23.9929L24.637 24.6188L23.4879 25.7972L20.8826 23.1247L23.4879 20.4522L24.637 21.6305L23.9929 22.2913H24.8754C26.4459 22.2913 27.7191 23.5972 27.7191 25.208C27.7191 26.8188 26.4459 28.1247 24.8754 28.1247H12.6875C12.2388 28.1247 11.875 27.7516 11.875 27.2913ZM28.125 16.458V20.6247H26.5V16.458H28.125Z" fill="white"/>
|
||||
<path d="M17.916 19.166H22.0827" stroke="white" stroke-width="1.25"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1811_168" x1="31" y1="-6.3926e-07" x2="8.5" y2="39" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF86F3"/>
|
||||
<stop offset="1" stop-color="#E707D8"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
12
public/assets/images/dashboard/Sales_Returns.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="40" height="40" rx="8" fill="url(#paint0_linear_1811_160)"/>
|
||||
<path d="M23.1192 10.25C23.929 10.25 24.6084 10.25 25.1657 10.3034C25.754 10.3598 26.2943 10.4819 26.7985 10.7783C27.3077 11.0777 27.6546 11.4809 27.9501 11.9545C28.2251 12.3951 28.4899 12.9555 28.7989 13.6095L29.6639 15.4402C29.8849 15.9078 29.6659 16.4575 29.1749 16.668C28.6838 16.8784 28.1066 16.6699 27.8857 16.2023L27.042 14.4166C26.7058 13.7051 26.4855 13.2424 26.2739 12.9033C26.0765 12.5869 25.9281 12.449 25.7742 12.3585C25.6152 12.2651 25.3986 12.1922 24.9704 12.1511C24.5222 12.1082 23.9415 12.1071 23.0712 12.1071H16.9288C16.0585 12.1071 15.4777 12.1082 15.0296 12.1511C14.6014 12.1922 14.3848 12.2651 14.2258 12.3585C14.0719 12.449 13.9235 12.5869 13.7261 12.9033C13.5145 13.2424 13.2942 13.7051 12.958 14.4166L12.1143 16.2023C11.8933 16.6699 11.3162 16.8784 10.8251 16.668C10.3341 16.4575 10.1151 15.9078 10.3361 15.4402L11.2011 13.6095C11.5101 12.9555 11.7748 12.3952 12.0499 11.9545C12.3454 11.4809 12.6923 11.0777 13.2015 10.7783C13.7057 10.4819 14.246 10.3598 14.8343 10.3034C15.3916 10.25 16.071 10.25 16.8808 10.25H23.1192Z" fill="white"/>
|
||||
<path d="M21 11V16C21 16.5523 20.5523 17 20 17C19.4477 17 19 16.5523 19 16V11H21Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 15.25C10.5858 15.25 10.25 15.5858 10.25 16V21.0564C10.25 22.8942 10.25 24.3498 10.4031 25.489C10.5608 26.6614 10.8929 27.6104 11.6412 28.3588C12.3896 29.1071 13.3386 29.4392 14.511 29.5969C15.6502 29.75 17.1058 29.75 18.9436 29.75H21.0564C22.8942 29.75 24.3498 29.75 25.489 29.5969C26.6614 29.4392 27.6104 29.1071 28.3588 28.3588C29.1071 27.6104 29.4392 26.6614 29.5969 25.489C29.75 24.3498 29.75 22.8942 29.75 21.0565V16C29.75 15.5858 29.4142 15.25 29 15.25H11ZM18.5303 20.0303C18.8232 19.7374 18.8232 19.2626 18.5303 18.9697C18.2374 18.6768 17.7626 18.6768 17.4697 18.9697L15.4697 20.9697C15.1768 21.2626 15.1768 21.7374 15.4697 22.0303L17.4697 24.0303C17.7626 24.3232 18.2374 24.3232 18.5303 24.0303C18.8232 23.7374 18.8232 23.2626 18.5303 22.9697L17.8107 22.25H22C22.6904 22.25 23.25 22.8096 23.25 23.5C23.25 24.1904 22.6904 24.75 22 24.75H21C20.5858 24.75 20.25 25.0858 20.25 25.5C20.25 25.9142 20.5858 26.25 21 26.25H22C23.5188 26.25 24.75 25.0188 24.75 23.5C24.75 21.9812 23.5188 20.75 22 20.75H17.8107L18.5303 20.0303Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1811_160" x1="31" y1="-6.3926e-07" x2="8.5" y2="39" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8499FF"/>
|
||||
<stop offset="1" stop-color="#3641FF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
10
public/assets/images/dashboard/Total_Customer.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="40" height="40" rx="8" fill="url(#paint0_linear_1811_143)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 11.75C16.0188 11.75 17.25 12.9812 17.25 14.5C17.25 16.0188 16.0188 17.25 14.5 17.25C12.9812 17.25 11.75 16.0188 11.75 14.5C11.75 12.9812 12.9812 11.75 14.5 11.75ZM17.1798 22.5068C16.6531 22.7034 16.1525 22.9533 15.6849 23.25H9.75V20.7368L9.9145 20.5313C11.0221 19.1476 12.6565 18.25 14.5 18.25C14.8576 18.25 15.2073 18.2838 15.5468 18.3483C15.516 18.5611 15.5 18.7787 15.5 19C15.5 20.4176 16.1554 21.682 17.1798 22.5068ZM22.75 14.5C22.75 12.9812 23.9812 11.75 25.5 11.75C27.0188 11.75 28.25 12.9812 28.25 14.5C28.25 16.0188 27.0188 17.25 25.5 17.25C23.9812 17.25 22.75 16.0188 22.75 14.5ZM20 23.25C17.9914 23.25 16.1849 24.1187 14.9427 25.4981L14.75 25.7121V28.25H25.25V25.7121L25.0573 25.4981C23.8151 24.1187 22.0086 23.25 20 23.25ZM16.75 19C16.75 17.2051 18.2051 15.75 20 15.75C21.7949 15.75 23.25 17.2051 23.25 19C23.25 20.7949 21.7949 22.25 20 22.25C18.2051 22.25 16.75 20.7949 16.75 19ZM22.8202 22.5068C23.3469 22.7034 23.8475 22.9533 24.3151 23.25H30.25V20.7368L30.0855 20.5313C28.9779 19.1476 27.3435 18.25 25.5 18.25C25.1424 18.25 24.7927 18.2838 24.4532 18.3483C24.484 18.5611 24.5 18.7787 24.5 19C24.5 20.4176 23.8446 21.682 22.8202 22.5068Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1811_143" x1="32" y1="0.5" x2="5.5" y2="38" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#72D5FD"/>
|
||||
<stop offset="1" stop-color="#098CC1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
10
public/assets/images/dashboard/Total_Expense.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="40" height="40" rx="8" fill="url(#paint0_linear_1811_138)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 30.75C17.7007 30.75 17.4476 30.6611 17.2239 30.5507C17.0235 30.4518 16.8014 30.3117 16.5667 30.1637L14.6291 28.9417C14.3742 28.7809 14.2283 28.6899 14.114 28.6327C14.0083 28.5747 13.9326 28.6033 13.9079 28.6249C13.7948 28.678 13.6438 28.7696 13.371 28.9417L12.8623 29.2911C12.6515 29.4359 12.3974 29.6033 12.1271 29.7447C11.655 29.9917 10.8144 30.3299 10.0558 29.8414C9.54247 29.5107 9.38152 28.9658 9.3149 28.487C9.24992 28.0198 9.24996 27.4095 9.25 26.7008V15.9998C9.24998 14.6191 9.24997 13.5075 9.36641 12.6336C9.48716 11.7274 9.74526 10.9648 10.346 10.3587C10.9476 9.75161 11.706 9.48992 12.6074 9.36764C13.4748 9.24997 14.5775 9.24998 15.9446 9.25H18H28.016C28.4911 9.25 28.8802 9.4793 29.1687 9.7609C29.4541 10.0395 29.6847 10.4083 29.8722 10.8101C30.2537 11.6273 30.5229 12.7386 30.6684 13.9644C30.7158 14.3637 30.7614 14.7478 30.7473 15.0723C30.7309 15.4502 30.6325 15.8306 30.3326 16.1652C30.0239 16.5095 29.6366 16.6432 29.2576 16.6998C28.921 16.7501 28.5084 16.7501 28.0646 16.75L28.016 16.75H26.75V26.7008C26.75 27.4095 26.7501 28.0198 26.6851 28.487C26.6185 28.9658 26.4575 29.5107 25.9441 29.8414C25.1856 30.3299 24.345 29.9917 23.8729 29.7447C23.6025 29.6033 23.3485 29.4359 23.1377 29.2911L22.629 28.9417C22.3562 28.7696 22.2052 28.678 22.0921 28.6249C22.0674 28.6033 21.9917 28.5747 21.8859 28.6327C21.7717 28.6899 21.6258 28.7809 21.3709 28.9417L19.4333 30.1636C19.1987 30.3116 18.9765 30.4518 18.7761 30.5507C18.5524 30.6611 18.2993 30.75 18 30.75ZM28.121 10.8343C28.0611 10.7759 27.9721 10.7748 27.9121 10.8329C27.8853 10.8591 27.854 10.8934 27.8186 10.938C27.652 11.1477 27.469 11.4974 27.3014 11.9962C27.0311 12.8006 26.836 13.886 26.7724 15.1219C26.7702 15.1644 26.7682 15.2071 26.7663 15.25H28.016C28.5254 15.25 28.8236 15.248 29.0358 15.2163C29.2003 15.1917 29.2417 15.1699 29.2487 15.0072C29.2569 14.8192 29.2283 14.5588 29.173 14.0921C29.0404 12.9728 28.7989 12.0569 28.513 11.4445C28.3694 11.1368 28.2313 10.942 28.121 10.8343ZM18.75 15C18.75 14.5858 18.4142 14.25 18 14.25C17.5858 14.25 17.25 14.5858 17.25 15V15.3336C16.8358 15.4281 16.4543 15.6005 16.1358 15.8393C15.6318 16.2173 15.25 16.7968 15.25 17.5C15.25 18.2032 15.6318 18.7827 16.1358 19.1607C16.6396 19.5385 17.3011 19.75 18 19.75C18.4057 19.75 18.7441 19.8743 18.9642 20.0393C19.1841 20.2042 19.25 20.3748 19.25 20.5C19.25 20.6252 19.1841 20.7958 18.9642 20.9607C18.7441 21.1257 18.4057 21.25 18 21.25C17.3316 21.25 16.9095 20.929 16.7922 20.6803C16.6157 20.3056 16.1688 20.145 15.7941 20.3216C15.4194 20.4981 15.2588 20.945 15.4354 21.3197C15.7653 22.0197 16.4613 22.4848 17.25 22.6655V23C17.25 23.4142 17.5858 23.75 18 23.75C18.4142 23.75 18.75 23.4142 18.75 23V22.6664C19.1642 22.5719 19.5457 22.3995 19.8642 22.1607C20.3682 21.7827 20.75 21.2032 20.75 20.5C20.75 19.7968 20.3682 19.2173 19.8642 18.8393C19.3604 18.4615 18.6989 18.25 18 18.25C17.5943 18.25 17.2559 18.1257 17.0358 17.9607C16.8159 17.7958 16.75 17.6252 16.75 17.5C16.75 17.3748 16.8159 17.2042 17.0358 17.0393C17.2559 16.8743 17.5943 16.75 18 16.75C18.6684 16.75 19.0905 17.071 19.2078 17.3197C19.3843 17.6944 19.8312 17.855 20.2059 17.6784C20.5806 17.5019 20.7412 17.055 20.5646 16.6803C20.2347 15.9803 19.5387 15.5152 18.75 15.3345V15Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1811_138" x1="32" y1="1" x2="6.5" y2="38" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF8282"/>
|
||||
<stop offset="1" stop-color="#E71C1C"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |
11
public/assets/images/dashboard/Total_Income.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="40" height="40" rx="8" fill="url(#paint0_linear_1811_133)"/>
|
||||
<path d="M20.5303 9.46967C20.2374 9.17678 19.7625 9.17678 19.4696 9.46967L17.7426 11.1967L15.1233 10.7602C14.8376 10.7126 14.5501 10.8337 14.3846 11.0713C14.2191 11.309 14.2051 11.6207 14.3488 11.8721L15.7076 14.25H24.2923L25.6511 11.8721C25.7948 11.6207 25.7809 11.309 25.6154 11.0713C25.4499 10.8337 25.1623 10.7126 24.8767 10.7602L22.2574 11.1967L20.5303 9.46967Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.2545 15.75H24.7459C25.4656 16.562 26.2662 17.5591 27.013 18.6648C28.2206 20.4526 29.329 22.5845 29.6827 24.7124C29.9735 26.4618 29.3015 27.997 28.1467 29.0691C27.0034 30.1305 25.3824 30.75 23.6918 30.75H16.3085C14.6179 30.75 12.997 30.1305 11.8537 29.0691C10.6988 27.997 10.0268 26.4618 10.3176 24.7124C10.6713 22.5845 11.7797 20.4526 12.9874 18.6648C13.7342 17.5591 14.5347 16.562 15.2545 15.75ZM18.1357 20.0893C18.4542 19.8505 18.8358 19.6781 19.25 19.5836V18.75H20.75V19.5845C21.5386 19.7652 22.2347 20.2303 22.5646 20.9303L21.2077 21.5697C21.0905 21.321 20.6683 21 20 21C19.5943 21 19.2558 21.1243 19.0357 21.2893C18.8159 21.4542 18.75 21.6248 18.75 21.75C18.75 21.8752 18.8159 22.0458 19.0357 22.2107C19.2558 22.3757 19.5943 22.5 20 22.5C20.6988 22.5 21.3604 22.7115 21.8642 23.0893C22.3682 23.4673 22.75 24.0468 22.75 24.75C22.75 25.4532 22.3682 26.0327 21.8642 26.4107C21.5457 26.6495 21.1641 26.8219 20.75 26.9164V27.75H19.25V26.9155C18.4613 26.7348 17.7653 26.2697 17.4354 25.5697L18.7922 24.9303C18.9094 25.179 19.3316 25.5 20 25.5C20.4057 25.5 20.7441 25.3757 20.9642 25.2107C21.184 25.0458 21.25 24.8752 21.25 24.75C21.25 24.6248 21.184 24.4542 20.9642 24.2893C20.7441 24.1243 20.4057 24 20 24C19.3011 24 18.6395 23.7885 18.1357 23.4107C17.6318 23.0327 17.25 22.4532 17.25 21.75C17.25 21.0468 17.6318 20.4673 18.1357 20.0893Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1811_133" x1="34.5" y1="0.999999" x2="6" y2="38.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#13EB78"/>
|
||||
<stop offset="1" stop-color="#00BB58"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
10
public/assets/images/dashboard/Total_Purchases.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="40" height="40" rx="8" fill="url(#paint0_linear_1810_126)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 10.248C9.5 9.69576 9.94772 9.24805 10.5 9.24805H11.4385C12.8151 9.24805 14.015 10.1849 14.3489 11.5204L14.3535 11.5389L14.8182 13.7521H28.0184C28.3759 13.7587 28.758 13.7774 29.1007 13.8678C29.4829 13.9686 29.8604 14.1697 30.141 14.5558C30.4858 15.0302 30.5219 15.5587 30.4914 16.0028C30.463 16.4146 30.3624 16.9142 30.253 17.4571L30.2414 17.5151C29.8387 19.5154 29.4324 21.4703 28.4595 22.8903C27.9504 23.6334 27.2842 24.2398 26.3981 24.651C25.5234 25.0569 24.4865 25.2486 23.2632 25.2486H16.429C15.8456 25.2657 15.3127 25.6601 15.0989 26.248H25.5L25.4984 26.2506L25.4976 26.252H25.5C26.7426 26.252 27.75 27.2593 27.75 28.502C27.75 29.7446 26.7426 30.752 25.5 30.752C24.2574 30.752 23.25 29.7446 23.25 28.502C23.25 28.4161 23.2548 28.3314 23.2642 28.248H20.7358C20.7452 28.3314 20.75 28.4161 20.75 28.502C20.75 29.7446 19.7426 30.752 18.5 30.752C17.2574 30.752 16.25 29.7446 16.25 28.502C16.25 28.4161 16.2548 28.3314 16.2642 28.248H14.4114C13.5938 28.248 13 27.5696 13 26.8195C13 25.4675 13.7406 24.2602 14.8539 23.6561L12.4046 11.9902C12.2881 11.5532 11.8921 11.248 11.4385 11.248H10.5C9.94772 11.248 9.5 10.8003 9.5 10.248ZM18.5 27.752C18.0858 27.752 17.75 28.0877 17.75 28.502C17.75 28.9162 18.0858 29.252 18.5 29.252C18.9142 29.252 19.25 28.9162 19.25 28.502C19.25 28.0877 18.9142 27.752 18.5 27.752ZM25.5 27.752C25.0858 27.752 24.75 28.0877 24.75 28.502C24.75 28.9162 25.0858 29.252 25.5 29.252C25.9142 29.252 26.25 28.9162 26.25 28.502C26.25 28.0877 25.9142 27.752 25.5 27.752Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1810_126" x1="31" y1="-6.3926e-07" x2="8.5" y2="39" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFA872"/>
|
||||
<stop offset="1" stop-color="#FF620D"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
10
public/assets/images/dashboard/Total_Sales.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="40" height="40" rx="8" fill="url(#paint0_linear_1810_121)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.4594 9.57208C28.2081 9.74402 28.9663 10.0252 29.4705 10.5294C29.9747 11.0336 30.2559 11.7918 30.4278 12.5405C30.6054 13.3138 30.6926 14.1991 30.7287 15.0691C30.801 16.8116 30.6716 18.5922 30.588 19.5023C30.5358 20.0702 30.3035 20.5946 29.9406 21.0168C27.2313 24.1692 24.4228 27.0389 21.3563 29.7845C19.9532 31.0409 17.8582 31.0542 16.3971 29.9229C13.9874 28.0571 11.9428 26.0125 10.0771 23.6028C8.94579 22.1417 8.95911 20.0468 10.2154 18.6437C12.9611 15.5771 15.8308 12.7686 18.9831 10.0593C19.4053 9.69644 19.9297 9.46409 20.4977 9.4119C21.4078 9.32827 23.1883 9.19887 24.9308 9.27116C25.8008 9.30726 26.6861 9.39446 27.4594 9.57208ZM27 14.5C27 13.6716 26.3284 13 25.5 13C24.6715 13 24 13.6716 24 14.5C24 15.3284 24.6715 16 25.5 16C26.3284 16 27 15.3284 27 14.5ZM22.5299 18.5308C22.823 18.2381 22.8234 17.7632 22.5307 17.4701C22.2381 17.177 21.7632 17.1766 21.4701 17.4692L21.2527 17.6863C20.3222 17.1994 19.1475 17.3325 18.3636 18.1151C17.9463 18.5317 17.6194 19.0697 17.655 19.7329C17.6893 20.3713 18.0517 20.9359 18.5564 21.4397C18.9524 21.8351 19.0528 22.0944 19.0634 22.2462C19.0719 22.3673 19.0335 22.5806 18.6881 22.9255C18.3909 23.2222 18.1552 23.2655 17.9783 23.246C17.7671 23.2227 17.4942 23.0913 17.1964 22.794C16.911 22.509 16.7965 22.149 16.8237 21.8411C16.8601 21.4285 16.5552 21.0645 16.1426 21.0281C15.73 20.9917 15.3659 21.2966 15.3295 21.7092C15.283 22.236 15.4038 22.7761 15.6762 23.2537L15.4701 23.4594C15.177 23.7521 15.1766 24.2269 15.4692 24.5201C15.7619 24.8132 16.2368 24.8136 16.5299 24.5209L16.7201 24.3311C17.0457 24.5415 17.4128 24.6927 17.8138 24.7369C18.5113 24.8139 19.1809 24.5531 19.7479 23.987C20.2667 23.4691 20.6096 22.8553 20.5598 22.1417C20.5121 21.4587 20.1146 20.8758 19.6161 20.3782C19.2264 19.9891 19.1584 19.7557 19.1528 19.6525C19.1486 19.5742 19.1725 19.4271 19.4234 19.1766C19.7906 18.8099 20.4087 18.8025 20.8033 19.1965C21.0689 19.4617 21.1535 19.8318 21.0643 20.1569C20.9548 20.5563 21.1898 20.969 21.5892 21.0785C21.9887 21.1881 22.4014 20.9531 22.5109 20.5536C22.6749 19.9556 22.6078 19.3072 22.3139 18.7464L22.5299 18.5308Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1810_121" x1="33.5" y1="1.5" x2="6" y2="38.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#AC93FF"/>
|
||||
<stop offset="1" stop-color="#6426FC"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
10
public/assets/images/dashboard/Total_Supplier.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="40" height="40" rx="8" fill="url(#paint0_linear_1811_148)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3721 9.755C20.9066 9.08166 19.0954 9.08167 17.6299 9.755L17.1154 9.9914C15.4187 10.771 14.251 12.2432 14.251 13.9561V14.1166C14.0763 14.1745 13.905 14.2349 13.7374 14.2979C13.3497 14.4436 13.1534 14.876 13.2991 15.2638C13.443 15.6469 13.8669 15.843 14.251 15.7072V16.7252C14.251 18.4023 14.9563 19.9837 16.1622 21.0846L15.3841 23.4073L13.918 23.8936C12.992 24.2006 12.4217 24.3897 11.9091 24.6858C11.4079 24.9752 10.9533 25.3381 10.5606 25.7621C10.2509 26.0964 9.8035 26.8163 9.50777 27.8144C9.40532 28.1596 9.28351 28.57 9.25688 28.8941C9.22372 29.2976 9.30693 29.6828 9.58148 30.0482C9.87848 30.4434 10.273 30.6155 10.6852 30.6885C11.0352 30.7504 11.4618 30.7503 11.9054 30.7502H28.0946C28.5382 30.7503 28.9648 30.7504 29.3148 30.6885C29.727 30.6155 30.1215 30.4434 30.4185 30.0482C30.6931 29.6828 30.7763 29.2976 30.7431 28.8941C30.7165 28.57 30.5947 28.1596 30.4922 27.8144C30.1965 26.8163 29.7491 26.0964 29.4394 25.7621C29.0467 25.3381 28.5921 24.9752 28.091 24.6858C27.5783 24.3897 27.008 24.2006 26.082 23.8936L24.6159 23.4073L23.8383 21.086C25.0451 19.985 25.751 18.403 25.751 16.7252V15.707C26.1352 15.8432 26.5593 15.647 26.7033 15.2638C26.8489 14.876 26.6527 14.4436 26.265 14.2979C26.0972 14.2349 25.9258 14.1744 25.751 14.1165V13.9561C25.751 12.2432 24.5833 10.771 22.8866 9.9914L22.3721 9.755ZM22.5536 21.9945L22.4507 22.0575C20.9436 22.9808 19.0584 22.9808 17.5512 22.0575L17.4468 21.9935L16.8538 23.7637L17.8515 24.6307C18.4964 25.1912 18.9276 25.564 19.2881 25.8051C19.6309 26.0344 19.8298 26.0882 20 26.0882C20.1702 26.0882 20.3691 26.0344 20.7119 25.8051C21.0724 25.564 21.5036 25.1912 22.1485 24.6307L23.1462 23.7637L22.5536 21.9945ZM15.751 16.7252V15.2446C16.9892 14.938 18.3895 14.7597 19.8783 14.7504C19.9192 14.7501 19.9602 14.75 20.0012 14.75C21.5373 14.75 22.9803 14.9298 24.251 15.2444V16.7252C24.251 18.2623 23.461 19.6795 22.1817 20.4633L21.6672 20.7785C20.6409 21.4072 19.3611 21.4072 18.3348 20.7785L17.8203 20.4633C16.541 19.6795 15.751 18.2623 15.751 16.7252Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1811_148" x1="32" y1="-2.38419e-07" x2="10.5" y2="40" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D1E243"/>
|
||||
<stop offset="1" stop-color="#7BAC00"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
4
public/assets/images/dashboard/arrowLoss.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5.66667 6.16667L1 1.5" stroke="#FF3B30" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M7.36131 9.44495L6.53344 9.36969C5.19218 9.24775 4.52157 9.18682 4.36377 8.75089C4.20591 8.31502 4.68211 7.83882 5.63444 6.88649L6.38698 6.13395C7.33931 5.18162 7.81551 4.70542 8.25138 4.86329C8.68731 5.02109 8.74824 5.69169 8.87018 7.03295L8.94544 7.86082C9.01884 8.66835 9.05557 9.07215 8.81411 9.31362C8.57264 9.55509 8.16884 9.51835 7.36131 9.44495Z" stroke="#FF3B30" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 672 B |
4
public/assets/images/dashboard/arrowProfit.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5.66667 4.83333L1 9.5" stroke="#34C759" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M7.36131 1.55505L6.53344 1.63031C5.19218 1.75225 4.52157 1.81318 4.36377 2.24911C4.20591 2.68498 4.68211 3.16118 5.63444 4.11351L6.38698 4.86605C7.33931 5.81838 7.81551 6.29458 8.25138 6.13671C8.68731 5.97891 8.74824 5.30831 8.87018 3.96705L8.94544 3.13918C9.01884 2.33165 9.05557 1.92785 8.81411 1.68638C8.57264 1.44491 8.16884 1.48165 7.36131 1.55505Z" stroke="#34C759" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 672 B |
6
public/assets/images/dashboard/empty.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg width="147" height="170" viewBox="0 0 147 170" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M92.7904 0L54.2121 0C39.7466 0 28.0195 11.5506 28.0195 25.7993V79.9976H40.532V27.3309C40.532 19.0433 47.3531 12.3249 55.7671 12.3249H91.2351C99.6494 12.3249 106.47 19.0436 106.47 27.3312V79.9976H118.983V25.7993C118.983 11.5506 107.256 0 92.7904 0Z" fill="#5B5B5B"/>
|
||||
<path d="M0.224609 76.6052L0.224609 96.5761C0.224609 137.125 33.0315 169.997 73.5005 169.997C113.97 169.997 146.776 137.125 146.776 96.5758V76.6052C146.776 64.6731 137.122 55 125.214 55L21.7875 55C9.87862 54.9997 0.224609 64.6728 0.224609 76.6052Z" fill="#C52127"/>
|
||||
<path d="M88.0845 138.981C104.504 132.252 112.301 113.628 105.5 97.3827C98.699 81.1374 79.8747 73.4229 63.455 80.1519C47.0354 86.881 39.2381 105.505 46.0394 121.751C52.8406 137.996 71.6649 145.711 88.0845 138.981Z" fill="#931F26"/>
|
||||
<path d="M85.1468 99.2807C85.1468 93.3365 80.1467 88.5545 74.1046 88.8746C68.7263 89.1595 64.3661 93.6155 64.2115 98.9744C64.0981 102.885 66.1581 106.317 69.27 108.193L67.3695 132.049C67.3511 132.28 67.381 132.513 67.4573 132.732C67.5337 132.952 67.6548 133.153 67.8131 133.324C67.9714 133.494 68.1635 133.63 68.3772 133.723C68.5909 133.816 68.8216 133.864 69.0549 133.864H80.2989C80.5321 133.864 80.7629 133.816 80.9766 133.723C81.1904 133.63 81.3824 133.494 81.5407 133.324C81.6991 133.153 81.8202 132.952 81.8965 132.732C81.9728 132.513 82.0027 132.28 81.9842 132.049L80.084 108.193C83.1146 106.367 85.1468 103.064 85.1468 99.2807Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
5
public/assets/images/dashboard/main.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 9.75C3.55229 9.75 4 10.1977 4 10.75V15.25C4 16.6925 4.00213 17.6737 4.10092 18.4086C4.19585 19.1146 4.36322 19.4416 4.58579 19.6642C4.80836 19.8868 5.13538 20.0542 5.84143 20.1491C6.57625 20.2479 7.55752 20.25 9 20.25H15C16.4425 20.25 17.4238 20.2479 18.1586 20.1491C18.8646 20.0542 19.1916 19.8868 19.4142 19.6642C19.6368 19.4416 19.8042 19.1146 19.8991 18.4086C19.9979 17.6737 20 16.6925 20 15.25V10.75C20 10.1977 20.4477 9.75 21 9.75C21.5523 9.75 22 10.1977 22 10.75V15.3205C22 16.6747 22.0001 17.7913 21.8813 18.6751C21.7565 19.6029 21.4845 20.4223 20.8284 21.0784C20.1723 21.7345 19.3529 22.0065 18.4251 22.1312C17.5413 22.2501 16.4247 22.25 15.0706 22.25H8.92943C7.57531 22.25 6.4587 22.2501 5.57494 22.1312C4.64711 22.0065 3.82768 21.7345 3.17158 21.0784C2.51547 20.4223 2.2435 19.6029 2.11875 18.6751C1.99994 17.7913 1.99997 16.6747 2 15.3206V10.75C2 10.1977 2.44772 9.75 3 9.75Z" fill="#F68A3D"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25214 16.3362C8.61876 15.9231 9.25081 15.8855 9.66385 16.2521C10.1297 16.6656 10.9662 17 12 17C13.0338 17 13.8704 16.6656 14.3362 16.2521C14.7492 15.8855 15.3813 15.9231 15.7479 16.3362C16.1145 16.7492 16.0769 17.3813 15.6639 17.7479C14.7615 18.5489 13.4197 19 12 19C10.5803 19 9.23856 18.5489 8.33617 17.7479C7.92313 17.3813 7.88551 16.7492 8.25214 16.3362Z" fill="#F68A3D"/>
|
||||
<path d="M3.19143 4.45934C3.19143 2.95786 4.41603 1.75 5.91512 1.75H18.0849C19.584 1.75 20.8086 2.95786 20.8086 4.45934C20.8086 5.00972 20.9532 5.55089 21.2287 6.02939L22.2149 7.74274C22.4737 8.19195 22.6839 8.55669 22.7347 9.16669C22.7553 9.41456 22.7576 9.62312 22.726 9.82441C22.6958 10.0172 22.6381 10.1717 22.5956 10.2854L22.5894 10.3023C22.0565 11.7329 20.6723 12.75 19.0513 12.75C17.695 12.75 16.5023 12.037 15.8374 10.9644C14.9338 12.0575 13.5446 12.75 12 12.75C10.4554 12.75 9.06617 12.0575 8.16259 10.9644C7.49773 12.037 6.30506 12.75 4.94875 12.75C3.32768 12.75 1.94355 11.7329 1.41065 10.3022L1.40436 10.2854C1.3619 10.1717 1.30421 10.0172 1.27397 9.82441C1.2424 9.62312 1.24469 9.41457 1.26533 9.16669C1.31613 8.55668 1.52628 8.19195 1.78509 7.74274L2.77133 6.02939C3.04677 5.55089 3.19143 5.00972 3.19143 4.45934Z" fill="#F68A3D"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
7
public/assets/images/dashboard/main2.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4.5 41.5513V19.0762H8.4V39.6013H26V43.5013H6.45C5.37304 43.5013 4.5 42.6281 4.5 41.5513Z" fill="#F68A3D"/>
|
||||
<path d="M39.5996 19.0762H43.4996V26.0011H39.5996V19.0762Z" fill="#F68A3D"/>
|
||||
<path d="M45.5 15.6017V16C45.5 20.1421 42.1422 23.5001 38 23.5001C35.4704 23.5001 33.2334 22.2477 31.8748 20.3293C31.3924 20.8825 30.8278 21.3585 30.217 21.7567C28.3978 22.9425 26.1008 23.5001 24 23.5001C21.8992 23.5001 19.6022 22.9425 17.783 21.7567C17.1723 21.3585 16.6077 20.8823 16.1251 20.3293C14.7667 22.2477 12.5296 23.5001 10 23.5001C5.85786 23.5001 2.5 20.1421 2.5 16V15.6017L6.5 8.60166V2.5H41.5V8.60166L45.5 15.6017Z" fill="#F68A3D"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 36H12V32H22V36Z" fill="#F68A3D"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.2577 38.0861L30.6719 42.6719L33.5005 45.5003L38.0861 40.9145L42.6719 45.5003L45.5005 42.6719L40.9147 38.0861L45.5005 33.5003L42.6719 30.6719L38.0861 35.2577L33.5005 30.6719L30.6719 33.5003L35.2577 38.0861Z" fill="#F68A3D"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
13
public/assets/images/default-logo.svg
Normal file
|
After Width: | Height: | Size: 11 KiB |
12
public/assets/images/default.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.6139 5.27664C17.91 3.74437 17.0509 4.51317 0.0390625 9.07936L2.2727 10.0436C16.3767 6.25721 15.9771 6.48446 16.7125 6.38881C23.9944 5.43576 28.344 13.969 23.7116 19.5235C22.7152 20.7179 21.334 21.6542 19.5961 22.1209C15.2797 23.2766 15.7275 22.7743 15.6807 25.0227C15.7 24.2653 16.7378 24.1801 20.2521 23.2381C29.0056 20.8853 29.8924 8.7002 21.6139 5.27664Z" fill="white"/>
|
||||
<path d="M8.50159 20.5C7.55221 22.3205 8.3913 23.3407 10.4987 32L10.9988 31C9.28509 23.9584 7.89862 20.6906 9.99877 19C9 19.5 8.87049 19.798 8.50159 20.5Z" fill="white"/>
|
||||
<path d="M17.7861 11.481C17.3772 11.5116 17.4567 11.5197 0.0360938 16.201C0.0360938 26.8404 -0.115293 26.8811 0.497306 28.3288C2.32805 32.6631 6.71138 32 10.5 32C8.14749 23.2249 7.52025 22.2991 8.58013 20.4541C9.73032 18.4634 11.4603 18.5157 18.1132 16.5661C18.9645 16.3192 20.5926 15.9428 20.5321 13.9935C20.4908 12.599 19.2718 11.3852 17.7861 11.481Z" fill="white"/>
|
||||
<path d="M26.0611 0.0215785C29.298 0.0215785 31.917 2.65415 31.917 5.88573V26.0471C31.917 28.4714 30.4461 30.5552 28.3403 31.4451C26.9284 32.0408 26.8161 31.9035 17.5655 31.9035C16.5609 28.2056 16.0997 26.5304 15.9072 25.6874C15.6247 24.4519 15.7205 24.4134 17.9801 23.8314C20.5719 23.1642 22.9718 22.7331 25.1106 20.1687C29.026 15.4769 27.7795 7.82709 21.6098 5.27658C17.906 3.74431 17.0469 4.51311 0.0350092 9.0793C0.0350092 6.42935 -0.607523 2.27018 3.61271 0.482617C5.11178 -0.151485 4.0354 0.0215785 26.0611 0.0215785Z" fill="#F93B42"/>
|
||||
<path d="M7.44311 31.1952C4.41469 31.1952 2.31145 30.6621 1.19962 28.0322C0.774195 27.0329 0.765937 26.9065 0.787956 21.352C0.790709 20.1139 0.796042 18.6145 0.799139 16.7863C5.21102 15.6 8.46187 14.7245 10.8672 14.0761C17.1028 12.3954 17.613 12.2614 17.8387 12.2449C17.8769 12.242 17.9156 12.2394 17.9534 12.2394C18.9087 12.2394 19.7407 13.0546 19.7715 14.0159C19.8069 15.1933 19.0682 15.5012 18.0224 15.8002L17.8989 15.836C16.3391 16.2917 15.0293 16.6459 13.9775 16.9287C10.4277 17.8813 8.95904 18.2769 7.92118 20.075C6.89124 21.8596 7.18799 22.9333 8.61016 28.0758C8.86012 28.9598 9.14311 29.9782 9.45861 31.1561C9.28882 31.1596 9.11558 31.1613 8.94493 31.1678C8.44501 31.1812 7.93993 31.1952 7.44311 31.1952Z" fill="#F93B42"/>
|
||||
<path d="M21.816 31.1515C20.7995 31.1485 19.5924 31.1454 18.1451 31.1432L18.0985 30.9725C17.2528 27.8509 16.8249 26.2858 16.6486 25.517C16.6238 25.4184 16.5714 25.1855 16.5579 25.0478C16.8053 24.9214 17.4969 24.7428 18.1668 24.5701L18.7684 24.4194C21.124 23.8259 23.562 23.2109 25.6957 20.6575C27.8152 18.1154 28.605 14.6614 27.8066 11.4184C27.038 8.30244 24.8856 5.80629 21.8979 4.57335C20.7395 4.09287 19.7678 3.79388 18.491 3.79388C16.4344 3.79388 13.7544 4.53258 7.28072 6.31429C5.43811 6.81937 3.29375 7.40978 0.776094 8.09085C0.710207 5.49629 0.649479 2.56387 3.90583 1.18574L4.03778 1.12759C4.74327 0.826025 4.89174 0.763062 10.2068 0.763062C11.4292 0.763062 12.9169 0.768393 14.7317 0.770973C17.5984 0.776306 21.2826 0.784565 26.0576 0.784565C28.8657 0.784565 31.153 3.07187 31.153 5.88594V26.0473C31.153 28.1007 29.929 29.9431 28.0368 30.742C27.2162 31.0907 26.9637 31.1564 23.8945 31.1564C23.307 31.1564 22.623 31.1533 21.816 31.1515Z" fill="#F93B42"/>
|
||||
<path d="M1.64282 27.8455C1.17026 26.7304 1.2721 26.8374 1.28053 17.1513C1.57677 17.0718 17.6552 12.7167 17.9599 12.7167C18.6545 12.7167 19.278 13.332 19.3027 14.0322C19.3244 14.8067 18.9865 15.0289 17.8966 15.342C10.9557 17.3381 8.92382 17.393 7.51541 19.8361C6.23327 22.0603 6.83452 23.3261 8.8471 30.6957C5.37106 30.7827 2.86733 30.7361 1.64282 27.8455Z" fill="#F93B42"/>
|
||||
<path d="M18.5127 30.6678C17.634 27.4359 17.2737 26.113 17.1015 25.3549C19.9235 24.4818 23.2456 24.339 26.0603 20.9648C30.5462 15.5889 28.9785 6.98103 22.0822 4.1341C18.0269 2.45371 16.7306 3.28255 1.24262 7.47011C1.1905 4.57605 1.57447 2.69851 4.227 1.56656C5.26468 1.12186 5.24834 1.26224 26.0603 1.26224C28.6057 1.26224 30.6783 3.33537 30.6783 5.88554V26.0469C30.6783 27.9083 29.5689 29.5778 27.8555 30.3019C26.7763 30.7611 26.7739 30.6756 18.5127 30.6678Z" fill="#F93B42"/>
|
||||
<path d="M17.5113 31.9136C15.6797 25.3219 15.7022 25.5112 15.6693 25.0226C15.5979 23.757 18.1266 23.9765 21.4212 22.645C27.9232 20.1607 29.5047 10.1143 22.6899 6.0668C18.4813 3.63464 17.6406 4.62347 0.104245 9.11225L0.0276902 9.07922L0.0273438 9.0221C17.4426 4.04975 18.6699 3.26392 22.9128 5.69074C29.8867 9.74067 28.5712 20.3551 21.5478 22.9469C20.0707 23.5237 18.6159 23.7981 17.309 24.1497C15.5706 24.6166 15.7385 24.5972 16.2756 26.7057C16.3007 26.7935 16.8118 28.7954 17.6021 31.8928L17.5113 31.9136Z" fill="#F93B42"/>
|
||||
<path d="M10.7602 18.6862C6.83994 20.5935 8.01868 22.5241 10.525 31.6852L10.4488 31.9034H10.3165C8.47456 24.8237 6.42912 21.2799 9.54269 19.2487C9.99462 18.9537 10.7602 18.6862 10.7602 18.6862Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
79
public/assets/images/errors/400.svg
Normal file
@@ -0,0 +1,79 @@
|
||||
<svg width="561" height="387" viewBox="0 0 561 387" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_4206_1012)">
|
||||
<path d="M32.2481 160.56L40.202 168.511C43.9414 172.218 49.9627 172.218 53.6698 168.511L61.6237 160.56C65.3308 156.853 65.3308 150.832 61.6237 147.124L53.6698 139.138C49.9627 135.431 43.9414 135.431 40.202 139.138L32.2481 147.124C28.541 150.832 28.541 156.853 32.2481 160.56ZM60.6832 60.5004L65.7445 65.5585C68.1233 67.9178 71.9532 67.9178 74.3125 65.5585L79.3739 60.5004C81.7332 58.1411 81.7332 54.3111 79.3739 51.9518L74.3125 46.8711C71.9532 44.5117 68.1233 44.5117 65.7445 46.8711L60.6832 51.9518C58.3238 54.3111 58.3238 58.1411 60.6832 60.5004ZM2.26802 95.1378L6.75727 99.627C8.86777 101.721 12.2678 101.721 14.3622 99.627L18.8514 95.1378C20.9458 93.0434 20.9458 89.6434 18.8514 87.5523L14.3622 83.0436C12.2678 80.9493 8.871 80.9493 6.75727 83.0436L2.26802 87.5523C0.173681 89.6434 0.173681 93.0434 2.26802 95.1378Z" fill="#FFEAEA"/>
|
||||
<path d="M254.62 62.609C271.53 62.609 285.239 49.3604 285.239 33.0174C285.239 16.6744 271.53 3.42578 254.62 3.42578C237.709 3.42578 224 16.6744 224 33.0174C224 49.3604 237.709 62.609 254.62 62.609Z" fill="#FEF0F1"/>
|
||||
<g opacity="0.5">
|
||||
<path d="M268.999 39.9879L261.874 46.8741C261.853 46.8937 261.819 46.8937 261.798 46.8741L240.242 26.0415L247.367 19.1554C247.389 19.1357 247.422 19.1357 247.443 19.1554L268.999 39.9879Z" fill="#C52127"/>
|
||||
<path d="M240.242 39.9879L247.367 46.8741C247.389 46.8937 247.422 46.8937 247.443 46.8741L268.999 26.0415L261.874 19.1554C261.853 19.1357 261.819 19.1357 261.798 19.1554L240.242 39.9879Z" fill="#C52127"/>
|
||||
</g>
|
||||
<path d="M232.182 129.414C232.182 129.414 239.535 180.065 252.896 191.821C252.896 191.821 193.225 201.129 171.316 192.645C149.407 184.162 187.168 140.879 187.168 140.879L232.182 129.414Z" fill="#030047"/>
|
||||
<path d="M268.695 207.686C268.695 207.686 207.918 193.967 187.387 193.973C164.32 193.978 96.039 206.951 96.039 206.951L83.793 371.159H268.695V207.686Z" fill="#F7666B"/>
|
||||
<path opacity="0.4" d="M230.271 266.833C235.199 266.833 239.194 262.839 239.194 257.911C239.194 252.983 235.199 248.988 230.271 248.988C225.343 248.988 221.348 252.983 221.348 257.911C221.348 262.839 225.343 266.833 230.271 266.833Z" fill="white"/>
|
||||
<path opacity="0.4" d="M216.955 289.578C219.381 289.578 221.348 287.612 221.348 285.186C221.348 282.76 219.381 280.793 216.955 280.793C214.529 280.793 212.562 282.76 212.562 285.186C212.562 287.612 214.529 289.578 216.955 289.578Z" fill="white"/>
|
||||
<path opacity="0.4" d="M244.549 311.725C247.508 311.725 249.906 309.327 249.906 306.369C249.906 303.41 247.508 301.012 244.549 301.012C241.591 301.012 239.193 303.41 239.193 306.369C239.193 309.327 241.591 311.725 244.549 311.725Z" fill="white"/>
|
||||
<path opacity="0.4" d="M240.996 237.276C243.954 237.276 246.353 234.878 246.353 231.919C246.353 228.961 243.954 226.562 240.996 226.562C238.038 226.562 235.639 228.961 235.639 231.919C235.639 234.878 238.038 237.276 240.996 237.276Z" fill="white"/>
|
||||
<path opacity="0.4" d="M170.662 288.382C175.462 288.382 179.353 284.491 179.353 279.691C179.353 274.891 175.462 271 170.662 271C165.862 271 161.971 274.891 161.971 279.691C161.971 284.491 165.862 288.382 170.662 288.382Z" fill="white"/>
|
||||
<path opacity="0.4" d="M217.927 353.116C224.744 353.116 230.27 347.589 230.27 340.773C230.27 333.956 224.744 328.43 217.927 328.43C211.11 328.43 205.584 333.956 205.584 340.773C205.584 347.589 211.11 353.116 217.927 353.116Z" fill="white"/>
|
||||
<path opacity="0.4" d="M162.729 349.658C168.591 349.658 173.343 344.906 173.343 339.044C173.343 333.182 168.591 328.43 162.729 328.43C156.867 328.43 152.115 333.182 152.115 339.044C152.115 344.906 156.867 349.658 162.729 349.658Z" fill="white"/>
|
||||
<path opacity="0.4" d="M132.539 242.711C137.949 242.711 142.334 238.326 142.334 232.916C142.334 227.507 137.949 223.121 132.539 223.121C127.129 223.121 122.744 227.507 122.744 232.916C122.744 238.326 127.129 242.711 132.539 242.711Z" fill="white"/>
|
||||
<path opacity="0.4" d="M128.015 306.371C134.166 306.371 139.152 301.385 139.152 295.234C139.152 289.084 134.166 284.098 128.015 284.098C121.865 284.098 116.879 289.084 116.879 295.234C116.879 301.385 121.865 306.371 128.015 306.371Z" fill="white"/>
|
||||
<path d="M196.619 171.476L198.144 196.386C198.144 196.386 218.604 241.755 191.661 244.424C164.718 247.093 150.867 238.833 149.467 230.444C148.069 222.057 155.567 197.527 155.567 197.527L156.456 153.809L196.619 171.476Z" fill="white"/>
|
||||
<path d="M181.713 246.018C160.668 246.018 149.726 238.531 148.406 230.621C147.024 222.328 153.817 199.592 154.495 197.357L155.384 153.789C155.392 153.428 155.578 153.094 155.882 152.9C156.187 152.706 156.569 152.676 156.898 152.822L197.056 170.487C197.425 170.648 197.676 171.006 197.7 171.408L199.213 196.121C200.396 198.792 211.672 225.062 204.045 238.253C201.594 242.495 197.463 244.932 191.772 245.495C188.196 245.853 184.843 246.018 181.713 246.018ZM157.506 155.45L156.65 197.551C156.647 197.65 156.631 197.75 156.602 197.844C156.529 198.087 149.195 222.226 150.536 230.268C151.932 238.649 166.475 245.835 191.557 243.351C196.518 242.861 200.089 240.782 202.173 237.179C209.491 224.523 197.285 197.106 197.161 196.829C197.107 196.71 197.075 196.581 197.067 196.452L195.583 172.199L157.506 155.45Z" fill="#030047"/>
|
||||
<path d="M137.965 105.079L207.641 73.5977C208.807 74.6211 231.055 98.658 233.081 139.123C234.489 167.297 221.653 178.299 200.967 177.749C176.313 177.092 156.518 160.817 148.193 137.602C144.566 127.481 141.991 116.441 137.965 105.079Z" fill="white"/>
|
||||
<path d="M202.414 178.846C201.927 178.846 201.434 178.84 200.935 178.827C176.581 178.178 155.98 162.519 147.176 137.963C145.372 132.932 143.853 127.763 142.245 122.294C140.637 116.818 138.97 111.157 136.948 105.437C136.762 104.909 137.009 104.324 137.521 104.093L207.197 72.6119C207.582 72.4368 208.035 72.5042 208.353 72.7843C208.59 72.9916 232.045 96.8104 234.159 139.069C234.875 153.365 231.953 163.976 225.476 170.607C220.13 176.077 212.376 178.846 202.414 178.846ZM139.309 105.652C141.205 111.106 142.786 116.479 144.316 121.685C145.916 127.125 147.427 132.261 149.21 137.235C157.707 160.936 177.548 176.045 200.995 176.669C211.1 176.939 218.762 174.388 223.933 169.099C229.971 162.915 232.688 152.851 232.004 139.177C230.13 101.709 210.634 78.4885 207.386 74.8957L139.309 105.652Z" fill="#030047"/>
|
||||
<path d="M113.189 203.836L106.327 321.085L77.6789 306.482L51.5494 293.159L41.291 287.937L74.2693 225.118C78.5138 217.06 85.5781 210.844 94.1237 207.666L96.0385 206.96L113.189 203.836Z" fill="#F7666B"/>
|
||||
<path opacity="0.4" d="M82.485 295.241C82.485 299.658 80.6429 303.644 77.6803 306.477L51.5508 293.154C52.5581 285.543 59.0622 279.688 66.9452 279.688C75.5338 279.688 82.485 286.652 82.485 295.241Z" fill="white"/>
|
||||
<path opacity="0.4" d="M80.4994 259.487C84.8947 259.487 88.4578 255.924 88.4578 251.529C88.4578 247.133 84.8947 243.57 80.4994 243.57C76.1041 243.57 72.541 247.133 72.541 251.529C72.541 255.924 76.1041 259.487 80.4994 259.487Z" fill="white"/>
|
||||
<path d="M106.324 322.161C106.157 322.161 105.987 322.121 105.833 322.043L40.7954 288.895C40.5396 288.763 40.3456 288.537 40.2568 288.259C40.1706 287.984 40.1975 287.686 40.3295 287.43L57.3021 255.109C57.5768 254.581 58.2285 254.376 58.7591 254.656C59.287 254.933 59.489 255.585 59.2143 256.113L42.7507 287.465L105.343 319.366L109.205 253.412C109.24 252.817 109.739 252.361 110.347 252.396C110.942 252.431 111.395 252.943 111.363 253.536L107.401 321.141C107.379 321.504 107.177 321.833 106.86 322.013C106.695 322.113 106.509 322.161 106.324 322.161Z" fill="#030047"/>
|
||||
<path d="M405.629 340.335C402.865 349.788 397.153 357.76 389.658 363.37C382.176 368.98 372.912 372.233 363.054 372.233H211.648L211.747 371.368H150.528C148.613 371.08 147.062 369.672 146.154 368.118C145.535 367.067 145.22 365.858 145.335 364.579C145.564 361.342 148.328 358.694 151.581 358.81H162.661L142.071 358.71C139.712 358.71 137.439 357.544 136.23 355.503C136.216 355.489 136.216 355.473 136.2 355.46C135.581 354.409 135.266 353.2 135.379 351.921C135.608 348.684 138.371 346.036 141.624 346.152H162.658L131.234 346.052C129.319 345.764 127.765 344.356 126.86 342.799C126.241 341.749 125.925 340.539 126.039 339.26C126.267 336.023 129.031 333.561 132.284 333.677L162.658 333.389H140.574C138.659 333.101 137.105 331.692 136.2 330.138C135.581 329.088 135.266 327.879 135.379 326.599C135.608 323.362 138.371 320.9 141.624 321.016L179.351 320.728L164.56 313.333C163.595 312.743 162.847 311.964 162.286 311.03C161.322 309.376 161.107 307.276 161.826 305.361C163.237 301.577 167.638 299.923 171.206 301.808L218.284 315.649V315.635L294.181 318.398L319.459 248.098L387.14 290.629C403.614 301.286 411.139 321.501 405.629 340.335Z" fill="white"/>
|
||||
<path d="M363.051 373.312H211.647C211.34 373.312 211.046 373.18 210.842 372.951C210.715 372.809 210.629 372.634 210.591 372.451H150.525C150.471 372.451 150.417 372.448 150.366 372.44C148.346 372.135 146.423 370.727 145.219 368.667C144.46 367.376 144.128 365.93 144.258 364.487C144.387 362.663 145.198 361.021 146.415 359.814L142.06 359.792C139.267 359.792 136.684 358.373 135.316 356.087C135.297 356.062 135.281 356.035 135.265 356.008C134.505 354.716 134.172 353.269 134.301 351.823C134.43 349.997 135.241 348.354 136.461 347.145L131.228 347.129C131.174 347.129 131.123 347.124 131.072 347.118C129.052 346.814 127.129 345.403 125.925 343.342C125.165 342.055 124.831 340.609 124.961 339.162C125.233 335.354 128.521 332.459 132.319 332.599L136.73 332.556C136.173 332.02 135.674 331.39 135.262 330.682C134.503 329.394 134.172 327.945 134.301 326.502C134.57 322.693 137.805 319.798 141.659 319.938L174.844 319.685L164.074 314.299C162.908 313.59 162.022 312.694 161.359 311.587C160.204 309.604 160.005 307.14 160.815 304.983C161.591 302.901 163.229 301.25 165.305 300.458C167.357 299.677 169.649 299.801 171.61 300.803L218.404 314.56L293.434 317.291L318.446 247.733C318.557 247.426 318.802 247.184 319.109 247.079C319.418 246.971 319.76 247.012 320.035 247.187L387.716 289.718C404.478 300.566 412.264 321.506 406.665 340.646C403.886 350.151 398.23 358.311 390.304 364.244C382.386 370.172 372.962 373.312 363.051 373.312ZM212.805 371.155H363.054C372.491 371.155 381.467 368.166 389.011 362.507C396.56 356.857 401.946 349.084 404.594 340.032C409.926 321.799 402.509 301.856 386.555 291.53L320.022 249.721L295.196 318.759C295.037 319.2 294.609 319.489 294.14 319.472L218.399 316.715C218.259 316.731 218.116 316.72 217.976 316.68L170.896 302.839C170.826 302.818 170.761 302.791 170.697 302.758C169.264 302.002 167.573 301.897 166.067 302.47C164.57 303.041 163.39 304.229 162.83 305.734C162.243 307.294 162.386 309.069 163.21 310.482C163.692 311.288 164.319 311.921 165.114 312.408L179.824 319.758C180.271 319.981 180.505 320.48 180.392 320.967C180.279 321.452 179.848 321.799 179.35 321.802L141.624 322.09C138.871 321.996 136.636 324.005 136.447 326.669C136.356 327.681 136.59 328.683 137.121 329.585C137.982 331.064 139.297 332.074 140.651 332.306H162.652C163.247 332.306 163.729 332.785 163.732 333.38C163.735 333.975 163.258 334.457 162.663 334.465L132.289 334.754C129.569 334.657 127.301 336.671 127.11 339.335C127.018 340.347 127.253 341.349 127.783 342.249C128.645 343.727 129.962 344.737 131.317 344.972L162.655 345.071C163.25 345.074 163.732 345.556 163.732 346.151C163.729 346.747 163.25 347.229 162.652 347.229H141.616C138.987 347.137 136.641 349.273 136.447 351.996C136.356 353.011 136.577 353.972 137.102 354.88C137.104 354.883 137.107 354.885 137.107 354.888C137.123 354.91 137.137 354.931 137.15 354.953C138.128 356.606 140.01 357.632 142.063 357.632L162.658 357.732C163.253 357.735 163.732 358.22 163.732 358.815C163.729 359.41 163.247 359.892 162.652 359.892H151.572C148.955 359.801 146.598 361.936 146.404 364.659C146.313 365.672 146.547 366.674 147.077 367.576C147.939 369.054 149.253 370.064 150.608 370.296H211.744C212.051 370.296 212.345 370.428 212.549 370.657C212.684 370.797 212.767 370.969 212.805 371.155Z" fill="#030047"/>
|
||||
<path d="M268.694 207.691L331.769 248.989L294.174 318.388L230.488 284.346L268.694 207.691Z" fill="#F7666B"/>
|
||||
<path opacity="0.4" d="M294.773 252.018C299.439 252.018 303.221 248.236 303.221 243.57C303.221 238.904 299.439 235.121 294.773 235.121C290.107 235.121 286.324 238.904 286.324 243.57C286.324 248.236 290.107 252.018 294.773 252.018Z" fill="white"/>
|
||||
<path opacity="0.4" d="M285.619 289.578C288.045 289.578 290.012 287.612 290.012 285.186C290.012 282.76 288.045 280.793 285.619 280.793C283.193 280.793 281.227 282.76 281.227 285.186C281.227 287.612 283.193 289.578 285.619 289.578Z" fill="white"/>
|
||||
<path opacity="0.4" d="M311.844 288.803C317.911 288.803 322.83 283.885 322.83 277.818C322.83 271.75 317.911 266.832 311.844 266.832C305.777 266.832 300.859 271.75 300.859 277.818C300.859 283.885 305.777 288.803 311.844 288.803Z" fill="white"/>
|
||||
<path d="M294.176 319.468C294.004 319.468 293.832 319.428 293.67 319.342L269.442 306.393C268.917 306.113 268.717 305.458 269 304.933C269.28 304.408 269.935 304.209 270.46 304.489L293.74 316.934L330.349 249.351L299.768 229.327C299.269 229.001 299.129 228.33 299.455 227.832C299.784 227.334 300.449 227.194 300.95 227.52L332.361 248.088C332.829 248.395 332.986 249.011 332.719 249.504L295.127 318.903C294.93 319.264 294.559 319.468 294.176 319.468Z" fill="#030047"/>
|
||||
<path d="M553.833 371.152H21.4746V373.31H553.833V371.152Z" fill="#030047"/>
|
||||
<path d="M375.642 349.961V371.17H204.467C199.49 371.17 195.461 367.141 195.461 362.164V361.299C195.461 355.04 200.54 349.961 206.783 349.961H375.642Z" fill="#121535"/>
|
||||
<path d="M487.847 248.988H326.088C318.636 248.988 311.989 253.669 309.479 260.685L269.945 371.166H461.599L499.431 265.441C502.302 257.423 496.361 248.988 487.847 248.988Z" fill="#121535"/>
|
||||
<path d="M399.08 311.725C398.135 317.639 392.576 322.436 386.662 322.436C380.734 322.436 376.71 317.639 377.656 311.725C378.601 305.811 384.17 301.014 390.085 301.014C396.002 301.014 400.028 305.811 399.08 311.725ZM541.879 1.75H332.639C323.164 1.75 315.48 9.43102 315.48 18.9084V170.989C315.48 180.463 323.161 188.147 332.639 188.147H541.879C551.354 188.147 559.038 180.466 559.038 170.989V18.9084C559.035 9.43371 551.354 1.75 541.879 1.75Z" fill="white"/>
|
||||
<path d="M164.813 128.509L167.221 132.931C167.221 132.931 177.819 120.575 179.868 106.769C179.868 106.769 221.726 115.051 233.199 94.6579C248.154 68.0759 190.733 46.4764 160.006 63.1312C126.217 81.445 122.333 122.713 113.249 149.966C104.165 177.218 90.2031 185.826 97.4855 195.387C105.993 206.558 153.461 190.711 153.461 190.711L154.267 151.202L164.813 128.509Z" fill="#030047"/>
|
||||
<path d="M165.51 148.57C165.51 148.57 158.483 152.608 149.305 150.679C140.129 148.751 135.543 122.174 142.962 119.002C150.382 115.829 164.812 128.509 164.812 128.509" fill="white"/>
|
||||
<path d="M154.371 152.282C152.72 152.282 150.948 152.124 149.084 151.733C143.194 150.497 139.232 140.912 138.36 132.086C137.63 124.701 139.192 119.439 142.54 118.009C150.485 114.61 164.915 127.16 165.526 127.699C165.973 128.092 166.019 128.773 165.626 129.221C165.23 129.668 164.551 129.713 164.101 129.32C160.229 125.919 148.949 117.616 143.388 119.994C141.023 121.004 139.895 125.668 140.506 131.876C141.293 139.834 144.883 148.647 149.528 149.624C158.166 151.44 164.909 147.674 164.977 147.634C165.491 147.34 166.151 147.518 166.447 148.035C166.743 148.552 166.566 149.21 166.049 149.506C165.806 149.646 161.117 152.282 154.371 152.282Z" fill="#030047"/>
|
||||
<path d="M158.544 132.616C157.348 130.728 155.754 129.091 153.901 127.844C152.737 127.063 151.442 126.422 150.052 126.252C148.663 126.083 147.16 126.43 146.153 127.402C144.725 128.778 144.582 131.003 144.752 132.98C145.065 136.586 146.123 140.125 147.839 143.308" fill="white"/>
|
||||
<path d="M147.838 144.385C147.453 144.385 147.082 144.181 146.888 143.817C145.11 140.52 144.001 136.804 143.675 133.068C143.419 130.098 143.982 127.989 145.401 126.621C146.573 125.492 148.356 124.951 150.182 125.175C151.571 125.347 152.985 125.923 154.501 126.941C156.47 128.266 158.183 130.025 159.457 132.031C159.775 132.535 159.627 133.2 159.123 133.521C158.619 133.841 157.954 133.69 157.634 133.187C156.521 131.431 155.024 129.89 153.3 128.732C152.075 127.908 150.968 127.445 149.92 127.316C148.735 127.17 147.607 127.491 146.901 128.172C145.98 129.061 145.63 130.599 145.827 132.88C146.126 136.324 147.149 139.75 148.789 142.791C149.072 143.316 148.875 143.97 148.35 144.253C148.186 144.345 148.011 144.385 147.838 144.385Z" fill="#030047"/>
|
||||
<path d="M187.601 205.458L105.665 365.588C97.3404 379.223 81.9568 386.902 66.0561 385.358C38.9517 382.727 21.6074 355.235 30.9043 329.639L45.3049 289.992L70.6992 302.927L149.287 204.369C146.079 199.462 134.814 182.083 133.618 177.421C131.431 168.789 131.633 150.616 135.172 143.912C138.711 137.206 142.05 141.755 142.05 141.755C142.05 141.755 142.567 136.344 146.885 136.301C151.202 136.245 152.438 140.516 152.438 140.516C158.999 135.51 159.834 146.255 159.834 146.255C160.596 144.903 161.748 144.271 162.985 144.039C166.222 143.419 169.214 145.997 169.43 149.291C169.658 152.671 170.062 157.607 170.755 162.051C171.487 166.799 172.853 173.788 182.19 182.493C188.492 188.35 190.622 197.413 187.601 205.458Z" fill="white"/>
|
||||
<path d="M70.0171 386.63C68.6678 386.63 67.3105 386.566 65.9531 386.434C52.6998 385.146 41.0221 377.95 33.9174 366.687C26.8127 355.424 25.3422 341.786 29.8883 329.27L44.2889 289.624C44.3939 289.333 44.6202 289.101 44.9084 288.988C45.1992 288.875 45.517 288.891 45.7944 289.031L70.405 301.565L147.959 204.305C142.497 195.93 133.679 182.003 132.575 177.688C130.469 169.369 130.367 150.705 134.221 143.407C135.632 140.732 137.261 139.31 139.06 139.176C139.973 139.108 140.762 139.388 141.387 139.757C142.087 137.64 143.719 135.249 146.876 135.219C150.003 135.184 151.985 137.183 152.922 138.898C154.455 138.028 155.863 137.869 157.118 138.432C159.149 139.34 160.108 141.933 160.552 143.881C161.193 143.439 161.939 143.137 162.79 142.978C164.578 142.636 166.375 143.081 167.853 144.223C169.415 145.429 170.382 147.25 170.512 149.221C170.851 154.209 171.295 158.472 171.826 161.887C172.464 166.024 173.533 172.946 182.933 181.707C189.574 187.88 191.807 197.352 188.615 205.838C188.602 205.876 188.586 205.913 188.567 205.951L106.631 366.081C98.821 378.876 84.7786 386.63 70.0171 386.63ZM45.9048 291.506L31.9217 330.008C27.6045 341.893 28.9996 354.842 35.746 365.537C42.4925 376.232 53.5805 383.064 66.1631 384.287C81.5521 385.782 96.6934 378.219 104.746 365.028L186.614 205.022C189.464 197.37 187.444 188.846 181.459 183.285C171.513 174.015 170.328 166.339 169.693 162.216C169.151 158.739 168.704 154.414 168.36 149.364C168.271 148.009 167.606 146.757 166.534 145.93C165.551 145.171 164.363 144.874 163.191 145.098C162.09 145.303 161.303 145.855 160.778 146.784C160.544 147.199 160.067 147.409 159.607 147.309C159.143 147.207 158.801 146.813 158.761 146.339C158.659 145.047 157.975 141.177 156.235 140.401C155.454 140.054 154.398 140.379 153.095 141.373C152.809 141.589 152.44 141.651 152.101 141.54C151.764 141.43 151.503 141.158 151.403 140.816C151.363 140.678 150.334 137.379 146.97 137.379C146.949 137.379 146.924 137.379 146.9 137.379C143.614 137.411 143.143 141.678 143.124 141.858C143.078 142.302 142.766 142.674 142.335 142.793C141.91 142.908 141.446 142.752 141.182 142.391C141.177 142.386 140.334 141.241 139.211 141.33C138.231 141.408 137.137 142.504 136.127 144.414C132.793 150.727 132.473 168.499 134.665 177.155C135.424 180.123 141.228 190.077 150.191 203.777C150.444 204.168 150.423 204.677 150.132 205.041L71.5442 303.599C71.2264 304 70.6662 304.118 70.211 303.887L45.9048 291.506Z" fill="#030047"/>
|
||||
<path d="M59.7298 315.669C59.4632 315.669 59.1993 315.572 58.9919 315.376C58.5583 314.966 58.5367 314.285 58.9461 313.851L69.9209 302.187C70.3303 301.754 71.0144 301.732 71.4453 302.141C71.8789 302.551 71.9004 303.232 71.4911 303.666L60.5163 315.33C60.3035 315.556 60.0153 315.669 59.7298 315.669Z" fill="#030047"/>
|
||||
<path d="M166.015 177.7C165.64 177.7 165.279 177.506 165.08 177.159C164.859 176.774 159.651 167.703 158.77 163.044C157.895 158.428 158.719 146.672 158.754 146.174C158.797 145.578 159.33 145.134 159.906 145.174C160.502 145.218 160.949 145.732 160.906 146.327C160.898 146.446 160.068 158.301 160.889 162.643C161.703 166.941 166.895 175.99 166.947 176.082C167.245 176.599 167.068 177.259 166.551 177.555C166.384 177.655 166.198 177.7 166.015 177.7Z" fill="#030047"/>
|
||||
<path d="M155.849 180.337C155.429 180.337 155.031 180.09 154.856 179.68C154.64 179.174 149.571 167.184 149.019 160.987C148.4 154.044 151.26 140.847 151.384 140.287C151.511 139.702 152.098 139.336 152.669 139.462C153.25 139.589 153.619 140.165 153.493 140.747C153.466 140.882 150.581 154.181 151.171 160.793C151.696 166.65 156.792 178.713 156.846 178.834C157.08 179.384 156.824 180.017 156.275 180.248C156.135 180.308 155.989 180.337 155.849 180.337Z" fill="#030047"/>
|
||||
<path d="M142.059 141.754C142.059 141.754 139.668 159.669 140.422 164.439C141.523 171.42 146.543 182.685 146.543 182.685" fill="white"/>
|
||||
<path d="M146.544 183.764C146.132 183.764 145.739 183.524 145.559 183.123C145.351 182.657 140.466 171.647 139.353 164.607C138.586 159.738 140.891 142.35 140.988 141.612C141.066 141.022 141.592 140.605 142.2 140.686C142.79 140.764 143.205 141.308 143.127 141.898C143.102 142.075 140.767 159.711 141.486 164.27C142.556 171.027 147.479 182.132 147.53 182.245C147.772 182.789 147.527 183.427 146.983 183.669C146.841 183.734 146.692 183.764 146.544 183.764Z" fill="#030047"/>
|
||||
<path d="M199.985 131.721C201.403 131.325 202.074 129.29 201.483 127.175C200.893 125.061 199.264 123.668 197.846 124.064C196.428 124.46 195.757 126.495 196.347 128.61C196.938 130.724 198.566 132.117 199.985 131.721Z" fill="#030047"/>
|
||||
<path d="M193.949 121.323C196.037 119.411 199.234 119.031 202.061 120.361L193.949 121.323Z" fill="white"/>
|
||||
<path d="M193.951 122.402C193.657 122.402 193.366 122.283 193.156 122.052C192.752 121.613 192.782 120.929 193.223 120.527C195.639 118.313 199.286 117.864 202.523 119.385C203.062 119.639 203.292 120.282 203.039 120.821C202.786 121.36 202.149 121.594 201.605 121.338C199.17 120.191 196.453 120.498 194.683 122.119C194.473 122.31 194.212 122.402 193.951 122.402Z" fill="#030047"/>
|
||||
<path d="M221.932 129.342C223.35 128.946 224.021 126.911 223.43 124.797C222.84 122.682 221.211 121.289 219.793 121.685C218.375 122.081 217.704 124.116 218.294 126.231C218.885 128.345 220.513 129.739 221.932 129.342Z" fill="#030047"/>
|
||||
<path d="M215.898 118.94C217.986 117.028 221.183 116.648 224.01 117.978L215.898 118.94Z" fill="white"/>
|
||||
<path d="M215.899 120.023C215.606 120.023 215.315 119.904 215.105 119.673C214.701 119.234 214.73 118.55 215.172 118.148C217.588 115.935 221.237 115.485 224.472 117.006C225.01 117.26 225.242 117.903 224.989 118.442C224.736 118.981 224.097 119.215 223.553 118.959C221.116 117.812 218.399 118.119 216.632 119.74C216.422 119.929 216.161 120.023 215.899 120.023Z" fill="#030047"/>
|
||||
<path d="M209.204 133.012C208.972 135.457 209.958 137.849 211.067 140.041C212.18 142.233 213.459 144.401 213.885 146.823C214.31 149.244 213.669 152.045 211.628 153.413" fill="white"/>
|
||||
<path d="M211.63 154.491C211.283 154.491 210.941 154.324 210.733 154.011C210.402 153.516 210.534 152.845 211.03 152.514C212.737 151.369 213.16 148.924 212.823 147.006C212.492 145.121 211.59 143.387 210.634 141.547L210.106 140.526C208.98 138.31 207.865 135.673 208.126 132.907C208.183 132.315 208.713 131.876 209.303 131.935C209.898 131.992 210.332 132.517 210.278 133.112C210.068 135.328 211.046 137.61 212.031 139.551L212.549 140.556C213.537 142.457 214.56 144.423 214.948 146.635C215.511 149.815 214.442 152.829 212.228 154.31C212.045 154.431 211.835 154.491 211.63 154.491Z" fill="#030047"/>
|
||||
<path d="M201.798 163.482C201.278 163.482 200.817 163.105 200.734 162.575C200.621 161.877 200.147 161.182 199.463 160.719C198.816 160.28 197.96 160.011 196.988 159.938C194.86 159.782 192.684 160.603 191.189 162.141C190.777 162.569 190.093 162.577 189.662 162.163C189.234 161.748 189.226 161.064 189.643 160.636C191.574 158.648 194.375 157.584 197.144 157.786C198.496 157.886 199.716 158.282 200.677 158.933C201.86 159.739 202.657 160.94 202.864 162.233C202.958 162.82 202.56 163.375 201.97 163.469C201.913 163.48 201.854 163.482 201.798 163.482Z" fill="#030047"/>
|
||||
<path d="M268.693 315.306C268.098 315.306 267.613 314.824 267.613 314.226V241.49C267.613 240.895 268.095 240.41 268.693 240.41C269.288 240.41 269.773 240.892 269.773 241.49V314.226C269.773 314.821 269.288 315.306 268.693 315.306Z" fill="#030047"/>
|
||||
<g opacity="0.4">
|
||||
<path d="M286.325 360.716C286.204 360.716 286.077 360.694 285.956 360.651C285.396 360.446 285.105 359.827 285.31 359.267L317.222 271.511C319.85 264.288 326.777 259.438 334.461 259.438H476.891C480.139 259.438 483.075 260.965 484.941 263.625C486.807 266.286 487.244 269.561 486.14 272.61L474.766 304.021C474.561 304.581 473.942 304.869 473.385 304.667C472.824 304.465 472.534 303.846 472.735 303.286L484.109 271.875C484.971 269.497 484.629 266.941 483.174 264.864C481.715 262.785 479.425 261.595 476.891 261.595H334.461C327.682 261.595 321.568 265.877 319.25 272.249L287.338 360.005C287.179 360.444 286.764 360.716 286.325 360.716Z" fill="white"/>
|
||||
</g>
|
||||
<path d="M159.83 146.254C159.83 146.254 158.973 158.314 159.83 162.847C160.686 167.377 166.013 176.623 166.013 176.623" fill="white"/>
|
||||
<path d="M152.436 140.516C152.436 140.516 149.481 154.03 150.093 160.89C150.637 166.987 155.848 179.257 155.848 179.257" fill="white"/>
|
||||
<path d="M541.881 189.223H332.64C322.586 189.223 314.404 181.041 314.404 170.988V18.9076C314.404 8.85114 322.583 0.671875 332.64 0.671875H541.881C551.937 0.671875 560.116 8.85383 560.116 18.9076V170.988C560.116 181.044 551.937 189.223 541.881 189.223ZM332.64 2.82914C323.774 2.82914 316.564 10.0415 316.564 18.9076V170.988C316.564 179.854 323.776 187.066 332.64 187.066H541.881C550.747 187.066 557.959 179.854 557.959 170.988V18.9076C557.959 10.0415 550.747 2.82914 541.881 2.82914H332.64Z" fill="#FEC4C4"/>
|
||||
<path d="M541.879 1.75H332.641C323.166 1.75 315.482 9.43102 315.482 18.9084V34.5694H559.037V18.9084C559.034 9.43371 551.353 1.75 541.879 1.75Z" fill="#FFEAEA"/>
|
||||
<path d="M559.035 35.6447H315.48C314.885 35.6447 314.4 35.1626 314.4 34.5647V18.9037C314.4 8.84725 322.579 0.667969 332.636 0.667969H541.876C551.933 0.667969 560.112 8.84994 560.112 18.9037V34.5647C560.115 35.1626 559.633 35.6447 559.035 35.6447ZM316.56 33.4874H557.957V18.9064C557.957 10.0403 550.745 2.82793 541.879 2.82793H332.638C323.772 2.82793 316.56 10.0403 316.56 18.9064V33.4874Z" fill="#FEC4C4"/>
|
||||
<path d="M339.575 24.7735C342.381 24.7735 344.657 22.4982 344.657 19.6915C344.657 16.8847 342.381 14.6094 339.575 14.6094C336.768 14.6094 334.492 16.8847 334.492 19.6915C334.492 22.4982 336.768 24.7735 339.575 24.7735Z" fill="#E89497"/>
|
||||
<path d="M355.555 24.7735C358.362 24.7735 360.637 22.4982 360.637 19.6915C360.637 16.8847 358.362 14.6094 355.555 14.6094C352.748 14.6094 350.473 16.8847 350.473 19.6915C350.473 22.4982 352.748 24.7735 355.555 24.7735Z" fill="#E89497"/>
|
||||
<path d="M371.533 24.7735C374.34 24.7735 376.616 22.4982 376.616 19.6915C376.616 16.8847 374.34 14.6094 371.533 14.6094C368.727 14.6094 366.451 16.8847 366.451 19.6915C366.451 22.4982 368.727 24.7735 371.533 24.7735Z" fill="#E89497"/>
|
||||
<path d="M380.59 124.284H350.99V113.084L370.19 79.4846H386.19L366.99 113.084H380.59V101.084H394.99V113.084H400.59V124.284H394.99V135.484H380.59V124.284ZM445.421 94.6846C445.421 91.4846 443.821 89.8846 440.621 89.8846H431.821C428.621 89.8846 427.021 91.4846 427.021 94.6846V120.284C427.021 123.484 428.621 125.084 431.821 125.084H440.621C443.821 125.084 445.421 123.484 445.421 120.284V94.6846ZM459.821 120.284C459.821 125.884 458.541 129.964 455.981 132.524C453.474 135.031 449.421 136.284 443.821 136.284H428.621C423.021 136.284 418.941 135.031 416.381 132.524C413.874 129.964 412.621 125.884 412.621 120.284V94.6846C412.621 89.0846 413.874 85.0312 416.381 82.5246C418.941 79.9646 423.021 78.6846 428.621 78.6846H443.821C449.421 78.6846 453.474 79.9646 455.981 82.5246C458.541 85.0312 459.821 89.0846 459.821 94.6846V120.284ZM507.015 94.6846C507.015 91.4846 505.415 89.8846 502.215 89.8846H493.415C490.215 89.8846 488.615 91.4846 488.615 94.6846V120.284C488.615 123.484 490.215 125.084 493.415 125.084H502.215C505.415 125.084 507.015 123.484 507.015 120.284V94.6846ZM521.415 120.284C521.415 125.884 520.135 129.964 517.575 132.524C515.068 135.031 511.015 136.284 505.415 136.284H490.215C484.615 136.284 480.535 135.031 477.975 132.524C475.468 129.964 474.215 125.884 474.215 120.284V94.6846C474.215 89.0846 475.468 85.0312 477.975 82.5246C480.535 79.9646 484.615 78.6846 490.215 78.6846H505.415C511.015 78.6846 515.068 79.9646 517.575 82.5246C520.135 85.0312 521.415 89.0846 521.415 94.6846V120.284Z" fill="#C52127"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_4206_1012">
|
||||
<rect width="561" height="387" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 28 KiB |
334
public/assets/images/errors/404.svg
Normal file
@@ -0,0 +1,334 @@
|
||||
<svg width="629" height="410" viewBox="0 0 629 410" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2438_405)">
|
||||
<path d="M529.214 290.208V315.755H494.48V270.423H459.746V232.477H409.306V268.272H402.237V228.921H386.329V196.514H376.72V228.921H360.812V268.272H353.743V337.124H318.548V316.374L274.354 292.714V256.584H263.737V236.291L251.639 217.569L243.134 204.405V170.016H235.95V204.405L227.444 217.569L215.347 236.291V256.584H204.729V268.531H185.599V230.585H135.422V309.537L86.6257 309.668L64.0694 290.491L34.5293 290.57L34.9666 409.296C35.4225 408.508 579.656 409.455 579.656 409.154V290.208H529.214Z" fill="#C52127" fill-opacity="0.08"/>
|
||||
<mask id="mask0_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_2438_405)">
|
||||
<path d="M485.862 104.051H139.166V106.25H485.862V104.051Z" fill="#CFD2FF"/>
|
||||
</g>
|
||||
<mask id="mask1_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask1_2438_405)">
|
||||
<path d="M485.862 106.246H139.166V112.647H485.862V106.246Z" fill="#D0D3FF"/>
|
||||
</g>
|
||||
<mask id="mask2_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask2_2438_405)">
|
||||
<path d="M485.862 112.648H139.166V119.05H485.862V112.648Z" fill="#D1D4FF"/>
|
||||
</g>
|
||||
<mask id="mask3_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask3_2438_405)">
|
||||
<path d="M485.862 119.051H139.166V125.452H485.862V119.051Z" fill="#D2D5FF"/>
|
||||
</g>
|
||||
<mask id="mask4_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask4_2438_405)">
|
||||
<path d="M485.862 125.453H139.166V131.854H485.862V125.453Z" fill="#D3D6FF"/>
|
||||
</g>
|
||||
<mask id="mask5_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask5_2438_405)">
|
||||
<path d="M485.862 131.855H139.166V138.257H485.862V131.855Z" fill="#D4D7FF"/>
|
||||
</g>
|
||||
<mask id="mask6_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask6_2438_405)">
|
||||
<path d="M485.862 138.254H139.166V144.655H485.862V138.254Z" fill="#D5D8FF"/>
|
||||
</g>
|
||||
<mask id="mask7_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask7_2438_405)">
|
||||
<path d="M485.862 144.656H139.166V151.057H485.862V144.656Z" fill="#D6D9FF"/>
|
||||
</g>
|
||||
<mask id="mask8_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask8_2438_405)">
|
||||
<path d="M485.862 151.059H139.166V157.46H485.862V151.059Z" fill="#D7DAFF"/>
|
||||
</g>
|
||||
<mask id="mask9_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask9_2438_405)">
|
||||
<path d="M485.862 157.457H139.166V163.858H485.862V157.457Z" fill="#D8DBFF"/>
|
||||
</g>
|
||||
<mask id="mask10_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask10_2438_405)">
|
||||
<path d="M485.862 163.859H139.166V170.261H485.862V163.859Z" fill="#D9DCFF"/>
|
||||
</g>
|
||||
<mask id="mask11_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask11_2438_405)">
|
||||
<path d="M485.862 170.262H139.166V176.663H485.862V170.262Z" fill="#DADDFF"/>
|
||||
</g>
|
||||
<mask id="mask12_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask12_2438_405)">
|
||||
<path d="M485.862 176.664H139.166V183.065H485.862V176.664Z" fill="#DBDDFF"/>
|
||||
</g>
|
||||
<mask id="mask13_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask13_2438_405)">
|
||||
<path d="M485.862 183.062H139.166V189.465H485.862V183.062Z" fill="#DCDEFF"/>
|
||||
</g>
|
||||
<mask id="mask14_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask14_2438_405)">
|
||||
<path d="M485.862 189.465H139.166V195.866H485.862V189.465Z" fill="#DDDFFF"/>
|
||||
</g>
|
||||
<mask id="mask15_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask15_2438_405)">
|
||||
<path d="M485.862 195.867H139.166V202.268H485.862V195.867Z" fill="#DEE0FF"/>
|
||||
</g>
|
||||
<mask id="mask16_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask16_2438_405)">
|
||||
<path d="M485.862 202.27H139.166V208.671H485.862V202.27Z" fill="#DFE1FF"/>
|
||||
</g>
|
||||
<mask id="mask17_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask17_2438_405)">
|
||||
<path d="M485.862 208.668H139.166V215.069H485.862V208.668Z" fill="#E0E2FF"/>
|
||||
</g>
|
||||
<mask id="mask18_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask18_2438_405)">
|
||||
<path d="M485.862 215.07H139.166V221.471H485.862V215.07Z" fill="#E1E3FF"/>
|
||||
</g>
|
||||
<mask id="mask19_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask19_2438_405)">
|
||||
<path d="M485.862 221.469H139.166V227.87H485.862V221.469Z" fill="#E2E4FF"/>
|
||||
</g>
|
||||
<mask id="mask20_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask20_2438_405)">
|
||||
<path d="M485.862 227.871H139.166V234.272H485.862V227.871Z" fill="#E3E5FF"/>
|
||||
</g>
|
||||
<mask id="mask21_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask21_2438_405)">
|
||||
<path d="M485.862 234.273H139.166V240.675H485.862V234.273Z" fill="#E4E6FF"/>
|
||||
</g>
|
||||
<mask id="mask22_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask22_2438_405)">
|
||||
<path d="M485.862 240.676H139.166V247.077H485.862V240.676Z" fill="#E5E7FF"/>
|
||||
</g>
|
||||
<mask id="mask23_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask23_2438_405)">
|
||||
<path d="M485.862 247.078H139.166V253.479H485.862V247.078Z" fill="#E6E8FF"/>
|
||||
</g>
|
||||
<mask id="mask24_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask24_2438_405)">
|
||||
<path d="M485.862 253.48H139.166V259.882H485.862V253.48Z" fill="#E8E9FF"/>
|
||||
</g>
|
||||
<mask id="mask25_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask25_2438_405)">
|
||||
<path d="M485.862 259.875H139.166V266.276H485.862V259.875Z" fill="#E9EAFF"/>
|
||||
</g>
|
||||
<mask id="mask26_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask26_2438_405)">
|
||||
<path d="M485.862 266.277H139.166V272.679H485.862V266.277Z" fill="#EAEBFF"/>
|
||||
</g>
|
||||
<mask id="mask27_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask27_2438_405)">
|
||||
<path d="M485.862 272.68H139.166V279.081H485.862V272.68Z" fill="#EBECFF"/>
|
||||
</g>
|
||||
<mask id="mask28_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask28_2438_405)">
|
||||
<path d="M485.862 279.082H139.166V285.483H485.862V279.082Z" fill="#ECEDFF"/>
|
||||
</g>
|
||||
<mask id="mask29_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask29_2438_405)">
|
||||
<path d="M485.862 285.484H139.166V291.886H485.862V285.484Z" fill="#EDEEFF"/>
|
||||
</g>
|
||||
<mask id="mask30_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask30_2438_405)">
|
||||
<path d="M485.862 291.887H139.166V298.288H485.862V291.887Z" fill="#EEEFFF"/>
|
||||
</g>
|
||||
<mask id="mask31_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask31_2438_405)">
|
||||
<path d="M485.862 298.289H139.166V304.69H485.862V298.289Z" fill="#EFF0FF"/>
|
||||
</g>
|
||||
<mask id="mask32_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask32_2438_405)">
|
||||
<path d="M485.862 304.684H139.166V311.085H485.862V304.684Z" fill="#F0F1FF"/>
|
||||
</g>
|
||||
<mask id="mask33_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask33_2438_405)">
|
||||
<path d="M485.862 311.086H139.166V317.487H485.862V311.086Z" fill="#F1F2FF"/>
|
||||
</g>
|
||||
<mask id="mask34_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask34_2438_405)">
|
||||
<path d="M485.862 317.488H139.166V323.889H485.862V317.488Z" fill="#F2F3FF"/>
|
||||
</g>
|
||||
<mask id="mask35_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask35_2438_405)">
|
||||
<path d="M485.862 323.891H139.166V330.292H485.862V323.891Z" fill="#F3F4FF"/>
|
||||
</g>
|
||||
<mask id="mask36_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask36_2438_405)">
|
||||
<path d="M485.862 330.293H139.166V336.694H485.862V330.293Z" fill="#F4F4FF"/>
|
||||
</g>
|
||||
<mask id="mask37_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask37_2438_405)">
|
||||
<path d="M485.862 336.695H139.166V343.096H485.862V336.695Z" fill="#F5F5FF"/>
|
||||
</g>
|
||||
<mask id="mask38_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask38_2438_405)">
|
||||
<path d="M485.862 343.094H139.166V349.495H485.862V343.094Z" fill="#F6F6FF"/>
|
||||
</g>
|
||||
<mask id="mask39_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask39_2438_405)">
|
||||
<path d="M485.862 349.496H139.166V355.897H485.862V349.496Z" fill="#F7F7FF"/>
|
||||
</g>
|
||||
<mask id="mask40_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask40_2438_405)">
|
||||
<path d="M485.862 355.898H139.166V362.3H485.862V355.898Z" fill="#F8F8FF"/>
|
||||
</g>
|
||||
<mask id="mask41_2438_405" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="139" y="104" width="347" height="306">
|
||||
<path d="M485.862 409.3H139.166L276.303 104.051H348.725L485.862 409.3Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask41_2438_405)">
|
||||
<path d="M485.862 362.297H139.166V368.698H485.862V362.297Z" fill="#F9F9FF"/>
|
||||
</g>
|
||||
<path d="M485.864 409.296H139.168L276.305 104.047H348.727L485.864 409.296Z" fill="url(#paint0_linear_2438_405)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M485.862 368.699H139.166V375.1H485.862V368.699ZM485.862 375.101H139.166V381.502H485.862V375.101ZM139.166 381.502H485.862V387.901V387.904V394.302H139.166V387.904V387.901V381.502ZM139.166 394.303H485.862V400.704H139.166V394.303ZM485.862 400.704H139.166V407.106H485.862V400.704ZM139.166 407.106H485.862V409.297H139.166V407.106Z" fill="white"/>
|
||||
<path d="M287.416 118.098H283.581C280.731 118.098 278.422 115.788 278.422 112.938V112.052C278.422 110.303 279.839 108.887 281.587 108.887H289.411C291.158 108.887 292.576 110.303 292.576 112.052V112.938C292.575 115.788 290.265 118.098 287.416 118.098ZM314.435 123.562H310.599C307.75 123.562 305.44 121.252 305.44 118.403V117.517C305.44 115.769 306.856 114.352 308.605 114.352H316.428C318.176 114.352 319.593 115.769 319.593 117.517V118.403C319.593 121.252 317.284 123.562 314.435 123.562ZM344.68 118.859L341.04 120.069C338.336 120.967 335.416 119.503 334.517 116.8L334.237 115.959C333.687 114.3 334.584 112.508 336.243 111.957L343.667 109.49C345.326 108.938 347.117 109.836 347.669 111.495L347.949 112.336C348.848 115.04 347.385 117.961 344.68 118.859Z" fill="#FFD461"/>
|
||||
<path d="M351.176 6.17569C350.567 5.87942 349.833 6.11048 349.502 6.70177L336.152 30.5848L341.188 34.2015H341.433L351.808 7.79245C352.052 7.17134 351.777 6.46699 351.176 6.17569Z" fill="#C52127"/>
|
||||
<path d="M351.067 6.14764C350.481 5.9259 349.814 6.1464 349.503 6.70291L336.152 30.5865L341.188 34.2033H341.433L341.734 33.4393L337.442 30.3561L350.792 6.4731C350.865 6.34391 350.962 6.24018 351.067 6.14764Z" fill="#931F26"/>
|
||||
<path d="M352.468 9.28313C355.031 9.28313 357.109 7.20503 357.109 4.64157C357.109 2.0781 355.031 0 352.468 0C349.904 0 347.826 2.0781 347.826 4.64157C347.826 7.20503 349.904 9.28313 352.468 9.28313Z" fill="#FFD461"/>
|
||||
<path d="M351.278 0.171875C349.932 0.984289 349.024 2.44701 349.024 4.13333C349.024 6.69665 351.102 8.77489 353.665 8.77489C354.079 8.77489 354.473 8.70347 354.855 8.6016C354.155 9.02396 353.344 9.28172 352.468 9.28172C349.904 9.28172 347.826 7.20348 347.826 4.64015C347.826 2.49048 349.294 0.69982 351.278 0.171875Z" fill="#EBC359"/>
|
||||
<path d="M276.771 6.17569C277.38 5.87942 278.114 6.11048 278.444 6.70177L291.795 30.5848L286.759 34.2015H286.514L276.14 7.79245C275.895 7.17134 276.171 6.46699 276.771 6.17569Z" fill="#C52127"/>
|
||||
<path d="M276.881 6.14764C277.467 5.9259 278.134 6.1464 278.445 6.70291L291.796 30.5865L286.76 34.2033H286.515L286.214 33.4393L290.506 30.3561L277.156 6.4731C277.083 6.34391 276.986 6.24018 276.881 6.14764Z" fill="#931F26"/>
|
||||
<path d="M275.481 9.28313C278.045 9.28313 280.123 7.20503 280.123 4.64157C280.123 2.0781 278.045 0 275.481 0C272.918 0 270.84 2.0781 270.84 4.64157C270.84 7.20503 272.918 9.28313 275.481 9.28313Z" fill="#FFD461"/>
|
||||
<path d="M276.671 0.171875C278.017 0.984289 278.925 2.44701 278.925 4.13333C278.925 6.69665 276.847 8.77489 274.283 8.77489C273.87 8.77489 273.476 8.70347 273.094 8.6016C273.793 9.02396 274.604 9.28172 275.481 9.28172C278.044 9.28172 280.122 7.20348 280.122 4.64015C280.122 2.49048 278.654 0.69982 276.671 0.171875Z" fill="#EBC359"/>
|
||||
<path d="M313.522 118.099C336.617 118.099 355.339 109.83 355.339 99.6295C355.339 89.4292 336.617 81.1602 313.522 81.1602C290.427 81.1602 271.705 89.4292 271.705 99.6295C271.705 109.83 290.427 118.099 313.522 118.099Z" fill="#C52127"/>
|
||||
<path d="M350.129 90.6992C352.258 92.9147 353.437 95.352 353.437 97.911C353.437 108.111 334.715 116.38 311.62 116.38C295.861 116.38 282.144 112.529 275.016 106.842C281.376 113.459 296.222 118.1 313.524 118.1C336.619 118.1 355.341 109.831 355.341 99.6308C355.341 96.3898 353.446 93.3464 350.129 90.6992Z" fill="#931F26"/>
|
||||
<path d="M314.936 111.359C348.951 111.359 376.526 99.1797 376.526 84.1559C376.526 69.1322 348.951 56.9531 314.936 56.9531C280.921 56.9531 253.346 69.1322 253.346 84.1559C253.346 99.1797 280.921 111.359 314.936 111.359Z" fill="#C52127"/>
|
||||
<path d="M356.923 64.2578C366.005 68.9969 371.491 75.1235 371.491 81.8185C371.491 96.8419 343.916 109.021 309.901 109.021C293.672 109.021 278.917 106.244 267.916 101.713C279.214 107.608 296.08 111.354 314.937 111.354C348.952 111.354 376.527 99.1749 376.527 84.1514C376.527 76.2968 368.978 69.2236 356.923 64.2578Z" fill="#931F26"/>
|
||||
<path d="M233.411 65.7642L227.786 64.2344L227.32 70.1747L231.999 71.5672C231.999 71.5672 234.823 69.9399 234.823 69.848C234.823 69.7554 233.411 65.7642 233.411 65.7642Z" fill="#6A6CE6"/>
|
||||
<path d="M400.204 64.5051L398.555 66.3392C396.885 63.4461 393.486 60.7219 388.665 58.2586C388.515 58.1797 388.355 58.1014 388.195 58.0226C388.044 57.9437 387.884 57.8648 387.715 57.789C380.342 54.1996 369.9 51.1934 357.443 49.0667C357.18 49.0177 356.907 48.9717 356.634 48.9282C356.361 48.8823 356.088 48.8357 355.815 48.7922C343.575 46.8034 329.48 45.6506 314.462 45.6047C314.151 45.6016 313.831 45.6016 313.52 45.6016C313.21 45.6016 312.89 45.6016 312.579 45.6047C297.561 45.6506 283.466 46.8034 271.226 48.7922C270.952 48.8357 270.68 48.8817 270.406 48.9251C270.133 48.9711 269.87 49.0171 269.596 49.0661C257.139 51.1928 246.707 54.199 239.335 57.7884C239.166 57.8642 239.005 57.9431 238.855 58.0219C238.694 58.1008 238.535 58.1791 238.384 58.258C231.482 61.7846 227.481 65.8467 227.321 70.1734C227.311 70.2628 227.311 70.3554 227.311 70.4448C227.311 70.5342 227.311 70.6268 227.321 70.7162C227.481 75.0435 231.473 79.1049 238.384 82.6291C238.535 82.7105 238.694 82.7894 238.855 82.8683C239.015 82.9472 239.165 83.0254 239.335 83.1018C246.717 86.6912 257.149 89.6974 269.596 91.8241C269.87 91.87 270.133 91.916 270.406 91.9626C270.68 92.0061 270.962 92.052 271.235 92.0955C283.465 94.0868 297.561 95.2371 312.578 95.2837C312.889 95.2862 313.209 95.2862 313.52 95.2862C313.83 95.2862 314.151 95.2862 314.461 95.2837C329.479 95.2377 343.574 94.0843 355.814 92.0955C356.087 92.052 356.36 92.0061 356.633 91.9601C356.907 91.9166 357.179 91.8707 357.443 91.8216C369.9 89.6974 380.332 86.6912 387.714 83.1018C387.883 83.026 388.034 82.9472 388.194 82.8683C388.354 82.7894 388.514 82.7105 388.665 82.6291C395.576 79.1049 399.568 75.0435 399.728 70.7162C399.738 70.6268 399.738 70.5342 399.738 70.4448C399.738 70.3554 399.738 70.2634 399.728 70.1734L400.204 64.5051Z" fill="#931F26"/>
|
||||
<path d="M400.214 64.2332C400.214 64.3227 400.214 64.4152 400.205 64.5047C400.044 68.8319 396.052 72.8934 389.141 76.4176C388.99 76.4989 388.831 76.5778 388.671 76.6561C388.51 76.735 388.36 76.8132 388.19 76.8896C380.809 80.479 370.376 83.4846 357.919 85.6094C357.655 85.6585 357.383 85.7044 357.109 85.7479C356.836 85.7939 356.563 85.8398 356.29 85.8833C344.05 87.8721 329.955 89.0249 314.937 89.0709C314.627 89.0734 314.306 89.0734 313.996 89.0734C313.685 89.0734 313.365 89.0734 313.054 89.0709C298.036 89.0249 283.941 87.8746 271.71 85.8833C271.437 85.8398 271.154 85.7939 270.882 85.7504C270.608 85.7044 270.345 85.6585 270.072 85.6119C257.625 83.4846 247.192 80.479 239.811 76.8896C239.641 76.8139 239.49 76.735 239.33 76.6561C239.17 76.5772 239.011 76.4989 238.86 76.4176C231.949 72.8934 227.957 68.8319 227.796 64.5047C227.787 64.4152 227.787 64.3227 227.787 64.2332C227.787 64.1438 227.787 64.0512 227.796 63.9618C227.957 59.6345 231.958 55.5731 238.86 52.0464C239.011 51.9675 239.17 51.8893 239.33 51.8104C239.481 51.7315 239.641 51.6532 239.811 51.5768C247.183 47.9874 257.615 44.9813 270.072 42.8546C270.345 42.8055 270.608 42.7595 270.882 42.7136C271.155 42.6701 271.428 42.6241 271.701 42.5807C283.941 40.5919 298.036 39.4391 313.054 39.3931C313.365 39.3906 313.685 39.3906 313.996 39.3906C314.306 39.3906 314.626 39.3906 314.937 39.3931C329.955 39.4391 344.05 40.5925 356.29 42.5807C356.563 42.6241 356.836 42.6701 357.109 42.7167C357.382 42.7602 357.655 42.8061 357.919 42.8552C370.376 44.9819 380.818 47.9881 388.19 51.5775C388.36 51.6532 388.52 51.7321 388.671 51.811C388.831 51.8899 388.99 51.9681 389.141 52.047C396.043 55.5737 400.044 59.6351 400.205 63.9624C400.214 64.0512 400.214 64.1438 400.214 64.2332Z" fill="#C52127"/>
|
||||
<path d="M314.936 39.3934V64.2336H313.053V39.3934C313.363 39.391 313.684 39.3909 313.994 39.3909C314.305 39.3903 314.625 39.3903 314.936 39.3934Z" fill="#7678F5"/>
|
||||
<path d="M314.813 64.0992L314.003 64.2346H313.993L313.984 64.2371L313.184 64.37L313.052 64.3048L312.91 64.234L312.713 64.1334L312.374 63.9626H312.365L311.423 63.493L270.07 42.8559C270.344 42.8069 270.607 42.7609 270.88 42.715C271.154 42.6715 271.426 42.6255 271.699 42.582L313.052 63.2197L313.994 63.6893L314.003 63.6918L314.343 63.8626L314.54 63.9632L314.682 64.0365L314.813 64.0992Z" fill="#931F26"/>
|
||||
<path d="M314.464 63.9991L313.993 64.2351L313.984 64.2376L313.522 64.4681L313.306 64.4327L313.061 64.3892H313.052L312.713 64.332L312.119 64.2345H312.11L310.491 63.9631L238.857 52.0477C239.008 51.9688 239.168 51.8905 239.328 51.8117C239.479 51.7328 239.639 51.6545 239.808 51.5781L311.423 63.4935L313.052 63.7618V63.7643L313.654 63.8618L313.993 63.919L314.247 63.9625L314.464 63.9991Z" fill="#931F26"/>
|
||||
<path d="M313.996 63.9609V64.5038H227.796C227.787 64.4144 227.787 64.3218 227.787 64.2324C227.787 64.1429 227.787 64.0504 227.796 63.9609H313.996Z" fill="#931F26"/>
|
||||
<path d="M314.464 64.4669L314.238 64.5048L313.993 64.5452L313.654 64.6023L313.061 64.6998L313.052 64.7023L311.432 64.9706L239.808 76.8891C239.639 76.8134 239.488 76.7345 239.328 76.6556C239.168 76.5767 239.008 76.4985 238.857 76.4171L310.472 64.5042L312.101 64.2327H312.11L312.713 64.1321L313.052 64.075L313.316 64.0315L313.522 63.9961L313.993 64.2321H314.003L314.464 64.4669Z" fill="#931F26"/>
|
||||
<path d="M314.813 64.3685L314.691 64.4281L314.54 64.5039L314.343 64.6014L314.003 64.7753L313.994 64.7784L313.053 65.2479L271.709 85.8831C271.436 85.8397 271.153 85.7937 270.88 85.7502C270.607 85.7043 270.344 85.6583 270.07 85.6117L311.433 64.9709L312.365 64.5045L312.374 64.502L312.713 64.3312L312.91 64.2337L313.052 64.1629L313.184 64.0977L313.993 64.2331H314.003L314.813 64.3685Z" fill="#931F26"/>
|
||||
<path d="M314.936 64.2344V89.072C314.625 89.0745 314.305 89.0745 313.994 89.0745C313.684 89.0745 313.363 89.0745 313.053 89.072V64.2344H314.936Z" fill="#931F26"/>
|
||||
<path d="M357.919 85.608C357.655 85.6571 357.382 85.703 357.109 85.7465C356.835 85.7925 356.563 85.8384 356.289 85.8819L314.936 65.2411L314.004 64.7747L313.995 64.7722L313.656 64.6014L313.458 64.5039V64.5014L313.308 64.4312L313.186 64.3685L313.986 64.2355L313.995 64.2331H314.005L314.815 64.0977L314.937 64.1598L315.087 64.2331L315.285 64.3306L315.624 64.5045H315.633L316.566 64.9741L357.919 85.608Z" fill="#931F26"/>
|
||||
<path d="M389.139 76.4152C388.989 76.4966 388.829 76.5755 388.669 76.6537C388.508 76.7326 388.358 76.8109 388.189 76.8873L316.564 64.9719L314.936 64.7004V64.698L314.343 64.6004L313.994 64.5433L313.75 64.5029L313.523 64.465L313.985 64.2346L313.994 64.2321L314.465 63.9961L314.682 64.034L314.936 64.0743L315.284 64.1315L315.877 64.2321H315.887L317.516 64.5035L389.139 76.4152Z" fill="#931F26"/>
|
||||
<path d="M400.214 64.2324C400.214 64.3218 400.214 64.4144 400.205 64.5038H313.996V63.9609H400.205C400.214 64.0504 400.214 64.1429 400.214 64.2324Z" fill="#931F26"/>
|
||||
<path d="M389.139 52.0477L317.497 63.9631L315.877 64.2345H315.868L315.284 64.332L314.936 64.3892H314.927L314.691 64.4302L314.465 64.4681L314.004 64.2345H313.994L313.523 63.9985L313.74 63.9631L313.994 63.9196L314.343 63.8625L314.936 63.765V63.7625L316.574 63.491L388.189 51.5781C388.358 51.6539 388.518 51.7328 388.669 51.8117C388.828 51.8905 388.989 51.9688 389.139 52.0477Z" fill="#931F26"/>
|
||||
<path d="M357.919 42.8553L316.575 63.4905L315.633 63.9626H315.624L315.285 64.1334L315.087 64.234L314.937 64.3073L314.815 64.3694L314.005 64.234H313.995L313.186 64.0986L313.317 64.0334L313.458 63.9657V63.9632L313.656 63.8626L313.995 63.6942L314.004 63.6918L314.936 63.2253L356.289 42.582C356.563 42.6255 356.835 42.6715 357.109 42.7181C357.382 42.7603 357.655 42.8069 357.919 42.8553Z" fill="#931F26"/>
|
||||
<path d="M313.524 73.0303C337.305 73.0303 356.583 68.465 356.583 62.8335C356.583 57.202 337.305 52.6367 313.524 52.6367C289.743 52.6367 270.465 57.202 270.465 62.8335C270.465 68.465 289.743 73.0303 313.524 73.0303Z" fill="#931F26"/>
|
||||
<path d="M313.959 23.2969C291.332 23.2969 272.988 39.942 272.988 60.4741V61.5573C286.194 73.5411 343.315 74.1181 354.93 61.4132V60.4748C354.93 39.9414 336.587 23.2969 313.959 23.2969Z" fill="#FFDFE0"/>
|
||||
<path d="M335.999 29.1445C336.702 29.4979 337.373 29.8886 338.014 30.3116C353.28 40.3916 347.397 64.2032 329.293 66.8367C310.359 69.5907 285.056 67.7156 273.066 61.6262C286.41 73.5453 343.337 74.0975 354.931 61.4163V60.4778C354.93 47.3096 347.379 35.7494 335.999 29.1445Z" fill="#FAC9CA"/>
|
||||
<path d="M309.092 53.3136C320.159 47.39 326.365 37.4225 322.954 31.0506C319.543 24.6788 307.807 24.3153 296.741 30.239C285.674 36.1626 279.468 46.1301 282.879 52.502C286.289 58.8739 298.026 59.2373 309.092 53.3136Z" fill="#FAC9CA"/>
|
||||
<path d="M315.79 31.3225C316.983 34.156 313.962 38.133 309.041 40.2056C304.121 42.2783 299.164 41.6615 297.971 38.8286C296.777 35.9951 299.798 32.0181 304.72 29.9455C309.641 27.8728 314.597 28.489 315.79 31.3225ZM294.81 36.4473C295.459 37.3038 294.943 38.787 293.658 39.759C292.372 40.7317 290.805 40.8255 290.157 39.969C289.509 39.1125 290.025 37.6293 291.31 36.6572C292.595 35.6846 294.162 35.5908 294.81 36.4473Z" fill="#FFDFE0"/>
|
||||
<path d="M255.766 49.063C255.766 47.8009 257.812 46.7773 260.337 46.7773C262.862 46.7773 264.908 47.8009 264.908 49.063C264.908 50.3251 262.862 51.3487 260.337 51.3487C257.813 51.3487 255.766 50.3251 255.766 49.063Z" fill="white"/>
|
||||
<path d="M256.535 49.0653C256.535 48.015 258.238 47.1641 260.338 47.1641C262.438 47.1641 264.14 48.015 264.14 49.0653C264.14 50.1156 262.438 50.9665 260.338 50.9665C258.238 50.9665 256.535 50.1156 256.535 49.0653Z" fill="#FFD461"/>
|
||||
<path d="M263.46 47.9805C263.631 48.1966 263.732 48.4308 263.732 48.6774C263.732 49.7277 262.03 50.5786 259.93 50.5786C258.634 50.5786 257.493 50.2531 256.807 49.7587C257.363 50.4631 258.73 50.963 260.337 50.963C262.437 50.963 264.139 50.1121 264.139 49.0618C264.139 48.6593 263.886 48.2873 263.46 47.9805Z" fill="#EBD248"/>
|
||||
<path d="M236.422 58.0229C236.422 56.6664 238.621 55.5664 241.334 55.5664C244.047 55.5664 246.247 56.6658 246.247 58.0229C246.247 59.3794 244.047 60.4794 241.334 60.4794C238.621 60.4788 236.422 59.3788 236.422 58.0229Z" fill="white"/>
|
||||
<path d="M241.336 60.0661C243.593 60.0661 245.423 59.1515 245.423 58.0233C245.423 56.8951 243.593 55.9805 241.336 55.9805C239.08 55.9805 237.25 56.8951 237.25 58.0233C237.25 59.1515 239.08 60.0661 241.336 60.0661Z" fill="#FFD461"/>
|
||||
<path d="M244.691 56.8594C244.875 57.0917 244.983 57.3432 244.983 57.6084C244.983 58.737 243.153 59.6519 240.897 59.6519C239.504 59.6519 238.278 59.3022 237.541 58.7705C238.139 59.5277 239.608 60.0649 241.335 60.0649C243.592 60.0649 245.421 59.15 245.421 58.0221C245.42 57.5886 245.148 57.1892 244.691 56.8594Z" fill="#EBD248"/>
|
||||
<path d="M236.422 69.4431C236.422 67.9257 238.883 66.6953 241.917 66.6953C244.952 66.6953 247.413 67.9257 247.413 69.4431C247.413 70.9605 244.952 72.1909 241.917 72.1909C238.883 72.1909 236.422 70.9605 236.422 69.4431Z" fill="white"/>
|
||||
<path d="M237.348 69.442C237.348 68.1799 239.394 67.1562 241.919 67.1562C244.444 67.1562 246.49 68.1799 246.49 69.442C246.49 70.7041 244.444 71.7277 241.919 71.7277C239.395 71.7277 237.348 70.7041 237.348 69.442Z" fill="#FFD461"/>
|
||||
<path d="M245.672 68.1445C245.878 68.4048 246 68.6861 246 68.9824C246 70.2445 243.953 71.2681 241.428 71.2681C239.871 71.2681 238.499 70.8768 237.674 70.2824C238.343 71.1296 239.986 71.7302 241.919 71.7302C244.443 71.7302 246.49 70.7066 246.49 69.4445C246.49 68.9613 246.186 68.5141 245.672 68.1445Z" fill="#EBD248"/>
|
||||
<path d="M263.003 82.1519C266.039 82.1519 268.499 80.9217 268.499 79.4041C268.499 77.8866 266.039 76.6562 263.003 76.6562C259.968 76.6562 257.508 77.8866 257.508 79.4041C257.508 80.9217 259.968 82.1519 263.003 82.1519Z" fill="white"/>
|
||||
<path d="M258.432 79.399C258.432 78.1369 260.478 77.1133 263.003 77.1133C265.528 77.1133 267.574 78.1369 267.574 79.399C267.574 80.6611 265.528 81.6847 263.003 81.6847C260.478 81.6847 258.432 80.6611 258.432 79.399Z" fill="#FFD461"/>
|
||||
<path d="M266.756 78.1016C266.962 78.3618 267.084 78.6432 267.084 78.9394C267.084 80.2015 265.037 81.2251 262.512 81.2251C260.955 81.2251 259.583 80.8338 258.758 80.2394C259.427 81.086 261.07 81.6872 263.002 81.6872C265.527 81.6872 267.574 80.6643 267.574 79.4016C267.574 78.9177 267.269 78.4705 266.756 78.1016Z" fill="#EBD248"/>
|
||||
<path d="M289.602 83.908C289.602 82.3906 292.062 81.1602 295.097 81.1602C298.133 81.1602 300.593 82.3906 300.593 83.908C300.593 85.4253 298.133 86.6557 295.097 86.6557C292.062 86.6557 289.602 85.4253 289.602 83.908Z" fill="white"/>
|
||||
<path d="M290.527 83.9107C290.527 82.6486 292.574 81.625 295.099 81.625C297.624 81.625 299.67 82.6486 299.67 83.9107C299.67 85.1728 297.624 86.1964 295.099 86.1964C292.574 86.1964 290.527 85.1734 290.527 83.9107Z" fill="#FFD461"/>
|
||||
<path d="M298.852 82.6055C299.058 82.8657 299.178 83.1471 299.178 83.4433C299.178 84.7054 297.132 85.729 294.608 85.729C293.05 85.729 291.679 85.3377 290.854 84.7433C291.523 85.5905 293.166 86.1911 295.098 86.1911C297.623 86.1911 299.67 85.1682 299.67 83.9055C299.669 83.4216 299.365 82.975 298.852 82.6055Z" fill="#EBD248"/>
|
||||
<path d="M323.912 83.447C323.912 81.9296 326.372 80.6992 329.408 80.6992C332.443 80.6992 334.903 81.9296 334.903 83.447C334.903 84.9644 332.442 86.1948 329.408 86.1948C326.373 86.1948 323.912 84.9644 323.912 83.447Z" fill="white"/>
|
||||
<path d="M324.838 83.4458C324.838 82.1837 326.884 81.1602 329.409 81.1602C331.934 81.1602 333.981 82.1837 333.981 83.4458C333.981 84.7079 331.934 85.7315 329.409 85.7315C326.884 85.7315 324.838 84.7079 324.838 83.4458Z" fill="#FFD461"/>
|
||||
<path d="M333.163 82.1445C333.368 82.4048 333.49 82.6861 333.49 82.9824C333.49 84.2451 331.443 85.2681 328.919 85.2681C327.361 85.2681 325.99 84.8768 325.164 84.2824C325.834 85.129 327.476 85.7302 329.409 85.7302C331.934 85.7302 333.98 84.7066 333.98 83.4445C333.979 82.9607 333.675 82.5135 333.163 82.1445Z" fill="#EBD248"/>
|
||||
<path d="M363.121 81.3589C366.156 81.3589 368.616 80.1287 368.616 78.6111C368.616 77.0935 366.156 75.8633 363.121 75.8633C360.085 75.8633 357.625 77.0935 357.625 78.6111C357.625 80.1287 360.085 81.3589 363.121 81.3589Z" fill="white"/>
|
||||
<path d="M358.549 78.6099C358.549 77.3478 360.595 76.3242 363.12 76.3242C365.645 76.3242 367.692 77.3478 367.692 78.6099C367.692 79.872 365.645 80.8956 363.12 80.8956C360.595 80.8956 358.549 79.8726 358.549 78.6099Z" fill="#FFD461"/>
|
||||
<path d="M366.874 77.3086C367.079 77.5688 367.201 77.8502 367.201 78.1465C367.201 79.4086 365.154 80.4322 362.63 80.4322C361.072 80.4322 359.7 80.0409 358.875 79.4465C359.545 80.2937 361.187 80.8943 363.12 80.8943C365.644 80.8943 367.691 79.8707 367.691 78.6086C367.691 78.1254 367.386 77.6782 366.874 77.3086Z" fill="#EBD248"/>
|
||||
<path d="M387.667 72.8393C390.703 72.8393 393.163 71.609 393.163 70.0914C393.163 68.5739 390.703 67.3438 387.667 67.3438C384.632 67.3438 382.172 68.5739 382.172 70.0914C382.172 71.609 384.632 72.8393 387.667 72.8393Z" fill="white"/>
|
||||
<path d="M383.096 70.0865C383.096 68.8244 385.142 67.8008 387.667 67.8008C390.192 67.8008 392.238 68.8244 392.238 70.0865C392.238 71.3486 390.192 72.3722 387.667 72.3722C385.142 72.3722 383.096 71.3486 383.096 70.0865Z" fill="#FFD461"/>
|
||||
<path d="M391.422 68.7891C391.628 69.0493 391.75 69.3307 391.75 69.6269C391.75 70.889 389.703 71.9126 387.178 71.9126C385.621 71.9126 384.249 71.5213 383.424 70.9269C384.093 71.7741 385.736 72.3747 387.668 72.3747C390.193 72.3747 392.24 71.3511 392.24 70.089C392.24 69.6052 391.935 69.1586 391.422 68.7891Z" fill="#EBD248"/>
|
||||
<path d="M388.67 61.3232C391.502 61.3232 393.797 60.1753 393.797 58.7593C393.797 57.3432 391.502 56.1953 388.67 56.1953C385.839 56.1953 383.543 57.3432 383.543 58.7593C383.543 60.1753 385.839 61.3232 388.67 61.3232Z" fill="white"/>
|
||||
<path d="M384.404 58.7573C384.404 57.5797 386.314 56.625 388.669 56.625C391.025 56.625 392.935 57.5797 392.935 58.7573C392.935 59.9349 391.025 60.8896 388.669 60.8896C386.314 60.8896 384.404 59.9349 384.404 58.7573Z" fill="#FFD461"/>
|
||||
<path d="M392.172 57.5469C392.364 57.7897 392.477 58.0518 392.477 58.3289C392.477 59.5065 390.567 60.4611 388.212 60.4611C386.759 60.4611 385.479 60.0965 384.709 59.5413C385.333 60.3313 386.867 60.8922 388.669 60.8922C391.024 60.8922 392.934 59.9375 392.934 58.7599C392.934 58.3084 392.651 57.8916 392.172 57.5469Z" fill="#EBD248"/>
|
||||
<path d="M363.938 49.3043C363.938 48.1502 365.808 47.2148 368.116 47.2148C370.423 47.2148 372.294 48.1502 372.294 49.3043C372.294 50.4583 370.423 51.3937 368.116 51.3937C365.808 51.3937 363.938 50.4583 363.938 49.3043Z" fill="white"/>
|
||||
<path d="M364.641 49.3082C364.641 48.3486 366.197 47.5703 368.116 47.5703C370.036 47.5703 371.592 48.3486 371.592 49.3082C371.592 50.2678 370.036 51.0461 368.116 51.0461C366.197 51.0461 364.641 50.2678 364.641 49.3082Z" fill="#FFD461"/>
|
||||
<path d="M370.971 48.3164C371.127 48.5139 371.219 48.7282 371.219 48.9537C371.219 49.9133 369.663 50.6915 367.743 50.6915C366.559 50.6915 365.516 50.394 364.889 49.9419C365.397 50.5859 366.647 51.0425 368.116 51.0425C370.036 51.0425 371.592 50.2642 371.592 49.3046C371.592 48.9369 371.361 48.5971 370.971 48.3164Z" fill="#EBD248"/>
|
||||
<path d="M245.945 365.247L198.348 378.586L192.326 357.098L224.067 287.182L246.839 280.8L263.036 338.596L274.839 335.287L280.52 355.557L268.717 358.865L273.643 376.442L250.871 382.824L245.945 365.247ZM240.264 344.977L231.97 315.383L215.115 352.025L240.264 344.977ZM283.155 232.454C286.818 214.256 292.657 202.18 300.674 196.228C308.69 190.277 319.402 188.65 332.813 191.349C339.256 192.646 344.385 194.506 348.203 196.927C352.018 199.35 354.977 202.096 357.077 205.17C359.177 208.242 360.695 211.334 361.631 214.445C362.568 217.555 363.116 221.075 363.277 225.003C363.624 232.503 363.019 240.128 361.459 247.877C357.962 265.248 352.464 277.37 344.964 284.241C337.465 291.113 326.532 293.102 312.165 290.21C304.11 288.589 297.86 285.994 293.413 282.426C288.967 278.858 285.654 274.273 283.475 268.67C281.877 264.678 281.051 259.496 280.999 253.119C280.946 246.745 281.665 239.856 283.155 232.454ZM309.526 237.831C307.072 250.022 306.473 258.565 307.731 263.462C308.987 268.358 311.662 271.218 315.755 272.042C318.454 272.586 320.984 272.109 323.347 270.615C325.709 269.119 327.77 266.42 329.53 262.516C331.29 258.613 333.042 252.328 334.786 243.664C337.345 230.951 337.987 222.189 336.714 217.379C335.439 212.57 332.647 209.732 328.337 208.864C323.938 207.979 320.312 209.571 317.454 213.638C314.596 217.707 311.954 225.771 309.526 237.831ZM392.124 380.393L342.977 375.105L345.364 352.917L400.795 299.785L424.309 302.315L417.888 361.992L430.076 363.303L427.824 384.234L415.636 382.922L413.684 401.071L390.171 398.541L392.124 380.393ZM394.376 359.462L397.663 328.904L368.407 356.668L394.376 359.462Z" fill="#C52127"/>
|
||||
<path d="M482.934 186.835L481.994 182.03C481.978 181.951 481.918 181.889 481.839 181.872L477.056 180.833C476.842 180.787 476.845 180.481 477.06 180.44L481.864 179.499C481.943 179.484 482.005 179.423 482.022 179.345L483.061 174.561C483.108 174.347 483.413 174.35 483.455 174.565L484.395 179.369C484.411 179.448 484.472 179.51 484.55 179.527L489.334 180.566C489.547 180.613 489.544 180.918 489.329 180.96L484.525 181.9C484.446 181.916 484.384 181.977 484.367 182.055L483.328 186.839C483.282 187.052 482.977 187.049 482.934 186.835ZM622.256 315.22L621.316 310.416C621.3 310.337 621.239 310.275 621.161 310.258L616.377 309.219C616.163 309.172 616.167 308.867 616.381 308.825L621.185 307.885C621.264 307.869 621.326 307.808 621.343 307.73L622.382 302.946C622.429 302.733 622.734 302.736 622.776 302.951L623.716 307.755C623.732 307.834 623.793 307.896 623.871 307.913L628.655 308.952C628.868 308.999 628.865 309.304 628.65 309.346L623.846 310.286C623.767 310.302 623.705 310.362 623.688 310.441L622.649 315.225C622.604 315.438 622.298 315.435 622.256 315.22ZM496.529 45.5261L495.588 40.7218C495.573 40.6429 495.512 40.5808 495.434 40.564L490.65 39.5249C490.436 39.4783 490.439 39.1727 490.654 39.1311L495.458 38.1908C495.537 38.1752 495.599 38.1144 495.616 38.0361L496.655 33.2523C496.702 33.0386 497.008 33.0417 497.049 33.2566L497.99 38.0609C498.005 38.1398 498.066 38.2019 498.144 38.2187L502.928 39.2578C503.142 39.3044 503.139 39.61 502.924 39.6516L498.119 40.592C498.04 40.6075 497.978 40.6684 497.962 40.7466L496.922 45.5304C496.876 45.7435 496.57 45.7404 496.529 45.5261ZM6.03738 295.789L5.09701 290.985C5.08148 290.906 5.02062 290.844 4.94236 290.827L0.15855 289.788C-0.0551128 289.742 -0.0520048 289.436 0.1629 289.394L4.9672 288.454C5.04608 288.439 5.10819 288.378 5.12496 288.299L6.16408 283.516C6.21067 283.302 6.51625 283.305 6.55787 283.52L7.49823 288.324C7.51376 288.403 7.57463 288.465 7.65289 288.482L12.4367 289.521C12.6504 289.568 12.6472 289.873 12.4323 289.915L7.62804 290.855C7.54916 290.871 7.48705 290.932 7.47028 291.01L6.43117 295.794C6.3852 296.007 6.07962 296.004 6.03738 295.789ZM151.927 221.058L150.987 216.254C150.971 216.175 150.91 216.113 150.832 216.096L146.048 215.057C145.835 215.011 145.838 214.705 146.053 214.663L150.857 213.723C150.936 213.708 150.998 213.647 151.015 213.568L152.054 208.785C152.1 208.571 152.406 208.574 152.448 208.789L153.388 213.593C153.404 213.672 153.464 213.734 153.543 213.751L158.327 214.79C158.54 214.837 158.537 215.142 158.322 215.184L153.518 216.124C153.439 216.14 153.377 216.201 153.36 216.279L152.321 221.063C152.274 221.276 151.969 221.273 151.927 221.058ZM121.87 91.8834L120.685 85.8313C120.666 85.7319 120.589 85.6536 120.49 85.6325L114.464 84.3232C114.195 84.2648 114.198 83.8797 114.469 83.8269L120.521 82.6419C120.62 82.6226 120.698 82.5456 120.719 82.4468L122.029 76.4202C122.087 76.1512 122.472 76.155 122.525 76.4251L123.71 82.4773C123.729 82.5766 123.806 82.6549 123.905 82.676L129.932 83.9853C130.201 84.0437 130.197 84.4288 129.927 84.4816L123.875 85.666C123.775 85.6853 123.697 85.7623 123.676 85.8611L122.367 91.8877C122.308 92.1573 121.923 92.1536 121.87 91.8834Z" fill="#FFD461"/>
|
||||
<path d="M565.004 246.607C565.004 244.196 566.958 242.242 569.37 242.242C571.781 242.242 573.735 244.196 573.735 246.607C573.735 249.017 571.781 250.972 569.37 250.972C566.958 250.972 565.004 249.017 565.004 246.607ZM600.584 142.135C600.584 139.725 602.538 137.77 604.949 137.77C607.36 137.77 609.314 139.724 609.314 142.135C609.314 144.546 607.36 146.501 604.949 146.501C602.538 146.501 600.584 144.546 600.584 142.135ZM453.523 108.89C453.523 106.479 455.478 104.525 457.888 104.525C460.299 104.525 462.253 106.479 462.253 108.89C462.253 111.3 460.299 113.255 457.888 113.255C455.477 113.255 453.523 111.3 453.523 108.89ZM197.919 151.068C197.919 148.657 199.873 146.702 202.284 146.702C204.695 146.702 206.65 148.656 206.65 151.068C206.65 153.478 204.696 155.433 202.284 155.433C199.874 155.433 197.919 153.478 197.919 151.068ZM31.1465 169.859C31.1465 167.448 33.1011 165.493 35.5117 165.493C37.9222 165.493 39.8768 167.447 39.8768 169.859C39.8768 172.269 37.9228 174.224 35.5117 174.224C33.1005 174.224 31.1465 172.269 31.1465 169.859ZM187.96 20.1347C187.96 17.7242 189.914 15.7695 192.325 15.7695C194.735 15.7695 196.69 17.7235 196.69 20.1347C196.69 22.5459 194.736 24.4999 192.325 24.4999C189.914 24.4999 187.96 22.5452 187.96 20.1347Z" fill="#FFD0D2"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_2438_405" x1="312.516" y1="104.047" x2="312.516" y2="409.296" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFDADB"/>
|
||||
<stop offset="1" stop-color="#FFF9F9" stop-opacity="0.58"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_2438_405">
|
||||
<rect width="629" height="410" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 41 KiB |
20
public/assets/images/errors/406.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg width="782" height="326" viewBox="0 0 782 326" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="0.5">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M703.23 207.96C653.852 192.509 629.305 213.95 573.396 243.401C517.484 272.857 448.439 282.3 369.624 227.333C290.805 172.367 202.491 192.509 166.58 253.846C142.639 294.739 87.4326 318.588 0.959961 325.403H781.853C762.358 257.406 736.154 218.257 703.23 207.96Z" fill="#FFCCCC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.959961 325.404C27.6823 244.98 79.9655 218.172 157.81 244.98C274.577 285.192 342.838 255.033 403.765 194.714C464.693 134.396 536.292 126.353 620.573 220.854C676.759 283.855 730.13 318.702 780.681 325.404H0.959961Z" fill="#FFE9E9"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M205.08 0H580.557C585.005 0 588.615 3.60758 588.615 8.05743V261.867C588.615 266.317 585.005 269.924 580.557 269.924H205.08C200.63 269.924 197.022 266.317 197.022 261.867V8.05743C197.022 3.60758 200.63 0 205.08 0Z" fill="#FFCBCD"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.97 48.3438H567.664C570.332 48.3438 572.498 50.5083 572.498 53.1782V245.751C572.498 248.421 570.332 250.586 567.664 250.586H217.97C215.3 250.586 213.136 248.421 213.136 245.751V53.1782C213.136 50.5083 215.3 48.3438 217.97 48.3438Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M205.08 0H580.557C585.005 0 588.615 3.60758 588.615 8.05743V32.2297H197.022V8.05743C197.022 3.60758 200.63 0 205.08 0Z" fill="#FD787D"/>
|
||||
<path d="M219.581 22.556C223.142 22.556 226.028 19.6703 226.028 16.1104C226.028 12.5501 223.142 9.66406 219.581 9.66406C216.021 9.66406 213.136 12.5501 213.136 16.1104C213.136 19.6703 216.021 22.556 219.581 22.556ZM240.531 22.556C244.091 22.556 246.977 19.6703 246.977 16.1104C246.977 12.5501 244.091 9.66406 240.531 9.66406C236.971 9.66406 234.085 12.5501 234.085 16.1104C234.085 19.6703 236.971 22.556 240.531 22.556ZM261.48 22.556C265.04 22.556 267.926 19.6703 267.926 16.1104C267.926 12.5501 265.04 9.66406 261.48 9.66406C257.92 9.66406 255.034 12.5501 255.034 16.1104C255.034 19.6703 257.92 22.556 261.48 22.556Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M342.061 181.293H435.527C439.085 181.293 441.973 184.179 441.973 187.739C441.973 191.299 439.085 194.185 435.527 194.185H342.061C338.498 194.185 335.615 191.299 335.615 187.739C335.615 184.179 338.498 181.293 342.061 181.293ZM317.888 210.3H459.699C463.257 210.3 466.145 213.185 466.145 216.745C466.145 220.306 463.257 223.191 459.699 223.191H317.888C314.326 223.191 311.442 220.306 311.442 216.745C311.442 213.185 314.326 210.3 317.888 210.3Z" fill="#FFCBCD" fill-opacity="0.43"/>
|
||||
<path d="M605.935 85.9458V151.587C605.935 154.554 608.341 156.959 611.306 156.959H681.245C684.21 156.959 686.616 154.554 686.616 151.587V85.9458C686.616 82.9794 684.21 80.5742 681.245 80.5742H611.306C608.341 80.5742 605.935 82.9794 605.935 85.9458Z" fill="#FD787D"/>
|
||||
<path d="M608.62 85.9397C608.62 84.4567 609.823 83.2539 611.306 83.2539H681.244C682.727 83.2539 683.93 84.4567 683.93 85.9397V151.581C683.93 153.064 682.727 154.267 681.244 154.267H611.306C609.823 154.267 608.62 153.064 608.62 151.581V85.9397Z" fill="white"/>
|
||||
<path d="M652.092 128.685L666.883 140.948C667.915 141.806 669.449 141.663 670.308 140.628C671.163 139.594 671.022 138.059 669.986 137.202L655.199 124.939C654.163 124.081 652.629 124.225 651.774 125.259C650.915 126.294 651.056 127.828 652.092 128.685Z" fill="#FD787D"/>
|
||||
<path d="M657.507 134.766L666.106 141.895C667.658 143.182 669.961 142.967 671.246 141.415C672.531 139.863 672.316 137.562 670.765 136.276L662.166 129.146C660.614 127.859 658.315 128.074 657.03 129.626C655.741 131.178 655.956 133.479 657.507 134.766ZM639.532 133.635C650.284 133.635 658.999 124.92 658.999 114.169C658.999 103.418 650.284 94.7031 639.532 94.7031C628.784 94.7031 620.069 103.418 620.069 114.169C620.069 124.92 628.784 133.635 639.532 133.635Z" fill="#FFCBCD"/>
|
||||
<path d="M639.533 128.761C631.467 128.761 624.931 122.225 624.931 114.162C624.931 106.099 631.467 99.5625 639.533 99.5625C647.595 99.5625 654.131 106.099 654.131 114.162C654.131 122.225 647.595 128.761 639.533 128.761Z" fill="white"/>
|
||||
<path d="M98.9873 81.9107V147.552C98.9873 150.518 101.393 152.924 104.359 152.924H174.298C177.264 152.924 179.669 150.518 179.669 147.552V81.9107C179.669 78.9438 177.264 76.5391 174.298 76.5391H104.359C101.393 76.5391 98.9873 78.9438 98.9873 81.9107Z" fill="#FD787D"/>
|
||||
<path d="M101.675 81.9085C101.675 80.425 102.878 79.2227 104.361 79.2227H174.3C175.783 79.2227 176.985 80.425 176.985 81.9085V147.55C176.985 149.033 175.783 150.235 174.3 150.235H104.361C102.878 150.235 101.675 149.033 101.675 147.55V81.9085Z" fill="white"/>
|
||||
<path d="M140.641 124.865H132.416C132.209 123.892 132.139 122.919 132.139 121.807C132.139 118.539 133.453 114.993 137.393 112.004L140.918 109.362C142.784 107.971 143.406 106.303 143.406 104.495C143.406 101.784 141.402 99.1417 137.254 99.1417C133.245 99.1417 130.895 102.409 130.895 105.677C130.895 107.276 131.034 107.971 131.103 108.249L121.426 107.902C121.219 106.928 121.149 105.885 121.149 104.982C121.149 96.8474 127.163 89.9648 137.254 89.9648C148.452 89.9648 154.051 96.7086 154.051 103.661C154.051 109.223 151.493 113.046 147.346 116.175L144.719 118.122C142.3 119.929 140.641 121.737 140.641 124.865ZM130.826 135.016C130.826 131.679 133.453 128.968 136.771 128.968C140.088 128.968 142.784 131.679 142.784 135.016C142.784 138.284 140.088 140.995 136.771 140.995C133.453 140.995 130.826 138.284 130.826 135.016Z" fill="#FFCBCD"/>
|
||||
<path d="M317.896 132.402H280.896V118.402L304.896 76.4023H324.896L300.896 118.402H317.896V103.402H335.896V118.402H342.896V132.402H335.896V146.402H317.896V132.402ZM398.935 95.4023C398.935 91.4023 396.935 89.4023 392.935 89.4023H381.935C377.935 89.4023 375.935 91.4023 375.935 95.4023V127.402C375.935 131.402 377.935 133.402 381.935 133.402H392.935C396.935 133.402 398.935 131.402 398.935 127.402V95.4023ZM416.935 127.402C416.935 134.402 415.335 139.502 412.135 142.702C409.001 145.836 403.935 147.402 396.935 147.402H377.935C370.935 147.402 365.835 145.836 362.635 142.702C359.501 139.502 357.935 134.402 357.935 127.402V95.4023C357.935 88.4023 359.501 83.3357 362.635 80.2023C365.835 77.0023 370.935 75.4023 377.935 75.4023H396.935C403.935 75.4023 409.001 77.0023 412.135 80.2023C415.335 83.3357 416.935 88.4023 416.935 95.4023V127.402ZM453.927 75.4023C463.06 75.4023 474.06 76.069 486.927 77.4023V90.9023C483.26 90.7023 480.127 90.5357 477.527 90.4023C474.993 90.2023 472.893 90.069 471.227 90.0023C469.627 89.869 468.027 89.7357 466.427 89.6023C463.76 89.469 461.293 89.4023 459.027 89.4023C454.96 89.4023 452.927 91.069 452.927 94.4023V103.402C459.393 102.069 465.06 101.402 469.927 101.402H476.927C481.46 101.402 485.093 102.769 487.827 105.502C490.56 108.236 491.927 111.869 491.927 116.402V129.402C491.927 135.469 490.393 140.002 487.327 143.002C484.26 145.936 479.46 147.402 472.927 147.402H453.927C447.393 147.402 442.593 145.936 439.527 143.002C436.46 140.002 434.927 135.469 434.927 129.402V94.4023C434.927 87.869 436.46 83.069 439.527 80.0023C442.593 76.9357 447.393 75.4023 453.927 75.4023ZM464.927 115.402C462.393 115.402 460.06 115.536 457.927 115.802C455.86 116.069 454.193 116.269 452.927 116.402V127.402C452.927 131.402 454.927 133.402 458.927 133.402H467.927C471.927 133.402 473.927 131.402 473.927 127.402V118.902C473.927 117.902 473.593 117.069 472.927 116.402C472.26 115.736 471.427 115.402 470.427 115.402H464.927Z" fill="#C52127"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.3 KiB |
78
public/assets/images/errors/denied.svg
Normal file
|
After Width: | Height: | Size: 44 KiB |
24
public/assets/images/errors/expired.svg
Normal file
@@ -0,0 +1,24 @@
|
||||
<svg width="781" height="435" viewBox="0 0 781 435" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="0.5">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M702.27 317.557C652.892 302.106 628.345 323.548 572.436 352.999C516.524 382.455 447.479 391.898 368.664 336.931C289.845 281.964 201.531 302.106 165.62 363.443C141.679 404.336 86.4726 428.186 0 435H780.893C761.398 367.004 735.194 327.855 702.27 317.557Z" fill="#FFCCCC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 435.002C26.7223 354.577 79.0056 327.769 156.85 354.577C273.617 394.79 341.878 364.63 402.806 304.312C463.733 243.994 535.332 235.95 619.613 330.452C675.799 393.453 729.17 428.3 779.721 435.002H0Z" fill="#FFE9E9"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M204.12 109.598H579.597C584.045 109.598 587.655 113.205 587.655 117.655V371.465C587.655 375.914 584.045 379.522 579.597 379.522H204.12C199.67 379.522 196.062 375.914 196.062 371.465V117.655C196.062 113.205 199.67 109.598 204.12 109.598Z" fill="#FFCBCD"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.01 157.941H566.704C569.372 157.941 571.538 160.106 571.538 162.776V355.349C571.538 358.019 569.372 360.183 566.704 360.183H217.01C214.34 360.183 212.176 358.019 212.176 355.349V162.776C212.176 160.106 214.34 157.941 217.01 157.941Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M204.12 109.598H579.597C584.045 109.598 587.655 113.205 587.655 117.655V141.827H196.062V117.655C196.062 113.205 199.67 109.598 204.12 109.598Z" fill="#FD787D"/>
|
||||
<path d="M218.621 132.154C222.182 132.154 225.068 129.268 225.068 125.708C225.068 122.148 222.182 119.262 218.621 119.262C215.061 119.262 212.176 122.148 212.176 125.708C212.176 129.268 215.061 132.154 218.621 132.154ZM239.571 132.154C243.131 132.154 246.017 129.268 246.017 125.708C246.017 122.148 243.131 119.262 239.571 119.262C236.011 119.262 233.125 122.148 233.125 125.708C233.125 129.268 236.011 132.154 239.571 132.154ZM260.52 132.154C264.08 132.154 266.966 129.268 266.966 125.708C266.966 122.148 264.08 119.262 260.52 119.262C256.96 119.262 254.074 122.148 254.074 125.708C254.074 129.268 256.96 132.154 260.52 132.154Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M341.101 290.891H434.567C438.125 290.891 441.013 293.776 441.013 297.337C441.013 300.896 438.125 303.783 434.567 303.783H341.101C337.538 303.783 334.655 300.896 334.655 297.337C334.655 293.776 337.538 290.891 341.101 290.891ZM316.928 319.897H458.739C462.297 319.897 465.185 322.783 465.185 326.343C465.185 329.903 462.297 332.789 458.739 332.789H316.928C313.366 332.789 310.482 329.903 310.482 326.343C310.482 322.783 313.366 319.897 316.928 319.897Z" fill="#FFCBCD" fill-opacity="0.43"/>
|
||||
<path d="M604.975 195.543V261.185C604.975 264.152 607.381 266.557 610.346 266.557H680.285C683.25 266.557 685.656 264.152 685.656 261.185V195.543C685.656 192.577 683.25 190.172 680.285 190.172H610.346C607.381 190.172 604.975 192.577 604.975 195.543Z" fill="#FD787D"/>
|
||||
<path d="M607.66 195.537C607.66 194.054 608.863 192.852 610.346 192.852H680.284C681.767 192.852 682.97 194.054 682.97 195.537V261.179C682.97 262.662 681.767 263.865 680.284 263.865H610.346C608.863 263.865 607.66 262.662 607.66 261.179V195.537Z" fill="white"/>
|
||||
<path d="M651.132 238.283L665.923 250.546C666.955 251.404 668.489 251.26 669.348 250.226C670.203 249.191 670.062 247.657 669.026 246.799L654.239 234.537C653.203 233.679 651.669 233.822 650.814 234.857C649.955 235.891 650.096 237.425 651.132 238.283Z" fill="#FD787D"/>
|
||||
<path d="M656.547 244.363L665.146 251.493C666.698 252.779 669.001 252.564 670.286 251.012C671.571 249.461 671.356 247.16 669.805 245.873L661.206 238.744C659.654 237.457 657.355 237.672 656.07 239.224C654.781 240.775 654.996 243.077 656.547 244.363ZM638.572 243.233C649.324 243.233 658.039 234.518 658.039 223.767C658.039 213.016 649.324 204.301 638.572 204.301C627.824 204.301 619.109 213.016 619.109 223.767C619.109 234.518 627.824 243.233 638.572 243.233Z" fill="#FFCBCD"/>
|
||||
<path d="M638.573 238.359C630.507 238.359 623.971 231.823 623.971 223.759C623.971 215.696 630.507 209.16 638.573 209.16C646.635 209.16 653.171 215.696 653.171 223.759C653.171 231.823 646.635 238.359 638.573 238.359Z" fill="#F2FBFF"/>
|
||||
<path d="M98.0273 191.508V257.15C98.0273 260.116 100.433 262.521 103.399 262.521H173.338C176.304 262.521 178.71 260.116 178.71 257.15V191.508C178.71 188.541 176.304 186.137 173.338 186.137H103.399C100.433 186.137 98.0273 188.541 98.0273 191.508Z" fill="#FD787D"/>
|
||||
<path d="M100.715 191.506C100.715 190.023 101.918 188.82 103.401 188.82H173.34C174.823 188.82 176.025 190.023 176.025 191.506V257.147C176.025 258.63 174.823 259.833 173.34 259.833H103.401C101.918 259.833 100.715 258.63 100.715 257.147V191.506Z" fill="white"/>
|
||||
<path d="M139.681 234.463H131.456C131.249 233.49 131.179 232.516 131.179 231.404C131.179 228.137 132.493 224.591 136.433 221.601L139.958 218.959C141.824 217.569 142.446 215.9 142.446 214.093C142.446 211.381 140.442 208.739 136.294 208.739C132.285 208.739 129.935 212.007 129.935 215.275C129.935 216.874 130.074 217.569 130.143 217.847L120.466 217.499C120.259 216.526 120.189 215.483 120.189 214.579C120.189 206.445 126.203 199.562 136.294 199.562C147.492 199.562 153.091 206.306 153.091 213.258C153.091 218.82 150.533 222.644 146.386 225.773L143.759 227.719C141.34 229.527 139.681 231.335 139.681 234.463ZM129.866 244.614C129.866 241.276 132.493 238.565 135.811 238.565C139.129 238.565 141.824 241.276 141.824 244.614C141.824 247.881 139.129 250.593 135.811 250.593C132.493 250.593 129.866 247.881 129.866 244.614Z" fill="#FFCBCD"/>
|
||||
<path d="M353.186 0H417C421.659 0 425.432 3.77733 425.432 8.4356V72.2505C425.432 76.9087 421.659 80.6861 417 80.6861H353.186C348.527 80.6861 344.75 76.9087 344.75 72.2505V8.4356C344.75 3.77733 348.527 0 353.186 0Z" fill="#FD787D"/>
|
||||
<path d="M353.181 2.68359C350.006 2.68359 347.432 5.25338 347.432 8.42908V72.2439C347.432 75.4196 350.006 77.9937 353.181 77.9937H416.996C420.168 77.9937 422.742 75.4196 422.742 72.2439V8.42908C422.742 5.25338 420.168 2.68359 416.996 2.68359H353.181Z" fill="white"/>
|
||||
<path d="M385.626 66.9778C400.043 66.9778 411.732 55.2891 411.732 40.8717C411.732 26.4543 400.043 14.7656 385.626 14.7656C371.208 14.7656 359.52 26.4543 359.52 40.8717C359.52 55.2891 371.208 66.9778 385.626 66.9778Z" fill="#DB2721"/>
|
||||
<path d="M397.375 30.0223C398.574 31.2385 398.561 33.198 397.345 34.397L390.5 41.1566L397.345 47.9163C398.561 49.1152 398.574 51.0748 397.375 52.2909C396.172 53.5071 394.212 53.5199 392.996 52.321L386.095 45.5055L379.189 52.321C377.973 53.5199 376.013 53.5071 374.815 52.2909C373.616 51.0748 373.628 49.1152 374.845 47.9163L381.69 41.1566L374.845 34.397C373.628 33.198 373.616 31.2385 374.815 30.0223C376.013 28.8062 377.973 28.7933 379.189 29.9923L386.095 36.8078L392.996 29.9923C394.212 28.7933 396.172 28.8062 397.375 30.0223Z" fill="white"/>
|
||||
<path d="M332.658 242H295.658V228L319.658 186H339.658L315.658 228H332.658V213H350.658V228H357.658V242H350.658V256H332.658V242ZM380.217 256V201.5L368.717 205.5L363.717 194L382.217 186H398.217V256H380.217ZM421.244 241.5C434.977 242.5 444.644 243 450.244 243C451.777 243 452.977 242.567 453.844 241.7C454.777 240.767 455.244 239.533 455.244 238V229C448.777 230.333 443.111 231 438.244 231H431.244C426.711 231 423.077 229.633 420.344 226.9C417.611 224.167 416.244 220.533 416.244 216V203C416.244 196.933 417.777 192.433 420.844 189.5C423.911 186.5 428.711 185 435.244 185H454.244C460.777 185 465.577 186.5 468.644 189.5C471.711 192.433 473.244 196.933 473.244 203V238C473.244 244.533 471.711 249.333 468.644 252.4C465.577 255.467 460.777 257 454.244 257C445.111 257 434.111 256.333 421.244 255V241.5ZM443.244 217C447.044 217 451.044 216.667 455.244 216V205C455.244 201 453.244 199 449.244 199H440.244C436.244 199 434.244 201 434.244 205V213.5C434.244 214.5 434.577 215.333 435.244 216C435.911 216.667 436.744 217 437.744 217H443.244Z" fill="#C52127"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.7 KiB |
77
public/assets/images/errors/maintanence.svg
Normal file
|
After Width: | Height: | Size: 44 KiB |