UserPanel

This commit is contained in:
mmrbnjd
2024-04-22 23:32:39 +03:30
parent f4668f8f4d
commit fd13de3e1d
290 changed files with 41568 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,220 @@
/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@font-face {
font-family: "irsans";
font-style: normal;
font-weight: 900;
src: url(../vendor/fonts/iranSans/irsans-b.eot?67d2920ac1e0164c957e884da0b1fc2b);
src: url(../vendor/fonts/iranSans/irsans-b.eot?67d2920ac1e0164c957e884da0b1fc2b) format("embedded-opentype"), url(../vendor/fonts/iranSans/irsans-b.woff?a6c7f37a03e19d237de343688a10330f) format("woff"), url(../vendor/fonts/iranSans/irsans-b.ttf?3c04bd57fa8240b0ec575d8c1ff80dbb) format("truetype");
}
@font-face {
font-family: "irsans";
font-style: normal;
font-weight: 700;
src: url(../vendor/fonts/iranSans/irsans-m.eot?3953f2446de46ca0a52f371df635a547);
src: url(../vendor/fonts/iranSans/irsans-m.eot?3953f2446de46ca0a52f371df635a547) format("embedded-opentype"), url(../vendor/fonts/iranSans/irsans-m.woff?7698268f336a35d87bbf591a0fe5f41d) format("woff"), url(../vendor/fonts/iranSans/irsans-m.ttf?2ae855f1c7b7756f2aba76f0915b20b8) format("truetype");
}
@font-face {
font-family: "irsans";
font-style: normal;
font-weight: 500;
src: url(../vendor/fonts/iranSans/irsans.eot?4f3cd08001a912553842788147e162c2);
src: url(../vendor/fonts/iranSans/irsans.eot?4f3cd08001a912553842788147e162c2) format("embedded-opentype"), url(../vendor/fonts/iranSans/irsans.woff?ba2fd9dab30cd8771aa3b53aa6b036e3) format("woff"), url(../vendor/fonts/iranSans/irsans.ttf?71617be58eaec728ca3b9d4d5da8b11d) format("truetype");
}
@font-face {
font-family: "irsans";
font-style: normal;
font-weight: 300;
src: url(../vendor/fonts/iranSans/irsans-l.eot?c3e2315906102c635b02db3a6666299b);
src: url(../vendor/fonts/iranSans/irsans-l.eot?c3e2315906102c635b02db3a6666299b) format("embedded-opentype"), url(../vendor/fonts/iranSans/irsans-l.woff?ef7595542cb1d899cefcabddb3a59f7f) format("woff"), url(../vendor/fonts/iranSans/irsans-l.ttf?2fd2464904104b41ac006f718c6de468) format("truetype");
}
@font-face {
font-family: "irsans";
font-style: normal;
font-weight: 100;
src: url(../vendor/fonts/iranSans/irsans-u.eot?c6348f2607ffbf9f301e2a2bd6bfba4c);
src: url(../vendor/fonts/iranSans/irsans-u.eot?c6348f2607ffbf9f301e2a2bd6bfba4c) format("embedded-opentype"), url(../vendor/fonts/iranSans/irsans-u.woff?c2cac1dd087e299cd537621798bd50eb) format("woff"), url(../vendor/fonts/iranSans/irsans-u.ttf?cbc29f4ae7f67bce75b49ee6f69678ff) format("truetype");
}
body {
font-family: "irsans", irsans, sans-serif!important;
}
span {
font-family: var(--bs-body-font-family) !important;
}
a {
font-family: var(--bs-body-font-family) !important;
}
.menu .app-brand.demo {
height: 64px;
margin-top: 12px;
}
.app-brand-logo.demo svg {
width: 22px;
height: 38px;
}
.app-brand-text.demo {
font-size: 1.75rem;
letter-spacing: -0.5px;
text-transform: lowercase;
}
/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
padding-top: 64px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
z-index: auto;
}
/*
* Content
******************************************************************************/
.demo-blocks>* {
display: block !important;
}
.demo-inline-spacing>* {
margin: 1rem 0 0 0.375rem !important;
}
/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
margin-top: 1rem !important;
margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element> :first-child {
margin-top: 0 !important;
}
.demo-vertical-spacing-lg>* {
margin-top: 1.875rem !important;
margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element> :first-child {
margin-top: 0 !important;
}
.demo-vertical-spacing-xl>* {
margin-top: 5rem !important;
margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element> :first-child {
margin-top: 0 !important;
}
.rtl-only {
display: none !important;
text-align: left !important;
direction: ltr !important;
}
[dir='rtl'] .rtl-only {
display: block !important;
}
/*
* Layout demo
******************************************************************************/
.layout-demo-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 1rem;
}
.layout-demo-placeholder img {
width: 900px;
}
.layout-demo-info {
text-align: center;
margin-top: 1rem;
}
.social-count {
border-radius: 50%!important;
}
.apexcharts-legend-marker {
left: unset!important;
right: -3px!important;
}
.dropdown-menu.show {
z-index: 10000;
}
a.f-ir {
display: flex;
align-content: center;
align-items: center;
gap: .2rem;
font-family: "irsans", irsans, sans-serif!important;
color: #000;
font-size: .8rem;
border: 1px solid #ccc;
padding: .3rem .4rem;
border-radius: 5px;
background: aliceblue;
}
a.f-ir i {
font-size: 1rem !important;
}
.apexcharts-legend-text {
font-family: "irsans", irsans, sans-serif!important;
}
.layout-navbar .navbar-nav-right {
flex-basis: 100%;
}
.mr-auto {
margin-right: auto;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -0,0 +1 @@
"use strict";let config={colors:{primary:"#696cff",secondary:"#8592a3",success:"#71dd37",info:"#03c3ec",warning:"#ffab00",danger:"#ff3e1d",dark:"#233446",black:"#000",white:"#fff",body:"#f4f5fb",headingColor:"#566a7f",axisColor:"#a1acb8",borderColor:"#eceef1"}};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";document.addEventListener("DOMContentLoaded",function(){var e,t,l;e=document.getElementById("vertical-example"),t=document.getElementById("horizontal-example"),l=document.getElementById("both-scrollbars-example"),e&&new PerfectScrollbar(e,{wheelPropagation:!1}),t&&new PerfectScrollbar(t,{wheelPropagation:!1,suppressScrollY:!0}),l&&new PerfectScrollbar(l,{wheelPropagation:!1})});

View File

@@ -0,0 +1 @@
"use strict";!function(){const e=document.getElementById("defaultCheck2");e.indeterminate=!0}();

View File

@@ -0,0 +1,13 @@
"use strict";
let menu, animate;
! function() { let e = document.querySelectorAll("#layout-menu"),
t = (e.forEach(function(e) { menu = new Menu(e, { orientation: "vertical", closeChildren: !1 }), window.Helpers.scrollToActive(animate = !1), window.Helpers.mainMenu = menu }), document.querySelectorAll(".layout-menu-toggle"));
t.forEach(e => { e.addEventListener("click", e => { e.preventDefault(), window.Helpers.toggleCollapsed() }) }); if (document.getElementById("layout-menu")) { var l = document.getElementById("layout-menu"); var o = function() { Helpers.isSmallScreen() || document.querySelector(".layout-menu-toggle").classList.add("d-block") }; let e = null;
l.onmouseenter = function() { e = Helpers.isSmallScreen() ? setTimeout(o, 0) : setTimeout(o, 300) }, l.onmouseleave = function() { document.querySelector(".layout-menu-toggle").classList.remove("d-block"), clearTimeout(e) } } let n = document.getElementsByClassName("menu-inner"),
s = document.getElementsByClassName("menu-inner-shadow")[0];
0 < n.length && s && n[0].addEventListener("ps-scroll-y", function() { this.querySelector(".ps__thumb-y").offsetTop ? s.style.display = "block" : s.style.display = "none" });
function c(e) { "show.bs.collapse" == e.type || "show.bs.collapse" == e.type ? e.target.closest(".accordion-item").classList.add("active") : e.target.closest(".accordion-item").classList.remove("active") } const i = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]')),
a = (i.map(function(e) { return new bootstrap.Tooltip(e) }), [].slice.call(document.querySelectorAll(".accordion")));
a.map(function(e) { e.addEventListener("show.bs.collapse", c), e.addEventListener("hide.bs.collapse", c) });
window.Helpers.setAutoUpdate(!0), window.Helpers.initPasswordToggle(), window.Helpers.initSpeechToText(), window.Helpers.isSmallScreen() || window.Helpers.setCollapsed(!0, !1) }();

View File

@@ -0,0 +1 @@
"use strict";document.addEventListener("DOMContentLoaded",function(e){{document.querySelector("#formAccountDeactivation");let e=document.getElementById("uploadedAvatar");const t=document.querySelector(".account-file-input"),c=document.querySelector(".account-image-reset");if(e){const n=e.src;t.onchange=()=>{t.files[0]&&(e.src=window.URL.createObjectURL(t.files[0]))},c.onclick=()=>{t.value="",e.src=n}}return}});

View File

@@ -0,0 +1,9 @@
"use strict";
! function() { const t = document.querySelector("#youTubeModal"),
e = t.querySelector("iframe");
t.addEventListener("hidden.bs.modal", function() { e.setAttribute("src", "") }); { const o = [].slice.call(document.querySelectorAll('[data-bs-toggle="modal"]'));
o.map(function(t) { t.onclick = function() { const t = this.getAttribute("data-bs-target"),
e = this.getAttribute("data-theVideo"),
o = e + "?autoplay=1",
c = document.querySelector(t + " iframe");
c && c.setAttribute("src", o) } }) } }();

View File

@@ -0,0 +1,3 @@
"use strict";
! function() { const t = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'));
t.map(function(t) { return new bootstrap.Popover(t, { html: !0, sanitize: !1 }) }) }();

View File

@@ -0,0 +1 @@
"use strict";!function(){const t=document.querySelector(".toast-placement-ex"),e=document.querySelector("#showToastPlacement");let o,s,c;e&&(e.onclick=function(){var e;c&&(e=c)&&null!==e._element&&(t&&(t.classList.remove(o),DOMTokenList.prototype.remove.apply(t.classList,s)),e.dispose()),o=document.querySelector("#selectTypeOpt").value,s=document.querySelector("#selectPlacement").value.split(" "),t.classList.add(o),DOMTokenList.prototype.add.apply(t.classList,s),(c=new bootstrap.Toast(t)).show()})}();

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
#icons-container .icon-card{width:128px}#icons-container .icon-card i{font-size:2rem}@media(max-width: 1024px){#icons-container .icon-card{width:126px}}@media(max-width: 767.98px){#icons-container .icon-card{width:131px}}@media(max-width: 414px){#icons-container .icon-card{width:110px}}@media(max-width: 375px){#icons-container .icon-card{width:150px}}

View File

@@ -0,0 +1 @@
.misc-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - (1.625rem * 2));text-align:center}

