@tailwind base;
@tailwind components;
@tailwind utilities;

@layer utilities {
    .line-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
.radio {
    position: relative;
}

.radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.radio input:checked + label::before {
    background: #ff772b;
    border: 1px solid #ff772b;
}

.radio label {
    position: relative;
    display: block;
    padding-left: 18px;
    font-family: "Basier Square Mono";
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #818181;
}

.radio label::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 12px;
    border: 1px solid #818181;
    height: 12px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    border-radius: 50%;
    content: "";
}

.checkk {
    position: relative;
    width: 18px;
    height: 18px;
}

.checkk input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkk input:checked + label {
    background: #ff772b;
    border: 2px solid #ff772b;
}

.checkk input:checked + label::before {
    opacity: 1;
}

.checkk label {
    width: 100%;
    height: 100%;
    border: 2px solid #818181;
    background: #fff;
    border-radius: 4px;
    display: block;
}

.checkk label::before {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 9px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    content: "";
    opacity: 0;
}

table tr::before {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

table tr.active::before {
    border: 1px solid #ff772b !important;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

html {
    color: #121212;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#modal-title-h {
    --tw-text-opacity: 1;
    color: #121212 !important;
}

.tree-view,
.tree-view ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 0.75rem;
    white-space: nowrap;
    text-wrap: nowrap;
}

.tree-view:before,
.tree-view ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 2px solid #818181;
}

.tree-view ul,
.tree-view ul ul {
    margin-left: 0.5em;
}

.tree-view li {
    margin: 0;
    padding: 0 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    position: relative;
}

.tree-view li .tree-item {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: -0.5rem;
}

.tree-view li .tree-item .tree-item-icon {
    min-height: 1.5rem;
    min-width: 1.5rem;
    border: 2px solid #818181;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #fff;
    color: #818181;
}

.tree-view li:before {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0;
    border-top: 2px solid #818181;
    margin-top: -1px;
    position: absolute;
    top: 1rem;
    left: 0;
}

.tree-view li:last-child:before {
    background: white;
    height: auto;
    top: 1rem;
    bottom: 0;
}

.radio-tab-content {
    display: none;
}

.radio-tab:checked + label + .radio-tab-content {
    display: block;
}

table tr::before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

table tr.active::before {
    border: 1px solid #ff772b !important;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.tabBtn .chevron {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.tabBtn.active .chevron {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.tabEvent {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.tabEvent.active {
    max-height: 500px;
    opacity: 1;
    overflow: unset;
}

.larger_checkbox {
    transform: scale(1.5);
    margin-left: 3px;
    margin-right: 3px;
}

.arrow-right {
    width: 100%;
    border-color: #565656;
    border-bottom-width: 1px;
    position: relative;
}
.arrow-right:after {
    border-color: #565656;
    content: "";
    position: absolute;
    right: 0px;
    top: -3px;
    border-color: inherit;
    border-style: inherit;
    border-image: inherit;
    border-width: 0px 1px 1px 0px;
    height: 7px;
    width: 7px;
    transform: rotate(-45deg);
}

.full-size {
    height: 50rem;
}

.bucket-tab.border-orange-500 {
    border-color: #FFA500 !important; /* Use your desired orange shade */
}

.calculation-rule {
    position: relative;
    padding: 1rem;
    border: 1px solid #D1D5DB;
    background-color: #F9FAFB;
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
}

.calculation-rule .delete-rule {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    cursor: pointer;
    background-color: #FF5A5F;
    color: white;
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-main {
    max-height: 70dvh;
    overflow-y: auto;
}

#modal-outer {
    max-width: 90vw !important; /* or whatever width you want */
    width: auto !important;     /* optionally override any set width */
}

/* Also override at various breakpoints if needed */
@media (min-width: 640px) {
    #modal-outer {
        max-width: 1200px !important; /* sm: override */
    }
}

@media (min-width: 768px) {
    #modal-outer {
        max-width: 1400px !important; /* md: override */
    }
}

