html {
	scroll-behavior: smooth;
}

.fs-7 {
    font-size: 0.95rem !important;
}

.fs-8 {
    font-size: 0.9rem !important;
}

.fs-9 {
    font-size: 0.85rem !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.btn-xs {
    --bs-btn-padding-y: 0.125rem;
    --bs-btn-padding-x: 0.25rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.flags {
    background: url(../images/flags.png) no-repeat 0 0;
    background-size: 24px 3876px;
    width: 24px;
    height: 16px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
}

.sg-link {
    text-decoration: none;
}

.sg-link:hover {
    text-decoration: underline;
}

.sg-link-group a {
    text-decoration: none;
}

.sg-link-group a:hover {
    text-decoration: underline;
}

#navbarSupportedContent .nav-link.active {
    color: var(--bs-indigo);
}

.pdf-viewer-vh {
    height: calc(100vh - 100px);
}

.diag-table {
    position: relative;
}

.diag-table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, transparent calc(50% - 0.5px), #000 calc(50% - 0.5px), #000 calc(50% + 0.5px), transparent calc(50% + 0.5px));
    pointer-events: none;
}

@media (min-width: 992px) {
    .sg-vh {
        overflow-y: auto;
        height: calc(100vh);
    }

    .pdf-viewer-vh {
        height: calc(100vh - 50px);;
    }
}

.template-fullwidth {
    position: relative;
    width: 100vw !important;
    left: 50% !important;
    margin-left: -50vw !important;
    max-width: none !important;
}

.container-print {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.print-spacing {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media print {
    html {
        font-size: 90% !important;
    }

    .container-print {
        width: 90% !important;
    }

    .w-print-100 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .page-break {
        display: block;
        break-before: page;
        page-break-before: always;
    }

    .print-spacing {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
