:host, :root {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body {
    font-size: 0.95rem;
    padding-bottom: 20px;
    height: auto !important;
}

.btn,
.form-label,
.form-select,
.form-control
{
    font-size: 0.95rem;
}

.settings-layout {
    display: flex;
    gap: 10px;
}

.user {
    min-width: 250px;
}


@media (max-width: 768px) {
    .mobile {
        display: revert;
    }
    .pc {
        display: none;
    }
    .user {
        width: 100%;
        min-width: 200px;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }
}

.logo {
    font-size: 2.5em;
    text-transform: uppercase;
}

.hint {
    font-size: 0.8rem;
    font-style: italic;
    opacity: 0.5;
}

.panel {
    background-color: rgba(0,0,0,0.05);
    padding: 20px;
    border-radius: var(--tblr-border-radius-lg);
}

[data-bs-theme="dark"] .panel {
    background-color: rgba(255,255,255,0.06);
}

.alert {
    margin-top: 20px;
    margin-bottom: 0;
}

.zx-ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
    pointer-events: none;
}
.zx-ribbon.zx-ribbon-success span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#4EC940 0%, #0FA714 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.zx-ribbon.zx-ribbon-success span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #0FA714;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0FA714;
}
.zx-ribbon.zx-ribbon-success span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #0FA714;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0FA714;
}

.zx-ribbon.zx-ribbon-warning span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F79E05 0%, #8F5408 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.zx-ribbon.zx-ribbon-warning span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F5408;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}
.zx-ribbon.zx-ribbon-warning span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F5408;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}

.zx-ribbon.zx-ribbon-primary span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.zx-ribbon.zx-ribbon-primary span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}
.zx-ribbon.zx-ribbon-primary span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}


.zx-ribbon.zx-ribbon-danger span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.zx-ribbon.zx-ribbon-danger span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.zx-ribbon.zx-ribbon-danger span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.logo .span1 {
    letter-spacing: -1px;
    color: #002347;
    margin: 0;
}

.logo .span2 {
    color: #066fd1;
    letter-spacing: -1px;
}

[data-bs-theme="dark"] .logo .span1 {
    letter-spacing: -1px;
    color: #4ba8ff;
    /*background: linear-gradient(135deg, #3b82f6 0%, #5794f6 25%, #79a6f3 50%, #a0c4ff 75%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;*/
    margin: 0;
}

[data-bs-theme="dark"] .logo .span2 {
    color: #FFFFFF;
    letter-spacing: -1px;
}

[data-bs-theme="dark"] ::selection {
    background-color: rgba(var(--tblr-primary-rgb), 0.6) !important;
}




.ticket-customer {
    border-radius: 0 25px 25px 25px !important;
    width: 95%;
    margin-bottom: 10px;
}

[data-bs-theme="dark"] .ticket-customer {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}

[data-bs-theme="light"] .ticket-customer {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}

.ticket-admin {
    /* background: color-mix(in srgb, var(--tblr-bg-surface) 50%, transparent) !important; */
    background-color: #f0faff;
    border-radius: 25px 25px 0 25px !important;
    width: 95%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
}

[data-bs-theme="dark"] .ticket-admin {
    background-color: #152130;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}

[data-bs-theme="light"] .ticket-admin {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}

.ticket-customer .card-body {
    padding: 0.7rem 1rem 0.7rem 0.7rem;

}

.ticket-admin .card-body {
    padding: 0.7rem 0.7rem 0.7rem 1rem;
}
