/* CUSTOMS STYLES*/
.container--app {
    max-width: 1400px;
    min-height: calc(100dvh - 202px);
}

.container--app-2 {
    max-width: 1400px;
    min-height: calc(100dvh - 123px);
}

.container--app-w-bar {
    max-width: 1400px;
    min-height: calc(100dvh - 13.25rem)
}

.text-black--hover:hover {
    color: #000000 !important;
}

.text-white--hover:hover {
    color: #FFF !important;
}

.bg-white--hover:hover {
    background-color: #FFF !important;
}

.bg-blured {
    background-color: rgba(239, 239, 239, 0.3);
    backdrop-filter: blur(5px);
}

.bg-gray {
    background: #F7F7F7 !important;
}

.border-transparent {
    border-color: transparent !important;
}

.hidden-row {
    display: none;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.overflow-initial {
    overflow: initial !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-auto-table {
    overflow: auto !important;
}

.overflow-unset-table {
    overflow: unset !important;
}

.text-balance {
    text-wrap: balance !important;
}

.text-pretty {
    text-wrap: pretty !important;
}

.text-nowrap {
    text-wrap: nowrap;
}

.line-height-normal {
    line-height: normal !important;
}

.no-underline {
    text-decoration: none !important;
}

.collapse {
    visibility: initial !important;
}

.bg-semi-light {
    background: rgba(0, 0, 0, 0.1) !important;
}

.transition-all {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

.scale-105:hover {
    transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
}

.duration-100 {
    transition-duration: 0.1s !important;
    -webkit-transition-duration: 0.1s !important;
    -moz-transition-duration: 0.1s !important;
    -o-transition-duration: 0.1s !important;
}

.duration-200 {
    transition-duration: 0.2s !important;
    -webkit-transition-duration: 0.2s !important;
    -moz-transition-duration: 0.2s !important;
    -o-transition-duration: 0.2s !important;
}

.duration-300 {
    transition-duration: 0.3s !important;
    -webkit-transition-duration: 0.3s !important;
    -moz-transition-duration: 0.3s !important;
    -o-transition-duration: 0.3s !important;
}

.list-style-none {
    list-style: none !important;
}

.line-h-unset {
    line-height: unset !important;
}

.line-h-normal {
    line-height: normal !important;
}

.text-xs {
    font-size: 0.625rem !important; /* 10px */
    line-height: 1rem; /* 16px */
}

.text-sm {
    font-size: 0.75rem !important; /* 12px */
    line-height: 1rem; /* 16px */
}

.text-md {
    font-size: 0.875rem !important; /* 14px */
    line-height: 1.25rem !important; /* 20px */
}

.text-lg {
    font-size: 1.125rem !important; /* 18px */
    line-height: 1.75rem !important; /* 28px */
}

.text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
}

.text-2xl {
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
}

.border-danger-opacity {
    border-color: #dc354580 !important;
}

.list-style-none {
    list-style: none !important;
}

.line-h-unset {
    line-height: unset !important;
}

.border-danger-opacity {
    border-color: #dc354580 !important;
}

.w-fit {
    width: fit-content !important;
}

.h-fit {
    height: fit-content !important;
}

.w-max {
    width: max-content !important;
}

.w-min {
    width: min-content !important;
}

.select-none {
    user-select: none !important;
}

.text-orange {
    color: #FF9800 !important;
}

.text-semi-dark {
    color: #212529 !important;
}

.border-t-light {
    border-top: 1px solid #E0E0E0 !important;
}

.border-l-dark-light {
    border-left: 1px solid rgba(0, 0, 0, 0.225) !important;
}

.border-r-dark-light {
    border-right: 1px solid rgba(0, 0, 0, 0.225) !important;
}

.border-tb-dark-light {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.325) !important;
}

.border-b-dark {
    border-bottom: 1px solid #00000059 !important;
}

.input-no-outline:focus {
    outline: none !important;
    box-shadow: none !important;
}

.link-hover-arrow::after {
    content: '➜';
    width: 5px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin-left: -5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: margin-left 0.3s ease 0s, opacity 0.3s ease 0s;
}

.link-hover-arrow:hover::after {
    width: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-left: 5px;
}

.rounded-lt-0 {
    border-top-left-radius: 0 !important;
}

.rounded-rt-0 {
    border-top-right-radius: 0 !important;
}

.rounded-lb-0 {
    border-bottom-left-radius: 0 !important;
}

.rounded-rb-0 {
    border-bottom-right-radius: 0 !important;
}

.rounded-lt-0 {
    border-top-left-radius: 0 !important;
}

.spinner-animation {
    animation: spinner 2s linear infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.custom-overflow {
    max-height: 100px;
    overflow-y: auto;
}

.hover-option:hover {
    background-color: #cccccc6d !important;
}

.hover-option.active {
    background-color: #cccccc6d !important;
}

.focus-option:not(:disabled):focus {
    background-color: #cccccc6d !important;
}

.focus-option.text-dark:focus {
    color: #212529 !important;
}

.focus-option.active:not(:disabled):focus {
    background-color: #7e7e7e4d;
}

.disabled-option {
    opacity: 0.5;
}

.min-w-100 {
    min-width: 100px;
}

.min-h-200 {
    min-height: 200px;
}

.max-h-100 {
    max-height: 200px;
    overflow-y: auto;
}

.max-w-150 {
    max-width: 150px !important;
}

.fade-select-enter-active, .fade-select-leave-active {
    opacity: 1;
    transform: translateY(0px);
    z-index: 9999;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition-duration: 0.2s !important;
}

.fade-select-enter, .fade-select-leave-to {
    opacity: 0;
    transform: translateY(-10px);
    z-index: -9999;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition-duration: 0.2s !important;
}

.slide-fade-enter-active {
    transition: opacity .1s ease, top .1s ease;
}

.slide-fade-leave-active {
    transition: opacity .1s ease, top .1s ease;
}

.slide-fade-enter, .slide-fade-leave-to {
    opacity: 0;
    top: -6px !important;
}

.scrollbar-thin::-webkit-scrollbar {
    width: 7px;
    max-height: 5px;
    min-height: 5px;
    padding: 0;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.55);
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.75);
}

