html {
    font-size: 15px;
}

body {
    color: #1f2937;
}

.app-body {
    min-height: 100vh;
    background: #f4f7fb;
}

.app-navbar {
    background: #fff;
    border-bottom: 1px solid #d9e1ea;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
    min-height: 84px;
}

.app-navbar .container-fluid {
    position: relative;
}

.app-brand {
    display: inline-flex;
    align-items: center;
    padding-block: .25rem;
    z-index: 2;
}

.app-brand img {
    width: auto;
    max-width: 300px;
    height: 64px;
    object-fit: contain;
}

.app-navbar-content {
    align-items: center;
}

.app-nav-pill {
    position: absolute;
    left: 50%;
    top: 50%;
    flex-direction: row;
    gap: .15rem;
    padding: .25rem;
    background: #eef4fb;
    border: 1px solid #d9e6f3;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.app-nav-pill .nav-link {
    border-radius: 999px;
    color: #405166;
    font-weight: 500;
    padding: .35rem .95rem;
}

.app-nav-pill .nav-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    height: 2.25rem;
    padding-inline: .85rem;
}

.app-nav-pill .nav-icon-link .bi {
    font-size: 1.08rem;
}

.app-nav-pill .nav-link:hover,
.app-nav-pill .nav-link:focus,
.app-nav-pill .nav-link.active {
    background: #fff;
    color: #12395f;
    box-shadow: 0 1px 5px rgba(15, 23, 42, .08);
}

.app-nav-pill .nav-link.active {
    font-weight: 700;
}

.app-user-nav {
    align-items: center;
    gap: .4rem;
    margin-left: auto;
    z-index: 2;
}

.app-user-label {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #405166;
    font-weight: 600;
    padding-inline: .5rem;
}

.app-user-label:hover,
.app-user-label:focus {
    color: #405166;
    background: transparent;
}

.page-shell {
    max-width: 1320px;
    margin: 0 auto;
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.page-title h1 {
    color: #182635;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.app-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem;
    margin-bottom: .85rem;
    color: #6b7c8f;
    font-size: .9rem;
}

.app-breadcrumb a {
    color: #2368a8;
    font-weight: 600;
    text-decoration: none;
}

.app-breadcrumb a:hover,
.app-breadcrumb a:focus {
    color: #12395f;
    text-decoration: underline;
}

.panel {
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.data-table {
    margin-bottom: 0;
}

.data-table thead th {
    background: #f2f6fa;
    color: #34465a;
    font-size: .82rem;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #fbfdff;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-bg-state: #edf5ff;
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}

.form-control,
.form-select {
    border-color: #cbd6e2;
}

.form-control:focus,
.form-select:focus {
    border-color: #5b8fc8;
    box-shadow: 0 0 0 .2rem rgba(45, 114, 184, .14);
}

.form-label {
    color: #34465a;
    font-weight: 600;
}

.action-bar {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.cta-col {
    width: 1%;
}

.icon-btn {
    min-width: 2.1rem;
    font-weight: 700;
}

.btn {
    border-radius: 6px;
}

.btn-primary {
    background: #2368a8;
    border-color: #2368a8;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #1d5a91;
    border-color: #1d5a91;
}

.btn .bi {
    vertical-align: -.125em;
}

@media (max-width: 991.98px) {
    .app-navbar .container-fluid {
        position: static;
    }

    .app-nav-pill {
        position: static;
        flex-direction: column;
        align-items: stretch;
        margin-block: .75rem;
        transform: none;
    }

    .app-user-nav {
        align-items: flex-start;
        margin-left: 0;
    }
}

.listino-panel {
    width: min(1040px, 92vw);
}

.listino-frame {
    width: 100%;
    height: calc(100vh - 72px);
    border: 0;
}

.listino-embedded {
    color: #1f2937;
    background: #f4f7fb;
}

.listino-content {
    padding: 1rem;
}

.listino-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.listino-toolbar h1 {
    font-size: 1.15rem;
    margin: 0;
}

.login-wrap {
    min-height: calc(100vh - 120px);
    display: grid;
    place-items: center;
}

.login-panel {
    width: min(440px, 100%);
}

.mySwal-Title {
    font-size: 20px !important;
    color: darkblue;
}
