﻿.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bg-transparent {
    background-color: transparent;
}

.bg-light {
    background-color: var(--light-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.bg-white {
    background-color: white;
}

.bg-accent {
    background-color: var(--accent-color);
}

.bg-success {
    background-color: var(--success-color);
}

.bg-secondary {
    background-color: var(--secondary-color);
}

.dx-texteditor.dx-editor-outlined.bg-white {
    background-color: white;
}

.color-accent {
    color: var(--accent-color);
}

.color-primary {
    color: var(--text-color);
}

.color-light {
    color: var(--light-color);
}

.color-grey {
    color: var(--text-grey);
}

.color-white {
    color: white;
}

.color-success {
    color: var(--success-color)
}

.dark-color-success {
    color: var(--dark-success-color);
}

.border {
    border: 1px solid var(--border-color) !important;
}

.border-l {
    border-left: 1px solid var(--border-color) !important;
}

.border-r {
    border-right: 1px solid var(--border-color) !important;
}

.border-b {
    border-bottom: 1px solid var(--border-color) !important;
}

.border-t {
    border-top: 1px solid var(--border-color) !important;
}

.border-none {
    border-style: none;
}

.border-radius {
    border-radius: 4px;
}

.border-primary {
    border-color: var(--primary-color);
}

.font-base {
    font-family: var(--primary-font-family);
}

.hidden {
    display: none;
}

.py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-16 {
    padding: 16px;
    padding-bottom: 16px;
}

.px-6 {
    padding-right: 6px;
    padding-left: 6px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.pb16 {
    padding-bottom: 16px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}
.my12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.ml-12 {
    margin-left: 12px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-12 {
    margin-right: 12px;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.mt4 {
    margin-top: 4px;
}

.mt6 {
    margin-top: 6px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}
.mt24 {
    margin-top: 24px;
}

.pb12 {
    padding-bottom: 12px;
}

.pb20 {
    padding-bottom: 20px;
}


.mt20{
    margin-top: 20px;
}


.thin {
    font-weight: 100;
}

.italic {
    font-style: italic
}

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px !important;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px !important;
}

.ft22 {
    font-size: 22px !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.br6 {
    border-radius: 6px
}

.w-full {
    width: 100%;
}

.w50 {
    width: 50%;
}

.h-full {
    height: 100%;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: end;
}


.center {
    display: flex;
    align-items: center;
}

.row-center {
    display: flex;
    justify-content: center;
}

.gap8 {
    gap: 8px 8px;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.flow > * + * {
    margin-left: 12px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.space-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: end;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-align-left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-space-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align-end {
    align-items: flex-end;
}

.gap5 {
    gap: 5px;
}

.outline-on-hover {
    outline: 2px solid transparent;
    outline-offset: -2px;
}

    .outline-on-hover:hover {
        outline: 2px solid var(--accent-color);
    }

.cursor-pointer {
    cursor: pointer;
}

.width-120 {
    width: 120px;
}

.width-156 {
    width: 156px;
}
}

.w250 {
    width: 250px;
}

.w198 {
    width: 198px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px 10px;
}

.grid {
    display: grid;
}

.small-padding {
    padding: var(--small-rem);
}

.medium-padding {
    padding: var(--medium-rem);
}

.big-padding {
    padding: var(--big-rem);
}

.small-gap {
    gap: var(--small-rem);
}

.medium-gap {
    gap: var(--medium-rem);
}

.big-gap {
    gap: var(--big-rem);
}

.small-mb {
    margin-bottom: var(--small-rem);
}

.medium-mb {
    margin-bottom: var(--medium-rem);
}

.big-mb {
    margin-bottom: var(--big-rem);
}

.info-bubble {
    position: relative;
    display: inline-block; /* Ensures inline positioning */
}

.display-block{
    display: block;
}

.full-height {
    height: 100%;
}

.loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
