/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: var(--th5)
}

::-webkit-scrollbar-thumb {
    background: var(--th3)
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--blisthighlight)
    }

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

html, body {
    font-size: 1rem;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Trebuchet MS', Verdana, Tahoma;
}

/**
 * Render the `main` element consistently in IE.
 */

details, main, .block {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border: 0;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border-top: 1px solid;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong, .b {
    font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

    /* layout */
    /****layout*/
    /* ::-webkit-scrollbar {
    .display: none;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: var(--th5);
}

::-webkit-scrollbar-thumb {
    background: var(--th3);
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--th2);
    } */

    /* Typography */
    *, *::before, *::after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

.lh2, .lh2p p {
    line-height: 2;
}

p, .lh15 {
    line-height: 1.5;
}

* {
    font-weight: var(--fw, inherit);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, .aipr, .aidc, section, main, article, dialog, aside, a, button {
    position: relative;
    max-width: 100%;
    border: none;
    transition: all .3s ease;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-400 {
    font-weight: 400 !important;
}


/*Typegraphy*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.2;
}

.fn {
    font-style: normal !important;
}

.fzi {
    font-size: initial !important;
}

.b {
    font-weight: bold;
    font-weight: 500;
}

.d-1 {
    font-size: 0.90rem !important;
}

.d-2 {
    font-size: 0.80rem !important;
}

.d-3 {
    font-size: 0.70rem !important;
}

.d-4 {
    font-size: 0.50rem !important;
}

.d0 {
    font-size: 1rem !important;
}

.d1 {
    font-size: 2.8rem !important;
}

.d2 {
    font-size: 2.25rem !important;
}

.d3 {
    font-size: 2rem !important;
}

.d4 {
    font-size: 1.75rem !important;
}

.d5 {
    font-size: 1.5rem !important;
}

.d6 {
    font-size: 1.25rem !important;
}

.h1, h1 {
    font-size: 2rem !important;
}

.h2, h2 {
    font-size: 1.4rem !important;
}

.h3, h3 {
    font-size: 1.3rem !important;
}

.h4, h4 {
    font-size: 1.2rem !important;
}

.h5, h5 {
    font-size: 1.1rem !important;
}

.h6, h6 {
    font-size: 1.05rem !important;
}

.h0 {
    font-size: 6rem !important;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.aiaright {
    text-align: right !important;
}

.aialeft {
    text-align: left !important;
}

.aiacenter {
    text-align: center;
}

.aiajustify, .aiapjustify p {
    text-align: justify;
}

.aifright {
    float: right !important;
}

.aifleft {
    float: left !important;
}

li {
    line-height: 2;
}

.iconlist, .iconlistd {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .iconlist li, .iconlistd > * {
        line-height: 1.5;
        position: relative;
        padding: 0.5rem 0 0.5rem 2rem;
    }

        .iconlist li i, .iconlistd > *:before {
            padding: 0
        }

        .iconlistd > *:before {
            content: attr(data-icon);
            position: absolute;
            font-family: 'Material Icons Outlined';
            top: 5px;
            left: 0;
            height: 100%;
            font-size: 1.3em;
            /* color: var(--btn); */
        }

/* .z {
    z-index: var(--z,1);
} */

section {
    position: relative;
}
/* 
    https://material-foundation.github.io/material-theme-builder/#/custom 
    https://github.com/material-components/material-web

*/

body:not(.site) {
    height: 100vh;
    color: var(--text);
    background-color: var(--background);
}

.mw {
    max-width: 1171px;
}

* {
    box-sizing: border-box;
}

/* .sh1, body > header, nav.sidebar, aside.sidebar, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible {
    -webkit-box-shadow: var(--sh1);
    box-shadow: var(--sh1);
} */

/*****grids to be modified as follows after few days */
/* --gg: grid gap value in rem 0.125rem 0.25rem 0.5rem etc, 
    --gm: margin value .5rem 1rem 1.5rem etc;
*/

/*.gm > * {margin:var(--gm, auto);}
.gp > * {
    padding: var(--gm, auto);
}
.gridsa {
    display: grid;
    grid-template-columns: repeat(var(--gtca), auto);
    grid-gap: var(--gg, 0);
}
.grids {
    display: grid;
    grid-template-columns: repeat(var(--gtc,1), minmax(0, 1fr));
    grid-gap: var(--gg, 0);
}

    .grids.gae > div {
        align-self: end;
    }

    .grids.gaa > div {
        align-self: auto;
    }

    .grids > *, .gridsa > * {
        position: relative;
        grid-column: span var(--gcs, 1);
        grid-row: span var(--grs, 1);
    }*/
/*--gcs : grid column span value between 1 to 12 
    m for mobile, t for tablet, d for desktop, l for large screen
*/
/*--grs : grid column span value between 1 to 12 */
/*.gasf {
    align-self: center;
}

.grids.gac {
    align-items: center;
}

.grid-iconp {
    grid-template-columns: minmax(0, 30px) minmax(0, 1fr);
}

.grid-icons {
    grid-template-columns: minmax(0, 30px);
}

.grid-2-25, .grid-2-25s {
    grid-template-columns: minmax(0, 25%) minmax(0, 1fr);
}

.grid-2-75, .grid-2-75s {
    grid-template-columns: minmax(0, 1fr) minmax(0, 25%);
}

.grid-2-66, .grid-2-66s {
    grid-template-columns: minmax(0, 1fr) minmax(0, 33%);
}

.grid-2-33, .grid-2-33s {
    grid-template-columns: minmax(0, 33%) minmax(0, 1fr);
}
.gridal2 {
    grid-template-columns: auto 1fr;
}

.gridar2 {
    grid-template-columns: 1fr auto;
}
.grid120 {
    grid-template-columns: 120px minmax(0, 1fr);
}

.grid64 {
    grid-template-columns: 64px minmax(0, 1fr);
}

@media only screen and (max-width: var(--breakpoint-sm)) {
    .grids {
        grid-template-columns: repeat(var(--gtcm, 1), minmax(0, 1fr));
    }
    .gridsa {
        grid-template-columns: repeat(var(--gtcam, 1), auto);
    }
    .gridal2, .gridar2,
    .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-2-25, .grid-2-75, .grid-2-66, .grid-2-33 {
        grid-template-columns: minmax(0, 1fr);
    }
    .grid-2-25s {
        grid-template-columns: minmax(0, 25%) minmax(0, 1fr);
    }

    .grid-2-75s {
        grid-template-columns: minmax(0, 1fr) minmax(0, 25%);
    }

    .grid-2-66s {
        grid-template-columns: minmax(0, 1fr) minmax(0, 33%);
    }

    .grid-2-33s {
        grid-template-columns: minmax(0, 33%) minmax(0, 1fr);
    }

    .masonry {
        column-count: var(--ccm, 1);
    }

    .aihsmall {
        display: none;
    }

    .mw {
        padding-left: 8px;
        padding-right: 8px;
    }

    .aidm {
        width: 100%;
    }

    .aieditor {
        min-height: 320px;
    }

    .aiedit {
        min-height: 500px;
        min-height: 320px;
    }
}*/


/* masonry */
/*.masonry {
    transition: all .5s ease-in-out;
    column-fill: initial;
    column-gap: var(--cg, 0);
    column-count: var(--cc, 1);
}

    .masonry > div {
        vertical-align: top;
        page-break-inside: avoid;
        break-inside: avoid;
        break-inside: avoid-column;
        transition: all .5s ease-in-out;
    }

        .masonry > div img {
            transition: all .5s ease-in-out;
            backface-visibility: hidden;
            display: block;
        }

        .masonry > div:hover img {
            opacity: .82;
        }

    .masonry.bordered {
        column-rule: 1px solid var(--menuborder);
    }

.cg8 > div {
    margin-bottom: 8px;
}

.cg16 > div {
    margin-bottom: 16px;
}

.cg32 > div {
    margin-bottom: 32px;
}

.cg48 > div {
    margin-bottom: 48px;
}

.cg64 > div {
    margin-bottom: 64px;
}*/
/*****grids*/
.gg2 {
    grid-gap: 2px;
}

.gg4 {
    grid-gap: 4px;
}

.gg8 {
    grid-gap: 8px;
}

.gg16 {
    grid-gap: 16px;
}

.gg32 {
    grid-gap: 32px;
}

.gg48 {
    grid-gap: 48px;
}

.gg64 {
    grid-gap: 64px;
}

.gm8 > div {
    margin: 8px;
}

.gm16 > div {
    margin: 16px;
}

.gm32 > div {
    margin: 32px;
}

.gp8 > div {
    padding: 8px;
}

.gp16 > div {
    padding: 16px;
}

.gp32 > div {
    padding: 32px;
}

.grids {
    display: grid;
}

    .grids.gae > div {
        align-self: end;
    }

    .grids.gaa > div {
        align-self: auto;
    }

.gasf {
    align-self: center;
}

.grids.gac {
    align-items: center;
}

.grids > * {
    position: relative;
    /* .color: var(--th9);
    .background-color: var(--th5); */
}


.grid-iconp {
    grid-template-columns: minmax(0, 30px) minmax(0, 1fr);
}

.grid-icons {
    grid-template-columns: minmax(0, 30px);
}

.grid-1 {
    grid-template-columns: minmax(0, 1fr);
}

.grid-2, .grid-2s {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3, .grid-3s {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4, .grid-4s {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-5, .grid-5s {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-6, .grid-6s {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-7, .grid-7s {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-8, .grid-8s {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-9, .grid-9s {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-10, .grid-10s {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-11, .grid-11s {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-12, .grid-12s {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-2-25, .grid-2-25s {
    grid-template-columns: minmax(0, 25%) minmax(0, 1fr);
}

.grid-2-75, .grid-2-75s {
    grid-template-columns: minmax(0, 1fr) minmax(0, 25%);
}

.grid-2-66, .grid-2-66s {
    grid-template-columns: minmax(0, 1fr) minmax(0, 33%);
}

.grid-2-33, .grid-2-33s {
    grid-template-columns: minmax(0, 33%) minmax(0, 1fr);
}

.gcs2 {
    grid-column: span 2;
}

.gcs3 {
    grid-column: span 3;
}

.gcs4 {
    grid-column: span 4;
}

.gcs5 {
    grid-column: span 5;
}

.gcs6 {
    grid-column: span 6;
}

.gcs7 {
    grid-column: span 7;
}

.gcs8 {
    grid-column: span 8;
}

.gcs9 {
    grid-column: span 9;
}

.gcs10 {
    grid-column: span 10;
}

.gcs11 {
    grid-column: span 11;
}

.gcs12 {
    grid-column: span 12;
}

.grs2 {
    grid-row: span 2;
}

.grs3 {
    grid-row: span 3;
}

.grs4 {
    grid-row: span 4;
}

.grs5 {
    grid-row: span 5;
}

.grs6 {
    grid-row: span 6;
}

.grs7 {
    grid-row: span 7;
}

.grs8 {
    grid-row: span 8;
}

.grs9 {
    grid-row: span 9;
}

.grs10 {
    grid-row: span 10;
}

.grs11 {
    grid-row: span 11;
}

.grs12 {
    grid-row: span 12;
}

.gridal2 {
    grid-template-columns: auto 1fr;
}

.gridar2 {
    grid-template-columns: 1fr auto;
}

.grida2 {
    grid-template-columns: repeat(2,auto);
}

.grida3 {
    grid-template-columns: repeat(3,auto);
}

.grida4 {
    grid-template-columns: repeat(4,auto);
}

.grida5 {
    grid-template-columns: repeat(5,auto);
}

.grida6 {
    grid-template-columns: repeat(6,auto);
}

.grida7 {
    grid-template-columns: repeat(7,auto);
}

.grida8 {
    grid-template-columns: repeat(8,auto);
}

.grida9 {
    grid-template-columns: repeat(9,auto);
}

.grida10 {
    grid-template-columns: repeat(10,auto);
}

.grida11 {
    grid-template-columns: repeat(11,auto);
}

.grida12 {
    grid-template-columns: repeat(12,auto);
}

.grid120 {
    grid-template-columns: 120px minmax(0, 1fr);
}

.grid64 {
    grid-template-columns: 64px minmax(0, 1fr);
}

@media only screen and (max-width: 600px) {
    .gridal2, .gridar2,
    .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-2-25, .grid-2-75, .grid-2-66, .grid-2-33 {
        grid-template-columns: minmax(0, 1fr);
    }

    .grid-1s {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid-2s {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-3s {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid-4s {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid-5s {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid-6s {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid-7s {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .grid-8s {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .grid-9s {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .grid-10s {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .grid-11s {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .grid-12s {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .grid-2-25s {
        grid-template-columns: minmax(0, 25%) minmax(0, 1fr);
    }

    .grid-2-75s {
        grid-template-columns: minmax(0, 1fr) minmax(0, 25%);
    }

    .grid-2-66s {
        grid-template-columns: minmax(0, 1fr) minmax(0, 33%);
    }

    .grid-2-33s {
        grid-template-columns: minmax(0, 33%) minmax(0, 1fr);
    }

    .gcs2, .gcs3, .gcs4, .gcs5, .gcs6, .gcs7, .gcs8, .gcs9, .gcs10, .gcs11, .gcs12 {
        grid-column: span 1
    }

    .grs2, .grs3, .grs4, .grs5, .grs6, .grs7, .grs8, .grs9, .grs10, .grs11, .grs12 {
        grid-row: span 1
    }

    .cc5, .cc4, .cc3, .cc2 {
        column-count: 1;
    }

    .aihsmall {
        display: none;
    }

    .aihidel {
        display: inherit !important;
    }

    .mw {
        padding-left: 8px;
        padding-right: 8px;
    }

    .aidm {
        width: 100%;
    }

    .aieditor {
        min-height: 320px;
    }

    .aiedit {
        min-height: 500px;
        min-height: 320px;
    }
}


/* masonry */
.masonry {
    transition: all .5s ease-in-out;
    column-fill: initial;
    column-gap: 0;
}

    .masonry > div {
        vertical-align: top;
        page-break-inside: avoid;
        break-inside: avoid;
        break-inside: avoid-column;
        transition: all .5s ease-in-out;
    }

        .masonry > div img {
            transition: all .5s ease-in-out;
            backface-visibility: hidden;
            display: block;
        }

        .masonry > div:hover img {
            opacity: .82;
        }

/* .masonry.bordered {
        column-rule: 1px solid var(--menuborder);
    } */

.cc5 {
    column-count: 5;
}

.cc4 {
    column-count: 4;
}

.cc3 {
    column-count: 3;
}

.cc2 {
    column-count: 2;
}

.cg8 {
    column-gap: 8px;
}

.cg16 {
    column-gap: 16px;
}

.cg32 {
    column-gap: 32px;
}

.cg48 {
    column-gap: 48px;
}

.cg64 {
    column-gap: 64px;
}

.cg8 > div {
    margin-bottom: 8px;
}

.cg16 > div {
    margin-bottom: 16px;
}

.cg32 > div {
    margin-bottom: 32px;
}

.cg48 > div {
    margin-bottom: 48px;
}

.cg64 > div {
    margin-bottom: 64px;
}


/* header atricle, and body */
body > header {
    position: sticky;
    top: -1px;
    z-index: 55;
    transition: all .5s ease;
    display: block;
}

article, dialog {
    height: 100%;
    position: relative;
    overflow: auto;
    /* background-color: var(--am-primary-container); */
}

    article > div, dialog > div {
        padding: 1.25rem 1rem;
        background-color: #fff;
        /* box-shadow: var(--sh3); */
        margin: 0 1rem;
    }

    article header, dialog header {
        padding: 0.75rem 1rem;
        position: sticky;
        --top: 0;
        z-index: 55;
        /* background-color: var(--am-primary-container); */
    }

        article header .aimsubmenu, dialog header .aimsubmenu {
            box-shadow: 0 1px 10px rgb(0 119 255 / 20%) !important;
            right: 10px;
            top: 95%;
            min-width: 250px;
            position: absolute;
        }

            article header .aimsubmenu button, dialog header .aimsubmenu button {
                width: 100% !important;
                text-align: left;
                display: flex !important;
                gap: 0.5rem;
                vertical-align: middle;
                align-items: center;
                line-height: 2rem;
                cursor: pointer;
            }

.site article > header {
    display: none !important;
}
/* article header .aimsubmenu button:hover i,
            article header .aimsubmenu button:hover span,
            dialog header .aimsubmenu button:hover i,
            dialog header .aimsubmenu button:hover span {
                .color: #00ADDD;
            } */

.aidf, .aiadf > * {
    display: flex !important;
    vertical-align: middle;
    gap: var(--gg, 0.5rem);
    align-items:center;
}

    .aidf > * {
        display: inline-block;
        position: relative;
        align-self: center;
    }

.aidf {
    align-items: stretch;
}

.aidf1 {
    display: flex !important;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
    gap: 0.5rem;
}
/* navigagtion */
nav.ainav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav > ul li {
    position: relative;
    display: block;
}

nav.ainav > ul > li {
    align-items: stretch;
}

    nav.ainav > ul > li ul {
        display: none;
        /* background-color: var(--bmenulist); */
        min-width: 250px;
        opacity: 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        z-index: 200;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: all .4s ease-in-out 0s;
        max-height: 80vh;
        overflow-x: auto;
    }

    nav.ainav > ul > li:hover ul, nav.ainav > ul > li:focus-within ul {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        /*        border-top: 2px solid var(--menubhover);
        border-bottom: 1px solid var(--menubhover);
*/ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

/*    nav.ainav > ul > li > ul a:focus, nav.ainav > ul > li > ul a:hover, nav.ainav > ul > li > ul a:focus-within {
        background-color: var(--menubhover);
        color: var(--menuchover);
    }
*/
.mla {
    margin-left: auto;
}

.aic {
    align-items: center;
    display: inherit;
}

a > img, a > svg, a > i {
    display: block;
}

nav.ainav ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
}

nav.ainav > ul > li > ul a {
    padding: 4px 10px;
}


nav.ainav > ul > li > a {
    height: 100%;
    align-items: center;
}
/* Site level configuration */
nav.ainav > ul > li {
    padding: 0.75rem 1.5rem;
}

article nav.ainav > ul > li, dialog nav.ainav > ul > li {
    padding: 0.25px !important;
}

nav.navadmin.ainav > ul > li {
    padding: inherit;
}

i, .mi::before {
    text-transform: lowercase !important;
    font-size: 1.5rem;
    font-family: "Material Icons Outlined";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    min-width: 2rem;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s;
}

    i::before, .mi::before {
        /*        content: var(--on);
*/ font-family: "Material Icons Outlined";
        display: inline-flex;
        letter-spacing: 0.2rem;
        font-style: normal;
        transition: all 0.2s;
        vertical-align: text-top;
    }

.hidecheckbox, input[type=checkbox]:checked ~ i.unchecked {
    display: none;
}

input[type=checkbox]:not(:checked) ~ i.checked {
    display: none;
}

body.collapsed nav.sidebar {
    max-width: 3rem;
}

.sidebar, main {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

aside.sidebar {
    display: none;
}

aside.sidebar, nav.sidebar, main {
    position: absolute;
    height: calc(100vh - 50px);
    top: 0;
    box-sizing: border-box;
}

nav.sidebar, aside.sidebar, main {
    height: 100%;
    overflow: hidden;
}

aside.sidebar {
    right: 0;
    min-width: var(--fw);
    z-index: 120;
}

nav.sidebar {
    left: 0;
    width: var(--fw);
    max-width: var(--fw);
    z-index: 120;
}

main {
    width: 100%;
    padding-left: var(--fw);
}

.site main {
    position: relative;
    height: auto;
    overflow: auto;
    padding-left: 0;
}

body.collapsed main {
    padding-left: 3rem;
}

#mainsection > * {
    overflow: auto;
}
/***accordian / aicollapse */
.aicollapse:not(.noplus):after, .accordionsnd:after {
    content: '\e5cf';
    margin-left: 5px;
    position: absolute;
    right: 8px;
    font-size: 1.2rem;
    font-family: 'Material Icons Outlined';
    transition: transform ease-in-out 0.5s;
}

.aicollapse + *, .accordionsnd + div, .shownext + * {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    max-height: 0;
    overflow: hidden;
    .margin-left: 22px;
}

    .aicollapse.open + *, .accordionsnd.open + div, .shownext:hover + *, .shownext + *:hover, .shownext:focus + *, .shownext + *:focus {
        max-height: initial;
        overflow: visible;
        display: block;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        /*        border-top: 2px solid var(--l4);
        border-bottom: 1px solid var(--l4);
*/ box-shadow: hsl(240deg 30% 28% / 25%) 0px 50px 100px -20px, hsl(0deg 0% 0% / 30%) 0px 30px 60px -30px;
    }

.aicollapse.open:not(.noplus):after, .accordionsnd.open:after {
    content: "\e5cf";
    transform: rotate(-180deg);
}

input:required + label::after, select:required ~ label::after {
    content: '*';
    position: absolute;
    top: 0px;
    color: red;
    font-size: 1rem;
}
/* Switch
   ========================================================================== */
.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .switch label {
        cursor: pointer;
    }

        .switch label input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .switch label input[type=checkbox]:checked + .lever {
                background-color: #84c7c1;
            }

                .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
                    left: 18px;
                }

                .switch label input[type=checkbox]:checked + .lever:after {
                    background-color: var(--opt);
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 36px;
            height: 14px;
            background-color: rgba(0, 0, 0, 0.38);
            border-radius: 15px;
            margin-right: 10px;
            -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease;
            vertical-align: middle;
            margin: 0 16px;
        }

            .switch label .lever:before, .switch label .lever:after {
                content: "";
                position: absolute;
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                left: 0;
                top: -3px;
                -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
                transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
                transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
                transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
            }

            .switch label .lever:before {
                background-color: rgba(38, 166, 154, 0.15);
            }

            .switch label .lever:after {
                background-color: #F1F1F1;
                -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
            }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #949494;
}

/*Button*/
button {
    display: inline-flex;
    gap: 0.25rem;
    vertical-align: middle;
    line-height: 2rem;
    align-items: center;
    padding: 0 0.5rem;
    /*    background-color: hsl(var(--ch1), var(--cs1), var(--cl1));
    color: var(--btnt);
*/
}

    button i ~ span {
        padding-right: 0.5rem;
    }

.icononly {
    padding: 0;
    gap: 0;
}

.button1 button {
    border: none;
    /*    background-color: var(--am-primary-container);
    color: var(--am-primary);
*/
}

    .button1 button:hover, .button1 button:hover i {
        /*        background-color: var(--am-primary);
        color: var(--am-on-primary);
*/ transition: all 0.2s;
    }

/*    .button1 button:hover {
        box-shadow: var(--sh1);
    }
*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    nav.sidebar {
        max-width: 0;
    }
    header > .aidf {flex-direction:column;}
    header > .aidf > * {
        width:100%;
    }
    header nav { .display:none;height: calc(100vh - 120px); overflow:auto;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: var(--breakpoint-sm)) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: var(--breakpoint-md)) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: var(--breakpoint-lg)) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: var(--breakpoint-xl)) {
}

/* To be removed Start */
/* colors */
/*:root, :root *, :root::after, :root::before {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --fontsans: 'Open Sans', sans-serif;
    --fontmono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --tr: 1;
    --ch: 0;
    --cs: 0%;
    --cl: 100%;
    --menuptb: 8px;
    --menuprl: 13px;
    --menuptbm: 10px;
}
*/
/* Theme Configuration

*/
/*.lighten, .lighten *, .lighten *::before, .lighten *::after, .darken, .darken *, .darken *::before, .darken *::after {
    --th9: hsl(var(--ch),var(--cs), var(--t9));
    --th5: hsl(var(--ch),var(--cs), var(--t5));
    --th4: hsl(var(--ch),var(--cs), var(--t4));
    --th45: hsl(var(--ch),var(--cs), calc(var(--t4) + 4%));
    --th3: hsl(var(--ch),var(--cs), var(--t3));
    --th2: hsl(var(--ch),var(--cs), var(--t2));
    --th1: hsl(var(--ch),var(--cs), var(--t1));
    --th0: hsl(var(--ch),var(--cs), var(--t0));
    --thl: hsla(0, 0%, 91%, var(--tr));
    --thd: hsla(0, 0%,28%, var(--tr));
    --th95: hsl(var(--ch),var(--cs), var(--t9), 0.05);
    --th91: hsl(var(--ch),var(--cs), var(--t9), 0.1);
    --thw: hsl(0,0%,var(--tw));
    --thb: hsl(0,0%,var(--tb));
    --thw1: hsl(var(--ch),var(--cs),var(--tw1));
    --thb1: hsl(var(--ch),var(--cs),var(--tb1));
    --thb2: hsl(var(--ch),var(--cs),var(--tb2));
    --c: hsl(var(--ch), var(--cs), var(--cl));
    --ctl: hsl(var(--ch), var(--cs), calc(var(--cl) + 10%));
    --ctd: hsl(var(--ch), var(--cs), calc(var(--cl) - 10%));
    --ctl1: hsl(var(--ch), var(--cs), calc(var(--cl) + 20%));
    --ctd1: hsl(var(--ch), var(--cs), calc(var(--cl) - 20%));
    --ctl2: hsl(var(--ch), var(--cs), calc(var(--cl) + 40%));
    --ctd2: hsl(var(--ch), var(--cs), calc(var(--cl) - 40%));
    --ctc: hsl(calc(var(--ch) + 180), var(--cs), var(--cl));
    --ctt1: hsl(calc(var(--ch) + 120), var(--cs), var(--cl));
    --ctt2: hsl(calc(var(--ch) + 240), var(--cs), var(--cl));
    --ctt3: hsl(calc(var(--ch) + 360), var(--cs), var(--cl));
    --degree: 15;
    --cta1: hsl(calc(var(--ch) + var(--degree)), var(--cs), var(--cl));
    --cta2: hsl(calc(var(--ch) - var(--degree)), var(--cs), var(--cl));
    --l5: hsl(var(--ch),var(--cs), 94%);
    --l4: hsl(var(--ch),var(--cs), 86%);
    --l3: hsl(var(--ch),var(--cs), 80%);
    --l2: hsl(var(--ch),var(--cs), 70%);
    --l1: hsl(var(--ch),var(--cs), 60%);
    --th: hsl(var(--ch),var(--cs), 50%);
    --d1: hsl(var(--ch),var(--cs), 44%);
    --d2: hsl(var(--ch),var(--cs), 37%);
    --d3: hsl(var(--ch),var(--cs), 30%);
    --d4: hsl(var(--ch),var(--cs), 20%);
    --d5: hsl(var(--ch),var(--cs), 8%);
    --d9: hsl(var(--ch),var(--cs), 2%);
    --l9: hsl(var(--ch),var(--cs), 100%);
    --d8: hsl(var(--ch),var(--cs), 4%);
    --l8: hsl(var(--ch),var(--cs), 90%);
    --d95: hsla(var(--ch),var(--cs), 2%, 0.05);
    --l95: hsla(var(--ch),var(--cs), 100%, 0.05);
    --sh02: hsla(var(--ch),var(--cs), var(--cl), 2);
    --sh12: hsla(var(--ch),var(--cs), var(--cl), 12);
    --sh16: hsla(var(--ch),var(--cs), var(--cl), 16);
    --sh19: hsla(var(--ch),var(--cs), var(--cl), 19);*/
/*--tb: 100%;
        --tw: 0%;
        --t5: 94%;
        --t4: 86%;
        --t3: 80%;
        --t2: 70%;
        --t1: 60%;
        --t0: 50%;
        --t9: 2%;
        --t5: 8%;
    --t4: 20%;
    --t3: 30%;
    --t2: 37%;
    --t1: 44%;
    --t0: 50%;
    --t9: 100%;*/
/*}*/

/*.tr1 {
    --tr: 1;
}

.tr4 {
    --tr: 0.4;
}

.tr6 {
    --tr: 0.6;
}

.tr8 {
    --tr: 0.8;
}

.lighten, .lighten *, .lighten *::before, .lighten *::after {
    --t5: 94%;
    --t4: 86%;
    --t3: 80%;
    --t2: 70%;
    --t1: 60%;
    --t0: 50%;
    --t9: 2%;
    --tw: 0%;
    --tb: 100%;
    --tw1: 2%;
    --tb1: 98%;
    --tb2: 94%;
}

.darken, .darken *, .darken *::before, .darken *::after {
    --t5: 8%;
    --t4: 20%;
    --t3: 30%;
    --t2: 37%;
    --t1: 44%;
    --t0: 50%;
    --t9: 100%;
    --tw: 100%;
    --tb: 0%;
    --tw1: 98%;
    --tb1: 2%;
    --tb2: 13%;
}

body, .darken, .lighten, article, dialog {
    background-color: var(--thb2);
    color: var(--thw1);
}

    .lighten, .lighten *, .lighten *::before, .lighten *::after, .darken, .darken *, .darken *::before, .darken *::after {
        --hbtn: hsl(var(--ch1),var(--cs1),calc(var(--cl1) - 22%));
        --btn: hsl(var(--ch1),var(--cs1),var(--cl1));
        --lbtn: hsl(var(--ch1),var(--cs1),calc(var(--cl1) + 22%));
        --gdiv: hsl(var(--ch1),var(--cs1),var(--cl1));
        --ghdiv: hsl(var(--ch1),var(--cs1),calc(var(--cl1) + 22%));
        --f1btn: hsla(var(--ch1),var(--cs1),var(--cl1),0.7);
        --f2btn: hsla(var(--ch1),var(--cs1),var(--cl1),0.3);
        --bctc: hsl(calc(var(--ch1) + 180), var(--cs1), var(--cl1));
        --bctt1: hsl(calc(var(--ch1) + 120), var(--cs1), var(--cl1));
        --bctt2: hsl(calc(var(--ch1) + 240), var(--cs1), var(--cl1));
        --degree: 15;
        --cta1: hsl(calc(var(--ch) + var(--degree)), var(--cs), var(--cl));
        --cta2: hsl(calc(var(--ch) - var(--degree)), var(--cs), var(--cl));
    }

.fblue {
    --ch1: 221;
    --cs1: 44%;
    --cl1: 41%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.blue {
    --ch1: 211;
    --cs1: 100%;
    --cl1: 50%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.darkblue {
    --ch1: 211;
    --cs1: 100%;
    --cl1: 25%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.indigo {
    --ch1: 263;
    --cs1: 90%;
    --cl1: 51%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.purple {
    --ch1: 261;
    --cs1: 51%;
    --cl1: 51%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.deeppurple, .deeppurple::before, .deeppurple::after {
    --ch1: 261;
    --cs1: 51%;
    --cl1: 46%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.pink {
    --ch1: 332;
    --cs1: 79%;
    --cl1: 58%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.maroon {
    --ch1: 350;
    --cs1: 84%;
    --cl1: 38%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.red {
    --ch1: 0;
    --cs1: 100%;
    --cl1: 50%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.red1 {
    --ch1: 354;
    --cs1: 70%;
    --cl1: 54%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.orange {
    --ch1: 27;
    --cs1: 98%;
    --cl1: 54%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.yellow {
    --ch1: 45;
    --cs1: 100%;
    --cl1: 51%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.darkyellow {
    --ch1: 37;
    --cs1: 100%;
    --cl1: 51%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.green {
    --ch1: 134;
    --cs1: 61%;
    --cl1: 41%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.lightgreen {
    --ch1: 134;
    --cs1: 61%;
    --cl1: 91%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.teal {
    --ch1: 162;
    --cs1: 73%;
    --cl1: 46%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.cyan {
    --ch1: 188;
    --cs1: 78%;
    --cl1: 41%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.white {
    --ch1: 0;
    --cs1: 0%;
    --cl1: 100%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.gray {
    --ch1: 208;
    --cs1: 7%;
    --cl1: 46%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.darkgray {
    --ch1: 210;
    --cs1: 10%;
    --cl1: 23%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.primary {
    --ch1: 211;
    --cs1: 100%;
    --cl1: 50%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.secondary {
    --ch1: 208;
    --cs1: 7%;
    --cl1: 46%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.success {
    --ch1: 134;
    --cs1: 61%;
    --cl1: 41%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.info {
    --ch1: 188;
    --cs1: 78%;
    --cl1: 41%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.warning {
    --ch1: 45;
    --cs1: 100%;
    --cl1: 51%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.danger {
    --ch1: 354;
    --cs1: 70%;
    --cl1: 54%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.light {
    --ch1: 210;
    --cs1: 17%;
    --cl1: 98%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.dark {
    --ch1: 210;
    --cs1: 10%;
    --cl1: 23%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.mint {
    --ch1: 165;
    --cs1: 58%;
    --cl1: 55%;
    --btnt: var(--d9);
    --btnt0: var(--d8);
}

.magenta {
    --ch1: 257;
    --cs1: 58%;
    --cl1: 67%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.brown {
    --ch1: 34;
    --cs1: 28%;
    --cl1: 54%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.black {
    --ch1: 0;
    --cs1: 0%;
    --cl1: 0%;
    --btnt: var(--l9);
    --btnt0: var(--l8);
}

.stext, .aiatext > *, .darken .stext, .aithl9 .stext, .aitext {
    color: var(--btn) !important;
}

.stextlight {
    color: var(--lbtn) !important;
}

.bglight {
    background-color: var(--lbtn) !important;
    color: var(--btnt);
}

.stextdark {
    color: var(--hbtn) !important;
}

.btnicon i {
    stroke: var(--btn) !important;
    fill: var(--f2btn) !important;
}

.bgdark {
    background-color: var(--hbtn) !important;
    color: var(--btnt);
}

.bgfade {
    background-color: var(--f1btn) !important;
    color: var(--btnt);
}

.aiwhite, .aihwhite:hover, .aihbwhite::before, .aihbwhite.active {
    color: #676767 !important;
    background-color: var(--l9) !important;
}

*/ /*.ai,.aih:hover,.aihb::before,.aihb.active{color:var(--btn)!important;background-color:var(--l0)!important}
*/
.aidarkgray, .aihdarkgray:hover, .aihbdarkgray::before, .aihbdarkgray.active {
    color: #fff !important;
    background-color: darkgray !important
}

.aigray, .aihgray:hover, .aihbgray::before, .aihbgray.active {
    color: #fff !important;
    background-color: gray !important
}

.ailightgray, .aihlightgray:hover, aibhlightgray::before, .aihblightgray.active {
    color: #fff !important;
    background-color: lightgray !important
}

.aiblue, .aihblue:hover, .aihbblue::before, .aihbblue.active {
    color: #fff !important;
    background-color: #2196F3 !important
}

.aidarkblue, .aihdarkblue:hover, .aihbdarkblue::before, .aihbdarkblue.active {
    color: #fff !important;
    background-color: #2145f3 !important
}

.aiyellow, .aihyellow:hover, .aihbyellow::before, .aihbyellow.active {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.aicyan, .aihcyan:hover, .aihbcyan::before, .aihbcyan.active {
    color: #fff !important;
    background-color: #00bcd4 !important
}

.aideeppurple, .aihdeeppurple:hover, .aihbdeeppurple::before, .aihbdeeppurple.active {
    color: #fff !important;
    background-color: #673ab7 !important
}

.aiorange, .aihorange:hover, .aihborange::before, .aihborange.active {
    color: #fff !important;
    background-color: #ff9800 !important
}

.aired, .aihred:hover, .aihbred::before, .aihbred.active {
    color: #fff !important;
    background-color: #f44336 !important
}

.aigreen, .aihgreen:hover, .aihbgreen::before, .aihbgreen.active {
    color: #fff !important;
    background-color: #4CAF50 !important
}


/* gradient */
/*.gradient {
    background-image: linear-gradient(to top, var(--hbtn), var(--btn)) !important;
}

.gradientb {
    background-image: linear-gradient(to bottom, var(--hbtn), var(--btn)) !important;
}

.gradientr {
    background-image: linear-gradient(to right, var(--hbtn), var(--btn)) !important;
}

.gradientl {
    background-image: linear-gradient(to left, var(--hbtn), var(--btn)) !important;
}
*/
.gradientmenu {
    background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

/*.aigradient {
    background: var(--btn);
    background: linear-gradient(180deg,var(--btn) 0,var(--hbtn)) !important;
}
*/
.gradb1, .gradb1h a:hover, .gradb1h a.active {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .1), rgba(0, 0, 0, .4)) !important;
}

.gradw1, .gradw1h a:hover, .gradw1h a.active {
    background-image: linear-gradient(rgba(255, 255,255, .4), rgba(255, 255, 255, .1), rgba(255, 255, 255, .4)) !important;
}

.gradb2, .gradb2h a:hover, .gradb2h a.active {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .1)) !important;
}

.gradw2, .gradw2h a:hover, .gradw2h a.active {
    background-image: linear-gradient(rgba(255, 255,255, .4), rgba(255, 255, 255, .1)) !important;
}

.gradb3, .gradb3h a:hover, .gradb3h a.active {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .4)) !important;
}

.gradw3, .gradw3h a:hover, .gradw3h a.active {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .4)) !important;
}
/*border colors*/
/*.border {
    border: 1px solid var(--btn) !important;
}

.border-top {
    border-top: 1px solid var(--btn) !important;
}

.border-right {
    border-right: 1px solid var(--btn) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--btn) !important;
}

.border-left {
    border-left: 1px solid var(--btn) !important;
}

.border {
    border-color: var(--btn) !important;
}

.borderf1 {
    border-color: var(--f1btn) !important;
}

.borderf2 {
    border-color: var(--f2btn) !important;
}

.borderlight {
    border-color: var(--lbtn) !important;
}

.borderdark {
    border-color: var(--hbtn) !important;
}
*/
.border-2 {
    border-width: 2px !important;
}

/*.aisall, .aisall1, .aiasall > * {
    box-shadow: 0 2px 5px 0 var(--sh16), 0 2px 10px 0 var(--sh12);
    .box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.aisall2, .aishall:hover {
    box-shadow: 0 2px 5px 0 hsla(var(--ch), var(--cs), var(--cl), 0.2), 0 2px 10px 0 hsla(var(--ch), var(--cs), var(--cl), 0.19);
    .box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.aistop {
    box-shadow: 0px -15px 10px -15px var(--th1);
}

.aisbottom {
    box-shadow: 0px 15px 10px -15px var(--th1);
}

.aisleft {
    box-shadow: -15px 0px 10px -15px var(--th1);
}

.aisright {
    box-shadow: 15px 0px 10px -15px var(--th1);
}

*/ .ais1 {
    -webkit-box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

/*.bs1 {
    border: 1px solid var(--th91);
    box-shadow: 0 0 10px 1px var(--th95);
    -webkit-box-shadow: 0 0 10px 1px var(--th95);
    -moz-box-shadow: 0 0 10px 1px var(--th95);
    transition: all ease .4s;
}

    .bs1:hover {
        -webkit-box-shadow: 0 10px 30px 0 var(--th95);
        -moz-box-shadow: 0 10px 30px 0 var(--th95);
        box-shadow: 0 10px 30px 0 var(--th95);
    }
*/
.bs2, .bs2 > * {
    box-shadow: hsla(0,0%,0%,0.07) 0px 3px 8px;
}

    .bs3, .bs2 > *:hover {
        box-shadow: hsla(0, 0%, 0%, 0.35) 0px 5px 15px;
    }

.bs4 {
    box-shadow: 0px 8px 10px -1px rgba(0,0,0,0.47) !important;
    -webkit-box-shadow: 0px 8px 10px -1px rgba(0,0,0,0.47) !important;
    -moz-box-shadow: 0px 8px 10px -1px rgba(0,0,0,0.47) !important;
}

/*.c {
    background-color: var(--c);
    color: var(--d9);
}

.ctl {
    background-color: var(--ctl);
    color: var(--d9);
}

.ctd {
    background-color: var(--ctd);
    color: var(--l9);
}

.ctl1 {
    background-color: var(--ctl1);
    color: var(--d9);
}

.ctd1 {
    background-color: var(--ctd1);
    color: var(--l9);
}

.ctl2 {
    background-color: var(--ctl2);
    color: var(--d9);
}

.ctd2 {
    background-color: var(--ctd2);
    color: var(--l9);
}

.ctc {
    background-color: var(--ctc);
    color: var(--l9);
}

.ctt1 {
    background-color: var(--ctt1);
    color: var(--l9);
}

.ctt2 {
    background-color: var(--ctt2);
    color: var(--l9);
}

.cta1 {
    background-color: var(--cta1);
    color: var(--l9);
}

.cta2 {
    background-color: var(--cta2);
    color: var(--l9);
}

.cbc {
    border-color: var(--ctd);
}

.aithl9 {
    color: var(--d9) !important;
    background-color: var(--l9) !important;
}

.aithl5 {
    color: var(--d9) !important;
    background-color: var(--l5) !important;
}

.aithl4 {
    color: var(--d9) !important;
    background-color: var(--l4) !important;
}

.aithl3 {
    color: var(--d9) !important;
    background-color: var(--l3) !important;
}

.aithl2 {
    color: var(--d9) !important;
    background-color: var(--l2) !important;
}

.aithl1 {
    color: var(--l9) !important;
    background-color: var(--l1) !important;
}

.aithd1 {
    color: var(--l9) !important;
    background-color: var(--d1) !important;
}

.aithd2 {
    color: var(--l9) !important;
    background-color: var(--d2) !important;
}

.aithd3 {
    color: var(--l9) !important;
    background-color: var(--d3) !important;
}

.aithd4 {
    color: var(--l9) !important;
    background-color: var(--d4) !important;
}

.aithd5 {
    color: var(--l9) !important;
    background-color: var(--d5) !important;
}

.aithd9 {
    color: var(--l9) !important;
    background-color: var(--d9) !important;
}

.aith9 {
    color: var(--l9) !important;
    background-color: var(--th9) !important;
}

.aith5 {
    color: var(--th9) !important;
    background-color: var(--th5) !important;
}

.aith4 {
    color: var(--th9) !important;
    background-color: var(--th4) !important;
}

.aith3 {
    color: var(--th9) !important;
    background-color: var(--th3) !important;
}

.aith2 {
    color: var(--th9) !important;
    background-color: var(--th2) !important;
}

.aith1 {
    color: var(--th9) !important;
    background-color: var(--th1) !important;
}

.aithl {
    color: var(--th9) !important;
    background-color: var(--thl) !important;
}

.aithd {
    color: var(--th0) !important;
    background-color: var(--thd) !important;
}

.aithw {
    color: var(--thw) !important;
    background-color: var(--thb) !important;
}

.aithb {
    color: var(--thb) !important;
    background-color: var(--thw) !important;
}

.aithb1 {
    color: var(--thw) !important;
    background-color: var(--thb1) !important;
}

.aithb2 {
    color: var(--thw) !important;
    background-color: var(--thb2) !important;
}

.aithlight {
    color: var(--l9) !important;
    background-color: var(--d3) !important;
}

.aithdark {
    color: var(--d9) !important;
    background-color: var(--l3) !important;
}

.aithaction {
    color: var(--l9) !important;
    background-color: var(--d3) !important;
}

.aith, .aithhover:hover, .ai-tabs a:hover, .aith a:hover .aith li.active {
    color: var(--l9) !important;
    background-color: var(--th) !important;
}

.aithtext, .aithhovertext:hover {
    color: var(--th) !important;
}

.aithborder, .aithhoverborder:hover {
    border-color: var(--th) !important;
}

.lighten p {
    .color: var(--thd);
}

.darken p {
    color: var(--thl);
}

.gradient p {
    color: var(--btnt0);
}
*/
.aismenu1 {
    display: inline-flex;
    right: 0;
    top: 31px;
    /*    background-color: var(--th3) !important;
*/
}



.aipa {
    position: absolute !important;
}
/*
input:read-only {
    pointer-events: none;
}
*/
/*Typegraphy*/
.aitiny {
    font-size: smaller !important;
}

.aifc {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    overflow: auto;
}

figure {
    margin: 0;
}

.aioh {
    overflow: hidden;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.z4 {
    z-index: 4;
}

.z5 {
    z-index: 5;
}

.z6 {
    z-index: 6;
}

.z10 {
    z-index: 10;
}

.z13 {
    z-index: 13;
}
/*
.p0 {--s: 0px;}.p2 {--s: 2px;}.p4 {--s: 4px;}.p8 {--s: 8px;}.p16 {--s: 16px;}.p24 {--s: 24px;}.p32 {--s: 32px;}.p48 {--s: 48px;}.p64 {--s: 64px;}
*/
.aip0, .aiap0 > * {
    padding: 0px !important;
}

.aipa2, .aiapa2 > * {
    padding: 2px;
}

.aipa4, .aiapa4 > * {
    padding: 4px;
}

.aipa8, .aiapa8 > * {
    padding: 8px;
}

.aipa16, .aiapa16 > * {
    padding: 16px;
}

.aipa24, .aiapa24 > * {
    padding: 24px;
}

.aipa32 {
    padding: 32px;
}

.aipa48 {
    padding: 48px;
}

.aipa64 {
    padding: 64px;
}

.aipa2 {
    padding: 2px 4px;
}

.aip2 {
    padding: 2px 0;
}

.aip4 {
    padding: 4px 0;
}

.aip8 {
    padding: 8px 0;
}

.aip16 {
    padding: 16px 0;
}

.aip24 {
    padding: 24px 0;
}

.aip32 {
    padding: 32px 0;
}

.aip48 {
    padding: 48px 0;
}

.aip64 {
    padding: 64px 0;
}

.aiptb16rl8 {
    padding: 16px 8px;
}

.aipl8, .aipal8 > *:not(hr) {
    padding-left: 8px;
}

.aiprl8 {
    padding: 0 8px;
}

.aiprl16 {
    padding: 0 16px;
}

.aiprl24 {
    padding: 0 24px;
}

.aiprl32 {
    padding: 0 32px;
}

.aiprl48 {
    padding: 0 48px;
}

.aiprl64 {
    padding: 0 64px;
}
.aipar > * { padding-right: var(--pr);}
.m0 {
    margin: 0 !important;
}

.aim0 {
    margin: 0;
}

.aiam0 > * {
    margin: 0 !important;
}

.aim8 {
    margin: 8px auto;
}

.aim16 {
    margin: 16px auto;
}

.aim24 {
    margin: 24px auto;
}

.aim32 {
    margin: 32px auto;
}

.aim48 {
    margin: 48px auto;
}

.aim64 {
    margin: 64px auto;
}

.aimrl0 {
    margin: auto 0;
}

.aimrl8 {
    margin: auto 8px;
}

.aimrl16 {
    margin: auto 16px;
}

.aimrl24 {
    margin: auto 24px;
}

.aimrl32 {
    margin: auto 32px;
}

.aimrl48 {
    margin: auto 48px;
}

.aimrl64 {
    margin: auto 64px;
}

.aimb0 {
    margin-bottom: 0;
}

.aimb8 {
    margin-bottom: 8px;
}

.aimb16 {
    margin-bottom: 16px;
}

.aimb24 {
    margin-bottom: 24px;
}

.aimb32 {
    margin-bottom: 32px;
}

.aimb48 {
    margin-bottom: 48px;
}

.aimb64 {
    margin-bottom: 64px;
}

.aimt0 {
    margin-top: 0;
}

.aimt8 {
    margin-top: 8px;
}

.aimt16 {
    margin-top: 16px;
}

.aimt24 {
    margin-top: 24px;
}

.aimt32 {
    margin-top: 32px;
}

.aimt48 {
    margin-top: 48px;
}

.aimt64 {
    margin-top: 64px;
}

.aimr0 {
    margin-right: 0;
}

.aimr8 {
    margin-right: 8px;
}

.aimr16 {
    margin-right: 16px;
}

.aimr24 {
    margin-right: 24px;
}

.aimr32 {
    margin-right: 32px;
}

.aimr48 {
    margin-right: 48px;
}

.aimr64 {
    margin-right: 64px;
}

.aiml0 {
    margin-left: 0;
}

.aiml8 {
    margin-left: 8px;
}

.aiml16 {
    margin-left: 16px;
}

.aiml24 {
    margin-left: 24px;
}

.aiml32 {
    margin-left: 32px;
}

.aiml48 {
    margin-left: 48px;
}

.aiml64 {
    margin-left: 64px;
}

.aiw1 {
    width: 1%;
}

.aih100vh {
    height: 100vh;
}

.aih50vh {
    height: 50vh;
}

.aih100 {
    height: 100%;
}

.aiw100 {
    width: 100% !important;
}

.aiwh100 {
    width: 100%;
    height: 100%;
}

.aiwh100v {
    width: 100vw;
    height: 100vh;
}

.dib {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.dib1 {
    display: inline-block;
}

.adib > * {
    display: inline-block;
}

.db {
    display: block;
}

.dtl {
    position: absolute !important;
    left: 0;
    top: 0;
}

.dtr {
    position: absolute !important;
    right: 0;
    top: 0;
}

.dbl {
    position: absolute !important;
    left: 0;
    bottom: 0;
}

.dbr {
    position: absolute !important;
    right: 0;
    bottom: 0;
}

.dm {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.dl {
    position: absolute !important;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.dr {
    position: absolute !important;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

.dtm {
    position: absolute !important;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
}

.dbm {
    position: absolute !important;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
}

.aidin > * {
    display: inline-block;
}

.scustom, .combodate, .aidif, .aiadif > * {
    display: inline-flex;
    vertical-align: central;
    align-items: center;
}

/*.aidif > i, .aiadif > * > i, .aidf > i, .aiadf > * > i { margin-right: 8px; }
*/
.rtext {
    font-size: 1rem;
    padding: 4px 16px 4px 8px;
}

/*button.bg:hover {
    background-color: var(--hbtn) !important;
    color: var(--btnt);
}
*/
.list button[value=showlist], .listentry button[value=showlist] {
    display: none !important;
}

.entry button[value=addrecord] {
    display: none !important;
}

.aidt {
    display: table;
    border-collapse: collapse;
    align-items: center;
    vertical-align: middle;
}

    .aidt > * {
        display: table-cell;
        .vertical-align: middle;
        padding: 0px;
    }

.aihide {
    display: none !important;
}

.aihides {
    visibility: visible !important;
}

.aihidel {
    display: none !important;
}

.aiwide {
    letter-spacing: 4px;
}

.airesponsive {
    display: block;
    overflow: auto;
}

.mw {
    max-width: 1170px;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    .mw {
        padding-left: 8px;
        padding-right: 8px;
    }

    .aihides {
        display: none !important;
    }
}

@media (min-width:992px) {
    .mw {
        max-width: 970px;
    }
}

@media (min-width:1200px) {
    .mw {
        max-width: 1170px;
    }
}

@media (min-width:2000px) {
    .mw {
        max-width: 1170px;
    }
}
/*******border */
.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.air2, .aiar2 > * {
    border-radius: 2px !important;
}

.air4, .aiar4 > * {
    border-radius: 4px !important;
}

.air8, .aiar8 > * {
    border-radius: 8px !important;
}

.air16, .aiar16 > * {
    border-radius: 16px !important;
}

.air24, .aiar24 > * {
    border-radius: 24px !important;
}

.air32, .aiar32 > * {
    border-radius: 32px !important;
}

.air50, .aiar50 > * {
    border-radius: 50% !important;
}

.airtrbr {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}

.airtltr {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.airblbr {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/**********card */
.aicard {
    -webkit-transform: translate3d(0, 0, 0);
    margin-bottom: 30px;
    padding-bottom: 16px;
    position: relative;
    overflow: hidden;
}

    .aicard h1 small, .aicard h2 small, .aicard h3 small, .aicard h4 small, .aicard h5 small {
        display: block;
    }

    .aicard h1 em, .aicard h2 em, .aicard h3 em, .aicard h4 em, .aicard h5 em {
        font-style: normal;
    }

/* DIALOG */

dialog {
    z-index: 13;
    padding: 0;
}

.aidclose {
    z-index: 13;
}

dialog.off, div.off {
    display: none;
}

dialog.onf, div.onf {
    position: fixed;
    display: block;
    max-height: 100%;
    margin-bottom: 0;
    overflow-y: auto;
    z-index: 200;
}

dialog.right {
    right: 0;
    margin-right: 0;
    top: var(--top, 51px);
}

.aioverlay {
    background-color: var(--f1btn);
    position: fixed;
    left: 0;
    right: 0;
    top: -100px;
    bottom: -100px;
    opacity: 0;
    z-index: 11;
    pointer-events: none;
    transition: all .3s ease;
}

    .aioverlay.active {
        transform: translate(0px, 0px);
        opacity: 1 !important;
        pointer-events: all;
        z-index: 100;
    }

a:hover, a:focus, button:hover, button:focus {
    outline: none;
}

/*
a {
    color: var(--btnt);
}
*/
.onlyhover {
    display: none;
}

*:hover > .onlyhover {
    display: block;
}
/* used for article title also btn0 */
body.radius button {
    border-radius: 0.3rem;
}

.btna a, .btna button, .btn {
    padding: 10px 13px;
    text-align: center;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    gap: 0.5rem;
}

.h3.btna a, .h3.btna button, .h3.btn {
    padding: 10px 24px;
}

.btna.tiny a, .btna.tiny button, .btn.tiny, .alaction button {
    padding: 0;
}

    .btna.tiny a i:first-child, .btna.tiny button i:first-child, .btn.tiny i:first-child, .alaction button i:first-child {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }


.btna a > i, .btna button > i, .btn > i {
    .margin-right: 6px;
}

.btn1 a, .btn1 button {
    line-height: 40px;
    display: block;
}

    .btn1 a i:first-child, .btn1 button i:first-child, .btn1 a i:last-child, .btn1 button i:last-child {
        width: 32px;
        height: 32px;
        float: left;
        margin-top: 5px;
        margin-right: 5px;
        border-radius: 6px;
        line-height: 32px;
        text-align: center;
    }

    .btn1 a i:last-child, .btn1 button i:last-child {
        margin-right: 0px;
        margin-left: 5px;
        float: right;
        background-color: transparent !important;
    }
    /*    .btn1 a:hover, .btn1 > * > *:not(div):not(li):hover, .btn1 > * > * > *:not(div):not(li):hover {*/
    .btn1 a:hover, .btn1 button:hover {
        box-shadow: 0 8px 16px 0 var(--th95), 0 6px 20px 0 var(--th91) !important;
    }

/* btn2 used for footer menu*/
.btn2 > *, .btn2 > * > * {
    display: block;
}

.btn2 > * {
    padding: 10px 0;
}

.btn2 i {
    font-size: 18px;
    padding-bottom: 4px;
}

.btn2 span {
    font-size: small;
}

.btn3 > * {
    border: 1px solid blue;
    border-radius: 8px;
}


    .btn3 > *, .btn3 > * > * {
        display: inline-block;
    }

.btn3 > * {
    padding: 10px 12px;
}

.btn3 i {
    padding-right: 8px;
}

.btn3.r i {
    padding-left: 8px;
}

/*used for share icons*/
.btn4 a, .btn4 button {
    display: inline-block;
}

    .btn4 a i.fa, .btn4 button i.fa, .btn4 a i.fab, .btn4 button i.fab {
        width: 2.25em;
        height: 2.25em;
        margin-right: 4px;
        background-color: var(--btn);
        line-height: 2.25em;
        border-radius: 6px;
    }

    .btn4 a i:not(.fab):not(.fa):not(.fas), .btn4 button i:not(.fab):not(.fa):not(.fas) {
        margin-right: 4px;
        background-color: var(--btn);
        border-radius: 6px;
        padding: 8px;
    }

    .btn4 a:hover i:first-child, .btn4 button:hover i:first-child, .btn4 a:focus i:first-child, .btn4 button:focus i:first-child {
        background-color: var(--hbtn);
        color: var(--btnt);
    }
/*used for sidebar menu and icons */
.btn5 a, .btn5 button {
    display: block;
    padding: 10px 10px 10px 40px;
}

    .btn5 a span, .btn5 button span {
        display: block;
        margin-left: 0;
    }

    .btn5 a strong, .btn5 button strong {
        font-size: small;
        color: var(--th0);
    }

    .btn5 a img:first-child, .btn5 button img:first-child,
    .btn5 a i:first-child, .btn5 button i:first-child {
        position: absolute;
        width: 32px;
        height: 32px;
        border-radius: 6px;
        line-height: 32px;
        text-align: center;
        top: 50%;
        left: 0%;
        transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        background-color: var(--btn);
    }

    .btn5 a i:last-child, .btn5 button i:last-child {
        position: absolute;
        height: 32px;
        line-height: 32px;
        background-color: transparent !important;
        top: 50%;
        right: 0%;
        text-align: center;
        transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
    }
    /*    .btn5 a:hover, .btn5 > * > *:not(div):not(li):hover, .btn5 > * > * > *:not(div):not(li):hover {*/
    .btn5 a:hover i:first-child, .btn5 button:hover i:first-child, .btn5 a:hover i:last-child, .btn5 button:hover i:last-child {
        .box-shadow: 0 8px 16px 0 var(--th95), 0 6px 20px 0 var(--th91) !important;
        background-color: var(--hbtn);
        color: var(--btnt);
    }

    .btn5 a:hover span, .btn5 button:hover span {
        color: var(--hbtn);
    }
/*used for sidebar menu and icons */
.btn6 a, .btn6 button {
    display: block;
    padding: 10px 10px 10px 40px;
}

    .btn6 a span, .btn6 button span {
        display: block;
        margin-left: 0;
    }

    .btn6 a strong, .btn6 button strong {
        font-size: small;
        color: var(--th0);
    }

    .btn6 a img:first-child, .btn6 button img:first-child,
    .btn6 a i:first-child, .btn6 button i:first-child {
        position: absolute;
        width: 32px;
        height: 32px;
        border-radius: 6px;
        line-height: 32px;
        text-align: center;
        top: 50%;
        left: 0%;
        transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        border-right: 1px solid var(--lbtn);
    }

.btn6.iborder0 a img:first-child, .btn6.iborder0 button img:first-child,
.btn6.iborder0 a i:first-child, .btn6.iborder0 button i:first-child {
    border-right: none !important;
}

.btn6 a i:last-child, .btn6 button i:last-child {
    position: absolute;
    height: 32px;
    line-height: 32px;
    background-color: transparent !important;
    top: 50%;
    right: 0%;
    text-align: center;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}
/*    .btn6 a:hover, .btn6 > * > *:not(div):not(li):hover, .btn6 > * > * > *:not(div):not(li):hover {*/
.btn6 a:hover i:first-child, .btn6 button:hover i:first-child, .btn6 a:hover i:last-child, .btn6 button:hover i:last-child {
    .box-shadow: 0 8px 16px 0 var(--th95), 0 6px 20px 0 var(--th91) !important;
    .background-color: var(--hbtn);
    .color: var(--btnt);
}

.btn6 a:hover, .btn6 button:hover, .btn6 .active {
    background-color: var(--hbtn);
    color: var(--btnt);
    border-radius: 6px;
}

    .btn6 a:hover span, .btn6 button:hover span {
        color: var(--btnt);
    }

.bg, .bgnonea > *:hover, .bgnonea > *:hover > i {
    background-color: var(--btn) !important;
    color: var(--btnt);
}

.bgnone, .bgnonea > *, .bgnonea > * > i {
    background-color: transparent !important;
    color: var(--d9);
}

.darken .bgnone, .darken .bgnonea > * {
    background-color: transparent !important;
    color: var(--l9);
}


/***table*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    table th {
        font-weight: 500 !important;
    }

    table th, table td {
        padding: 8px;
        vertical-align: top;
        border: 1px solid var(--th4);
    }
    /*table tbody tr:nth-child(even), .evencolor > div:nth-child(even){background-color:var(--th45);}
*/ table tbody tr {
        cursor: pointer;
    }

        table tbody tr:hover {
            background-color: var(--th45);
        }

    table thead tr {
        background-color: var(--th2);
    }
/*table > tbody > tr > td:first-child {padding:3px 3px;}
*/ thead.sticky th {
    position: sticky;
    top: -1px;
    background-color: var(--th2);
    z-index: 2;
}

.alaction {
    min-width: 87px;
    max-width: 87px;
    width: 87px;
}

.vcenter {
    vertical-align: middle;
}
/****Article */
article, dialog {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    margin-bottom: 30px;
    padding-bottom: 16px;
}

.company {
    margin-bottom: 80px;
    margin-bottom: calc(95px + (constant(safe-area-inset-bottom))*1.1);
    margin-bottom: calc(95px + (env(safe-area-inset-bottom))*1.1);
}

footer.fmenu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, .7);
    min-height: 61px;
    border-top: solid 1px rgba(0, 0, 0, .05);
    text-align: center;
    transition: transform 350ms ease !important;
    transform: translate3d(0, 150%, 0);
    transition: all .3s ease;
    z-index: 10;
    box-shadow: 0 6px 20px 0 var(--th95), 0 0px 20px 0 var(--th91) !important;
}

    footer.fmenu.on {
        transform: translate3d(0, 0, 0) !important;
        max-height: 100%;
    }
/*
footer a, header a, footer button, header button {
    color: var(--l9) !important;
    background-color: transparent;
}
*/
/*******nav*/
.aimsubmenu {
    z-index: 20;
    background-color: var(--bmenulist);
}

/*------*/
.aicollapse:not(.noplus):after,
.accordionsnd:after {
    top: inherit;
}

.aform div:not(.acheck):not(.aradio) > label {
    opacity: 0.8;
}

header input,
header select {
    outline: none;
}

nav.sidebar .menus a > span {
    text-transform: lowercase;
}

    nav.sidebar .menus a > span:first-letter,
    nav.sidebar .menus a > span::first-line {
        text-transform: capitalize;
    }

body.collapsed poweredl {
    display: none;
}

body powereds {
    display: none;
}

body.collapsed nav.sidebar:not(:hover) .menus > div div,
body.collapsed nav.sidebar:not(:hover) .menus a span,
body.collapsed nav.sidebar:not(:hover) .menus a::after {
    display: none;
}




nav.sidebar .menus .aipal8 > * {
    padding-left: 0 !important;
}

nav.sidebar .menus .aicollapse + *,
nav.sidebar .menus .accordionsnd + div,
nav.sidebar .menus .shownext + * {
    margin-left: 0;
    padding-left: 1rem;
}

nav.sidebar .menus > ul {
    margin: 7px 0;
}

nav.sidebar .menus li {
    position: relative;
    display: block;
    width: 250px;
}

nav.sidebar .menus i, nav.sidebar .menus svg {
    position: relative;
    display: table-cell;
    min-width: 57px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

nav.sidebar .menus a {
    display: flex;
    align-items: center;
    position: relative;
}

nav.sidebar .menus > div > a {
    min-height: 44px;
    transform: translateZ(0) scale(1, 1);
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    border-left: 3px solid transparent;
}

    nav.sidebar .menus > div > a + div a {
        min-height: 31px !important;
        font-size: 0.85rem;
        transform: translateZ(0) scale(1, 1);
        -webkit-transform: translateZ(0) scale(1, 1);
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        border-left: 3px solid transparent;
    }

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav.sidebar .menus::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        visibility: hidden;
    }

    nav.sidebar .menus:hover::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    nav.sidebar .menus hr {
        margin: 0.3rem 0;
        border: none;
        border-top: 1px solid var(--th95);
    }

/*------*/
.mw {
    max-width: 1170px;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    main {
        margin-left: 0px;
        padding-left: 0;
    }

    body.collapsed nav.sidebar {
        width: 0;
    }

    body.collapsed main {
        padding-left: 0;
    }

    body header nav.ainav {
        display: block !important;
    }

    body.site.collapsed header nav.ainav {
        display: none !important;
    }

    body.site header nav.ainav ul.aidf {
        flex-direction: column;
    }

    body.on main, body.on footer {
        margin-left: inherit !important;
    }

    nav.sidebar, aside.sidebar {
        z-index: 100;
    }

    .mw {
        padding-left: 8px;
        padding-right: 8px;
    }

    .d-1 {
        font-size: 0.80rem !important;
    }

    .d-2 {
        font-size: 0.70rem !important;
    }

    .d-3 {
        font-size: 0.60rem !important;
    }

    .d-4 {
        font-size: 0.45rem !important;
    }

    .d0 {
        font-size: 1rem !important;
    }

    .d1 {
        font-size: 2rem !important;
    }

    .d2 {
        font-size: 1.9rem !important;
    }

    .d3 {
        font-size: 1.5rem !important;
    }

    .d4 {
        font-size: 1.3rem !important;
    }

    .d5 {
        font-size: 1.2rem !important;
    }

    .d6 {
        font-size: 1.1rem !important;
    }

    .h1, h1 {
        font-size: 1.5rem !important;
    }

    .h2, h2 {
        font-size: 1.25rem !important;
    }

    .h3, h3 {
        font-size: 1.15rem !important;
    }

    .h4, h4 {
        font-size: 1.08rem !important;
    }

    .h5, h5 {
        font-size: 1.02rem !important;
    }

    .h6, h6 {
        font-size: 1rem !important;
    }

    .aihidel {
        display: inherit !important;
    }

    .aihides {
        display: none !important;
    }
}

@media (min-width:992px) {
    .mw {
        max-width: 970px;
    }
}

@media (min-width:1200px) {
    .mw {
        max-width: 1170px;
    }
}

@media (min-width:2000px) {
    .mw {
        max-width: 1170px;
    }
}

/* bar icon for mobile */
.bars {
    display: inline-block;
    cursor: pointer;
}

    .bars .bar1, .bars .bar2, .bars .bar3 {
        width: 35px;
        height: 5px;
        margin: 6px 0;
        transition: 0.4s;
        background-color: var(--l5);
    }

.barchange .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.barchange .bar2 {
    opacity: 0;
}

.barchange .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* Navigation Menu */
.aieditor {
    height: 100%;
}

.aiedit {
    max-height: 500px;
    border: 1px solid var(--th91);
}

textarea.editor {
    height: calc(100% - 44px);
    padding: 0 !important;
    margin: 0 !important;
}

.aiedit {
    overflow: auto;
    height: calc(100% - 44px);
}
/* Navigation Menu */

body > header {
    position: sticky;
    top: -1px;
    z-index: 154;
    background-color: var(--bmenulist);
    transition: all .5s ease;
    border-bottom: solid 1px rgba(0, 0, 0, .08);
    display: block;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);
}

a {
    transition: 0.3s;
}

/*        nav.ainav ul li a, nav.ainav ul li > a > img, nav.ainav ul li > a > svg, a:has(svg),a:has(img){display:block;}
        */
svg {
    display: block;
}


/****image*/

.bgc {
    background-size: cover;
    background-position: center center !important;
}

.aiimg {
    max-width: 100%;
    height: auto;
}

.ai-object, .aiobject {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.aiobjectcontain {
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
    -o-object-position: center;
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .parallax::before, .overgrad1::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        background: linear-gradient(-90deg, var(--f1btn), var(--hbtn));
    }

    .parallax > div {
        position: relative;
        color: var(--l9);
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    transition: all 150ms ease;
    background-color: var(--th9);
}

    #preloader .spinner-border {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
    }

.preloader-hide {
    opacity: 0;
    pointer-events: none;
}

.aidh {
    display: none;
}

    .aidh:hover {
        display: block;
    }

/*******inputs*******

.iinactive {
    color: var(--hbtn) !important;
}

*/
input:required + label::after, select:required ~ label::after {
    content: '*';
    position: absolute;
    top: 0px;
    color: red;
    font-size: 1rem;
}

.aisticky {
    position: sticky;
}

.iactive1, fiactive1 {
    opacity: 1 !important;
}

input[type=range] {
    width: 100%;
}

/* input[type=checkbox] + i::before, input[type=radio] + i::before, .mi::before {
    font-family: "Material Icons Outlined";
    display: inline-flex;
    letter-spacing: 0.2rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s;
    vertical-align: text-top;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked, [type=radio]:not(:checked),
[type=radio]:checked {
    position: absolute;
    left: -9999px;
}

input[type=checkbox] + i, input[type=radio] + i, .acheck label, .aradio label {
    cursor: pointer;
}

.rc {
    --on: "";
    --off: "";
}

.rccheck {
    --on: "check_box";
    --off: "check_box_outline_blank";
}

.rcthumb {
    --on: "thumb_up";
    --off: "thumb_down";
}

.rccircle {
    --on: "check_circle";
    --off: "circle";
}

.rcradio {
    --on: "radio_button_checked";
    --off: "radio_button_unchecked";
}

.rcsmile {
    --on: "sentiment_satisfied";
    --off: "sentiment_dissatisfied";
}

.rctask {
    --on: "task_alt";
    --off: "circle";
}

.rctoggle {
    --on: "toggle_on";
    --off: "toggle_off";
}

.rcadd {
    --on: "add";
    --off: "remove";
}

.rcexpand {
    --on: "expand_less";
    --off: "expand_more";
}

.rcexpand1 {
    --on: "expand";
    --off: "collapse";
}

.rcdark {
    --on: "light_mode";
    --off: "dark_mode";
}

.rczoom {
    --on: "zoom_in";
    --off: "zoom_out";
}

.rcstorage {
    --on: "storage";
    --off: "sd_storage";
}

.rcmenu {
    --on: "menu";
    --off: "menu_open";
}

.icrefresh {
    --on: "refresh";
}

.icshare {
    --on: "share";
}
 */
i:not(.fab):not(.fa):not(.fas), .mi::before {
    text-transform: lowercase !important;
    font-size: 1.3em;
    font-family: "Material Icons Outlined";
    font-style: normal;
    vertical-align: middle;
}

    i:not(.fab):not(.fa):not(.fas)::before, .mi::before {
        content: var(--on);
        font-family: "Material Icons Outlined";
        display: inline-flex;
        letter-spacing: 0.2rem;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.2s;
        vertical-align: text-top;
    }

input[type=checkbox]:checked + i::before, input[type=radio]:checked + i::before, .mi:hover::before {
    content: var(--on) !important;
    color: var(--lbtn);
}

input[type=checkbox] + i::before, input[type=radio] + i::before, .mi:hover::before {
    content: var(--off) !important;
}

.a1radio {
    position: relative;
}

    .a1radio input {
        position: relative !important;
        left: 0 !important;
        width: auto !important;
        display: inline-block;
        height: 100%;
        appearance: none;
        outline: none;
        cursor: pointer;
        border-radius: 2px;
        padding: 4px 8px;
        transition: all 100ms linear;
    }

        .a1radio input:checked {
            background-color: var(--hbtn) !important;
            color: var(--btnt) !important;
        }

        .a1radio input:before {
            content: attr(label);
            display: inline-block;
            text-align: center;
            width: 100%;
        }


.is2 div:not(.acheck):not(.aradio) > label {
    position: absolute;
    right: 20px;
    font-size: 9px;
    /*opacity: .5;*/
}

label.fiactive1 {
    opacity: 1 !important;
}

.select2-results__option .select2-results__option--highlighted[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blisthighlight) !important;
    color: var(--clisthighlight);
}

/* .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--blist) !important;
} */

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-dropdown {
    background-color: var(--blist) !important;
    color: var(--clist);
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: var(--clist) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    color: var(--clist) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.is2 select option {
    background-color: var(--blist);
    color: var(--clist);
}

.select2-container--default .select2-selection--multiple, .select2-selection .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--binputborder) !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container.select2-container--default.select2-container--focus .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--single
.select2-selection.select2-selection--single[aria-expanded=true] {
    outline: 0;
    box-shadow: var(--binputfocus);
    border-color: var(--binputborder) !important;
}

.select2-container--default .select2-selection--single {
    border-color: var(--binputborder) !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.is2 div label:focus-within {
    outline: 1px solid var(--btn);
}

.is2 div {
    margin-bottom: 0px;
    position: relative;
}

    .is2 div:not(.acheck):not(.aradio) > label, .is2 div.acheck > label.label {
        pointer-events: none;
        position: absolute;
        font-size: 1rem;
        z-index: 1;
        height: 22px;
        line-height: 20px;
        padding: 2px 5px;
        top: 14px;
        left: 10px;
        right: 10px;
        transition: all 150ms ease;
    }

    .is2 div.acheck > label:not(.label) {
        align-items: center;
        margin-right: 10px;
        cursor: pointer;
    }

    .is2 div.acheck > label.label {
        top: 0px;
    }

    .is2 div span.text {
        pointer-events: none;
        position: relative;
        font-size: 17px;
        z-index: 1;
        line-height: 20px;
        padding: 12px 5px;
        left: 10px;
        display: block;
    }

    .is2 div .iactive1, .is2 div .fiactive1 {
        transform: translateY(-25px);
        transition: all 150ms ease;
    }

.darken .is2 div .iactive1, .darken .is2 div .fiactive1 {
    color: var(--lbtn) !important;
    font-size: 13px !important;
}

.lighten .is2 div .iactive1, .lighten .is2 div .fiactive1 {
    color: var(--btn) !important;
    font-size: 13px !important;
}

.is2 div:focus-within {
    border-color: var(--th5);
}

.is2 div em {
    position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 10px;
    font-style: normal;
    color: var(--th2);
    line-height: 53px;
}

    .is2 div em i {
        font-size: 12px !important;
        margin-top: 5px !important;
    }

.select2-container--default .select2-selection--single,
.is2 div:not(.acheck):not(.aradio) input:not([type=checkbox]):not([type=radio]) {
    border-width: 1px;
    display: block;
    width: 100%;
    height: 50px;
    .line-height: 50px;
    padding: 0 14px;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.is2.tiny .select2-container--default .select2-selection--single,
.is2.tiny div:not(.acheck):not(.aradio) input:not([type=checkbox]):not([type=radio]) {
    height: 2rem;
    padding: 0 0.5rem;
}

input[type=checkbox], input[type=radio] {
    height: 1.25rem;
    width: 1.25rem;
    min-width: 1.25rem;
}

.checklist {
    padding: 1rem;
}

    .checklist > label {
        display: flex;
        gap: 0.5rem;
    }

.is2 textarea {
    border-width: 1px;
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 13px 14px;
    -webkit-appearance: none;
    transition: all 250ms ease;
}

.is2 select {
    border-width: 1px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
}

.darken .is2 div input[type=date]::-webkit-inner-spin-button,
.darken .is2 div input[type=month]::-webkit-inner-spin-button {
    .opacity: 0;
    filter: invert(1);
}

.darken .is2 div input[type=date]::-webkit-calendar-picker-indicator,
.darken .is2 div input[type=month]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.darken .is2 div input[type=date]::-webkit-clear-button,
.darken .is2 div input[type=month]::-webkit-clear-button {
    filter: invert(1);
}

label.iactive1, label.fiactive1 {
    opacity: 1;
    padding-right: 10px !important;
    right: auto !important;
}

.is2 div.has-icon .input-icon {
    position: absolute;
    z-index: 10;
    margin-top: 20px;
    margin-left: 15px;
}

.is2 div.has-icon input {
    padding-left: 40px !important;
}

.is2 div.has-icon label {
    margin-left: 25px;
}

.is2 div.has-icon .iactive1, .is2 div.has-icon .fiactive1 {
    transform: translate(-25px, -25px);
    transition: all 150ms ease;
}
/**Form tiny*******
.is2.tiny div {
    .margin-bottom: 10px;
}

    .is2.tiny div:not(.acheck):not(.aradio) label {
        height: 22px;
        line-height: 20px;
        padding: 2px 5px;
        top: 8px;
        left: 4px;
        right: 10px;
    }

        .is2.tiny div:not(.acheck):not(.aradio) label.iactive1, .is2.tiny div:not(.acheck):not(.aradio) label.fiactive1 {
            top: 14px;
        }

    .is2.tiny div em {
        right: 6px;
        line-height: 37px;
    }

    .is2.tiny div select, .is2.tiny div:not(.acheck):not(.aradio) input {
        height: 37px;
        line-height: 37px;
        padding: 0 8px;
    }

    .is2.tiny div textarea {
        line-height: 1.3;
        padding: 8px 10px;
    }

.is2.tiny label.iactive1, .is2.tiny label.fiactive1 {
    padding-right: 7px !important;
}

.is2.tiny div.has-icon .input-icon {
    position: absolute;
    z-index: 10;
    margin-top: 20px;
    margin-left: 15px;
}

.is2.tiny div.has-icon input {
    padding-left: 37px !important;
}

.is2.tiny div.has-icon label {
    margin-left: 16px;
}

*/
.is3 input {
    outline: none !important;
    border: none !important;
    transition: all ease-in 3s;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
}

    .is3 input:focus {
        border-color: var(--cta2) !important;
    }

    .is3 input + label {
        bottom: 0;
        color: rgba(0,0,0,.26);
        font-size: 16px;
        left: 0;
        right: 0;
        pointer-events: none;
        position: absolute;
        display: block;
        top: -10px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
    }

        .is3 input + label::before {
            background-color: #3f51b5;
            bottom: 0px;
            content: '';
            height: 2px;
            left: 0;
            position: absolute;
            transition-duration: .2s;
            transition-timing-function: cubic-bezier(.4,0,.2,1);
            visibility: hidden;
            width: 0px;
        }

    .is3 input:focus + label::before {
        width: 100%;
        visibility: visible;
    }
/**********/

.aifile {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .aifile * {
        cursor: pointer;
    }

    .avatar input[type=file], .aifile input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        text-indent: -999px;
    }

.avatar {
    height: 200px;
    width: 200px;
    transition: all .3s ease;
}

    .avatar:hover {
        transform: scale(1.05);
    }

    .avatar label {
        display: block;
        cursor: pointer;
    }

    .avatar img {
        height: auto;
        width: 100%;
        border-radius: 50%;
    }


/***border*/
.nob {
    border: none;
}

.breadcrumb a {
    padding: 3px 0px 3px 15px;
    position: relative;
    margin: 0 5px 0 0;
    text-decoration: none;
    color: var(--btn);
    transition: 0s all;
    font-size: 1.2em;
}

    .breadcrumb a:after {
        content: "chevron_right";
        font-family: "Material Icons Outlined";
        position: absolute;
        top: 5px;
        z-index: 1;
        color: var(--btn);
        padding: 0px 0px 3px 5px;
    }

    .breadcrumb a:not(:first-child):before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
    }

.breadcrumb span {
    margin-top: 3px !important;
    margin-left: 15px;
}

.breadcrumb1 a {
    background: var(--btn);
    padding: 3px 10px 3px 20px;
    position: relative;
    margin: 0 5px 0 0;
    text-decoration: none;
    color: var(--btnt);
    transition: 0s all;
}

    .breadcrumb1 a:after {
        content: "";
        border-top: 13px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid var(--btn);
        position: absolute;
        right: -12px;
        top: 0;
        z-index: 1;
    }

    .breadcrumb1 a:not(:first-child):before {
        content: "";
        border-top: 13px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff;
        position: absolute;
        left: 0;
        top: 0;
    }

    .breadcrumb1 a:hover {
        background: var(--hbtn);
        color: var(--btnt);
    }

        .breadcrumb1 a:hover:after {
            border-left: 12px solid var(--hbtn);
        }

    .breadcrumb1 a:not(:first-child):before {
    }

.breadcrumb1 span {
    margin-top: 3px !important;
    margin-left: 13px;
}
/*temperory*/
.bg-0, .bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10, .bg-11, .bg-12, .bg-13, .bg-14, .bg-15, .bg-16, .bg-17, .bg-18, .bg-19, .bg-20, .bg-21, .bg-22, .bg-23, .bg-24, .bg-25, .bg-26, .bg-27, .bg-28, .bg-29, .bg-30, .bg-31, .bg-32, .bg-33, .bg-34 {
    background-image: url(https://source.unsplash.com/P-yzuyWFEIk/800x600);
}
/***effects */
.aispin {
    animation: aispin 2s infinite linear
}

@keyframes aispin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.ef1 {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, .7);
    color: var(--thl);
    transition: transform 350ms ease !important;
}

.ef2 {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, .7);
    color: var(--thd);
    transition: transform 350ms ease !important;
}

.ef3 {
    -webkit-animation: bounce 0.4s ease-in-out infinite alternate;
    animation: bounce 0.4s ease-in-out infinite alternate;
}

@keyframes ef4 {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes ef4 {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.ef4 {
    animation: ef4 1s linear infinite;
    -webkit-animation: ef4 1s linear infinite;
}

.ef5 {
    animation: beatAni 1s infinite;
}

.ef6 {
    transform: rotateX(10deg) rotateY(-18deg) rotateZ(3deg);
    border-radius: 0.25em;
    box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

@keyframes beatAni {
    0% {
        transform: scale(1, 1) translateX(-50%);
    }

    50% {
        transform: scale(1.05, 1.05) translateX(-48%);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spin {
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/**slider*/
.pginfo {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    top: 30% !important;
    width: 55px !important;
    height: 100px !important;
    color: lightgray !important;
    background-color: hsla(0,0%,22%,0.6);
    outline: none;
    opacity: 0;
}

.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev
, .swiper-container-initialized:hover .swiper-button-next, .swiper-container-initialized:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: hsla(0,0%,10%,0.7);
}

/*header*/

.aidfmenu {
    display: flex;
    gap: 8px;
    vertical-align: middle;
    align-items: center;
}


/*header*/
/* to be Removed End*/
:root {
    --top: 50px;
    --fw: 240px;
}
/* Colors */
:root {
    --blue: hsl(211, 100%, 50%);
    --indigo: hsl(263, 90%, 51%);
    --purple: hsl(261, 51%, 51%);
    --pink: hsl(332, 79%, 58%);
    --red: hsl(354, 70%, 54%);
    --orange: hsl(27, 98%, 54%);
    --yellow: hsl(45, 100%, 51%);
    --green: hsl(134, 61%, 41%);
    --teal: hsl(162, 73%, 46%);
    --cyan: hsl(188, 78%, 41%);
    --white: hsl(0, 0%, 100%);
    --gray: hsl(208, 7%, 46%);
    --gray-dark: hsl(210, 10%, 23%);
    --primary: hsl(43, 74%, 49%);
    --primaryh: hsl(43, 74%, 31%);
    --primary1: hsl(43, 74%, 55%);
    --primary1h: hsl(43, 74%, 37%);
    --secondary: hsl(208, 7%, 46%);
    --success: hsl(134, 61%, 41%);
    --successh: hsl(134, 71%, 27%);
    --successd: hsl(133, 30%, 32%);
    --info: hsl(188, 78%, 41%);
    --warning: hsl(45, 100%, 51%);
    --warningh: hsl(45, 100%, 33%);
    --danger: hsl(354, 70%, 54%);
    --light: hsl(210, 17%, 98%);
    --dark: hsl(210, 10%, 23%);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --sh1: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    --sh15: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    --sh2: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    --sh3: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    --sh4: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    --sh5: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.lighten {
    --text: #464646;
    --background: #fff;
    --am-primary: #6750a4;
    --am-on-primary: #ffffff;
    --am-primary-container: #e9ddff;
    --am-on-primary-container: #22005d;
    --am-secondary: #625b71;
    --am-on-secondary: #ffffff;
    --am-secondary-container: #e8def8;
    --am-on-secondary-container: #1e192b;
    --am-tertiary: #7e5260;
    --am-on-tertiary: #ffffff;
    --am-tertiary-container: #ffd9e3;
    --am-on-tertiary-container: #31101d;
    --am-error: #ba1a1a;
    --am-on-error: #ffffff;
    --am-error-container: #ffdad6;
    --am-on-error-container: #410002;
    --am-background: #fffbff;
    --am-on-background: #1c1b1e;
    --am-surface: #fffbff;
    --am-on-surface: #1c1b1e;
    --am-surface-variant: #e7e0eb;
    --am-on-surface-variant: #49454e;
    --am-outline: #7a757f;
    --am-shadow: #000000;
    --am-inverse-surface: #313033;
    --am-inverse-on-surface: #f4eff4;
    --am-inverse-primary: #cfbcff;
}

.darken {
    --text: #fdfdfd;
    --background: hsl(0, 0%, 27%);
    --am-primary: #cfbcff;
    --am-on-primary: #381e72;
    --am-primary-container: #4f378a;
    --am-on-primary-container: #e9ddff;
    --am-secondary: #cbc2db;
    --am-on-secondary: #332d41;
    --am-secondary-container: #4a4458;
    --am-on-secondary-container: #e8def8;
    --am-tertiary: #efb8c8;
    --am-on-tertiary: #4a2532;
    --am-tertiary-container: #633b48;
    --am-on-tertiary-container: #ffd9e3;
    --am-warning: #ff5e4b;
    --am-on-warning: #ff3d26;
    --am-warning-container: #93000a;
    --am-on-warning-container: #ffb4ab;
    --am-error: #ffb4ab;
    --am-on-error: #690005;
    --am-error-container: #93000a;
    --am-on-error-container: #ffb4ab;
    --am-background: #1c1b1e;
    --am-on-background: #e6e1e6;
    --am-surface: #1c1b1e;
    --am-on-surface: #e6e1e6;
    --am-surface-variant: #49454e;
    --am-on-surface-variant: #cac4cf;
    --am-outline: #948f99;
    --am-shadow: #000000;
    --am-inverse-surface: #e6e1e6;
    --am-inverse-on-surface: #313033;
    --am-inverse-primary: #6750a4;
}

.lighten {
    --barticle: hsl(251, 100%, 94%);
    --carticle: hsl(0, 0%, 16%);
    --barticlebody: #fff;
    --carticlebody: hsl(0, 0%, 16%);
    --barticlehead: hsl(251, 100%, 94%);
    ;
    --carticlehead: hsl(0, 0%, 16%);
    --carticlehighlight: hsl(290, 100%, 12%);
    --bmenu: #fff;
    --cmenu: hsl(0, 0%, 16%);
    --bmenulist: #fff;
    --cmenulist: hsl(0, 0%, 16%);
    --bnav: #fff;
    --cnav: hsl(0, 0%, 16%);
    --baside: #fff;
    --caside: hsl(0, 0%, 16%);
    --binputborder: hsl(0, 0%, 88%);
    --binputfocus: 0 0 0 0.25rem rgba(225, 13, 253, 0.25);
    --blist: #fff;
    --clist: hsl(0, 0%, 16%);
    --blisthighlight: hsl(0, 0%, 16%);
    --clisthighlight: #fff;
}

.darken {
    --barticle: hsl(0, 0%, 19%);
    --carticle: hsl(253, 100%, 94%);
    --barticlebody: hsl(0, 0%, 16%);
    --carticlebody: hsl(253, 100%, 94%);
    --barticlehead: hsl(0, 0%, 19%);
    ;
    --carticlehead: hsl(253, 100%, 94%);
    --carticlehighlight: hsl(290, 100%, 12%);
    --bmenu: hsl(0, 0%, 16%);
    --cmenu: hsl(253, 100%, 94%);
    --bmenulist: hsl(0, 0%, 16%);
    --cmenulist: hsl(253, 100%, 94%);
    --bnav: hsl(0, 0%, 16%);
    --cnav: hsl(253, 100%, 94%);
    --baside: hsl(0, 0%, 16%);
    --caside: hsl(253, 100%, 94%);
    --binputborder: hsl(253, 100%, 88%);
    --binputfocus: 0 0 0 0.25rem rgba(225, 13, 253, 0.25);
    --blist: hsl(0, 0%, 16%);
    --clist: hsl(253, 100%, 94%);
    --blisthighlight: hsl(0, 0%, 16%);
    --clisthighlight: hsl(253, 100%, 94%);
}

article, dialog {
    background-color: var(--barticle);
    color: var(--carticle);
}

    article > div, dialog > div {
        background-color: var(--barticlebody);
        color: var(--carticlebody);
    }

    article > header, dialog > header {
        background-color: var(--barticlehead);
        color: var(--carticlehead);
    }

body > header {
    background-color: var(--bmenu);
    color: var(--cmenu);
}

nav.ainav > ul > li ul {
    background-color: var(--bmenulist);
    color: var(--cmenulist);
}

nav.sidebar, aside.sidebar {
    background-color: var(--baside);
    color: var(--caside);
}

input, select, textarea {
    border-color: var(--binputborder);
    border-style: solid;
}

    input:focus, select:focus, textarea:focus {
        outline: 0;
        box-shadow: var(--binputfocus);
    }

label.fiactive1, label.iactive1 {
    background-color: var(--barticlebody);
    color: var(--carticlehighlight);
}

article .aisticky, dialog .aisticky {
    background-color: var(--barticlebody);
    top: var(--top, 70px);
    z-index: 100;
}

button {
    border-radius: 1rem 0;
}

    button:hover, button:focus {
        color: var(--light);
        background-color: var(--info);
    }

    button[value=addrecord], button[value=login] {
        color: var(--light);
        background-color: var(--primary);
    }
    button[value=login]:hover {
        color: var(--light);
        background-color: var(--primaryh);
    }
    button[value=verify] {
        color: var(--light);
        background-color: var(--warning);
    }
        button[value=verify]:hover {
            color: var(--light);
            background-color: var(--warningh);
        }

nav.sidebar .menus a:hover {
    color: var(--light);
    background-color: var(--primary1);
}

nav.sidebar .menus > div > a:hover, nav.sidebar .menus > div > a.open {
    color: var(--light);
    background-color: var(--primary);
}

button[value=addrecord]:hover, button[value=addrecord]:focus {
    color: var(--light);
    background-color: var(--primaryh);
}

button[value=edit]:hover, button[value=edit]:focus {
    color: var(--light);
    background-color: var(--primary);
}

button[value=delete]:hover, button[value=delete]:focus {
    color: var(--light);
    background-color: var(--danger);
}

button[type=submit] {
    color: var(--light);
    background-color: var(--success);
}

    button[type=submit]:hover, button[type=submit]:focus {
        color: var(--light);
        background-color: var(--successh);
    }

button[type=reset]:hover, button[type=reset]:focus {
    color: var(--light);
    background-color: var(--warning);
}

.ggal1 > * figure > div > img {height:250px;width:100%;object-fit:cover;object-position:center;}