/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./components/crud/styles.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.disabled-tags-input {
    background-color: var(--falcon-gray-200);
    pointer-events: none;
}

.react-tagsinput--focused{
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border-color: var(--falcon-input-focus-border-color-global);
    border-radius: var(--falcon-border-radius-sm);
}

.react-tagsinput-input{
    width: 30%;
}

.tags-menu:hover{
    background-color: #deebff;
}