/* Likewise for #modal-content if you need it even wider */
#modal-content {
    max-width: 90vw !important;
    width: auto !important;
}
/**
 * tom-select.css (v2.4.1)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
    padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}
.full .ts-control {
    background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
    cursor: default !important;
}
.focus .ts-control {
    box-shadow: none;
}
.ts-control > * {
    vertical-align: baseline;
    display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}
.ts-wrapper.multi .ts-control > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
    color: rgb(124.5, 124.5, 124.5);
    background: white;
    border: 0 solid white;
}
.ts-control > input {
    flex: 1 1 auto;
    min-width: 7rem;
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    box-shadow: none !important;
}
.ts-control > input::-ms-clear {
    display: none;
}
.ts-control > input:focus {
    outline: none !important;
}
.has-items .ts-control > input {
    margin: 0 4px !important;
}
.ts-control.rtl {
    text-align: right;
}
.ts-control.rtl.single .ts-control:after {
    left: 15px;
    right: auto;
}
.ts-control.rtl .ts-control > input {
    margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
    opacity: 0.5;
    background-color: #fafafa;
}
.input-hidden .ts-control > input {
    opacity: 0;
    position: absolute;
    left: -10000px;
}

.ts-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: 0.25rem 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
    padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}
.ts-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}
.ts-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}
.ts-dropdown .active.create {
    color: #495c68;
}
.ts-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 8px;
}
.ts-dropdown .spinner::after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent #d0d0d0 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ts-dropdown-content {
    overflow: hidden auto;
    max-height: 200px;
    scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
    color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
    visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
    margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
    margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
    --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(8px - 6px);
    margin-right: 0 !important;
    background: transparent !important;
    transition: opacity 0.5s;
    cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
    right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
    opacity: 1;
}

.ts-wrapper .dropdown-header {
    position: relative;
    padding: 10px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: color-mix(#fff, #d0d0d0, 85%);
    border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
    color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
    box-shadow: none;
    border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
    border: 1px solid #d0d0d0;
    border-width: 0 0 1px;
    display: block;
    padding: 8px 8px;
    box-shadow: none;
    width: 100%;
    background: transparent;
}
.plugin-dropdown_input .items-placeholder {
    border: 0 none !important;
    box-shadow: none !important;
    width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
    display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
    min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
    flex: none;
    min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
    color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
    color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
    display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
    display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
    display: inline-flex;
    align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 0 6px;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
    background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
    padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
    border-left: 1px solid #d0d0d0;
    margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
    border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
    border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
    padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
    border-right: 1px solid #d0d0d0;
    margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
    border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
    border-right-color: white;
}

:root {
    --ts-pr-clear-button: 0;
    --ts-pr-caret: 0;
    --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
    cursor: pointer;
}

.ts-control:not(.rtl) {
    padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
    padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
    position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
    background: #fff;
    cursor: text;
}

.ts-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
/*# sourceMappingURL=tom-select.css.map */
@font-face {
    font-family: 'Basier Square Mono';
    src: url(/assets/BasierSquareMono-Regular-e724a2b68cec1921af54b5a8a9a90a4b1e04b8e76f121e8b407c349e80cbca42.woff2) format('woff2'),
        url(/assets/BasierSquareMono-Regular-f31332503c92c9254b1fdcfaee25ff2f8a63c5de788bf39fb2fb757db92badcb.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Square Mono';
    src: url(/assets/BasierSquareMono-SemiBold-6efc867eca44bd88a8e390510a260ab0aec39c028974a3ce08208bea3d1673d2.woff2) format('woff2'),
        url(/assets/BasierSquareMono-SemiBold-d2c0810237e37a76269b4428009f93ca8993a676cd5ee75b8998c65e7bf95564.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Circle';
    src: url(/assets/BasierCircle-SemiBoldItalic-4026e726df6c00e8e25e74c374f64f7d0c412e826f85d57fa2aa9d8a84eca95a.woff2) format('woff2'),
        url(/assets/BasierCircle-SemiBoldItalic-f311449f93d72f7d3841de30b67987bbe870d68a9228ccfc7b304f7dc4b41310.woff) format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Circle';
    src: url(/assets/BasierCircle-SemiBold-5730f5325c052df6330f0a7e476475833d37cc6415cfdb4b4f71561128d23c94.woff2) format('woff2'),
        url(/assets/BasierCircle-SemiBold-a67563ad6ec9e181d60351a3acf89abeb38e90989caae15909acafe0de562f79.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Circle';
    src: url(/assets/BasierCircle-Regular-187bb3115dbf7d2d6eee03d81ffe11b3405790366f8e5418f0cae635f417b5d9.woff2) format('woff2'),
        url(/assets/BasierCircle-Regular-046caf49da8efa4095a21ee51a149e98c2856b08639234f9c14f209d724975db.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Circle';
    src: url(/assets/BasierCircle-MediumItalic-2c24f568766675ab6462794b54ed8b7457177852987ef674701fe19f58f49489.woff2) format('woff2'),
        url(/assets/BasierCircle-MediumItalic-dbf257cb485cfa6ea7617f3865ecb32918ae34e9537e8d86323b7d4673abf51d.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Circle';
    src: url(/assets/BasierCircle-BoldItalic-e7157e18a1ed575a99c891209dd0fea361cab62fccb102d5c13215055a80bd70.woff2) format('woff2'),
        url(/assets/BasierCircle-BoldItalic-7a2382c49bd7dbfa4d99c38d2b920f9fe3df42b208739f596af5e9cfbc5d0af7.woff) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Circle';
    src: url(/assets/BasierCircle-Medium-de3abddce6115a51ad080b358dd6d4b2620f865acde2d0f324148915ec67873c.woff2) format('woff2'),
        url(/assets/BasierCircle-Medium-f81d0d43352f53b31f2b203da350b67d9c8564a2a50978dd0f602d19425189ac.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Circle';
    src: url(/assets/BasierCircle-Italic-d93588f0b1d4b1738577df591dcb0938228319b03308fd9df3ae8ae441ed7577.woff2) format('woff2'),
        url(/assets/BasierCircle-Italic-7df65590c4f2c0bf1bfeaa6a1488feb90132dc72bc977b6d2ade08139cc727fa.woff) format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Circle';
    src: url(/assets/BasierCircle-Bold-81861fab042a717f8200b07720e24b3069017374373b3aa2b0b04cb314a94a1d.woff2) format('woff2'),
        url(/assets/BasierCircle-Bold-7d7682520a07259615ba1600a2cf6a5f00e6dcac84242e2b05dba9e4bc782fc3.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

@import "core/main";
@import "fonts/main";
@import "core/tomselect";
