/*TABLE :: BASIC :: STRIPES */
table.stripes td {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 0.5rem;
    font-size: 0.95rem;
}

table.stripes tbody tr:last-of-type td,
table.stripes tfoot td {
    /*border-bottom: none;*/
}

table.stripes tr td:last-of-type {
    /*border-right: none;*/
}

table.stripes thead td {
    border-bottom: 1px solid #aaa;
    background: #ddd;
    font-weight: bold;
}

table.stripes tfoot td {
    border-top: 1px solid #aaa;
    background: #ccc;
}

table.stripes tbody tr:nth-child(2n) td {
    background: #eee;
}

table td>p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    word-break: keep-all;
}

.num {
    font-family: 'Inconsolata';
    font-weight: 400;
    font-size: 1rem !important;
    letter-spacing: -0.06em;
    line-height: 1rem;
}

.nobr {
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button.i {
    padding: 0.5em 1em 0.4em 0.6em;
}

.button.i.o {
    padding: 0.5em 0.1em 0.4em 0.3em;
}

.button.i>i {
    font-size: 1.6rem;
    margin-right: 0.25em;
    vertical-align: top;
}

.button.i>i.o {
    margin-right: 0;
}

.button.link {
    background-color: transparent;
    border-color: transparent;
}

.button.link.i {
    padding: 0.125em;
}

.button.link.i>i {
    font-size: 2em;
    margin-right: 0;
    margin-top: 0.0125em;
}

.button.bold {
    font-weight: bold;
}

.button.large {
    font-size: 1.6rem;
}

.branding {
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -100%;
    overflow: hidden;
}

.hbh {
    /* button / input height */
    height: 2.8rem;
}

/* g-card :: BASIC */
.g-card {
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: rgba(0, 0, 0, 0.4) -5px 5px, rgba(0, 0, 0, 0.3) -10px 10px, rgba(0, 46, 170, 0.2) -15px 15px, rgba(0, 0, 0, 0.1) -10px 10px, rgba(0, 0, 0, 0.05) -0 0;
}

.g-card>img {
    max-width: 100%;
}

.g-card>.ch {
    width: 100%;
    border-bottom: 1px solid #aaa;
}

.g-card>.cc {
    width: 100%;
}

.g-card>.cf {
    width: 100%;
    border-top: 1px solid #aaa;
}

/* g-card :: SOFT */
.g-card.soft {
    border: 0.01rem solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-shadow: 0 12px 35px 0 rgba(16, 39, 112, .07);
    border-radius: 0.5rem;
}

.g-card.soft>img {
    max-width: 100%;
}

.g-card.soft>.ch {
    width: 100%;
    padding: 1em;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.g-card.soft>.cc {
    width: 100%;
    padding: 1em;
}

.g-card.soft>.cf {
    width: 100%;
    padding: 1em;
    border-top: 0.01rem solid rgba(0, 0, 0, 0.1);
}

/* MODAL :: BASIC */
.g-modal {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
}

.g-modal>.g-card,
.g-modal>.alert {
    margin: 0 auto;
}

/* TOAST :: BASIC */
.g-toast {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 32rem;
}

.g-toast>.g-card,
.g-toast>.alert {
    width: 100%;
}


.arrow {
    border: none;
    height: 2.4em;
    padding: 0 1.175em 0 2.35em;
    line-height: 2.4em;
    vertical-align: middle;
    background: #ffb74d;
    color: #424242;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.arrow.left {
    padding: 0 2.35em 0 1.175em;
}

.arrow.center {
    padding: 0 1.175em 0 1.175em;
}

.arrow.pa {
    position: absolute;
}

.arrow:hover {
    background: #ffca4d;
    color: #333;
}

.arrow:visited {
    color: #424242;
}

/* ARROW :: BASIC */
.arrow.right:before,
.arrow.right:after,
.arrow.left:before,
.arrow.left:after,
.arrow.center:before,
.arrow.center:after {
    content: "";
    position: absolute;
    top: 0.35em;
    width: 1.7em;
    height: 1.7em;
    background: inherit;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.arrow.right:before,
.arrow.right:after,
.arrow.center:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.arrow.left:before,
.arrow.left:after,
.arrow.center:before {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.arrow.right:before,
.arrow.left:before,
.arrow.center:before {
    left: -0.85em;
}

.arrow.right:after,
.arrow.left:after,
.arrow.center:after {
    right: -0.85em;
}

.arrow.right:after,
.arrow.left:before,
.arrow.center:after,
.arrow.center:before {
    z-index: 1;
}

.arrow.right:before,
.arrow.left:after {
    background: #fff;
    right: -0.85em;
}

.arrow.center-spacer {
    display: inline-block;
    width: 33.04347826086957px;
}

/* g-swap :: TABS :: BASIC */
.g-swap {
    position: relative;
}

.g-swap>.link {
    position: relative;
    cursor: pointer;
}

.g-swap>.content {
    position: relative;
    display: none;
}

.g-swap>.content.active {
    display: block;
}

.g-swap.tabs {}

.g-swap.tabs>.link {
    padding: 1em;
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, .25);
}

.g-swap.tabs>.link em {
    display: none;
}

.g-swap.tabs>.link.active {
    background: #fff;
    border: 1px solid #aaa;
    border-bottom: 1px solid #fff;
    z-index: 1;
    top: 1px;
    color: rgba(0, 0, 0, .75);
}

.g-swap.tabs>.content {
    border: none;
}

.g-swap.tabs>.content.active {
    border-top: 1px solid #aaa;
}

/* g-swap :: ACCORDIONS :: BASIC */
.g-swap.accordion {}

.g-swap.accordion>.link {
    border: none;
    border-bottom: 1px solid #aaaaaa5c;
    padding: 1em 0.8em;
    display: block;
    text-decoration: none;
    color: #bbb;
    font-size: 1.2rem;
    font-weight: bold;
    background: #eee;
}

.g-swap.accordion>.link.active {
    border-bottom: 1px solid #fe5249;
    color: rgb(44, 36, 75);
    background: #e5e7f3;
}

.g-swap.accordion>.link em {
    color: rgba(0, 0, 0, .15);
    float: right;
}

.g-swap.accordion>.content {
    border-bottom: 1px solid #aaa;
}

.g-swap.accordion>.content.active {}

.g-swap.accordion a.button.large {
    height: auto;
    padding-top: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.g-swap.accordion a.button.large i {
    font-size: 4rem;
    display: block;
    margin: 0 auto;
}

/* VIEW PASSWORD */
.g-pwd {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="%23777" d="M1664 576q-152-236-381-353 61 104 61 225 0 185-131.5 316.5T896 896 579.5 764.5 448 448q0-121 61-225-229 117-381 353 133 205 333.5 326.5T896 1024t434.5-121.5T1664 576zM944 192q0-20-14-34t-34-14q-125 0-214.5 89.5T592 448q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5T896 1152t-499.5-139T20 645Q0 610 0 576t20-69q140-229 376.5-368T896 0t499.5 139T1772 507q20 35 20 69z"/></svg>');
    background-size: 1.1em;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.45em) 0.95em;
    margin-left: -0.05em;
    border-left-color: #fff;
}

.g-pwd.active {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="%23777" d="M555 1047l78-141q-87-63-136-159t-49-203q0-121 61-225-229 117-381 353 167 258 427 375zm389-759q0-20-14-34t-34-14q-125 0-214.5 89.5T592 544q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm363-191q0 7-1 9-105 188-315 566t-316 567l-49 89q-10 16-28 16-12 0-134-70-16-10-16-28 0-12 44-87-143-65-263.5-173T20 741Q0 710 0 672t20-69q153-235 380-371T896 96q89 0 180 17l54-97q10-16 28-16 5 0 18 6t31 15.5 33 18.5 31.5 18.5T1291 70q16 10 16 27zm37 447q0 139-79 253.5T1056 962l280-502q8 45 8 84zm448 128q0 35-20 69-39 64-109 145-150 172-347.5 267T896 1248l74-132q212-18 392.5-137T1664 672q-115-179-282-294l63-112q95 64 182.5 153T1772 603q20 34 20 69z"/></svg>');
}

/* DROPDOWNS :: BASIC */
.g-drop {
    position: relative;
}

.g-drop.pa {
    position: absolute;
}

.g-drop.pf {
    position: fixed;
}

.g-drop>.menu {
    position: absolute;
    top: 100%;
    right: 0;
    color: #232e3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.05rem solid rgba(101, 109, 119, .16);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    z-index: 999;
    max-height: 21rem;
    overflow: auto;
}

.g-drop>.menu.left {
    right: auto;
    left: 0;
}

.g-drop>.menu.top {
    top: auto;
    bottom: 100%;
}

.g-drop>.menu>.item {
    display: block;
    padding: .5rem .75rem;
    clear: both;
    font-weight: 400;
    color: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: .875rem;
    min-width: 12em;
    margin: 0;
    line-height: 1.4285714;
    text-decoration: none;
}

.g-drop>.menu>.item:hover {
    color: inherit;
    text-decoration: none;
    background-color: rgba(101, 109, 119, .06);
}

#g-msgs {
    position: fixed;
    width: 32rem;
    z-index: 2;
    top: 0;
    left: calc(50% - 16rem);
}

.x {
    background-color: #fe5249;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    border-radius: 1.5em;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.85em;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.icol {
    background-color: #fe5249;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    border-radius: 1.5em;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 0.6em;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.icol i {
    font-size: 1.6rem;
}

.alert {
    box-shadow: rgba(0, 0, 0, 0.5) -5px 5px;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0.25rem;
}

.alert h5.at {
    margin-bottom: 0.5rem;
}

.alert p.ac {
    padding: 0.5rem 0 1rem 0;
}

.alert time {
    font-size: 0.8rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}

.grid {}

.grid .gr {}

.grid .gr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.05);
}

