html {
	scroll-behavior: smooth;
}

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

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

.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);
}

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