.scrollbar-thin::-webkit-scrollbar-track {
    background: rgba(204, 204, 204, 0.37);
}

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

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

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

.opacity-50 {
    opacity: 0.5;
}

.opacity-80 {
    opacity: 0.8;
}

.table-borderless-custom td, .table-borderless-custom th {
    border: 1px solid #00000021;
}

.border-w-1 {
    border-width: 1px !important;
}

.border-w-2 {
    border-width: 2px !important;
}

.border-dashed {
    border-style: dashed !important;
}

.custom-attr {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #212121;
    cursor: help;
}

.text-strike {
    text-decoration: line-through;
}

.tr-table-no-hover:hover {
    background-color: #fff !important;
}

/* #endregion */

/* VUE OPCIONES TABS */
.tabs-list-lines-content::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 15px;
    width: 1px;
    height: 5px;
    background: #E0E0E0;
}

.tabs-list-lines-content::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 15px;
    width: 1px;
    height: 5px;
    background: #E0E0E0;
}

.tab-list-scroll::-webkit-scrollbar {
    width: 5px;
    max-height: 5px;
    min-height: 5px;
    padding: 0;
}

.tab-list-scroll::-webkit-scrollbar-track {
    border-radius: 0.3rem !important;
}

.tab-list-scroll::-webkit-scrollbar-thumb {
    background: rgba(33, 33, 33, 0.91);
    border-radius: 0.3rem !important;
}

.tab-list-scroll::-webkit-scrollbar-thumb:hover {
    background: #212121;
}

.tab-list-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(33, 33, 33, 0.91) #ffffff;
}

.tab-list-scroll {
    -ms-overflow-style: none;
}

.tab-list-scroll:hover::-webkit-scrollbar-thumb {
    background: #212121;
}

.tab-list-scroll::-ms-thumb:hover {
    background: #212121;
}

.tab-list-scroll::-ms-thumb {
    background: rgba(33, 33, 33, 0.91);
    border-radius: 0.3rem !important;
}

.text-area-sm-icon-error {
    background-position: top 50% right calc(0.375em + 0.1875rem) !important;
}

