:root {
    --bs-blue: #007bff;
    --bs-indigo: #6610f2;
    --bs-purple: #696cff;
    --bs-pink: #e83e8c;
    --bs-red: #ff3e1d;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffab00;
    --bs-green: #71dd37;
    --bs-teal: #20c997;
    --bs-cyan: #03c3ec;
    --bs-white: #fff;
    --bs-gray: rgba(67, 89, 113, 0.6);
    --bs-gray-dark: rgba(67, 89, 113, 0.8);
    --bs-gray-25: rgba(67, 89, 113, 0.025);
    --bs-gray-50: rgba(67, 89, 113, 0.05);
    --bs-primary: #696cff;
    --bs-secondary: #8592a3;
    --bs-success: #71dd37;
    --bs-info: #03c3ec;
    --bs-warning: #ffab00;
    --bs-danger: #ff3e1d;
    --bs-light: #fcfdfd;
    --bs-dark: #233446;
    --bs-gray: rgba(67, 89, 113, 0.1);
    --bs-primary-rgb: 105, 108, 255;
    --bs-secondary-rgb: 133, 146, 163;
    --bs-success-rgb: 113, 221, 55;
    --bs-info-rgb: 3, 195, 236;
    --bs-warning-rgb: 255, 171, 0;
    --bs-danger-rgb: 255, 62, 29;
    --bs-light-rgb: 252, 253, 253;
    --bs-dark-rgb: 35, 52, 70;
    --bs-gray-rgb: 67, 89, 113;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 67, 89, 113;
    --bs-body-color-rgb: 105, 122, 141;
    --bs-body-bg-rgb: 245, 245, 249;
    --bs-font-sans-serif: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-root-font-size: 16px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.53;
    --bs-body-color: #697a8d;
    --bs-body-bg: #f5f5f9;
}

.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar,
.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-navbar {
    z-index: 1075;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(67, 89, 113, 0);
}

.layout-navbar.navbar-detached.container-xxl {
    max-width: calc(1440px - calc(1.625rem * 2));
}

.layout-navbar.navbar-detached {
    width: calc(100% - (1.625rem * 2));
    margin: .75rem auto 0;
    border-radius: .375rem;
    padding: 0 1.5rem;
}

