/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/css/partials/forms.css ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999
}

.nice-select:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M17.0415 9.8125L12.6665 14.1875L8.2915 9.8125%27 stroke=%27%232E2142%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 16px;
    transform: rotate(0);
    transition: all .15s ease-in-out;
}

.nice-select.open:after {
    transform: rotate(-180deg);
}

.nice-select.open .nice-select-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .nice-select-dropdown {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .nice-select-dropdown {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .nice-select-dropdown {
    margin-top: 4px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(19px);
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    opacity: 0
}

.nice-select .list {
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    max-height: 210px;
    overflow-y: auto
}

.nice-select .list:hover .option:not(:hover) {
    background-color: rgba(0, 0, 0, 0) !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: rgba(0, 0, 0, 0);
    color: #999;
    cursor: default
}

.nice-select .extra {
    float: right
}

.nice-select .optgroup {
    font-weight: bold
}

.no-csspointerevents .nice-select .nice-select-dropdown {
    display: none
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
    display: block
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px
}

.nice-select .has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select .has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    pointer-events: none;
    border-radius: 5px 5px 0 0
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important;
    font-size: 14px
}

[data-select] {
    display: none
}

.form__modal-filter-button {
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(219 222 225 / var(--tw-border-opacity, 1));
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem
}

@media (min-width: 768px) {

    .form__modal-filter-button {
        display: none
    }
}

.form__modal-filter-button {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(78 5 16 / var(--tw-text-opacity, 1))
}

.form__modal-filter-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1))
}

.form__modal-filter-header {
    margin-bottom: 1.875rem;
    display: flex;
    height: 3.75rem;
    align-items: center;
    justify-content: space-between;
    --tw-bg-opacity: 1;
    background-color: rgb(78 5 16 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 768px) {

    .form__modal-filter-header {
        display: none
    }
}

.form__modal-filter-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(252 242 241 / var(--tw-text-opacity, 1))
}

.form__modal-filter-clear {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: underline
}

.form__modal-filter-close {
    display: flex;
    height: 2.375rem;
    width: 2.375rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(157 20 36 / var(--tw-bg-opacity, 1))
}

.form__modal-filter {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem
}

@media (min-width: 768px) {

    .form__modal-filter {
        display: flex
    }
}

.form__modal-filter.active {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: block;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.form__modal-filter.active .form__col {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.form__wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.form__search {
    position: relative;
    width: 100%
}

.form__filters-selected {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 1rem
}

.form__filters-peel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(219 222 225 / var(--tw-border-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(78 5 16 / var(--tw-text-opacity, 1))
}

.form__filters-peel svg {
    pointer-events: none
}

.form__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.form__col {
    width: 100%
}

@media (min-width: 768px) {

    .form__col {
        width: calc(25% - 1rem)
    }
}

@media (min-width: 1024px) {

    .form__col {
        width: calc(20% - 1rem)
    }
}

.form__col--small {
    width: 100%
}

@media (min-width: 768px) {

    .form__col--small {
        width: 20%
    }

    .form__col--last {
        margin-left: auto
    }
}

.form__label {
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400
}

.form__input {
    height: 3.5rem;
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(219 222 225 / var(--tw-border-opacity, 1));
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.form__input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(183 189 195 / var(--tw-text-opacity, 1))
}

.form__input::placeholder {
    --tw-text-opacity: 1;
    color: rgb(183 189 195 / var(--tw-text-opacity, 1))
}

.form__input-search {
    position: relative;
    padding-left: 3rem
}

.form__themes {
    width: 100%
}

.form__theme-label {
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(105 7 22 / var(--tw-text-opacity, 1))
}

.form__themes-list {
    position: relative;
    display: flex;
    width: 100%;
    gap: 1rem;
    overflow: auto;
    padding-bottom: 0.5rem
}

.form__button-theme {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(219 222 225 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    height: 6.25rem;
    width: 6.25rem;
    min-width: 6.25rem
}

@media (min-width: 768px) {

    .form__button-theme {
        height: 6.25rem;
        width: 10rem
    }
}

.form__button-theme {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500
}

.form__button-theme.selected {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(183 189 195 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(237 239 240 / var(--tw-bg-opacity, 1))
}

.form__input-search + span::before {
    pointer-events: none;
    position: absolute;
    top: 1rem;
    left: 1rem;
    height: 1.5rem;
    width: 1.5rem;
    --tw-content: "";
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.9998 21.0008L15.8028 15.8038M15.8028 15.8038C17.2094 14.3972 17.9996 12.4895 17.9996 10.5003C17.9996 8.51108 17.2094 6.60336 15.8028 5.19678C14.3962 3.79021 12.4885 3 10.4993 3C8.51011 3 6.60238 3.79021 5.19581 5.19678C3.78923 6.60336 2.99902 8.51108 2.99902 10.5003C2.99902 12.4895 3.78923 14.3972 5.19581 15.8038C6.60238 17.2104 8.51011 18.0006 10.4993 18.0006C12.4885 18.0006 14.3962 17.2104 15.8028 15.8038Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A")
}

.form__input:focus {
    /*@apply ;*/
}

.form__select {
    position: relative;
    height: 3.5rem;
    border-radius: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(219 222 225 / var(--tw-border-opacity, 1));
    padding: 1rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400
}

.form__select .current,
.form__select .multiple-options {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.form__select .multiple-options {
    height: 100%;
    width: 100%
}

.form__pagination {
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 0.5rem;
    padding-left: 0px !important
}

@media (min-width: 768px) {

    .form__pagination {
        gap: 1rem
    }
}

.form__pagination li {
    list-style-type: none
}

.form__pagination-prev,
.form__pagination-next,
.form__pagination-button {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {

    .form__pagination-prev,
.form__pagination-next,
.form__pagination-button {
        height: 2.5rem;
        width: 2.5rem
    }
}

.form__pagination-button {
    border-radius: 9999px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-decoration-line: none
}

.form__pagination-button:hover:not(.no-hover) {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(198 0 43 / var(--tw-border-opacity, 1))
}

.form__pagination-button[aria-current="page"] {
    --tw-bg-opacity: 1;
    background-color: rgb(198 0 43 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}


/*# sourceMappingURL=forms.css.map*/