/* #endregion */

/* VUE OPCIONES TABLE */
.search-with-filter-input {
    display: block;
    width: fit-content;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.search-with-filter-input input {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 5px 10px !important;
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    transition: all 0.4s ease;
}

.search-with-filter-input input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.search-with-filter-input div {
    height: 100%;
}

.search-with-filter-input .search-w-f-btn {
    outline: none !important;
    width: 100%;
    height: 100%;
    padding: 5px !important;
    border-left: 1px solid #ced4da;
    border-top: none;
    border-bottom: none;
    border-right: none;
    position: relative;
    font-size: 1rem;
    color: #495057;
    background: rgba(33, 33, 33, 0.05) !important;
    transition: all 0.3s ease;
}

.search-with-filter-input .search-w-f-btn:hover:not(:disabled) {
    background: rgba(33, 33, 33, 0.1) !important;
    color: #007bff !important;
}

.search-with-filter-input .search-w-f-btn:hover:not(:disabled) .search-w-f-btn-span {
    visibility: visible;
    opacity: 1;
    top: -10px;
}

.search-with-filter-input .search-w-f-btn-span {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: 400;
    background: #212121;
    padding: 1px 5px;
    color: #fff;
    border-radius: 5px;
    z-index: 1;
    cursor: default;
    white-space: nowrap;
    user-select: none;
    transition: all 0.3s ease;
}

.search-with-filter-input .search-w-f-btn-span:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid transparent;
    border-top-color: #212121;
    z-index: -1;
}

.btn-reset {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.table-button-order-by {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    --accent: 240 3.7% 15.9%;
    --accent-foreground: 0 0% 98%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    color: currentColor;
    font-weight: bold;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

.table-button-order-by[data-state='open'] {
    color: hsl(var(--accent-foreground));
    background-color: hsl(var(--accent) / 0.4);
}

.table-button-order-by:focus {
    outline: none;
}

.table-button-order-by:hover {
    color: hsl(var(--accent-foreground));
    background-color: hsl(var(--accent) / 0.4);
}

.button-table-order-by {
    width: 100%;
    outline: 2px solid transparent;
    outline-offset: 2px;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .375rem .5rem;
    border-radius: calc(0.5rem - 4px);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0;
}

.button-table-order-by:hover {
    background-color: hsl(240 4.8% 95.9%);
}

.button-table-order-by:focus {
    outline: none;
}

/* #endregion */

/* VUE OPCIONES TOOLTIP */
.v-opc-tooltip {
    height: fit-content;
    width: 100%;
    max-width: fit-content !important;
    position: fixed;
    z-index: 99999;
    background-color: #212121;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    transform: translate(-50%, -100%);
    cursor: default;
    user-select: none;
    pointer-events: none;
    transition: all 0.3s ease;
}

.v-opc-tooltip:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid transparent;
    z-index: 99998;
}

/* #endregion */

/* VUE OPCIONES INPUT GENERATOR */

.input-generator-i > input,
.input-generator-ii,
.input-generator-s,
.input-generator-s-t {
    border: #9f9f9f7d 1px solid !important;
    border-radius: 4px !important;
    padding: 5px !important;
    background-color: white !important;
    font-size: 0.675rem !important;
    height: 100% !important;
    margin: 0 !important;
    font-weight: bold !important;
}

.input-generator-s-t {
    min-height: 30px !important;
    max-height: 70px !important
}

.input-generator-p > p {
    font-size: 10px;
    text-align: start !important;
    text-wrap: nowrap !important;
}

/* For prevent the element <p> doesn't leave from the <td> of a table */
.input-generator-p-td > p {
    font-size: 10px;
    text-align: start !important;
    word-wrap: break-word;
    white-space: normal;
}

/* #endregion */

/* VUE OPCIONES DROPDOWN > NO COMPONENT */
.vue-opc-dropdown-item {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: #000000;
    font-size: 0.87rem;
    padding: 6px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    font-weight: normal !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.vue-opc-dropdown-item:hover {
    background-color: rgba(204, 204, 204, 0.3);
    color: #000000;
}

.vue-opc-dropdown-item:focus {
    outline: none !important;
    background-color: rgba(204, 204, 204, 0.3) !important;
    color: #000000 !important;
}

.vue-opc-dropdown-item:active {
    background-color: rgba(204, 204, 204, 0.3) !important;
    color: #000000 !important;
}

.vue-opc-dropdown-item-icon {
    display: flex;
    align-items: center;
    gap: 6px !important;
}

.vue-opc-dropdown-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.drp-open {
    overflow: hidden;
    padding-right: 15px
}

/* #endregion */

/* VUE OPCIONES SIMPLE ALERT */
.alert-close-custom {
    padding: 2px 2px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-hidden-custom {
    transform: translateY(-5rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -999;
}

.alert-show-custom {
    transform: translateY(0);
    opacity: 1 !important;;
    visibility: visible;
    pointer-events: auto;
    z-index: 9999;
}

/* #endregion */

/* VUE OPC MULTISELECT */
.shadow-top {
    box-shadow: 0 -0.5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-bottom {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15)!important
}
.invalid-no-icon {
    background-image: none !important;
}
.min-width-multiselect {
    @media (min-width: 768px) {
        min-width: 260px;
    }

    @media (max-width: 768px) {
        min-width: 100%;
    }
}

.remove-padding-span div span {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* #endregion */

/* VUE OPC ORDER STEPPER */
.order-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(33, 33, 33, 0.91) #ffffff;
    padding: 5px 0;
}

.order-stepper-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.order-stepper-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: calc(50% + 20px);
    width: calc(100% - 40px + 15px);
    height: 2px;
    background-color: #e0e0e0;
}

.order-stepper-step.order-stepper-step-completed:not(.order-stepper-step-current)::after {
    background-color: #28a745 !important;
}

.order-stepper-step.order-stepper-step-completed.order-stepper-step-current::after {
    background-color: #28a745 !important;
}

.order-stepper-step[data-is-next="true"]:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 15px;
    left: calc(50% + 20px);
    width: calc(50% - 40px + 28px);
    height: 2px;
    background-color: #007bff;
    z-index: 1;
}

.order-stepper-step-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order-stepper-step-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    *background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
    border: 2px solid #e0e0e0;
}

.order-stepper-step[data-is-next="true"] .order-stepper-step-icon {
    color: #007bff;
}

.order-stepper-step[data-is-next="true"] .order-stepper-step-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px dashed #007bff;
    border-radius: 50%;
    transition: all 0.3s ease;
    animation: orderStepperRotateBorder 40s linear infinite;
}