.layout-navbar {
    position: relative;
    padding-top: .25rem;
    padding-bottom: .2rem;
    height: 3.875rem;
    flex-wrap: nowrap;
    color: #697a8d;
    z-index: 2;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.layout-navbar .navbar-nav-right {
    flex-basis: 100%;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
}

.bx {
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.border-0 {
    border: 0 !important;
}

.form-control {
    display: block;
    width: 40rem;
    padding: .4375rem .875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.shadow-none {
    box-shadow: none !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-row {
    flex-direction: row !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.widget {
    display: inline-block;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html:not(.layout-navbar-fixed):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-page,
html:not(.layout-navbar-fixed) .layout-content-navbar .layout-page {
    padding-top: 0 !important;
}

@media (min-width: 1200px) {

    .layout-menu-fixed:not(.layout-menu-collapsed) .layout-page,
    .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page {
        padding-left: 16.25rem;
    }
}

.layout-content-navbar .layout-page {
    flex-basis: 100%;
    flex-direction: column;
    width: 0;
    min-width: 0;
    max-width: 100%;
}

.layout-page {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    padding: 0;
}

.layout-page,
.content-wrapper,
.content-wrapper>*,
.layout-menu {
    min-height: 1px;
}

.layout-wrapper,
.layout-container {
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
}

.layout-container {
    min-height: 100vh;
}

@media (min-width: 1200px) {

    .layout-menu-fixed:not(.layout-menu-collapsed) .layout-page,
    .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page {
        padding-left: 16.25rem;
    }
}

.layout-navbar.navbar-detached {
    width: calc(100% - (1.625rem * 2));
    margin: .75rem auto 0;
    border-radius: .375rem;
    padding: 0 1.5rem;
}

.navbar-detached {
    box-shadow: 0 0 0.375rem 0.25rem rgb(161 172 184 / 15%);
}

@media (min-width: 1200px) {

    .layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
    .layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
    .layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-menu {
        z-index: 1080;
    }
}

.bg-menu-theme.menu-vertical {
    box-shadow: 0 0.125rem 0.375rem 0 rgb(161 172 184 / 12%);
}

@media (min-width: 1200px) {

    .layout-menu-fixed .layout-menu,
    .layout-menu-fixed-offcanvas .layout-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.menu-vertical:not(.menu-no-animation) {
    transition: width .3s;
}

.layout-page,
.content-wrapper,
.content-wrapper>*,
.layout-menu {
    min-height: 1px;
}

.menu-vertical,
.menu-vertical .menu-block,
.menu-vertical .menu-inner>.menu-item,
.menu-vertical .menu-inner>.menu-header {
    width: 16.25rem;
}

.menu-vertical {
    flex-direction: column;
}

.menu {
    display: flex;
}

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.menu-vertical .app-brand {
    padding-right: 2rem;
    padding-left: 2rem;
}

.menu .app-brand {
    width: 100%;
}

.app-brand {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    line-height: 1;
    min-height: 1px;
    align-items: center;
}

.app-brand-link {
    display: flex;
    align-items: center;
}

a {
    color: #69ffc8;
}

.menu-vertical .menu-inner {
    flex-direction: column;
    flex: 1 1 auto;
}

.ps {
    position: relative;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.menu-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    height: 100%;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.menu-item,
.menu-header,
.menu-divider,
.menu-block {
    flex: 0 0 auto;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-vertical,
.menu-vertical .menu-block,
.menu-vertical .menu-inner>.menu-item,
.menu-vertical .menu-inner>.menu-header {
    width: 16.25rem;
}

.menu-item,
.menu-header,
.menu-divider,
.menu-block {
    flex: 0 0 auto;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-vertical .menu-inner>.menu-item {
    margin: .0625rem 0;
}

.menu-item {
    align-items: flex-start;
    justify-content: flex-start;
}

@media (min-width: 1200px) {

    .layout-menu-fixed .layout-menu,
    .layout-menu-fixed-offcanvas .layout-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.layout-menu-fixed .layout-menu,
.layout-menu-fixed-offcanvas .layout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner>.menu-item.active:before {
    content: "";
    position: absolute;
    right: 0;
    width: .25rem;
    height: 2.5rem;
    border-radius: .375rem 0 0 .375rem;
}

.bg-menu-theme .menu-inner>.menu-item.active:before {
    background: #69ffc8;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link {
    border-radius: .375rem;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
    color: #35bf8c;
    background-color: rgb(105 255 213 / 29%) !important
}

.menu-vertical .menu-item .menu-link,
.menu-vertical .menu-block {
    padding: .625rem 1rem;
}

.menu:not(.menu-no-animation) .menu-link {
    transition-duration: .3s;
    transition-property: color, background-color;
}

.app-brand-logo {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    min-height: 1px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

.bg-menu-theme .menu-text {
    color: #566a7f;
}

.app-brand-text {
    flex-shrink: 0;
    opacity: 1;
    transition: opacity .15s ease-in-out;
}

.ms-2 {
    margin-left: .5rem !important;
}

.fw-bolder {
    font-weight: 900 !important;
}

.app-brand-link {
    text-decoration: none;
}

.menu-vertical .menu-item.active:not(.open)>.menu-link {
    font-weight: 600;
}

.menu-vertical .menu-item .menu-link {
    font-size: .9375rem;
}

.menu-vertical .menu-item .menu-link,
.menu-vertical .menu-block {
    padding: .625rem 1rem !important;
}

a {
    color: #35bf8c;
    text-decoration: none;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link {
    border-radius: .375rem;
}

.menu-vertical .menu-inner>.menu-item .menu-link {
    margin: 0rem 0rem;
}

.menu-vertical .menu-item .menu-toggle {
    padding-right: calc(1rem + 1.26em) !important;
}

.menu:not(.menu-no-animation) .menu-link {
    transition-duration: .3s;
    transition-property: color, background-color;
}

.menu:not(.menu-no-animation) .menu-icon {
    transition: margin-right .3s ease;
}

.menu-vertical .menu-icon {
    width: 1.5rem;
}

.menu:not(.menu-no-animation) .menu-icon {
    transition: margin-right .3s ease;
}

.menu-vertical .menu-icon {
    width: 1.5rem;
}

.menu-icon {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: .5rem;
    font-size: 1.25rem;
}

.menu-link>:not(.menu-icon) {
    flex: 0 1 auto;
    opacity: 1;
}

.menu:not(.menu-no-animation) .menu-link>:not(.menu-icon) {
    transition: opacity .3s ease-in-out;
}

@media (min-width: 1200px) {

    .layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
    .layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
    .layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-menu {
        z-index: 1080;
    }
}

@media (min-width: 1200px) {

    .layout-menu-fixed .layout-menu,
    .layout-menu-fixed-offcanvas .layout-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.menu-link {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    margin: 0;
}

.content-wrapper {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
}

.layout-content-navbar .content-wrapper {
    width: 100%;
}

html:not(.layout-footer-fixed) .content-wrapper {
    padding-bottom: 0 !important;
}

.layout-page,
.content-wrapper,
.content-wrapper>*,
.layout-menu {
    min-height: 1px;
}

.container-p-y:not([class^=pb-]):not([class*=" pb-"]) {
    padding-bottom: 1.625rem !important;
}

.container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
    padding-top: 1.625rem !important;
}

.layout-page,
.content-wrapper,
.content-wrapper>*,
.layout-menu {
    min-height: 1px;
}

@media (min-width: 992px) {

    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        padding-right: 1.625rem;
        padding-left: 1.625rem;
    }
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.order-0 {
    order: 0 !important;
}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.row>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y);
}

.card {
    background-clip: padding-box;
    box-shadow: 0 2px 6px 0 rgb(67 89 113 / 12%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: .5rem;
}

.align-items-end {
    align-items: flex-end !important;
}

.d-flex {
    display: flex !important;
}

.row {
    --bs-gutter-x: 1.625rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x));
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}

.text-primary {
    color: #696cff !important;
}

@media (min-width: 576px) {
    .col-sm-7 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

.text-light {
    --bs-text-opacity: 1;
    color: #b4bdc6 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.accordion>.card:not(:last-of-type) {
    border-radius: .375rem !important;
    margin-bottom: .6875rem;
}

.card.accordion-item {
    box-shadow: 0 0.125rem 0.25rem rgb(161 172 184 / 40%);
}

.accordion-item {
    background-color: #fff;
    border: 0 solid #d9dee3;
}

.accordion-header {
    line-height: 1.54;
}

.accordion-header {
    margin-bottom: 0;
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem;
    }
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}

.accordion-button.collapsed {
    border-radius: .375rem;
}

.accordion-button:not(.collapsed) {
    color: #566a7f;
    background-color: #fff;
    box-shadow: inset 0 0 0 #d9dee3;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23435971' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' fill='%23566a7f' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
    transform: rotate(90deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: .75rem;
    height: .75rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23435971' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' fill='%23566a7f' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: .75rem;
    transition: transform .2s ease-in-out;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

.accordion-button {
    box-shadow: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .79rem 1.125rem;
    font-size: 0.9375rem;
    color: #566a7f;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: all .2s ease-in-out, border-radius .15s ease;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    color: #566a7f;
}

.method {
    text-transform: uppercase;
    line-height: .75;
}

.method {
    display: inline-block;
    padding: .52em .593em;
    font-size: 0.8125em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.accordion-header+.accordion-collapse .accordion-body {
    padding-top: 0;
}

.accordion-body {
    padding: .79rem 1.125rem;
}

.method_post {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.method_delete {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.method_put {
    --bs-bg-opacity: 1;
    background-color: rgb(96, 10, 233);
}

.method_filter {
    --bs-bg-opacity: 1;
    background-color: rgb(188, 10, 233);
}

.method_find {
    --bs-bg-opacity: 1;
    background-color: rgb(10, 233, 129);
}

.method_headers {
    --bs-bg-opacity: 1;
    background-color: #ffab00;
    cursor: pointer;
}

.method_patch {
    background-color: rgba(231, 53, 193, 0.938);
    border-color: rgb(233, 10, 177);
    color: #f5f5f5;
}

.method_get {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.title_method {
    width: 18rem;
    height: 2rem;
    padding: 0.2rem;
    text-align: start;
    margin-left: -30px;
    font-size: medium;
}

.attributes_method {
    color: #00d0ff;
    margin-left: 1rem;
    margin-bottom: 0;
}

.alert-dark {
    background-color: #2e303a;
    border-color: #2e303a;
    color: #f5f5f5;
}

.attributes_value {
    color: #ff8e2d;
    margin-bottom: 0;
}

.divider.text-start-center .divider-text {
    left: -25%;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: .8rem;
    padding: 0rem 1rem;
}

.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

.alert-primary {
    background-color: #e7e7ff;
    border-color: #d2d3ff;
    color: #696cff;
}

.alert {
    position: relative;
    padding: .9375rem .9375rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: .375rem;
}

.alert-danger {
    background-color: #ffe0db;
    border-color: #ffc5bb;
    color: #ff3e1d;
}

.alert-warning {
    background-color: #fff2d6;
    border-color: #ffe6b3;
    color: #ffab00;
}

.alert-success {
    background-color: #e8fadf;
    border-color: #d4f5c3;
    color: #71dd37;
}

.alert-dark {
    background-color: #dcdfe1;
    border-color: #bdc2c8;
    color: #233446;
}

.card hr {
    color: #d9dee3;
}

hr:not([size]) {
    height: 1px;
}

hr {
    margin: 1rem 0;
    color: #d9dee3;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}

.divMoon {
    background: #aeaeae;
    cursor: pointer;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: 20px;
    margin-right: 1rem;
    top: 16px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.divGit {
    cursor: pointer;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: 60px;
    margin-right: 1rem;
    top: 16px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.divLaravel {
    cursor: pointer;
    background: #aeaeae;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: 105px;
    margin-right: 1rem;
    top: 16px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.bxs-moon:before {
    content: "\ee4e";
}

.bxs-sun:before {
    content: "\eebe";
}

.divMoon:hover {
    background: #7d7d7d;
    color: #fff;
}

.bxl-github {
    font-size: 2.2rem;
    bottom: -0.2rem;
    right: 0rem;
    position: absolute;
}

#gitLink {
    color: #aeaeae;
}

#iconLaravel {
    color: #fff;
}

#gitLink:hover {
    color: #7d7d7d;
}

.divLaravel:hover {
    background: #7d7d7d;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4375rem 1.25rem;
    font-size: 0.9375rem;
    border-radius: .375rem;
    transition: all .2s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #696cff;
    border-color: #696cff;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
    z-index: 999;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

.btn-secondary {
    color: #fff;
    background-color: #8592a3;
    border-color: #8592a3;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(133 146 163 / 40%);
    z-index: 999;
}

.btn-success {
    color: #fff;
    background-color: #71dd37;
    border-color: #71dd37;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(113 221 55 / 40%);
    z-index: 999;
}

.btn-danger {
    color: #fff;
    background-color: #ff3e1d;
    border-color: #ff3e1d;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(255 62 29 / 40%);
    z-index: 999;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5f61e6;
    border-color: #5f61e6;
    transform: translateY(-1px);
}

.btn-success:hover {
    color: #fff;
    background-color: #66c732;
    border-color: #66c732;
    transform: translateY(-1px);
}

.btn-danger:hover {
    color: #fff;
    background-color: #e6381a;
    border-color: #e6381a;
    transform: translateY(-1px);
}

.btn-secondary:hover {
    color: #fff;
    background-color: #788393;
    border-color: #788393;
    transform: translateY(-1px);
}

.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;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
.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;
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.9375rem;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(67,89,113,.1);
    box-shadow: 0 0.25rem 1rem rgb(161 172 184 / 45%);
    border-radius: .5rem;
}
.toast-container>:not(:last-child) {
    margin-bottom: 1.25rem;
}
.toast.bs-toast {
    background-color: rgba(255,255,255,.85);
    z-index: 1095;
}
.bg-primary.toast, .bg-primary.bs-toast {
    color: #fff;
    background-color: rgba(105,108,255,.85) !important;
    box-shadow: 0 0.25rem 1rem rgb(105 108 255 / 40%);
}
.bg-danger.toast, .bg-danger.bs-toast {
    color: #fff;
    background-color: rgba(255,62,29,.85) !important;
    box-shadow: 0 0.25rem 1rem rgb(255 62 29 / 40%);
}
.bs-toast[class^=bg-], .bs-toast[class*=" bg-"] {
    border: none;
}
.bg-success.toast, .bg-success.bs-toast {
    color: #fff;
    background-color: rgba(113,221,55,.85) !important;
    box-shadow: 0 0.25rem 1rem rgb(113 221 55 / 40%);
}
.bg-dark.toast, .bg-dark.bs-toast {
    color: #fff;
    background-color: rgba(35,52,70,.85) !important;
    box-shadow: 0 0.25rem 1rem rgb(35 52 70 / 40%);
}
.bg-warning.toast, .bg-warning.bs-toast {
    color: #fff;
    background-color: rgba(255,171,0,.85) !important;
    box-shadow: 0 0.25rem 1rem rgb(255 171 0 / 40%);
}
.bg-info.toast, .bg-info.bs-toast {
    color: #fff;
    background-color: rgba(3,195,236,.85) !important;
    box-shadow: 0 0.25rem 1rem rgb(3 195 236 / 40%);
}
.toast-container>:not(:last-child) {
    margin-bottom: 1.25rem;
}
.bg-primary.toast .toast-header, .bg-primary.bs-toast .toast-header {
    color: #fff;
}
.toast.bs-toast .toast-header {
    padding-bottom: .5rem;
    position: relative;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.25rem;
    color: #697a8d;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 0 solid transparent;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.toast.bs-toast .toast-header~.toast-body {
    padding-top: 0;
}
.toast-body {
    padding: 1.25rem;
    word-wrap: break-word;
}
.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 0.1875rem 0.375rem 0 rgb(105 108 255 / 40%) !important;
}
.toast.bs-toast .toast-header .btn-close {
    position: absolute;
    top: -8px;
    border-radius: .375rem;
    padding: .45rem;
    background-size: .625em;
    transition: all .23s ease .1s;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgb(161 172 184 / 40%);
    right: 2px;
}
.toast-header .btn-close {
    margin-right: -0.625rem;
    margin-left: 1.25rem;
}
.btn-close {
    box-sizing: content-box;
    width: .8em;
    height: .8em;
    padding: .25em .25em;
    color: #a1acb8;
    background: transparent 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%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/0.8em auto no-repeat center/0.8em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .95;
}
.start-50 {
    left: 50% !important;
}
.top-50 {
    top: 50% !important;
}
.toast-placement-ex {
    position: fixed;
}