.grid .gr .gc {
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.grid .gh {
    background: #ececec;
}

.grid .gh .gc {
    background: #ececec;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    box-shadow: 0px 1px 0px 1px #aaa;
    padding: 0 0.75em;
    overflow: hidden;
    white-space: nowrap;
}

.grid .gh .gc:last-of-type {
    border: none;
}

.grid .gb {
    /* overflow: hidden; */
}

.grid .gr {
    border-bottom: 1px solid #e0e0e0;
}

.grid .gr.active {
    background: #42ffb9;
}

.grid .gr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.05);
}

.grid .gr:nth-child(2n).active {
    background: #42ffb9;
}

.grid .gr a,
.grid .gr span {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid .gr .gc a {
    font-size: 0.9rem;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.grid .ggo {
    cursor: pointer;
}

.grid .ggo.sort_az,
.grid .ggo.sort_za {
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: right 1em;
}

.grid .ggo.tar.sort_az,
.grid .ggo.tar.sort_za {
    background-position: 0.5em 1em;
}

.grid .ggo.sort_az {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(0,0,0,0.5)" d="M1024 512q0 26-19 45t-45 19H64q-26 0-45-19T0 512t19-45L467 19q19-19 45-19t45 19l448 448q19 19 19 45z"/></svg>');
}

.grid .ggo.sort_za {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(0,0,0,0.5)" d="M1024 64q0 26-19 45L557 557q-19 19-45 19t-45-19L19 109Q0 90 0 64t19-45T64 0h896q26 0 45 19t19 45z"/></svg>');
}

.grid .ggo:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.ac_ce {
    padding: 0;
}

.ac_ce .menu input.item {
    font-size: 1rem;
}

.ac_tags {
    position: relative;
    display: inline-block;
    width: calc(100% - 3em);
    height: 100%;
}

.ac_tags .badge {
    font-size: 0.9em;
    padding: 0.4em 0.8em;
    margin: 0.2em 0 0 0.2em;
    background: #e1e1e1;
    color: #1c3650;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ac_tags .badge:hover {
    background: #a91c29;
    color: #fff;
    cursor: not-allowed;
}

.ac_add {
    display: inline-block;
    width: 3em;
    border: none;
    min-height: auto;
}

.ac_extend {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5em;
    padding: 0 0 0 0.125em;
    line-height: calc(var(--rhd) * 0.9);
    height: calc(var(--rhd) * 0.95);
}

.ac_tags.tio {
    padding-right: 1.5em;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
}

.ac_tags.tio.ext {
    height: auto;
    background: #fafafa;
    padding-bottom: 0.25em;
    border: 0.05rem solid rgba(101, 109, 119, .16);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    z-index: 1;
}

.ac_ce .dropdown>.menu>.item {
    font-size: 1.1rem;
    min-width: 16em;
}

/* BADGE :: BASIC */
.badge {
    align-items: center;
    background: #456BD9;
    border: 2px solid transparent;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    min-width: 1.5em;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
    overflow: visible;
}

.badge:visited {
    color: #fff;
}

.badge:hover {
    filter: brightness(90%);
}

.badge b {
    background: #ce2c6c;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    padding: 0.25em 0.5em;
    font-weight: normal;
    height: 1.5em;
    line-height: 1em;
    font-size: 0.8em;
    border: none;
    border-radius: 0.25em;
}

.badge.primary {
    color: #fcfff5;
    background-color: #2c662d;
}

.badge.secondary {
    background-color: #f8f8f9;
    color: #4a4a4a;
}

.badge.disabled {
    background-color: rgba(0, 0, 0, .15);
    color: rgba(101, 109, 119, .6);
}

.badge.error {
    color: #fff6f6;
    background-color: #9f3a38;
}

.badge.warning {
    color: #573a08;
    background-color: #ffb74d;
}

.badge.dark {
    background-color: #1c3650;
    color: rgba(255, 255, 255, .9);
}

/* TOOLTIP :: BASIC */
.tooltip:hover {
    position: relative;
    z-index: 1000;
}

.tooltip:hover::after {
    all: initial;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1a1a1a;
    position: absolute;
    bottom: 100%;
    content: '';
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 5px;
}

.tooltip.right:hover::after {
    margin-bottom: 0;
    bottom: auto;
    transform: rotate(90deg) translate(0, -50%);
    left: 100%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.tooltip.left:hover::after {
    margin-bottom: 0;
    bottom: auto;
    transform: rotate(-90deg) translate(0, -50%);
    left: auto;
    right: 100%;
    top: 50%;
    margin-right: -5px;
    margin-top: -5px;
}

.tooltip.bottom:hover::after {
    margin-bottom: 0;
    bottom: auto;
    transform: rotate(180deg) translate(-50%, 0);
    top: 100%;
    margin-left: -20px;
    margin-top: 5px;
}

.tooltip.top:hover::after {
    margin-top: 0;
    top: auto;
    transform: rotate(0deg) translate(-50%, 0);
    bottom: 100%;
    margin-left: 0;
    margin-bottom: 5px;
}

.tooltip:hover::before {
    all: initial;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 10px;
    background-color: #1a1a1a;
    color: #f9f9f9;
    position: absolute;
    bottom: 100%;
    width: 12rem;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    content: attr(data-g-tooltip);
}

.tooltip.right:hover::before {
    margin-bottom: 0;
    bottom: auto;
    transform: translate(0, -50%);
    left: 100%;
    top: 50%;
    margin-left: 0.8rem;
}

.tooltip.left:hover::before {
    margin-bottom: 0;
    bottom: auto;
    transform: translate(0, -50%);
    left: auto;
    right: 100%;
    top: 50%;
    margin-right: 15px;
}

.tooltip.bottom:hover::before {
    margin-bottom: 0;
    bottom: auto;
    top: 100%;
    margin-top: 15px;
}

.tooltip.top:hover::before {
    margin-top: 0;
    top: auto;
    bottom: 100%;
    margin-bottom: 15px;
}

.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* Semi-transparent white overlay */
    z-index: 1;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #3498db;
    /* Loading spinner color */
    border-radius: 50%;
    border-top: 4px solid transparent;
    /* Hide the top border to create a spinner effect */
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    z-index: 2;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.g-slider {
    position: relative;
}

.g-slider .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.g-slider.left {
    white-space: nowrap;
}

.g-slider .item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.g-slider.left .item {
    width: 0;
}

.g-slider.top .item {
    height: 0;
}

.g-slider .item.active {}

.g-slider .item.left {}

.g-slider .item.top {}

.g-slider.left .item.active {
    width: 100%;
}

.g-slider.top .item.active {
    height: 100%;
}

.g-plc {
    background-image: url('data:image/svg+xml,<svg width="%25var(--svgw)%25" height="%25var(--svgh)%25" viewBox="0 0 %25var(--svgw)%25 %25var(--svgh)%25" xmlns="http://www.w3.org/2000/svg"><rect fill="%23ddd" width="100%" height="100%" /><text fill="rgba(0,0,0,0.5)" font-family="sans-serif" font-size="30" dy="10.5" font-weight="bold" x="50%" y="50%" text-anchor="middle">&lt;image&gt;</text></svg>');
}

.g-blox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    grid-gap: 1px;
    grid-auto-rows: minmax(8rem, auto);
    grid-auto-flow: dense;
    padding: 1px;
}

.g-blox li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.g-blox li {
    padding: 1rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0.75rem;
}

.g-blox .s1x2 {
    grid-column-end: span 1;
    grid-row-end: span 2;
}

.g-blox .s2x1 {
    grid-column-end: span 2;
    grid-row-end: span 1;
}

.g-blox .s2x2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.g-blox .s1x3 {
    grid-column-end: span 1;
    grid-row-end: span 3;
}

.g-blox .s2x3 {
    grid-column-end: span 2;
    grid-row-end: span 3;
}

.g-blox .s3x3 {
    grid-column-end: span 3;
    grid-row-end: span 3;
}

.g-blox .s3x2 {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

.g-blox .s3x1 {
    grid-column-end: span 3;
    grid-row-end: span 1;
}

.g-aspect-4-3 {
    width: 100%;
    /* or any specific width you want */
    padding-top: 75%;
    /* 4:3 aspect ratio (3/4 = 75%) */
    position: relative;
}

.g-aspect-4-3>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.g-aspect-16-9 {
    width: 100%;
    /* or any specific width you want */
    padding-top: 56.25%;
    /* 16:9 aspect ratio (9/16 = 56.25%) */
    position: relative;
}

.g-aspect-16-9>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}