.order-stepper-step[data-is-next="true"] .order-stepper-step-icon:hover::before {
    animation-play-state: paused;
}

@keyframes orderStepperRotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.order-stepper-step.order-stepper-step-completed .order-stepper-step-icon {
    border-color: #28a745;
    background-color: #28a745;
    color: white;
}

.order-stepper-step.order-stepper-step-cancelled .order-stepper-step-icon {
    border-color: #dc3545;
    background-color: #dc3545;
    color: white;
}

.order-stepper-step-label {
    font-size: 0.625rem;
    line-height: 1rem;
    color: #757575;
    text-wrap: nowrap;
}

.order-stepper-step.order-stepper-step-current .order-stepper-step-label,
.order-stepper-step.order-stepper-step-completed .order-stepper-step-label {
    color: #000;
    font-weight: bold;
}

.order-stepper-step.order-stepper-step-cancelled .order-stepper-step-label {
    color: #dc3545;
    font-weight: bold;
}

/* #endregion */

/* VUE OPC CURSOR TOOLTIP */

.vue-opc-cursor-tooltip {
    height: fit-content;
    width: fit-content;
    max-width: 165px;
    z-index: 99999;
    background-color: #212121;
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 6px;
    user-select: none;
    pointer-events: none;
    text-align: center;
    text-wrap: balance;
}

/* #endregion */

/* VUE OPC ALERT */
.vue-opc-alert {
    padding: 16px 20px;
    border-radius: 0.25rem;
    color: #111111;
    display: flex;
    flex-direction: column;
    align-items: start;
    border-width: 1px;
    border-style: solid;
}

.vue-opc-alert-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vue-opc-alert-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
}

