﻿:root {
    --acc-primary-h: 216;
    --acc-primary-s: 98;
    --acc-primary-l: 52;
    --acc-secondary-h: 208;
    --acc-secondary-s: 7;
    --acc-secondary-l: 46;
}

.row > *:not([class*=" gy-"]):not([class*=" g-"]) {
    --bs-gutter-y: 1.5rem;
}

.row ~ .card, .card ~ .card, form ~ .card {
    margin-top: 1.5rem;
}

.select2-selection {
    padding: 0.375rem 0.75rem;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5em;
    min-height: 1.5em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__clear {
    height: calc(1.5em + 0.375rem * 2);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 1px;
    right: 1px;
}

.select2-container .select2-selection--multiple .select2-search {
    line-height: 0.9em;
}

select.form-select-placeholder, input.form-input-placeholder {
    color: #92a2b3;
}

select.form-select-placeholder option {
    color: initial;
}