.navbar-nav .nav-link>.bi {
    display: inline-block;
    min-width: 1.75rem;
}

.h-200 {
    height: 200px;
}

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

.status-icon {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: currentColor;
    border-radius: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: .375rem;
    vertical-align: middle;
}

.navbar-expand-md .dropdown:hover>.dropdown-menu, .navbar-expand-lg .dropdown:hover>.dropdown-menu {
    display: none;
}

.navbar-expand-md .dropdown-menu.show, .navbar-expand-lg .dropdown-menu.show {
    display: block !important;
}

select.form-select {
    cursor: pointer;
}

.card-input-element {
    display: none;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card {
    border-color: #2c7be5!important;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.projects .card.card-flex {
    flex: 1 1 auto;
}

.projects .card-flex .card-title {
    text-align: center;
    padding: 4em 0 6em 0;
    width: 306px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projects .card-flex .card-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.resize-none {
    resize: none;
}

.rowlink tr:hover {
    cursor: pointer;
}

/* fix group button has form */
.btn-group form:not(:first-child) .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group form:first-child .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[class*=select2] {
    display: block
}
.select2 {
    width: 100%!important
}
.select2-hidden-accessible {
    display: none
}
.select2-selection {
    cursor: pointer
}
.select2-selection[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container {
    display: block
}
.select2-dropdown {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-search--dropdown {
    padding: .375rem .75rem
}
.select2-search--dropdown.select2-search--hide {
    display: none
}
.select2-search--dropdown .select2-search__field {
    width: 100%;
    height: calc(1.75em + .25rem + 2px);
    padding: .125rem .5rem;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: .25rem;
    line-height: 1.75;
    font-size: .8125rem;
    color: #12263f;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.select2-search--dropdown .select2-search__field:focus {
    border-color: #2c7be5;
    box-shadow: transparent;
    outline: 0
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow: auto
}
.select2-results__options {
    padding-left: 0;
    margin-bottom: 0
}
.select2-results__option {
    padding: .375rem .75rem;
    color: #6e84a3
}
.select2-results__option:not(.select2-results__message) {
    cursor: pointer
}
.select2-results__option:not(.select2-results__message):focus,
.select2-results__option:not(.select2-results__message):hover {
    color: #12263f
}
.select2-results__option--highlighted,
.select2-results__option[aria-selected=true] {
    color: #12263f
}
.select2-selection--multiple {
    height: auto
}
.select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0 -.25rem -.25rem 0
}
.select2-selection__choice {
    display: inline-flex;
    align-items: center;
    padding-left: .375rem;
    padding-right: .375rem;
    margin: 0 .25rem .25rem 0;
    font-size: .8125rem;
    background-color: #edf2f9;
    border-radius: .1875rem
}
.select2-selection__choice__remove {
    order: 2;
    margin-left: .5rem;
    color: #95aac9;
    cursor: pointer
}
.select2-selection__choice__remove:hover {
    color: #12263f
}
.select2-search--inline .select2-search__field {
    height: calc(1em * 1.5);
    padding-bottom: .25rem;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
    color: #12263f
}
.select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #b1c2d9
}
.select2-search--inline .select2-search__field::-moz-placeholder {
    color: #b1c2d9
}
.select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #b1c2d9
}
.select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #b1c2d9
}
.select2-search--inline .select2-search__field::placeholder {
    color: #b1c2d9
}
.select2-selection__placeholder {
    color: #b1c2d9
}