:root {
    --primary-color: #e18b49;
    --secondary-color: #3F8595;

    font-size: 14px !important;
}

@font-face {
    font-family: 'Avenir-Roman';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Avenir/Avenir-Roman.woff");
}

* {
    font-family: 'Avenir-Roman' !important;
}

.disabled {
    pointer-events: none;
}

.text-decoration-underline {
    text-decoration: underline;
}

.icon-rounded {
    border-radius: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-rounded.bg-icon-gray-50 {
    background-color: rgba(128, 128, 128, 0.122);
}

.icon-rounded .icon {
    font-size: 1.25rem;
}

.rounded-05 {
    border-radius: 0.5rem !important;
}

.rounded-075 {
    border-radius: 0.75rem !important;
}

.rounded-1 {
    border-radius: 1rem !important;
}

.gap-flex-1 {
    gap: 0.25rem;
}

.gap-flex-2 {
    gap: 0.5rem;
}

.gap-flex-3 {
    gap: 0.75rem;
}

.gap-flex-4 {
    gap: 1rem;
}

.gap-flex-5 {
    gap: 1.25rem;
}

.gap-flex-y-1 {
    gap: 0.25rem 0;
}

.gap-flex-y-2 {
    gap: 0.5rem 0;
}

.gap-flex-y-3 {
    gap: 0.75rem 0;
}

.gap-flex-y-4 {
    gap: 1rem 0;
}

.gap-flex-y-5 {
    gap: 1.25rem 0;
}

.gap-flex-x-1 {
    gap: 0 0.25rem;
}

.gap-flex-x-2 {
    gap: 0 0.5rem;
}

.gap-flex-x-3 {
    gap: 0 0.75rem;
}

.gap-flex-x-4 {
    gap: 0 1rem;
}

.gap-flex-x-5 {
    gap: 0 1.25rem;
}

.bottom-0 {
    bottom: 0;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.z-index-99 {
    z-index: 99;
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.pb-7 {
    padding-bottom: 3.25rem !important;
}

.pb-8 {
    padding-bottom: 3.5rem !important;
}

.pb-9 {
    padding-bottom: 3.75rem !important;
}

.pb-10 {
    padding-bottom: 4rem !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.top-70 {
    top: 70%;
}

.top-75 {
    top: 75%;
}

.kanban-item:hover {
    cursor: auto !important;
}


.color-primary {
    color: var(--primary-color) !important;
}

.hoverable:hover {
    cursor: pointer;
}

.scaling:hover {
    transform: scale(1.05);
    transition: 0.25s;
}

.scaling {
    transition: 0.25s;
}

.font-bolding:hover {
    font-weight: bolder;
    transition: 0.25s;
}

.font-bolding {
    transition: 0.25s;
}

.text-underline-hover:hover {
    text-decoration: underline;
}

.scaling-hover {
    transition: 0.25s;
}

.scaling-hover:hover {
    transform: scale(1.02);
    transition: 0.25s;
}

.nk-menu-link.nuxt-link-exact-active.nuxt-link-active {
    background: #f9e7d78e;
    color: var(--primary-color) !important;
}

.nk-menu-link.nuxt-link-exact-active.nuxt-link-active span {
    color: var(--primary-color);
}

.text-hover-primary:hover {
    color: var(--primary-color) !important;
    transition: 0.25s;
}

.text-hover-primary {
    transition: 0.25s;
}

.shadowed {
    transition: 0.25s;
}

.shadowed:hover {
    transition: 0.25s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dashboard-card .card-inner {
    min-height: 10rem;
}

.table.datatable-ekologis:has(.dropdown.show) {
    min-height: 10rem;
}

.timeline-item:not(:last-child) {
    padding-bottom: 0rem !important;
}

.timeline-item {
    margin: 0.5em 0 1rem 28px !important;
}

body:has([name=search-and-datefilter]) .dataTables_filter {
    display: none;
}