@supports (font-variation-settings: normal) {
    :root {
        font-family: 'Lato', sans-serif;
    }
}

html,
body {
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    color: #333333;
}

/*Will need to add a variable for the white label to be able to add their primary color.*/

:root {
    --primary-color: #275FA6;
    /*    --primary-color-light: #6A88AE;*/
    --primary-color-light: #e0edfc;
    /*    --primary-color-dark: #3498db;*/ /*dont know if we will need this but somthing to consider....*/
}

html {
    scroll-behavior: smooth;
}

/*---------------------------COLORS--------------------------------- */
.color-shade-1,
.color-shade-1 > * {
    color: hsl(0, 0%, 33%);
    fill: hsl(0, 0%, 33%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-2,
.color-shade-2 > * {
    color: hsl(0, 0%, 50%);
    fill: hsl(0, 0%, 50%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-3,
.color-shade-3 > * {
    color: hsl(0, 0%, 57%);
    fill: hsl(0, 0%, 57%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-4,
.color-shade-4 > * {
    color: hsl(0, 0%, 60%);
    fill: hsl(0, 0%, 60%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-5,
.color-shade-5 > * {
    color: hsl(0, 0%, 64%);
    fill: hsl(0, 0%, 64%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-6,
.color-shade-6 > * {
    color: hsl(0, 0%, 67%);
    fill: hsl(0, 0%, 67%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-7,
.color-shade-7 > * {
    color: hsl(0, 0%, 75%);
    fill: hsl(0, 0%, 75%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-8,
.color-shade-8 > * {
    color: hsl(0, 0%, 85%);
    fill: hsl(0, 0%, 85%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-9,
.color-shade-9 > * {
    color: hsl(0, 0%, 89%);
    fill: hsl(0, 0%, 89%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-10,
.color-shade-10 > * {
    color: hsl(0, 0%, 95%);
    fill: hsl(0, 0%, 95%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-11,
.color-shade-11 > * {
    color: hsl(0, 0%, 96%);
    fill: hsl(0, 0%, 96%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-12,
.color-shade-12 > * {
    color: hsl(0, 0%, 97%);
    fill: hsl(0, 0%, 97%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-shade-13,
.color-shade-13 > * {
    color: hsl(0, 0%, 100%);
    fill: hsl(0, 0%, 100%);
    transition: fill 0.25s ease, color 0.25s ease;
}

/* Color Theme Swatches in Hex */

.extra-colors-3-hex {
    color: #f7dede;
}

/* Color Theme Swatches in HSLA */

.extra-colors-3-hsla {
    color: hsla(0, 60, 91, 1);
}

.extra-colors-4-hsla {
    color: hsla(0, 61, 95, 1);
}

.color-danger-1,
.color-danger-1 > * {
    color: #EC6568;
    fill: #EC6568;
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-danger-2,
.color-danger-2 > * {
    color: hsl(356, 60%, 88%);
    fill: hsl(356, 60%, 88%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-danger-3,
.color-danger-3 > * {
    color: #FED7D8;
    fill: #FED7D8;
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-danger-4,
.color-danger-4 > * {
    color: hsl(0, 61%, 95%);
    fill: hsl(0, 61%, 95%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-warning-1,
.color-warning-1 > * {
    color: hsl(32, 92%, 55%);
    fill: hsl(32, 92%, 55%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-warning-2,
.color-warning-2 > * {
    color: #F9C75F;
    fill: #F9C75F;
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-success-1,
.color-success-1 > * {
    color: #1DBF73;
    fill: #1DBF73;
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-success-2,
.color-success-2 > * {
    color: #3FA273;
    fill: #3FA273;
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-success-3,
.color-success-3 > * {
    color: #E8FFF4;
    fill: #E8FFF4;
    transition: fill 0.25s ease, color 0.25s ease;
}

/*.color-chart-color-1,
.color-chart-color-1 > * {
    color: hsl(242, 50%, 54%);
    fill: hsl(242, 50%, 54%);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-chart-color-2,
.color-chart-color-2 > * {
    color: hsl(16, 89%, 64%);
    fill: hsl(16, 89%, 64%);
    transition: fill 0.25s ease, color 0.25s ease;
}*/

.color-primary-1,
.color-primary-1 > * {
    color: var(--primary-color);
    fill: var(--primary-color);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-primary-2,
.color-primary-2 > * {
    color: var(--primary-color-light);
    fill: var(--primary-color-light);
    transition: fill 0.25s ease, color 0.25s ease;
}
/*.color-primary-1,
.color-primary-1 > * {
    color: hsla(207, 80%, 37%, 1);
    fill: hsla(207, 80%, 37%, 1);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-primary-2,
.color-primary-2 > * {
    color: hsla(207, 68%, 59%, 1);
    fill: hsla(207, 68%, 59%, 1);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-primary-3,
.color-primary-3 > * {
    color: hsla(206, 82%, 60%, 1);
    fill: hsla(206, 82%, 60%, 1);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-primary-4,
.color-primary-4 > * {
    color: hsla(207, 78%, 70%, 1);
    fill: hsla(207, 78%, 70%, 1);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-primary-5,
.color-primary-5 > * {
    color: hsla(208, 62%, 87%, 1);
    fill: hsla(208, 62%, 87%, 1);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-primary-6,
.color-primary-6 > * {
    color: hsla(208, 62%, 91%, 1);
    fill: hsla(208, 62%, 91%, 1);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-primary-7,
.color-primary-7 > * {
    color: hsla(203, 100%, 95%, 1);
    fill: hsla(203, 100%, 95%, 1);
    transition: fill 0.25s ease, color 0.25s ease;
}

.color-primary-8,
.color-primary-8 > * {
    color: hsla(209, 50%, 96%, 1);
    fill: hsla(209, 50%, 96%, 1);
    transition: fill 0.25s ease, color 0.25s ease;
}*/
/*---------------------------BACKGROUND COLORS--------------------------------- */

.background-primary-1 {
    background: var(--primary-color);
    transition: background 0.25s ease;
}

.background-primary-2 {
    background: var(--primary-color-light);
    transition: background 0.25s ease;
}

.bkg-gradient {
    background: linear-gradient(to bottom, #f5f4f4, #ececec);
}

/*.background-primary-1 {
    background: hsl(207, 80%, 37%, 1);
    transition: background 0.25s ease;
}

.background-primary-2 {
    background: hsla(207, 68%, 59%, 1);
    transition: background 0.25s ease;
}

.background-primary-3 {
    background: hsla(206, 82%, 60%, 1);
    transition: background 0.25s ease;
}

.background-primary-4 {
    background: hsla(207, 78%, 70%, 1);
    transition: background 0.25s ease;
}

.background-primary-5 {
    background: hsla(208, 62%, 87%, 1);
    transition: background 0.25s ease;
}

.background-primary-6 {
    background: hsla(208, 62%, 91%, 1);
    transition: background 0.25s ease;
}

.background-primary-7 {
    background: hsla(204, 89%, 93%, 1);
    transition: background 0.25s ease;
}

.background-primary-8 {
    background: hsla(203, 100%, 95%, 1);
    transition: background 0.25s ease;
}

.background-primary-9 {
    background: hsla(209, 50%, 96%, 1);
    transition: background 0.25s ease;
}*/

.background-shade-1 {
    background: hsl(0, 0%, 33%);
    transition: background 0.25s ease;
}

.background-shade-2 {
    background: hsl(0, 0%, 50%);
    transition: background 0.25s ease;
}

.background-shade-3 {
    background: hsl(0, 0%, 57%);
    transition: background 0.25s ease;
}

.background-shade-4 {
    background: hsl(0, 0%, 60%);
    transition: background 0.25s ease;
}

.background-shade-5 {
    background: hsl(0, 0%, 64%);
    transition: background 0.25s ease;
}

.background-shade-6 {
    background: hsl(0, 0%, 67%);
    transition: background 0.25s ease;
}

.background-shade-7 {
    background: hsl(0, 0%, 75%);
    transition: background 0.25s ease;
}

.background-shade-8 {
    background: hsl(0, 0%, 85%);
    transition: background 0.25s ease;
}

.background-shade-9 {
    background: hsl(0, 0%, 89%);
    transition: background 0.25s ease;
}

.background-shade-10 {
    background: hsl(0, 0%, 95%);
    transition: background 0.25s ease;
}

.background-shade-11 {
    background: hsl(0, 0%, 96%);
    transition: background 0.25s ease;
}

.background-shade-12 {
    background: hsl(0, 0%, 97%);
    transition: background 0.25s ease;
}

.background-shade-13 {
    background: hsl(0, 0%, 100%);
    transition: background 0.25s ease;
}


.background-danger-1 {
    background: #EC6568;
    transition: background 0.25s ease;
}

.background-danger-2 {
    background: hsl(356, 60%, 88%);
    transition: background 0.25s ease;
}

.background-danger-3 {
    background: hsl(0, 60%, 91%);
    transition: background 0.25s ease;
}

.background-danger-4 {
    background: hsl(0, 61%, 95%);
    transition: background 0.25s ease;
}

.background-warning-1 {
    background: hsl(32, 92%, 55%);
    transition: background 0.25s ease;
}

.background-warning-2 {
    background: #F9C75F;
    transition: background 0.25s ease;
}

.background-success-1 {
    background: #1DBF73;
    transition: background 0.25s ease;
}

.background-success-2 {
    background: #3FA273;
    transition: background 0.25s ease;
}

.background-success-3 {
    background: #E8FFF4;
    transition: background 0.25s ease;
}

.background-chart-color-1 {
    background: #5571C4;
    transition: background 0.25s ease;
}

.background-chart-color-2 {
    background: #93CC78;
    transition: background 0.25s ease;
}


.background-chart-color-3 {
    background: #F9C75F;
    transition: background 0.25s ease;
}


.background-chart-color-4 {
    background: #76C0DD;
    transition: background 0.25s ease;
}

.background-danger-1-hover:hover {
    background: #c820285e;
    transition: background 0.25s ease;
}

.background-shade-11-hover:hover {
    background: hsl(0, 0%, 96%);
    transition: background 0.25s ease;
}

.background-warning-1-hover:hover {
    background: #f7972545;
    transition: background 0.25s ease;
}

.darken-color-hover:hover {
    filter: brightness( 0.7 ); /* Decreases brightness by 20%, darkening the color */
}

.background-primary-hover:hover {
    background: var(--primary-color-light);
    transition: background 0.25s ease;
}

.alert-box {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    font-family: sans-serif;
}

.alert-warning {
    background-color: #fff8c4;
    border-left: 5px solid #f1c40f;
    color: #444;
}

.alert-critical {
    animation: flashRed 3s infinite;
    color: white;
    font-weight: bold;
    border: 4px solid black;
}

@keyframes flashRed {
    0%, 100% {
        background-color: #fa1d06;
    }

    50% {
        background-color: white;
    }
}

.alert-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.alert-body {
    font-size: 0.9rem;
}



/*---------------------------BUTTONS--------------------------------- */

/*//Removes default button styles*/
button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
}

.tertiary-btn {
    border: none;
    background: transparent;
}

.no-border {
    border: none;
}

.buttonAB .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: rippleAnimation 0.25s linear;
    transition: transform 0.2s ease;
}

/* USED TO HELP CREATE THE RIPPLE EFFECT ONCE CLICKED */
.buttonAB {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease !important;
}

.delete-button {
    display: inline-block;
    padding: 2px 8px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: hsl(0, 0%, 100%);
    background-color: #275FA6;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px #999;
}

    .delete-button:hover {
        background-color: #3e8e41
    }

    .delete-button:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.b-gray-border {
    border-bottom: solid 2px lightgray;
}

.bottom-black-border {
    border-bottom: solid 1px black;
}

.top-dashed-border {
    padding-top: 2px;
    border-top: 2px dashed lightgray;
}

.lt-grey-border {
    border: solid 1px lightgray;
}

.primary-1-border {
    border: solid 1px var(--primary-color);
}

.success-1-border {
    border: solid 1px #1DBF73;
}

.danger-1-border {
    border: solid 1px #EC6568;
}


/*---------------------------ANIMATIONS--------------------------------- */

.rotated {
    transform: rotate(180deg);
}

@keyframes rippleAnimation {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes scale-in-top {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-top {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

.scale-in-top {
    -webkit-animation: scale-in-top 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-top 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-out-top {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

@keyframes scale-out-top {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

.scale-out-top {
    -webkit-animation: scale-out-top 0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: scale-out-top 0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes scale-in-ver-bottom {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

@keyframes scale-in-ver-bottom {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

.scale-in-bottom {
    -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-ver-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-in-ver-center {
    -webkit-animation: scale-in-ver-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-ver-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

.scale-out-vertical {
    -webkit-animation: scale-out-vertical 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: scale-out-vertical 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes scale-out-vertical {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
}

@keyframes scale-out-vertical {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}

@keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}

.scale-out-center {
    -webkit-animation: scale-out-center 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: scale-out-center 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/*---------------------------DISPLAY--------------------------------- */

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.hidden {
    opacity: 0;
}

.no-display {
    display: none;
}

.no-decoration,
no-decoration:hover {
    text-decoration: none;
}

.block {
    display: block;
}

/*Hides on small screens*/
.no-mobile {
    display: block;
}

/*Hides on large screens*/
.show-mobile {
    display: none;
}

.show {
    opacity: 1;
    display: block;
    transition: opacity 0.25s ease, opacity 0.25s ease;
}

.show-height {
    opacity: 1;
    display: block !important;
    max-height: 300px;
}

.full-width {
    width: 100%;
}

.adjust-width {
    width:90%
}

.full-height {
    height: 100%;
}

.shadow {
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
}

.radius {
    border-radius: 0.5rem;
}

.radius-1 {
    border-radius: 1rem;
}

.index-1 {
    z-index: 1;
}

.index-2 {
    z-index: 2;
}

.index-3 {
    z-index: 3;
}

.index-100 {
    z-index: 100;
}

.mx-wd-76 {
    max-width: 760px;
}

.mx-wd-21 {
    max-width: 2100px;
}

.xxl-font {
    font-size: 4rem;
}

.xl-font {
    font-size: 3rem;
}

.lg-font {
    font-size: 1.5rem;
}

.md-font {
    font-size: 1.125rem;
}

.sm-font {
    font-size: 0.875rem;
}

.xs-font {
    font-size: 0.75rem;
}

.bold-font {
    font-weight: bold;
}

.weight-600 {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.l-height-1 {
    line-height: 0.5;
}

/*<-----------------Alignment ------------------>*/

.grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(6, 70px);
    align-content: center;
    justify-content: center;
    gap: 2px 2px;
}

.grid-schedule {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: auto;
}

.grid-border {
    border-right: 1px solid black;
}

.row {
    display: flex;
}

.column {
    display: flex;
    flex-direction: column;
}

.center {
    align-content: center;
    justify-content: center;
    align-items: center;
}

.fit-content {
    width: fit-content;
    height: fit-content;
}

.text-center {
    text-align: center;
}

.space-between {
    justify-content: space-between;
}

.space-evenly {
    justify-content: space-evenly;
}

.flex-end {
    justify-content: flex-end;
}

.j-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.flex-wrap {
    flex-wrap: wrap;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.f-gap-0 {
    gap: 0rem;
}

.f-gap-1 {
    gap: 0.25rem;
}

.f-gap-2 {
    gap: 0.5rem;
}

.f-gap-3 {
    gap: 0.75rem;
}

.f-gap-4 {
    gap: 1rem;
}

.f-gap-5 {
    gap: 1.25rem;
}

.f-gap-6 {
    gap: 1.5rem;
}

.f-gap-7 {
    gap: 1.75rem;
}

.f-gap-8 {
    gap: 2rem;
}

/*<----------------------------------Padding & Margin------------------------------------->*/
.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-8 {
    padding: 2rem;
}

.p-9 {
    padding: 3rem;
}

.p-10 {
    padding: 5rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-9 {
    padding-top: 3rem;
}

.pt-10 {
    padding-top: 5rem;
}

/*<->*/

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-7 {
    padding-right: 1.75rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pr-9 {
    padding-right: 3rem;
}

.pr-10 {
    padding-right: 5rem;
}

/*<->*/

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pb-9 {
    padding-bottom: 3rem;
}

.pb-10 {
    padding-bottom: 5rem;
}

/*<->*/

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pl-9 {
    padding-left: 3rem;
}

.pl-10 {
    padding-left: 5rem;
}

/*---------Margin---------*/
.m-0 {
    margin: 0;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-4 {
    margin: 1rem;
}

.m-5 {
    margin: 1.25rem;
}

.m-6 {
    margin: 1.5rem;
}

.m-7 {
    margin: 1.75rem;
}

.m-8 {
    margin: 2rem;
}

.m-9 {
    margin: 3rem;
}

.m-10 {
    margin: 5rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-9 {
    margin-top: 3rem;
}

.mt-10 {
    margin-top: 5rem;
}

/*<->*/

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mr-7 {
    margin-right: 1.75rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mr-9 {
    margin-right: 3rem;
}

.mr-10 {
    margin-right: 5rem;
}

/*<->*/

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-9 {
    margin-bottom: 3rem;
}

.mb-10 {
    margin-bottom: 5rem;
}

/*<->*/

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.ml-7 {
    margin-left: 1.75rem;
}

.ml-8 {
    margin-left: 2rem;
}

.ml-9 {
    margin-left: 3rem;
}

.ml-10 {
    margin-left: 5rem;
}

/*-------------------------------------Mouse Effects------------------------------*/
.clickable,
.clickable > a {
    cursor: pointer;
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.grabbable {
    cursor: grab;
}

    .grabbable:active {
        cursor: grabbing;
    }

.clickable:active,
.clickable > a:active {
    transform: scale(0.85);
}

/*-------------------------------------Icons------------------------------*/

.xxxl-icon,
.xxxl-icon > svg {
    height: 104px;
    width: 104px;
}

.xxl-icon,
.xxl-icon > svg {
    height: 52px;
    width: 52px;
}

.xl-icon,
.xl-icon > svg {
    height: 44px;
    width: 44px;
}

.lg-icon,
.lg-icon > svg {
    height: 36px;
    width: 36px;
}

.md-icon,
.md-icon > svg {
    height: 28px;
    width: 28px;
}

.sm-icon,
.sm-icon > svg {
    height: 20px;
    width: 20px;
}

.xs-icon,
.xs-icon > svg {
    height: 12px;
    width: 12px;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    border-radius: 0.5rem;
}

.scrollbar::-webkit-scrollbar-track {
    background: #f0f5fa;
    border-radius: 0.5rem;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #bebebe;
    border-radius: 0.5rem;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a2a2a2;
    border-radius: 0.5rem;
}


/*-------------------------------------Components------------------------------*/

.chart-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.chart-container {
    flex: 1 1 400px;
    min-width: 300px;
    max-width: 100%;
    height: 300px;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px;
    background-color: white;
}

.chart-container div {
    width: 100%;
    height: 100%;
}
.tab-list {
    display: flex;
    margin: 0;
    padding: 0;
}

    .tab-list li {
        list-style: none;
        margin: 1px;
        padding: 6px 16px;
        color: #999;
        background-color: transparent;
        font-size: 0.875rem;
        cursor: pointer;
        border: 2px solid #999;
        border-radius: 999px;
        transition: background-color 0.2s ease;
    }

.tab-list li:last-child {
    border-right: 1px solid #ccc;
}

    .tab-list li.active {
        background-color: #e6f1fc;
        color: #1669aa;
        border: 2px solid #1669aa;
        border-radius: 999px;
    }

    .tab-list li.inactive {
        color: #b0b0b0;
        background-color: transparent;
    }

.store-chart {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(10%);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    z-index: 0;
}

    .store-chart.active {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
        z-index: 1;
    }

.paused-indicator {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 2px 8px;
    font-size: 0.75rem;
    border-radius: 4px;
    transition: opacity 0.2s ease;
    z-index: 2;
}

.no-display {
    opacity: 0;
    pointer-events: none;
}

.paused-indicator.visible {
    opacity: 1;
}




/*--------------Loader-----------------------*/
.loaderTRIforce {
    width: 50px;
    aspect-ratio: 1.154;
    clip-path: polygon(50% 0,100% 100%,0 100%);
    display: grid;
    background: var(--primary-color);
    width: 36px;
}

    .loaderTRIforce::before,
    .loaderTRIforce::after {
        content: "";
        grid-area: 1/1;
        background: inherit;
        clip-path: inherit;
        transform-origin: 50% 66%;
        animation: l7-1 2s infinite;
    }

    .loaderTRIforce::before {
        background: var(--primary-color-light);
        animation: l7-2 2s infinite 1s;
    }

@keyframes l7-1 {
    0%,99.9% {
        transform: scale(1)
    }

    50%,99% {
        transform: scale(0)
    }
}

@keyframes l7-2 {
    0%,51% {
        transform: scale(1)
    }

    50% {
        transform: scale(0)
    }
}

/*--------------Form Input-----------------------*/
input {
    border: none;
    outline: none;
}

    input::placeholder {
        color: grey
    }

input {
    border: solid 1px lightgrey;
}

/*--------------Cards-----------------------*/

.sm-card {
    height: 300px;
    width: 31.5%;
    min-width: 300px;
}

.md-card {
    height: 300px;
    width: 48.5%;
    min-width: 300px;
}

.lg-card {
    height: 300px;
    width:100%;
    min-width: 330px;
}

.xl-card {
    height: 600px;
    width:100%;
    min-width: 330px;
    min-height: 600px;
}


.AB-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    z-index: 2;
}

.reportSchedule {
    height: 66px;
    position: relative;
    overflow: visible;
    transition: height 0.2s ease;
    /* */
    vertical-align: top;
}

.reportSchedule.reportSchedule-expanded {
    height: 100%;
    animation: expand 0.2s ease;
}

.reportSchedule_info {
    display: flex;
    flex-direction: row;
    position: absolute;
}

.reportSchedule_data {
    opacity: 0;
}

.reportSchedule-unexpanded > .reportSchedule_data, .reportSchedule-expanded > .reportSchedule_data {
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.reportSchedule-unexpanded > .reportSchedule_data {
    opacity: 0;
    animation: unreveal 0.2s ease;
}

.reportSchedule-expanded > .reportSchedule_data {
    opacity: 1;
    animation: reveal 0.2s ease;
}


@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes unreveal {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

@keyframes expand {
    0% {
        height: 180px;
    }

    100% {
        height: 100%;
    }
}

@keyframes unexpand {
    0% {
        height: 240px;
    }

    100% {
        height: 100%;
    }
}


/*--------------Modal-----------------------*/

.help-modal {
    min-width: 300px;
    min-height: 150px;
    position: fixed;
    top: 19%;
    left: 38%;
    display: none;
}

@media screen and (max-width: 575px) {
    .help-modal {
        left: 17%;
    }
}

@media screen and (max-width: 425px) {
    .help-modal {
        left: 1%;
    }
}

/*--------------SideBar-----------------------*/

.sidebar {
    width: 250px;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar-toggler {
    display: none;
    position: absolute;
    top: 20px;
    right: 40px;
    background-color: #275FA6;
    color: #fff;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.sidebar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sidebar-content ul li a {
        text-decoration: none;
    }

.toggleMargin {
    margin: 1rem;
}

.adjustable-width {
    width: 600px
}

.centerOnSm {
    justify-content: inherit;
}

@media (max-width: 1000px) {

    .centerOnSm {
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .adjustable-width {
        width: 300px
    }
}

@media (max-width: 700px) {
    .sidebar {
        display: none;
    }

        .sidebar.show {
            transform: translateX(0);
            display: block;
        }

    .sidebar-toggler {
        display: block;
    }

    .toggleMargin {
        margin: 0;
    }
}


/*--------------SELECT ELEMENT-----------------------*/

.arrow {
    transition: transform 0.3s ease;
}

#custom-select.open .arrow {
    transform: rotate(180deg);
}

.custom-options {
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.custom-option.selected {
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-option svg {
    opacity: 0;
}

.custom-option.selected svg {
    opacity: 1;
}

.custom-options2 {
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.custom-option2.selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-option2 svg {
    opacity: 0;
}

.custom-option2.selected svg {
    opacity: 1;
}

#custom-select.open .custom-options {
    display: block;
}


/*-------------------------------------Media Queries------------------------------*/
@media (max-width: 1492px) {
    .sm-card {
        width:31%;
    }

    .md-card {
        width: 48%;
    }

}

@media (max-width: 1286px) {
    .sm-card {
        width: 47.5%;
    }

    .md-card {
        width: 47.5%;
    }
}

@media (max-width: 950px) {
    .sm-card {
        width: 98%;
    }

    .md-card {
        width: 98%;
    }
}

@media (max-width: 700px) {
    .no-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .lg-card {
        width: 98%;
    }
}

@media (max-width: 450px) {
    .adjust-width {
        width: 100%
    }

    .removing-padding-sm{
        padding:0 !important;
    }
}

@media (max-width: 400px) {
    .mx-375-mobile {
        max-width: 375px;
    }
}