.vue-opc-alert-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;
    padding-left: 40px;
    gap: 20px;
}

.vue-opc-alert-title {
    font-size: 16px;
    margin-bottom: 4px;
    color: #111111;
}

.vue-opc-alert-message {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 400;
}

.vue-opc-alert-actions {
    display: flex;
    gap: 8px;
}

.vue-opc-alert-action {
    padding: 5px 15px;
    border-radius: 0.35rem;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease;
}

.vue-opc-alert-action:hover {
    scale: 1.02;
}

.vue-opc-alert-action[data-type='primary'] {
    background: #FFFFFF;
    color: #535A64;
    border: 1px solid #D0D6DC;
}

.vue-opc-alert-action[data-type='primary']:focus {
    outline: none;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.vue-opc-alert-action[data-type='secondary'] {
    color: #535A64;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
}

.vue-opc-alert-action[data-type='secondary']:hover {
    background: #e4e8ec;
    border-color: #e4e8ec;
    color: #535A64;
}

.vue-opc-alert-default {
    background: #F5F7F9;
    border-color: #D7DCE1;
}

.vue-opc-alert-default .vue-opc-alert-icon {
    color: #565E6C;
}

.vue-opc-alert-primary {
    background: #F5F8FF;
    border-color: #D6E1FD;
}

.vue-opc-alert-primary .vue-opc-alert-icon {
    color: #007bff;
}

.vue-opc-alert-success {
    background: #F4FBF7;
    border-color: #C2EBD5;
}

.vue-opc-alert-success .vue-opc-alert-icon {
    color: #28a745;
}

.vue-opc-alert-warning {
    background: #fef6ecc7;
    border-color: #FADCB7;
}

.vue-opc-alert-warning .vue-opc-alert-icon {
    color: #ffc107;
}

.vue-opc-alert-danger {
    background: #FDF5F5;
    border-color: #F7D8D6;
}

.vue-opc-alert-danger .vue-opc-alert-icon {
    color: #dc3545;
}

/* #endregion */

/* CUSTOM BADGE */
.badge-sh-secondary {
    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .525rem;
    color: hsl(var(--secondary-foreground));
    background-color: hsl(var(--secondary));
    border-color: transparent;
    border-width: 1px;
    border-radius: 0.3rem;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}

/* #endregion */

/* CUSTOM SEARCH INPUT */

.input-search-nv-box {
    position: relative;
    border-radius: 0.25rem;
}

.input-search-nv {
    padding: 2px 26px 2px 5px !important;
    font-size: 12px !important;
    border-color: #007bff !important;
    height: 1.5rem;
}

.btn-search-nv {
    position: absolute;
    right: 2px;
    top: 2px;
    height: calc(100% - 4px) !important;
    padding: 2px 3px !important;
}

.input-search-nv, .btn-search-nv {
    &:focus {
        box-shadow: 0 0 0.2rem 0.2rem rgba(0, 123, 255, 0.25) !important;
    }
}

/* #endregion */

/* CUSTOM ANCHOR LINK */

.anchor-link {
    display: inline-block;
    color: #000;
    cursor: pointer;
}

.anchor-link:hover {
    color: #000;
    text-decoration: underline !important;
}

/* #endregion */

/* CUSTOMS MEDIA QUERIES */
@media (width <= 768px) {
    .max-md-w-100 {
        width: 100% !important;
    }

    .hidden-md {
        display: none !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .h-md-30 {
        height: 30px !important;
    }

    .gap-md-5 {
        gap: 5px !important;
    }

    .max-md-flex-49 {
        flex: 49% !important;
        max-width: 100% !important;
    }
}

@media (width > 768px) {
    .min-md-auto {
        height: auto !important;
    }

    .min-md-flex-24 {
        flex: 24% !important;
        max-width: 24% !important;
    }

    .min-md-flex-49 {
        flex: 49% !important;
        max-width: 100% !important;
    }
}

@media (width <= 576px) {
    .hidden-sm {
        display: none !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }
}

@media (width <= 320px) {
    .hidden-xs {
        display: none !important;
    }

    .gap-xs-0 {
        gap: 0 !important;
    }
}

/* #endregion */