@font-face {
    font-family: "Goldrake Sans";
    src: url("/assets/shared/fonts/nunito/nunito-v11-latin-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Goldrake Sans";
    src: url("/assets/shared/fonts/nunito/nunito-v11-latin-600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Goldrake Sans";
    src: url("/assets/shared/fonts/nunito/nunito-v11-latin-800.woff2") format("woff2");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

:root {
    --goldrake-font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

[v-cloak] {
    display: none !important;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--goldrake-font-sans);
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

.app-page {
    width: 100%;
}

.select2-container {
    width: 100% !important;
    min-width: 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    min-height: 38px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding-right: 2rem;
    padding-left: .75rem;
    color: #212529;
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: .5rem;
    width: 1.5rem;
    height: 100%;
}

.select2-container--default .select2-selection--multiple {
    padding: .1875rem .375rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    margin: 0;
    padding: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-height: 28px;
    margin: 0;
    font-family: inherit;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .15);
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e9ecef;
    opacity: 1;
}

.select2-container--default .select2-dropdown {
    border-color: #ced4da;
    border-radius: .375rem;
    box-shadow: 0 .5rem 1rem rgba(15, 23, 42, .12);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    min-height: 36px;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    outline: 0;
}

.select2-container--default .select2-results__option {
    padding: .45rem .75rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff;
    background-color: #0d6efd;
}

.input-group > .select2-container {
    flex: 1 1 auto;
    width: 1% !important;
}