View File

@@ -0,0 +1,980 @@
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
content: "";
width: 100%;
height: .75rem;
position: fixed;
top: 0px;
z-index: 10
}
.bg-menu-theme .menu-header {
position: relative
}
.bg-menu-theme .menu-header:before {
content: "";
position: absolute;
right: 0;
top: 1.1875rem;
width: 1rem;
height: 1px;
transition: all .3s ease-in-out
}
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link {
border-radius: .375rem
}
.layout-horizontal .bg-menu-theme .menu-inner>.menu-item>.menu-link {
border-radius: .375rem
}
@media(min-width: 1200px) {
.layout-horizontal .bg-menu-theme .menu-inner>.menu-item {
margin: .565rem 0
}
.layout-horizontal .bg-menu-theme .menu-inner>.menu-item:not(:first-child) {
margin-right: .0625rem
}
.layout-horizontal .bg-menu-theme .menu-inner>.menu-item:not(:last-child) {
margin-left: .0625rem
}
.layout-horizontal .bg-menu-theme .menu-inner>.menu-item .menu-sub {
box-shadow: 0 .25rem 1rem rgba(161, 172, 184, .45)
}
}
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner>.menu-item.active:before {
content: "";
position: absolute;
left: 0;
width: .25rem;
height: 2.5rem;
border-radius: 0 .375rem .375rem 0
}
.bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
content: "";
position: absolute;
right: 1.4375rem;
width: .375rem;
height: .375rem;
border-radius: 50%
}
.layout-horizontal .bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
right: 1.3rem
}
.bg-menu-theme .menu-horizontal-wrapper>.menu-inner>.menu-item>.menu-sub>.menu-item>.menu-link:before {
display: none
}
.bg-menu-theme .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle):before {
right: 1.1875rem;
width: .875rem;
height: .875rem
}
.layout-horizontal .bg-menu-theme .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle):before {
right: 1.1rem
}
.layout-menu-hover .layout-menu {
box-shadow: 0 .625rem 1.25rem rgba(161, 172, 184, .5);
transition: all .3s ease-in-out
}
.app-brand .layout-menu-toggle {
position: absolute;
right: 15rem;
border-radius: 50%
}
.app-brand .layout-menu-toggle i {
width: 1.5rem;
height: 1.5rem;
transition: all .3s ease-in-out
}
@media(max-width: 1199.98px) {
.app-brand .layout-menu-toggle {
display: none !important
}
.layout-menu-expanded .app-brand .layout-menu-toggle {
display: block !important
}
}
.text-primary {
color: #696cff !important
}
.text-body[href]:hover {
color: #5f61e6 !important
}
.bg-primary {
background-color: #696cff !important
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #6467f2 !important
}
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
background-color: #696cff
}
.bg-label-primary {
background-color: #e7e7ff !important;
color: #696cff !important
}
.border-label-primary {
border: 3px solid #c3c4ff !important
}
.border-light-primary {
border: 3px solid rgba(105, 108, 255, .08)
}
.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.pagination li.active>a:not(.page-link),
.pagination li.active>a:not(.page-link):hover,
.pagination li.active>a:not(.page-link):focus {
border-color: #696cff;
background-color: #696cff;
color: #fff;
box-shadow: 0 .125rem .25rem rgba(105, 108, 255, .4)
}
.progress-bar {
background-color: #696cff;
color: #fff;
box-shadow: 0 2px 4px 0 rgba(105, 108, 255, .4)
}
.list-group-item-primary {
background-color: #e1e2ff;
color: #696cff !important
}
a.list-group-item-primary,
button.list-group-item-primary {
color: #696cff
}
a.list-group-item-primary:hover,
a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
background-color: #d6d7f2;
color: #696cff
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
border-color: #696cff;
background-color: #696cff;
color: #696cff
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
border-color: #696cff;
background-color: #696cff
}
.alert-primary {
background-color: #e7e7ff;
border-color: #d2d3ff;
color: #696cff
}
.alert-primary .btn-close {
background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23696cff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23696cff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
.alert-primary .alert-link {
color: #696cff
}
.card .alert-primary hr {
background-color: #696cff !important
}
.table-primary {
--bs-table-bg: #e1e2ff;
--bs-table-striped-bg: #dcdefb;
--bs-table-striped-color: #435971;
--bs-table-active-bg: #d1d4f1;
--bs-table-active-color: #435971;
--bs-table-hover-bg: #d8daf6;
--bs-table-hover-color: #435971;
color: #435971;
border-color: #d1d4f1
}
.table-primary th {
border-bottom-color: inherit !important
}
.table-primary .btn-icon {
color: #435971
}
.btn-primary {
color: #fff;
background-color: #696cff;
border-color: #696cff;
box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4)
}
.btn-primary:hover {
color: #fff;
background-color: #5f61e6;
border-color: #5f61e6;
transform: translateY(-1px)
}
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #5f61e6;
border-color: #5f61e6;
transform: translateY(0);
box-shadow: none
}
.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #595cd9;
border-color: #595cd9
}
.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
box-shadow: none
}
.btn-primary.disabled,
.btn-primary:disabled {
box-shadow: none
}
.btn-outline-primary {
color: #696cff;
border-color: #696cff;
background: transparent
}
.btn-outline-primary:hover {
color: #fff;
background-color: #5f61e6;
border-color: #5f61e6;
box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4);
transform: translateY(-1px)
}
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
color: #fff;
background-color: #5f61e6;
border-color: #5f61e6;
box-shadow: none;
transform: translateY(0)
}
.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
color: #fff;
background-color: #595cd9;
border-color: #595cd9
}
.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
box-shadow: none
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
box-shadow: none
}
.btn-outline-primary .badge {
background: #696cff;
border-color: #696cff;
color: #fff
}
.btn-outline-primary:hover .badge,
.btn-outline-primary:focus:hover .badge,
.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show>.btn-outline-primary.dropdown-toggle .badge {
background: #fff;
border-color: #fff;
color: #696cff
}
.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
background-color: rgba(105, 108, 255, .08);
color: #696cff !important
}
.dropdown-menu>li:not(.disabled)>a:not(.dropdown-item):active,
.dropdown-menu>li.active:not(.disabled)>a:not(.dropdown-item) {
background-color: rgba(105, 108, 255, .08);
color: #696cff !important
}
.nav .nav-link:hover,
.nav .nav-link:focus {
color: #5f61e6
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
background-color: #696cff;
color: #fff;
box-shadow: 0 2px 4px 0 rgba(105, 108, 255, .4)
}
.form-control:focus,
.form-select:focus {
border-color: #696cff
}
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
border-color: #696cff
}
.form-check-input:focus {
border-color: #696cff;
box-shadow: 0 2px 4px 0 rgba(105, 108, 255, .4)
}
.form-check-input:disabled {
background-color: #eceef1
}
.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
background-color: #696cff;
border-color: #696cff;
box-shadow: 0 2px 4px 0 rgba(105, 108, 255, .4)
}
.custom-option.checked {
border: 1px solid #696cff
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23696cff'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.form-control:focus~.form-label {
border-color: #696cff
}
.form-control:focus~.form-label::after {
border-color: inherit
}
.divider.divider-primary .divider-text:before,
.divider.divider-primary .divider-text:after {
border-color: #696cff
}
.navbar.bg-primary {
background-color: #696cff !important;
color: #e0e1ff
}
.navbar.bg-primary .navbar-brand,
.navbar.bg-primary .navbar-brand a {
color: #fff
}
.navbar.bg-primary .navbar-brand:hover,
.navbar.bg-primary .navbar-brand:focus,
.navbar.bg-primary .navbar-brand a:hover,
.navbar.bg-primary .navbar-brand a:focus {
color: #fff
}
.navbar.bg-primary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-primary .navbar-search-wrapper .search-input {
color: #e0e1ff
}
.navbar.bg-primary .search-input-wrapper .search-input,
.navbar.bg-primary .search-input-wrapper .search-toggler {
background-color: #696cff !important;
color: #e0e1ff
}
.navbar.bg-primary .navbar-nav>.nav-link,
.navbar.bg-primary .navbar-nav>.nav-item>.nav-link,
.navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link {
color: #e0e1ff
}
.navbar.bg-primary .navbar-nav>.nav-link:hover,
.navbar.bg-primary .navbar-nav>.nav-link:focus,
.navbar.bg-primary .navbar-nav>.nav-item>.nav-link:hover,
.navbar.bg-primary .navbar-nav>.nav-item>.nav-link:focus,
.navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link:hover,
.navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link:focus {
color: #fff
}
.navbar.bg-primary .navbar-nav>.nav-link.disabled,
.navbar.bg-primary .navbar-nav>.nav-item>.nav-link.disabled,
.navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link.disabled {
color: #b0b2ff !important
}
.navbar.bg-primary .navbar-nav .show>.nav-link,
.navbar.bg-primary .navbar-nav .active>.nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
color: #fff
}
.navbar.bg-primary .navbar-toggler {
color: #e0e1ff;
border-color: rgba(255, 255, 255, .15)
}
.navbar.bg-primary .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
.navbar.bg-primary .navbar-text {
color: #e0e1ff
}
.navbar.bg-primary .navbar-text a {
color: #fff
}
.navbar.bg-primary .navbar-text a:hover,
.navbar.bg-primary .navbar-text a:focus {
color: #fff
}
.navbar.bg-primary hr {
border-color: rgba(255, 255, 255, .15)
}
.menu.bg-primary {
background-color: #696cff !important;
color: #e0e1ff
}
.menu.bg-primary .menu-link,
.menu.bg-primary .menu-horizontal-prev,
.menu.bg-primary .menu-horizontal-next {
color: #e0e1ff
}
.menu.bg-primary .menu-link:hover,
.menu.bg-primary .menu-link:focus,
.menu.bg-primary .menu-horizontal-prev:hover,
.menu.bg-primary .menu-horizontal-prev:focus,
.menu.bg-primary .menu-horizontal-next:hover,
.menu.bg-primary .menu-horizontal-next:focus {
color: #fff
}
.menu.bg-primary .menu-link.active,
.menu.bg-primary .menu-horizontal-prev.active,
.menu.bg-primary .menu-horizontal-next.active {
color: #fff
}
.menu.bg-primary .menu-item.disabled .menu-link,
.menu.bg-primary .menu-horizontal-prev.disabled,
.menu.bg-primary .menu-horizontal-next.disabled {
color: #b0b2ff !important
}
.menu.bg-primary .menu-item.open:not(.menu-item-closing)>.menu-toggle,
.menu.bg-primary .menu-item.active>.menu-link {
color: #fff
}
.menu.bg-primary .menu-item.active>.menu-link:not(.menu-toggle) {
background-color: #6d70ff
}
.menu.bg-primary.menu-horizontal .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle) {
background-color: #7174ff
}
.menu.bg-primary.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing)>.menu-sub,
.menu.bg-primary.menu-horizontal .menu-inner .menu-item.open>.menu-toggle {
background: #6d70ff
}
.menu.bg-primary .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu.bg-primary .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle {
background: transparent;
color: #e0e1ff
}
.menu.bg-primary .menu-inner-shadow {
background: linear-gradient(#696cff 41%, rgba(105, 108, 255, 0.11) 95%, rgba(105, 108, 255, 0))
}
.menu.bg-primary .menu-text {
color: #fff
}
.menu.bg-primary .menu-header {
color: #c2c4ff
}
.menu.bg-primary hr,
.menu.bg-primary .menu-divider,
.menu.bg-primary .menu-inner>.menu-item.open>.menu-sub::before {
border-color: rgba(255, 255, 255, .15) !important
}
.menu.bg-primary .menu-inner>.menu-header::before {
background-color: rgba(255, 255, 255, .15)
}
.menu.bg-primary .menu-block::before {
background-color: #c2c4ff
}
.menu.bg-primary .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before {
background-color: #8385ff
}
.menu.bg-primary .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {
background-color: #fff
}
.menu.bg-primary .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before,
.menu.bg-primary .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {
box-shadow: 0 0 0 2px #6d70ff
}
.menu.bg-primary .ps__thumb-y,
.menu.bg-primary .ps__rail-y.ps--clicking>.ps__thumb-y {
background: rgba(255, 255, 255, .5942917647) !important
}
.footer.bg-primary {
background-color: #696cff !important;
color: #e0e1ff
}
.footer.bg-primary .footer-link {
color: #e0e1ff
}
.footer.bg-primary .footer-link:hover,
.footer.bg-primary .footer-link:focus {
color: #fff
}
.footer.bg-primary .footer-link.disabled {
color: #b0b2ff !important
}
.footer.bg-primary .footer-text {
color: #fff
}
.footer.bg-primary .show>.footer-link,
.footer.bg-primary .active>.footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
color: #fff
}
.footer.bg-primary hr {
border-color: rgba(255, 255, 255, .15)
}
.bg-primary.toast,
.bg-primary.bs-toast {
color: #fff;
background-color: rgba(105, 108, 255, .85) !important;
box-shadow: 0 .25rem 1rem rgba(105, 108, 255, .4)
}
.bg-primary.toast .toast-header,
.bg-primary.bs-toast .toast-header {
color: #fff
}
.bg-primary.toast .toast-header .btn-close,
.bg-primary.bs-toast .toast-header .btn-close {
background-color: #696cff !important;
background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
box-shadow: 0 .1875rem .375rem 0 rgba(105, 108, 255, .4) !important
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
color: #696cff
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
color: #696cff
}
.form-floating>.form-control:-webkit-autofill~label {
color: #696cff
}
.svg-illustration svg {
fill: #696cff
}
html:not([dir=rtl]) .border-primary,
html[dir=rtl] .border-primary {
border-color: #696cff !important
}
a {
color: #696cff
}
a:hover {
color: #787bff
}
.fill-primary {
fill: #696cff
}
.bg-navbar-theme {
background-color: #fff !important;
color: #697a8d
}
.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
color: #566a7f
}
.bg-navbar-theme .navbar-brand:hover,
.bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
color: #566a7f
}
.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
color: #697a8d
}
.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
background-color: #fff !important;
color: #697a8d
}
.bg-navbar-theme .navbar-nav>.nav-link,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link {
color: #697a8d
}
.bg-navbar-theme .navbar-nav>.nav-link:hover,
.bg-navbar-theme .navbar-nav>.nav-link:focus,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link:hover,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link:focus,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link:hover,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link:focus {
color: #566a7f
}
.bg-navbar-theme .navbar-nav>.nav-link.disabled,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link.disabled,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link.disabled {
color: #a5afbb !important
}
.bg-navbar-theme .navbar-nav .show>.nav-link,
.bg-navbar-theme .navbar-nav .active>.nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
color: #566a7f
}
.bg-navbar-theme .navbar-toggler {
color: #697a8d;
border-color: rgba(86, 106, 127, .075)
}
.bg-navbar-theme .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(67, 89, 113, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(67, 89, 113, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
.bg-navbar-theme .navbar-text {
color: #697a8d
}
.bg-navbar-theme .navbar-text a {
color: #566a7f
}
.bg-navbar-theme .navbar-text a:hover,
.bg-navbar-theme .navbar-text a:focus {
color: #566a7f
}
.bg-navbar-theme hr {
border-color: rgba(86, 106, 127, .075)
}
.layout-navbar {
background-color: rgba(255, 255, 255, .95) !important;
-webkit-backdrop-filter: saturate(200%) blur(6px);
backdrop-filter: saturate(200%) blur(6px)
}
.navbar-detached {
box-shadow: 0 0 .375rem .25rem rgba(161, 172, 184, .15)
}
.layout-navbar-fixed .layout-page:before {
-webkit-backdrop-filter: saturate(200%) blur(10px);
backdrop-filter: saturate(200%) blur(10px);
background: rgba(245, 245, 249, .6)
}
.bg-menu-theme {
background-color: #fff !important;
color: #697a8d
}
.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
color: #697a8d
}
.bg-menu-theme .menu-link:hover,
.bg-menu-theme .menu-link:focus,
.bg-menu-theme .menu-horizontal-prev:hover,
.bg-menu-theme .menu-horizontal-prev:focus,
.bg-menu-theme .menu-horizontal-next:hover,
.bg-menu-theme .menu-horizontal-next:focus {
color: #566a7f
}
.bg-menu-theme .menu-link.active,
.bg-menu-theme .menu-horizontal-prev.active,
.bg-menu-theme .menu-horizontal-next.active {
color: #566a7f
}
.bg-menu-theme .menu-item.disabled .menu-link,
.bg-menu-theme .menu-horizontal-prev.disabled,
.bg-menu-theme .menu-horizontal-next.disabled {
color: #a5afbb !important
}
.bg-menu-theme .menu-item.open:not(.menu-item-closing)>.menu-toggle,
.bg-menu-theme .menu-item.active>.menu-link {
color: #566a7f
}
.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
background-color: #fff
}
.bg-menu-theme.menu-horizontal .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle) {
background-color: #fff
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing)>.menu-sub,
.bg-menu-theme.menu-horizontal .menu-inner .menu-item.open>.menu-toggle {
background: #fff
}
.bg-menu-theme .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle {
background: transparent;
color: #697a8d
}
.bg-menu-theme .menu-inner-shadow {
background: linear-gradient(#fff 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0))
}
.bg-menu-theme .menu-text {
color: #566a7f
}
.bg-menu-theme .menu-header {
color: #8f9baa
}
.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner>.menu-item.open>.menu-sub::before {
border-color: transparent !important
}
.bg-menu-theme .menu-inner>.menu-header::before {
background-color: transparent
}
.bg-menu-theme .menu-block::before {
background-color: #8f9baa
}
.bg-menu-theme .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before {
background-color: #fff
}
.bg-menu-theme .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {
background-color: #566a7f
}
.bg-menu-theme .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before,
.bg-menu-theme .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {
box-shadow: 0 0 0 2px #fff
}
.bg-menu-theme .ps__thumb-y,
.bg-menu-theme .ps__rail-y.ps--clicking>.ps__thumb-y {
background: rgba(86, 106, 127, .2) !important
}
.bg-menu-theme .menu-header {
color: #a1acb8
}
.bg-menu-theme .menu-header:before {
background-color: #a1acb8 !important
}
.bg-menu-theme.menu-vertical {
box-shadow: 0 .125rem .375rem 0 rgba(161, 172, 184, .12)
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open>.menu-link,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open>.menu-link,
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover {
background-color: rgba(67, 89, 113, .04)
}
.bg-menu-theme .menu-inner .menu-sub>.menu-item.active>.menu-link.menu-toggle {
background-color: rgba(67, 89, 113, .04)
}
.bg-menu-theme .menu-inner .menu-sub>.menu-item.active .menu-icon {
color: #696cff
}
.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
color: #696cff;
background-color: rgba(105, 108, 255, .16) !important
}
.bg-menu-theme .menu-inner>.menu-item.active:before {
background: #696cff
}
.bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
background-color: #b4bdc6 !important
}
.bg-menu-theme .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle):before {
background-color: #696cff !important;
border: 3px solid #e7e7ff !important
}
.app-brand .layout-menu-toggle {
background-color: #696cff;
border: 7px solid #f5f5f9
}
.app-brand .layout-menu-toggle i {
color: #fff
}
.app-brand .layout-menu-toggle .menu-inner>.menu-header::before {
background-color: #b4bdc6
}
.bg-footer-theme {
background-color: #f5f5f9 !important;
color: #697a8d
}
.bg-footer-theme .footer-link {
color: #697a8d
}
.bg-footer-theme .footer-link:hover,
.bg-footer-theme .footer-link:focus {
color: #566a7f
}
.bg-footer-theme .footer-link.disabled {
color: #a1abb8 !important
}
.bg-footer-theme .footer-text {
color: #566a7f
}
.bg-footer-theme .show>.footer-link,
.bg-footer-theme .active>.footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
color: #566a7f
}
.bg-footer-theme hr {
border-color: rgba(86, 106, 127, .0768713725)
}
.layout-footer-fixed .content-footer {
box-shadow: 0 0 .375rem .25rem rgba(161, 172, 184, .15)
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More