@font-face {
    font-family: Noto Sans; /* set name */
    src: url(webfonts/NotoSans-Regular.ttf); /* url of the font */
}

main > .container-fluid {
    background: #ffffff;
    border-radius: 25px;
    gap: 24px;
    opacity: 1;
    padding: 20px;
    font-family: "Noto Sans";
    font-style: normal;
}


main {
    padding-top: 65px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
}

body {
    background-color: #363643;
    background-attachment: fixed;
}

.navbar-restitutio {
    color: #89888d;
    background-color: #363643;
}

a {
    color: var(--petrol);
    text-decoration: none;
}

a:hover {
    color: var(--petrol-dark);
}

.form-label {
    color: var(--petrol, #456882);

    /* Noto/Noto semi-bold M */
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.bg-form-outline {
    background: #E9ECEF;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #888aa5;
    border-radius: 9999px;
    border: 1px #454656 solid;
}

.circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 9999px;
    border: 2px #454656 solid;
}

.badge {
    font-size: 1em;
    font-weight: 400;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
}

.select2-selection__rendered > img {
    max-width: 20px;
}

.select2-selection__choice > img {
    max-width: 20px;
}

.input-group-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #888aa5;
    text-align: center;
    white-space: nowrap;
}

.select2-selection__rendered .small {
    display: none;
}

.select2-container--krajee-bs5 .select2-search__field::placeholder {
    font-family: 'Noto Sans';
    color: #999;
}

.not-set {
    color: #6c757d;
    font-style: italic;
}

.card-body {
    z-index: 2;
}

.badge {
    text-wrap-mode: wrap;
}

.card {
    word-wrap: anywhere;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
