/*!************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/DataForms/Admin/note-details-form.css ***!
  \************************************************************************************************************/
[data-form='note-details-form'] {
    .cohfi-form-item {
    }

    .cohfi-form-label {
        all: initial;
    }

    [type='checkbox'] {
        width: 1.7rem;
        height: 1.7rem;
    }
}

/*!*****************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/DataForms/Occurrence/final-report-form.css ***!
  \*****************************************************************************************************************/
[data-type='final-report-form'] {
    margin: 0.25rem;
    padding: 1.75rem;

    .cohfi-form-header {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        text-decoration: underline;
    }

    .cohfi-form-label {
        font-size: 1.25rem;
        text-align: left;
        font-weight: normal;
        width: 100%;
        padding: 0.75rem 0;
    }

    .cohfi-form-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        flex-grow: 1;
        padding: 0.5rem 0 2rem 0;
        border-bottom: solid 1px var(--colorado-lightgray);
    }

    .cohfi-form-value {
        background-color: var(--colorado-white);
        width: 100%;
        max-width: none;

        .final-report-checkbox {
            width: 50%;
        }
    }

    .smart-select-cohfi-wrapper {
        width: 100%;
        max-width: none;
    }
    .smart-select-dropdown-menu {
        min-width: 250px;
    }

    .smart-select-dropdown {
        padding-bottom: 1rem;
    }

    .final-report-accordion-header {
        background-color: var(--colorado-lightgray);
    }

    .final-report-checkbox {
        .final-report-checkbox-label {
            font-weight: bold;
        }
    }
}

[data-form='final-report-victim'] .cohfi-form-item,
[data-form='final-report-alleged-assailant'] .cohfi-form-item,
[data-form='final-report-consumer'] .cohfi-form-item {
    margin-bottom: 30px;
}

/*!*******************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/DataForms/Occurrence/initial-report-form.css ***!
  \*******************************************************************************************************************/
[data-form='initial-report-form'] {
    .cohfi-form-label {
        font-size: 1.25rem;
        text-align: left;
        font-weight: normal;
        width: 100%;
        padding: 0.75rem 0;
    }

    .cohfi-form-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        flex-grow: 1;
        padding: 0.5rem 0 2rem 0;
        border-bottom: solid 1px var(--colorado-lightgray);
    }

    .cohfi-form-value {
        background-color: var(--colorado-white);
        width: 100%;
        max-width: none;

        .final-report-checkbox {
            width: 50%;
        }
    }
}

/*!**********************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/DataForms/Occurrence/occurrence-detail-form.css ***!
  \**********************************************************************************************************************/
[data-form='occurrence-detail-form'] {
    /* Form Containers and Layout */
    .cohfi-form-container {
        flex: 1;
        background: var(--colorado-white);
        border-radius: 0.25em;
        border: 1px solid var(--colorado-blue);
    }

    .cohfi-form-wrapper {
        display: flex;
        justify-content: center;
        padding-top: 1em;
        background: var(--colorado-secondary-white);
    }

    .cohfi-form-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
    }

    /* Form Items and Labels */
    .cohfi-item-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin: 0.8em 0;
    }

    .cohfi-form-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        flex-grow: 1;
    }

    .cohfi-form-label {
        width: 100%;
        text-align: left;
    }

    .form-check-label {
        font-weight: bold;
    }

    /* Form Inputs and Values */
    .cohfi-form-value {
        max-width: 100%;
        width: 100%;
        min-height: 30px;
        margin: 0;
        padding: 2px 8px;
        border-radius: 0.25em;
        box-sizing: border-box;
        white-space: normal;

        &:not(.cohfi-btn) {
            background: var(--colorado-white);
        }
    }

    .cohfi-form-value:not(.cohfi-editable):not(.cohfi-btn) {
        background: var(--colorado-tertiary-white);
    }

    /* Buttons */
    .cohfi-btn {
        margin: 0;
        white-space: normal;
        max-width: 400px;
    }

    .cohfi-btn-grow {
        flex-grow: 1;
    }

    .view-facility-btn {
        width: 100%;
    }

    /* Input Fields */
    input[type='checkbox'] {
        min-width: 24px;
        min-height: 24px;
        width: fit-content;
    }

    input[type='date'],
    input[type='datetime-local'] {
        text-align: center;
        width: 100%;
        cursor: pointer;
        background: var(--colorado-white);
    }

    /* Dropdowns */
    .smart-select-cohfi-wrapper,
    .dropdown,
    .smart-select-cohfi-btn {
        width: 100%;
    }

    /* Layout Utilities */
    .col-lg-2 {
        min-width: 145px;
    }

    /* Rows and Columns */
    .checkbox-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .checkbox-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .add-citation-row {
        border-bottom: 1px solid var(--colorado-gray);
    }
}

/*!***************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/DataForms/Survey/survey-details-form.css ***!
  \***************************************************************************************************************/
[data-form='survey-details-form'] {
    border: none;

    .cohfi-form-label {
        text-align: left;
    }

    .survey-page-title {
        font-size: 1.5em;
        font-weight: bold;
        margin: 0 0 1% 0;
        padding: 1% 0;
        text-align: center;
        /*border-bottom: 1px solid var(--colorado-gray);*/
    }

    .cohfi-form-container {
        flex: 1;
        background: var(--colorado-white);
        border-radius: 0.25em;
        border: 1px solid var(--colorado-blue);
    }

    .cohfi-form-wrapper {
        padding-top: 1em;
        display: flex;
        justify-content: center;
        background: var(--colorado-secondary-white);
    }

    .cohfi-form-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
    }

    .smart-select-cohfi-wrapper,
    .dropdown,
    .smart-select-cohfi-btn {
        width: 100%;
    }

    .cohfi-item-container {
        margin: 0.8em 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .cohfi-form-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-grow: 1;
        justify-content: space-between;
    }

    .cohfi-form-label {
        width: 100%;
    }

    .cohfi-form-value {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 2px 8px;
        border-radius: 0.25em;
        min-height: 30px;
        white-space: normal;

        &:not(.cohfi-btn) {
            background: var(--colorado-white);
        }
    }

    .cohfi-form-value:not(.cohfi-editable):not(.cohfi-btn) {
        background: var(--colorado-tertiary-white);
    }

    .cohfi-btn {
        margin: 0;
        white-space: normal;
        max-width: 400px;
    }

    .cohfi-btn-grow {
        flex-grow: 1;
    }

    .view-facility-btn {
        width: 100%;
    }

    .form-check-label {
        font-weight: bold;
    }

    input[type='checkbox'] {
        min-height: 24px;
        min-width: 24px;
        width: fit-content;
    }

    input[type='date'],
    input[type='datetime-local'] {
        text-align: center;
        width: 100%;
        cursor: pointer;
        background: var(--colorado-white);
    }

    .col-lg-2 {
        min-width: 145px;
    }

    .mx-1 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .flashBorder {
        border: 3px solid var(--colorado-green);
        animation: flashBorder 3s 2;
    }

    .flex-end {
        display: flex;
        justify-content: flex-end;
    }

    .flex-center-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .add-citation-row {
        border-bottom: 1px solid var(--colorado-gray);
    }

    .citation-text {
        height: 342px;
        overflow-y: auto;
        word-wrap: break-word;
        box-shadow: 0 0 2px 0 var(--colorado-slate, #607d8b);
        padding: 1em;
        outline: none;
        resize: vertical;
    }
}

.main-content:has([data-form='survey-detail-form']) {
    background: var(--colorado-secondary-white);
}

.modal-body:has([data-form='survey-detail-form']) {
    background: var(--colorado-secondary-white);
}

@keyframes fadeBlueGreen {
    0% {
        background-color: var(--colorado-blue);
        border-color: var(--colorado-red);
    }
    50% {
        background-color: var(--colorado-green);
        border-color: var(--colorado-white);
    }
    100% {
        background-color: var(--colorado-blue);
        border-color: var(--colorado-green);
    }
}

.fade-blue-green {
    animation: fadeBlueGreen 3s infinite;
    border: 2px solid;
}

/*!********************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/DataForms/enforcement-details.css ***!
  \********************************************************************************************************/
[data-form='enforcement-details'] {
    .cohfi-form-row {
        padding: 1rem;
        gap: 5rem;
        border-bottom: 1px solid var(--colorado-lightgray);
    }

    .cohfi-form-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-grow: 1;
        justify-content: space-between;
    }

    .cohfi-form-label {
        text-align: left;
        width: 100%;
    }

    .cohfi-form-value {
        width: 100%;
    }
}

/*!*************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/DataForms/license-application-form.css ***!
  \*************************************************************************************************************/
[data-form='license-application-form'] {
    .cohfi-form {
        background-color: var(--colorado-white);
    }
}

/*!***********************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/DataForms/save-form-instructions.css ***!
  \***********************************************************************************************************/
[data-form='edit-form-instructions'] {
    .cohfi-form-item {
        display: flex;
        align-items: flex-start;
    }

    .cohfi-form-label {
        text-align: left;
        width: 100%;
        margin-bottom: 0.5rem;
        font-weight: normal;
    }

    .cohfi-form-value {
        width: 100%;
        max-width: none;
    }
}

/*!******************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/advanced-search.css ***!
  \******************************************************************************************/
.search-input-container {
    display: flex;
    align-items: baseline;
    justify-content: right;
    gap: 50px;
    padding: 10px;
    width: 100%;
}

.search-input-container h4 {
    font-size: 14pt;
    text-align: left;
    font-weight: bold;
}

.cohfi-search-input {
    max-width: 180px;
    background-color: var(--colorado-white);
    color: var(--colorado-black);
    border: 1px solid var(--colorado-blue);
    margin-bottom: 0px;
}

.search-input-date {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.search-input-value {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.search-radio-select {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0.5rem;
}

[data-search-component='search-operator-select'] {
    padding-bottom: 10px;
}

/*!*****************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/attention/jello.css ***!
  \*****************************************************************************************************/
.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*!******************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/attention/wobble.css ***!
  \******************************************************************************************************/
.wobble-ver-right {
    -webkit-animation: wobble-ver-right 0.8s both;
    animation: wobble-ver-right 0.8s both;
}

@-webkit-keyframes wobble-ver-right {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateY(-30px) rotate(6deg);
        transform: translateY(-30px) rotate(6deg);
    }
    30% {
        -webkit-transform: translateY(15px) rotate(-6deg);
        transform: translateY(15px) rotate(-6deg);
    }
    45% {
        -webkit-transform: translateY(-15px) rotate(3.6deg);
        transform: translateY(-15px) rotate(3.6deg);
    }
    60% {
        -webkit-transform: translateY(9px) rotate(-2.4deg);
        transform: translateY(9px) rotate(-2.4deg);
    }
    75% {
        -webkit-transform: translateY(-6px) rotate(1.2deg);
        transform: translateY(-6px) rotate(1.2deg);
    }
}
@keyframes wobble-ver-right {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateY(-30px) rotate(6deg);
        transform: translateY(-30px) rotate(6deg);
    }
    30% {
        -webkit-transform: translateY(15px) rotate(-6deg);
        transform: translateY(15px) rotate(-6deg);
    }
    45% {
        -webkit-transform: translateY(-15px) rotate(3.6deg);
        transform: translateY(-15px) rotate(3.6deg);
    }
    60% {
        -webkit-transform: translateY(9px) rotate(-2.4deg);
        transform: translateY(9px) rotate(-2.4deg);
    }
    75% {
        -webkit-transform: translateY(-6px) rotate(1.2deg);
        transform: translateY(-6px) rotate(1.2deg);
    }
}

/*!******************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/blur.css ***!
  \******************************************************************************************/
.blur {
    opacity: 0.5; /* Simulates "blur" using transparency */
}

/* Optional: Add smooth transition */
.blur-transition {
    transition: opacity 0.2s ease-in-out;
}

.blur-light {
    opacity: 0.8; /* Light effect */
}

.blur-medium {
    opacity: 0.5; /* Medium effect */
}

.blur-heavy {
    opacity: 0.2; /* Heavy effect */
}

.lock-dimensions {
    height: var(--locked-height) !important;
    width: var(--locked-width) !important;
    overflow: hidden !important;
}

/*!******************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/entrance/fade-in.css ***!
  \******************************************************************************************************/
.fade-in-fwd {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/*!******************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/entrance/flip-in.css ***!
  \******************************************************************************************************/
.flip-in-hor-bottom {
    -webkit-animation: flip-in-hor-bottom 0.5s
        cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.flip-in-ver-right {
    -webkit-animation: flip-in-ver-right 0.5s
        cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: flip-in-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}
@keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes flip-in-ver-right {
    0% {
        -webkit-transform: rotateY(-80deg);
        transform: rotateY(-80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
    }
}
@keyframes flip-in-ver-right {
    0% {
        -webkit-transform: rotateY(-80deg);
        transform: rotateY(-80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
    }
}

/*!********************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/entrance/rotate-in.css ***!
  \********************************************************************************************************/
.rotate-in-center {
    -webkit-animation: rotate-in-center 0.6s
        cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

/*!*******************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/entrance/slide-in.css ***!
  \*******************************************************************************************************/
.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*!******************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/entrance/slit-in.css ***!
  \******************************************************************************************************/
.slit-in-vertical {
    -webkit-animation: slit-in-vertical 0.45s ease-out both;
    animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}
@keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

/*!*******************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/entrance/swing-in.css ***!
  \*******************************************************************************************************/
.swing-in-top-fwd {
    -webkit-animation: swing-in-top-fwd 0.5s
        cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
        both;
}

@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}
@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

/*!******************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/exits/bounce-out.css ***!
  \******************************************************************************************************/
.bounce-out-top {
    -webkit-animation: bounce-out-top 1.5s both;
    animation: bounce-out-top 1.5s both;
}

@-webkit-keyframes bounce-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    25% {
        -webkit-transform: translateY(-38px);
        transform: translateY(-38px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    52% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    85% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px);
        opacity: 0;
    }
}
@keyframes bounce-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    25% {
        -webkit-transform: translateY(-38px);
        transform: translateY(-38px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    52% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    85% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-800px);
        transform: translateY(-800px);
        opacity: 0;
    }
}

/*!****************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/exits/flip-out.css ***!
  \****************************************************************************************************/
.flip-out-hor-top {
    -webkit-animation: flip-out-hor-top 0.45s
        cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: flip-out-hor-top 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes flip-out-hor-top {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
        opacity: 0;
    }
}
@keyframes flip-out-hor-top {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
        opacity: 0;
    }
}

/*!******************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/exits/rotate-out.css ***!
  \******************************************************************************************************/
.rotate-out-center {
    -webkit-animation: rotate-out-center 0.6s
        cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: rotate-out-center 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes rotate-out-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }
}
@keyframes rotate-out-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }
}

/*!*****************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/exits/slide-out.css ***!
  \*****************************************************************************************************/
.slide-out-bck-center {
    -webkit-animation: slide-out-bck-center 0.5s
        cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slide-out-bck-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
        both;
}

.slide-out-blurred-left {
    -webkit-animation: slide-out-blurred-left 0.45s
        cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
    animation: slide-out-blurred-left 0.45s
        cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

.slide-out-blurred-bottom {
    -webkit-animation: slide-out-blurred-bottom 0.45s
        cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
    animation: slide-out-blurred-bottom 0.45s
        cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

@-webkit-keyframes slide-out-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-1100px);
        transform: translateZ(-1100px);
        opacity: 0;
    }
}
@keyframes slide-out-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-1100px);
        transform: translateZ(-1100px);
        opacity: 0;
    }
}

@-webkit-keyframes slide-out-blurred-left {
    0% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}
@keyframes slide-out-blurred-left {
    0% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}

@-webkit-keyframes slide-out-blurred-bottom {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
        transform: translateY(1000px) scaleY(2) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}
@keyframes slide-out-blurred-bottom {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
        transform: translateY(1000px) scaleY(2) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}

/*!****************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/exits/slit-out.css ***!
  \****************************************************************************************************/
.slit-out-vertical {
    -webkit-animation: slit-out-vertical 0.5s ease-in both;
    animation: slit-out-vertical 0.5s ease-in both;
}
.slit-out-horizontal {
    -webkit-animation: slit-out-horizontal 0.5s ease-in both;
    animation: slit-out-horizontal 0.5s ease-in both;
}

@-webkit-keyframes slit-out-vertical {
    0% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes slit-out-vertical {
    0% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
}

@-webkit-keyframes slit-out-horizontal {
    0% {
        -webkit-transform: translateZ(0) rotateX(0);
        transform: translateZ(0) rotateX(0);
        opacity: 1;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateX(87deg);
        transform: translateZ(-160px) rotateX(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-800px) rotateX(90deg);
        transform: translateZ(-800px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes slit-out-horizontal {
    0% {
        -webkit-transform: translateZ(0) rotateX(0);
        transform: translateZ(0) rotateX(0);
        opacity: 1;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateX(87deg);
        transform: translateZ(-160px) rotateX(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-800px) rotateX(90deg);
        transform: translateZ(-800px) rotateX(90deg);
        opacity: 0;
    }
}

/*!*****************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/animations/exits/swing-out.css ***!
  \*****************************************************************************************************/
.swing-out-bottom-bck {
    -webkit-animation: swing-out-bottom-bck 0.45s
        cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
    animation: swing-out-bottom-bck 0.45s cubic-bezier(0.6, -0.28, 0.735, 0.045)
        both;
}

@-webkit-keyframes swing-out-bottom-bck {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0;
    }
}
@keyframes swing-out-bottom-bck {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0;
    }
}

/*!***************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/announcement.css ***!
  \***************************************************************************************/
/** Announcements **/

[data-id='collapse-announcements'],
[data-id='collapse-dashboard'] {
    max-height: 550px;
    overflow-y: auto;
}

.announcement-container {
    width: 90%;
    margin: auto;
}

.announcement {
    background-color: var(--colorado-tertiary-white);
    border-radius: 14px;
    margin: 2px 0 2px 0;
    border: 1px solid var(--colorado-black);
    color: var(--colorado-black);
    font-size: 14pt;
}

.announcement-title {
    font-weight: bold;
}

.announcement-text {
    font-size: 12pt;
}

#announcementText {
    min-height: 300px;
}

.swal-announcement {
    text-align: left; /* Align all text left */
}

.swal-announcement [class*='title'] {
    text-align: center; /* Center align the title */
}

.swal-announcement p,
.swal-announcement h1,
.swal-announcement h2,
.swal-announcement h3,
.swal-announcement h4,
.swal-announcement h5,
.swal-announcement h6 {
    margin-top: 0; /* Remove default margins for headings */
    text-align: left; /* Ensure headings are left-aligned */
}

.swal-announcement ul,
.swal-announcement ol {
    text-align: left; /* Ensure lists are left-aligned */
    padding-left: 20px; /* Add padding for bullets/numbers */
}

.swal-announcement ul li,
.swal-announcement ol li {
    margin-bottom: 5px; /* Adjust spacing between list items */
}

[data-form='announcement-form'] {
    .cohfi-form {
        padding: 0;
    }

    .cohfi-form-label {
        text-align: left;
    }

    .cohfi-checkbox-value {
        justify-content: flex-start;
    }
}

/*!****************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/application-tracking-form.css ***!
  \****************************************************************************************************/
.application-details-form {
    .cohfi-form-item {
        flex: 1 0 0;
    }
}

/*!***********************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/citation-detail-form.css ***!
  \***********************************************************************************************/
.main-content:has(form.citation-detail-form) {
    background: var(--colorado-secondary-white);
}

.modal-body:has(form.citation-detail-form) {
    background: var(--colorado-secondary-white);
}

form.citation-detail-form.cohfi-form {
    border: none;
    margin: 0;
    padding: 0;
}

form.citation-detail-form .cohfi-form-wrapper {
    .survey-page-title {
        font-size: 1.5em;
        font-weight: bold;
        margin: 0 0 1% 0;
        padding: 1% 0;
        text-align: center;
        /*border-bottom: 1px solid var(--colorado-gray);*/
    }

    .cohfi-form-container {
        max-width: 1600px;
        flex: 1;
        background: var(--colorado-white);
        border-radius: 0.25em;
        border: 1px solid var(--colorado-blue);
    }

    .cohfi-form-wrapper {
        display: flex;
        justify-content: center;
        background: var(--colorado-secondary-white);
    }

    .cohfi-form-row {
        margin-bottom: 0.8em;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
    }

    .cohfi-item-container {
        /*margin: .8em 0;*/
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .cohfi-form-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
    }

    .cohfi-form-label {
        font-weight: bold;
        margin: 0;
        width: fit-content;
        text-align: left;
    }

    .cohfi-form-value {
        max-height: 200px;
        overflow-y: auto;
        box-sizing: border-box;
        margin: 0;
        padding: 2px 8px;
        /*box-shadow: 0px 0px 2px 0px var(--colorado-slate);*/
        border-radius: 0.25em;
        min-height: 30px;
        white-space: normal;

        &:not(.cohfi-btn) {
            background: var(--colorado-white);
        }

        &:not(input[type='checkbox']) {
            box-shadow: 0 0 2px 0 var(--colorado-slate, #607d8b);
            width: 100%;
            max-width: 100%;
        }
    }

    .cohfi-form-value:not(.cohfi-editable):not(.cohfi-btn) {
        background: var(--colorado-tertiary-white);
    }

    .cohfi-editable:not(.cohfi-btn):hover {
        /*box-shadow: 1px 1px 5px var(--colorado-slate);*/
    }

    .cohfi-btn {
        margin: 0;
        white-space: normal;
        max-width: 400px;
    }

    .cohfi-btn-grow {
        flex-grow: 1;
    }

    .form-check-label {
        font-weight: bold;
    }

    .checkbox-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    input[type='checkbox'] {
        min-height: 24px;
        min-width: 24px;
        width: fit-content;
    }

    textarea {
        width: 100%;
        max-width: 100%;
        min-height: 60px;
        height: 180px;
        flex-grow: 1;
    }

    .citation-text {
        height: 342px;
        overflow-y: auto;
        word-wrap: break-word;
        box-shadow: 0px 0px 2px 0px var(--colorado-slate);
        padding: 1em;
        outline: none;
        resize: vertical;
    }

    .tag-title .cohfi-form-value {
        max-height: 250px;
    }

    .regulation-section {
        justify-content: space-between;
    }

    .max-height {
        max-height: 100%;
    }

    .ql-container {
        height: 300px;
        overflow-y: auto;
        resize: vertical;
    }

    label {
        font-size: 14px;
        font-weight: bold;
    }

    .col-md-2 {
        min-width: 145px;
    }

    .mb-3 {
        margin-bottom: 0.8em !important;
    }

    .flashBorder {
        border: 3px solid var(--colorado-green);
        animation: flashBorder 3s 2;
    }

    .flex-end {
        display: flex;
        justify-content: flex-end;
    }

    .flex-center {
        display: flex;
        justify-content: center;
    }

    .flex-center-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.ui-resizable-s {
    height: 0px;
}

@keyframes flashBorder {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: var(--colorado-purple);
    }

    100% {
        border-color: var(--colorado-green);
    }
}

/*!************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-btn.css ***!
  \************************************************************************************/
/* Combined styles for .cohfi-btn and a.cohfi-btn */
.cohfi-btn,
a.cohfi-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-wrap: wrap;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid var(--colorado-lightgray);
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    background-color: var(--colorado-blue);
    margin: 5px;
    font-family: Verdana, serif;
    color: var(--colorado-white);
    cursor: pointer;
}

/* Special style for anchor buttons to reset default browser styles */
a.cohfi-btn {
    /*all: initial;*/
}

.cohfi-btn:not(:disabled):hover,
a.cohfi-btn:hover {
    text-decoration: none;
    /*background-color: var(--colorado-light-blue);*/
    box-shadow: 1px 1px 5px var(--colorado-slate);
}

.cohfi-btn:focus,
.cohfi-btn.focus,
a.cohfi-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--colorado-right-mountain-teal);
}

.cohfi-btn:disabled,
.cohfi-btn.disabled,
a.cohfi-btn:disabled {
    opacity: 0.65;
    box-shadow: none;
    background-color: var(--colorado-silver);
    color: var(--colorado-black);
    border: 1px solid var(--colorado-silver);
}

/* Individual color variants for buttons */
.cohfi-btn--green,
a.cohfi-btn--green {
    background-color: var(--colorado-tree-green);
}

.cohfi-btn--blue,
a.cohfi-btn--blue {
    background-color: var(--colorado-blue);
}

.cohfi-btn--light-blue,
a.cohfi-btn--light-blue {
    background-color: var(--colorado-light-blue);
}

.cohfi-btn--red,
a.cohfi-btn--red {
    background-color: var(--colorado-red);
}

.cohfi-btn--red:disabled {
    border: 1px solid red;
}

.cohfi-btn--grey {
    background-color: var(--colorado-darkgray);
}

.cohfi-btn--lightgrey {
    background-color: var(--colorado-lightgray);
}

/* Hover states for button variants */
.cohfi-btn--green:not(:disabled):hover,
a.cohfi-btn--green:not(:disabled):hover {
    background-color: var(--colorado-green);
}

.cohfi-btn--blue:not(:disabled):hover,
a.cohfi-btn--blue:not(:disabled):hover {
    background-color: var(--colorado-light-blue);
}

.cohfi-btn--red:not(:disabled):hover,
a.cohfi-btn--red:not(:disabled):hover {
    background-color: var(--colorado-orange);
}

.cohfi-btn--green[data-table-action='submit-filter-search'] {
    display: flex;
    margin-left: auto;
}

.cohfi-btn--purple,
a.cohfi-btn--purple {
    background-color: var(--colorado-purple);
}

.cohfi-btn--purple:not(:disabled):hover,
a.cohfi-btn--purple:not(:disabled):hover {
    background-color: var(--colorado-lightgray);
}

.cohfi-btn--yellow,
a.cohfi-btn--yellow {
    background-color: var(--colorado-yellow);
}

.cohfi-btn--yellow:not(:disabled):hover,
a.cohfi-btn--yellow:not(:disabled):hover {
    background-color: var(--colorado-orange);
}

.cohfi-btn--teal,
a.cohfi-btn--teal {
    background-color: var(--colorado-right-mountain-teal);
}

.cohfi-btn--teal:not(:disabled):hover,
a.cohfi-btn--teal:not(:disabled):hover {
    background-color: var(
        --colorado-light-blue
    ); /* or any other color for hover */
}

.cohfi-btn--orange,
a.cohfi-btn--orange {
    background-color: var(--colorado-orange);
}

.cohfi-btn--orange:not(:disabled):hover,
a.cohfi-btn--orange:not(:disabled):hover {
    background-color: var(--colorado-red); /* or any other color for hover */
}

.cohfi-btn--brown,
a.cohfi-btn--brown {
    background-color: var(--colorado-brown);
}

.cohfi-btn--brown:not(:disabled):hover,
a.cohfi-btn--brown:not(:disabled):hover {
    background-color: var(--colorado-gray); /* or any other color for hover */
}

.cohfi-btn--darkgray,
a.cohfi-btn--darkgray {
    background-color: var(--colorado-darkgray);
}

.cohfi-btn--darkgray:not(:disabled):hover,
a.cohfi-btn--darkgray:not(:disabled):hover {
    background-color: var(--colorado-black); /* or any other color for hover */
}

.cohfi-btn--slate,
a.cohfi-btn--slate {
    background-color: var(--colorado-slate);
}

.cohfi-btn--slate:not(:disabled):hover,
a.cohfi-btn--slate:not(:disabled):hover {
    background-color: var(--colorado-silver); /* or any other color for hover */
}

.cohfi-btn--silver,
a.cohfi-btn--silver {
    background-color: var(--colorado-silver);
}

.cohfi-btn--silver:not(:disabled):hover,
a.cohfi-btn--silver:not(:disabled):hover {
    background-color: var(--colorado-slate); /* or any other color for hover */
}

.cohfi-btn a:first-child {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-align: inherit;
}

.cohfi-checkbox {
}

.flex-center {
    display: flex;
    align-items: center;
}

.rounded-border {
    border-radius: 0.25rem;
}

.cohfi-window-btn {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--colorado-black);
    background: transparent var(--colorado-black) center / 1em auto no-repeat;
    border: 1px solid var(--colorado-lightgray);
    border-radius: 0.375rem;
    display: flex;
    justify-content: center;
    align-items: center;

    &:hover {
        border: 1px solid var(--colorado-blue);
        text-decoration: none;
    }
}

/*!**********************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-checkbox-list.css ***!
  \**********************************************************************************************/
.checkbox-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;

    .cohfi-checkbox-item {
        display: flex;
        gap: 5px;
        flex: 1 0 auto;
        min-width: 160px;
        max-width: 100%;
        align-items: center;
    }
}

/*!*************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-form.css ***!
  \*************************************************************************************/
.cohfi-page-title {
    font-size: 2em;
    font-weight: bold;
    color: var(--colorado-secondary-black);
    margin-bottom: 1.5em;
    border-bottom: 2px solid var(--colorado-gray);
    padding-bottom: 0.5em;
    text-align: center;
    top: 0;
    background: var(--colorado-white);
    z-index: 100;
}

h2 {
    font-size: 1.6rem;
}

.cohfi-form {
    display: flex;
    flex-direction: column;
    margin: 1% auto;
    padding: 1%;
    gap: 10px;
    border-radius: 10px;
}

.cohfi-form-container,
.cohfi-form-body {
    padding: 1rem;
}

.cohfi-form-header {
    border-radius: 5px;
    padding-left: 1%;
}

.cohfi-form-header th {
    text-align: left; /* Align text to the left for the th elements */
    padding-left: 10px; /* Give it some padding for better aesthetics */
    font-size: 1em;
}

.cohfi-form-container .cohfi-form {
    width: 100%;
}

.cohfi-form.cohfi-form-fullsize {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
}

.cohfi-form-horizontal {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cohfi-form-description {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0.2% 1%;
    padding: 0.2% 4%;
    color: var(--colorado-darkgray);
    background-color: var(--colorado-lightgray);
    border: 1px solid var(--colorado-black);
    border-radius: 15px;
}

.cohfi-form-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.cohfi-form-row.cohfi-form--center {
    justify-content: center;
}

.cohfi-form-row.cohfi-form--start {
    justify-content: flex-start;
}

.cohfi-form-row.cohfi-form--end {
    justify-content: flex-start;
}

.cohfi-form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 15px;
}

.cohfi-form-spacer {
    padding: 0.5%;
    box-sizing: border-box;
}

.cohfi-form-divider {
    width: 100%;
    height: 1px;
    background-color: var(--colorado-lightgray);
    margin: 10px 0;
}

.cohfi-form-item {
    display: flex;
    align-items: center;

    &.direction-column {
        flex-direction: column;
    }
}

.cohfi-form-item.cohfi-form--sm {
    width: 20%;
}

.cohfi-form-item.cohfi-form--md {
    width: 70%;
}

.cohfi-form-item.cohfi-form--lg {
    width: 100%;
}

.cohfi-form-item.cohfi-column {
    flex-direction: column;
}

.cohfi-form-label {
    font-weight: bold;
    margin: 0 1%;
    width: 37%;
    text-align: right;
    align-self: center;
}

.cohfi-form-label.cohfi-form--sm {
    width: 20%;
}

.cohfi-form-label.cohfi-form--md {
    margin: 0 0.2%;
    width: 50%;
}

.cohfi-form-label.cohfi-form--lg {
    width: 90%;
}

.cohfi-form-value {
    width: 50%;
    max-width: 400px;
    box-sizing: border-box;
    margin: 0 5px;
    padding: 1px 5px;
}

.cohfi-form-value.cohfi-form--sm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: initial;
    padding: 0 5px;
    width: fit-content;
    text-align: center;
    vertical-align: center;
}

.cohfi-form-value.cohfi-form--md {
    width: 50%;
}

.cohfi-form-body p,
.cohfi-form-body div {
    padding: 8px 0;
}

.cohfi-form-checkbox {
    width: 20px;
    height: 20px;
    background: var(--colorado-white);
    border: 1px solid var(--colorado-lightgray);
    border-radius: 3px;
}

.cohfi-form-radio {
    display: flex;
    align-items: center;
}

.cohfi-form-radio-input {
}

.cohfi-form-input-number {
    padding: 5px 20px 5px 35px;
    width: 115px;
    border-radius: 8px;
}

.cohfi-form-description {
    font-style: italic;
    color: var(--colorado-darkgray);
}

.cohfi-form-emphasis {
    animation: flashRed 6s 1;
    color: var(--colorado-white);
    font-size: larger;
    font-weight: bold;
    background-color: var(--colorado-red);
    width: 100px;
    margin: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.cohfi-form-validation-message {
    flex: 0 0 auto;
}

.red-border {
    border: 2px solid var(--colorado-red);
}

/* Table Styles */
.cohfi-form table {
    width: 100%;
    border-collapse: collapse;
    display: table;
}

.cohfi-form thead {
    background-color: var(--colorado-blue);
    color: var(--colorado-white);
}

.cohfi-form th,
.cohfi-form td {
    padding: 12px 15px;
    border-bottom: 1px solid var(--colorado-lightgray);
    text-align: center;
}

.cohfi-form tbody tr:hover {
    background-color: var(
        --colorado-secondary-white
    ); /* near white background on hover */
}

.cohfi-form tbody td a {
    color: var(--colorado-blue);
    text-decoration: none;
}

.cohfi-form tbody td a:hover {
    text-decoration: underline;
}

.cohfi-form thead th:first-child {
    border-top-left-radius: 20px;
}

.cohfi-form thead th:last-child {
    border-top-right-radius: 20px;
}

.cohfi-form-input-boarder {
    border: 1px solid var(--colorado-light-blue);
    border-radius: 5px;
    padding: 1rem;
}

.cohfi-form-pagination-number {
    width: 75px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid var(--colorado-blue);
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    margin: 5px;
    font-family: Verdana, serif;
    cursor: pointer;
}

.cohfi-checkbox-value {
    display: flex;
    justify-content: center;
}

.modal-content {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 30%);
}

.cohfi-form-section {
    padding: 1rem;
    margin: 1rem;
    border: 1px solid var(--colorado-lightgray);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.cohfi-text-block {
    white-space: pre-line;
    text-wrap: wrap;
}

.message-center-emphasis {
    animation: flashButton 2s 5;
}

.total-percent-invalid {
    background-color: var(--colorado-red);
    color: var(--colorado-white);
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 5px;
}

.total-percent-valid {
    background-color: var(--colorado-green);
    color: var(--colorado-white);
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 5px;
}

.quill-min-height {
    min-height: 320px;
}

.contenteditable-textarea {
    resize: both;
    overflow: auto;
    min-height: 50px;
    height: fit-content;
}

form.create-survey-form,
form.create-announcement-form {
    .survey-page-title {
        font-size: 1.5em;
        font-weight: bold;
        margin: 0 0 1% 0;
        padding: 1% 0;
        text-align: center;
        /*border-bottom: 1px solid var(--colorado-gray);*/
    }

    .cohfi-form-container {
        flex: 1;
        background: var(--colorado-white);
        border-radius: 0.25em;
        border: 1px solid var(--colorado-blue);
    }

    .cohfi-form-wrapper {
        padding-top: 1em;
        display: flex;
        justify-content: center;
        background: var(--colorado-secondary-white);
    }

    .cohfi-form-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
    }

    .smart-select-cohfi-wrapper,
    .dropdown,
    .smart-select-cohfi-btn {
        width: 100%;
    }

    .cohfi-item-container {
        margin: 0.8em 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .cohfi-form-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-grow: 1;
        justify-content: space-between;
    }

    .cohfi-form-label {
        width: 100%;
    }

    .cohfi-form-value {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 2px 8px;
        border-radius: 0.25em;
        min-height: 30px;
        white-space: normal;

        &:not(.cohfi-btn) {
            background: var(--colorado-white);
        }

        &:not(input[type='checkbox'])&:not(.quill-text-area)&:not(
                .final-report-checkbox
            ) {
            box-shadow: 0 0 2px 0 var(--colorado-slate, #607d8b);
        }
    }

    .cohfi-form-value:not(.cohfi-editable):not(.cohfi-btn) {
        background: var(--colorado-tertiary-white);
    }

    .cohfi-btn {
        margin: 0;
        white-space: normal;
        max-width: 400px;
    }

    .cohfi-btn-grow {
        flex-grow: 1;
    }

    .view-facility-btn {
        width: 100%;
    }

    .form-check-label {
        font-weight: bold;
    }

    .checkbox-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .checkbox-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    input[type='checkbox'] {
        min-height: 24px;
        min-width: 24px;
        width: fit-content;
    }

    input[type='date'],
    input[type='datetime-local'] {
        text-align: center;
        width: 100%;
        border: none;
        cursor: pointer;
        background: var(--colorado-white);
    }

    input[type='date']:active,
    input[type='date']:focus,
    input[type='datetime-local']:active,
    input[type='datetime-local']:focus {
        outline: none;
        border: none;
    }

    input[type='text']:not([data-input-type='dropdown-search-input']) {
        outline: none;
        border: none;
    }

    .col-lg-2 {
        min-width: 145px;
    }

    .mx-1 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .flashBorder {
        border: 3px solid var(--colorado-green);
        animation: flashBorder 3s 2;
    }

    .flex-end {
        display: flex;
        justify-content: flex-end;
    }

    .flex-center-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .add-citation-row {
        border-bottom: 1px solid var(--colorado-gray);
    }

    textarea {
        width: 100%;
        max-width: 100%;
        min-height: 60px;
        height: 180px;
        flex-grow: 1;
    }

    .citation-text {
        height: 342px;
        overflow-y: auto;
        word-wrap: break-word;
        box-shadow: 0 0 2px 0 var(--colorado-slate, #607d8b);
        padding: 1em;
        outline: none;
        resize: vertical;
    }

    .form-control {
        padding: 0;
    }
}

@keyframes flashBorder {
    0% {
        border-color: transparent;
    }
    50% {
        border-color: var(--colorado-purple);
    }
    100% {
        border-color: var(--colorado-green);
    }
}

[data-type='facility-details-form'] {
    .cohfi-checkbox-value {
        max-width: 400px;
        box-sizing: border-box;
        margin: 0 5px;
        padding: 1px 5px;
    }
}

[data-form='enforcement-details'] {
    .cohfi-form-row {
        padding: 1rem;
        gap: 5rem;
        border-bottom: 1px solid var(--colorado-lightgray);
    }

    .cohfi-form-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-grow: 1;
        justify-content: space-between;
    }

    .cohfi-form-label {
        text-align: left;
        width: 100%;
    }

    .cohfi-form-value {
        width: 100%;
    }
}

@keyframes flashButton {
    0%,
    100% {
        background-color: transparent;
    }
    50% {
        background-color: var(--colorado-light-blue);
    }
}

@keyframes flashRed {
    0% {
        background-color: var(--colorado-white);
    }
    16.67% {
        background-color: var(--colorado-red);
    }
    33.33% {
        background-color: var(--colorado-white);
    }
    50% {
        background-color: var(--colorado-red);
    }
    66.67% {
        background-color: var(--colorado-white);
    }
    83.33% {
        background-color: var(--colorado-red);
    }
    100% {
        background-color: var(--colorado-white);
    }
}

/*!*************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-icon.css ***!
  \*************************************************************************************/
.cohfi-icon {
    cursor: pointer;
    color: var(--colorado-gray);
    font-size: 1.2rem;
}

.cohfi-icon--green {
    color: var(--colorado-green);
}

.cohfi-icon--red {
    color: var(--colorado-red);
}

.cohfi-icon--purple {
    color: var(--colorado-purple);
}

.bi.btn-sm::before {
    transform: scale(0.85);
}

.bi.btn-xs::before {
    transform: scale(0.6);
}

/*!**************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-modal.css ***!
  \**************************************************************************************/
@media only screen and (max-width: 600px) {
    .cohfi-modal-lg {
        max-width: 60%;
        max-height: 60%;
    }
}

.modal {
    overflow-y: auto;
    overflow-x: auto;
}

.modal-fullscreen {
    width: calc(100% - 5px) !important;
    height: calc(100% - 5px) !important;
}

.ui-resizable-handle {
    width: 10px;
    height: 10px;
}

.ui-resizable-n,
.ui-resizable-s {
    left: -5px;
    width: calc(100% + 10px);
}

.ui-resizable-e,
.ui-resizable-w {
    top: -5px;
    height: calc(100% + 10px);
}

.ui-resizable-nw {
    top: -5px;
    left: -5px;
}

.ui-resizable-ne {
    top: -5px;
    right: -5px;
}

.ui-resizable-sw {
    bottom: -5px;
    left: -5px;
}

.ui-resizable-se {
    right: -5px;
    bottom: -5px;
}

/*!******************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-offcanvas.css ***!
  \******************************************************************************************/
.cohfi-offcanvas {
    z-index: 1055;
    width: auto !important;
    height: auto !important;
}

.modal-sm,
.modal-lg,
.modal-xl,
.cohfi-modal-lg {
    &.offcanvas-start,
    &.offcanvas-end {
        height: 100% !important;
    }

    &.offcanvas-top,
    &.offcanvas-bottom {
        width: 100% !important;
    }
}

.modal-sm {
    &.offcanvas-start,
    &.offcanvas-end {
        width: 25% !important;
    }

    &.offcanvas-top,
    &.offcanvas-bottom {
        height: 25% !important;
    }
}

.modal-lg {
    &.offcanvas-start,
    &.offcanvas-end {
        width: 50% !important;
    }

    &.offcanvas-top,
    &.offcanvas-bottom {
        height: 50% !important;
    }
}

.modal-xl {
    &.offcanvas-start,
    &.offcanvas-end {
        width: 75% !important;
    }

    &.offcanvas-top,
    &.offcanvas-bottom {
        height: 75% !important;
    }
}

.cohfi-offcanvas-body {
    padding: 2%;
    gap: 10px;
}

.cohfi-offcanvas-label {
    font-weight: bold;
    margin: 0 1%;
    width: 37%;
    padding: 15px 0 6px 0;
}

.cohfi-offcanvas-value {
    width: 90%;
    border: 0.5px solid var(--colorado-lightgray);
    background: var(--colorado-white);
    box-sizing: border-box;
    margin-left: 70px;
    padding: 1px 5px;
}

/*!*********************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-smart-select.css ***!
  \*********************************************************************************************/
.smart-select-cohfi-btn {
    background-color: var(--colorado-white);
    color: var(--colorado-black);
    /*border: 1px solid var(--colorado-blue);*/
    box-shadow: 0px 0px 2px 0px var(--colorado-slate);
}

.smart-select-cohfi-wrapper {
    position: relative;
    width: fit-content;
}

.cohfi-smart-select-spinner {
    z-index: 10000;
    position: absolute;
}

.cohfi-smart-select-spinner__loading {
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
}

.smart-select-dropdown {
    max-height: 400px;
    overflow-y: auto;
}

button.cohfi-btn.smart-select-cohfi-btn[data-disabled] {
    background-color: var(--colorado-tertiary-white);
    color: var(--colorado-black);
    cursor: pointer;
    opacity: 1;
}

.cohfi-btn.smart-select-cohfi-btn {
    min-width: fit-content;
}

.select-search-input {
    display: block;
    width: 80%;
    margin: 0 0.2rem;
    padding: 0.375rem 0.75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--colorado-light-blue);
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.smart-select-dropdown-menu {
    min-width: 100%;
    width: fit-content;
}

/*!**************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-table.css ***!
  \**************************************************************************************/
/* BASE STYLES */
body {
    font-family: Arial, sans-serif;
}

/* COHFI-TABLE STYLES */
.cohfi-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--colorado-lightgray);
}

.cohfi-table-container__header {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--colorado-black);
}

.cohfi-table-container__header-text {
    border-bottom: 2px solid var(--colorado-blue);
}

.cohfi-table__header,
.cohfi-table__cell {
    padding: 5px;
    border: 1px solid var(--colorado-tertiary-white);
    text-align: left;
}

.cohfi-table__header {
    vertical-align: top;
    font-weight: bold;
    background-color: var(--colorado-secondary-white);
    color: var(--colorado-black);
}

.cohfi-table__header-div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.cohfi-table__group-header {
    width: 100%;
    cursor: pointer;
}

.cohfi-table__group-header[data-toggle='collapse'],
.cohfi-table__dropdown-toggle {
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

.cohfi-table__group-header[data-toggle='expand'] .cohfi-table__dropdown-toggle {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}

.cohfi-table__sub-header {
    display: table;
    width: 100%;
}

.cohfi-table__header-text {
    cursor: pointer;
    font-size: 14px;
}

.cohfi-table__cell {
    background-color: var(--colorado-white);
    color: var(--colorado-black);
    vertical-align: middle;
    font-size: 14px;
}

.cohfi-table__btn-cell {
    height: 0;
}

.cohfi-table__row:nth-child(even) .cohfi-table__cell {
    background-color: var(--colorado-secondary-white);
}

.cohfi-table__row:hover .cohfi-table__cell {
    background-color: var(--colorado-tertiary-white);
}

.cohfi-table__sort-icon {
    position: absolute;
    right: 5px;
    cursor: pointer;
    user-select: none;
}

.cohfi-table__icon-center {
    display: flex;
    justify-content: center; /* horizontally center */
    align-items: center; /* vertically center */
    height: 100%;
}

.cohfi-table__btn-center {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

/* CONTAINER STYLES */
.cohfi-table-packaging {
    transition: opacity 0.4s;
}

.cohfi-table-container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 5px;
    border: 2px solid var(--colorado-blue);
    overflow-x: auto;
    min-height: 200px;
}

.cohfi-table-wrapper {
    display: flex;
    width: 100%;
    padding: 0.5rem;
    background-color: var(--colorado-silver);
}

.cohfi-table-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

.cohfi-table-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cohfi-table-instance {
    overflow-x: auto;
    max-width: 100%;
}

/* SPINNER STYLES */
.cohfi-table-spinner {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    display: none;
}

.cohfi-table-spinner__loading {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.quick-search-text {
    display: none;
    text-align: center;
    font-weight: bold;
    margin: 10px;
}

.cohfi-table-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.page-link {
    background-color: #ff000000; /*TODO This css var seems to have gotten lost in a merge*/
    border: none;
}

.page-link:hover {
    background-color: #ff000000;
    border: none;
}

.quick-search-input {
    border-radius: 10px;
    max-width: 200px;
}

.cohfi-advanced-search-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    row-gap: 16px;
    column-gap: 20px;
    justify-content: end;
    align-items: stretch;
    justify-content: start;
}

@media screen and (max-width: 1595px) {
    .cohfi-advanced-search-container {
        grid-template-columns: repeat(auto-fit, minmax(325px, 410px));
    }
}

.cohfi-search-header {
    background-color: var(--colorado-blue);
    color: var(--colorado-white);
}

.cohfi-advanced-search-btn {
    margin: 8px;
    width: 250px;
    padding: 10px;
}

/* Style for each search property */
.cohfi-table-search-property {
    display: flex;
    align-items: center; /* Vertically center the label and input */
    margin-bottom: 10px; /* Add margin between each search property */
}

.cohfi-table-search-property label {
    font-weight: bold;
    margin-right: 10px; /* Add space between the label and input */
}

.cohfi-table-search-input {
    padding: 5px;
    border: 1px solid #ccc; /* Add a border to the input field */
    border-radius: 5px; /* Add rounded corners to the input field */
    flex: 1; /* Allow the input field to grow and take up available space */
}

.table-body-container {
    overflow-y: auto;
    max-height: 500px;
}

.cohfi-workbench-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

/*workbench row on hover*/
.cohfi-workbench-row:hover {
    background-color: var(--colorado-tertiary-white);
}

/*workbench row alternate colors*/
.cohfi-workbench-row:nth-child(even) {
    background-color: var(--colorado-secondary-white);
}

.cohfi-workbench-row-count {
    font-weight: bold;
}

.cohfi-workbench-row--last {
    border-bottom: 1px solid var(--colorado-silver);
}

.cohfi-workbench-collapsible {
    padding: 5px;
}

.cohfi-table__sticky-header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.cohfi-table__dropdown-toggle {
    visibility: visible;
}

.cohfi-table-group-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    padding-right: 10px;
    font-size: small;
}

.cohfi-table__group-pagination {
    border: 3px solid var(--colorado-blue);
}

.cohfi-table__group-pagination-cell-contents {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    text-align: center;
}

.pagination-info-contents {
    color: var(--colorado-black);
    border: 1px solid var(--colorado-right-mountain-teal);
    border-radius: 2rem;
    font-size: large;
}

[data-table-name] {
    .cohfi-form-item {
        display: flex;
        align-items: flex-start;
    }

    .cohfi-form-label {
        width: 100%;
        margin-bottom: 0.5rem;
        font-weight: normal;
    }

    .cohfi-form-value {
        width: 100%;
        max-width: none;
    }
}

/*!**************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-toast.css ***!
  \**************************************************************************************/
.cohfi-toast-container {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 10px;
    box-sizing: border-box;
}

.toast-custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.close-icon {
    background: none;
}

/*!*******************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-validation.css ***!
  \*******************************************************************************************/
[data-form] {
    .input-validation-error {
        border: 2px solid var(--colorado-red);
    }

    .cohfi-validation-error {
        border: 2px solid var(--colorado-red);
        animation: flash 5s ease-in-out infinite;
    }
}

@keyframes flash {
    0%,
    100% {
        border: 2px solid var(--colorado-red);
    }
    25%,
    75% {
        border: 2px solid transparent;
    }
    50% {
        border: 2px solid var(--colorado-red);
    }
}

/*!******************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-variables.css ***!
  \******************************************************************************************/
:root {
    /*https://dcs.colorado.gov/ids/state-branding-guidelines/the-elements*/
    /*https://sites.google.com/state.co.us/stg-oit-plaza/employee-resources/style-guide-templates*/

    /* Primary Color Palette */
    --colorado-red: #c3002f; /* PMS 200C */
    --colorado-blue: #001970; /* PMS 2748C */ /*OIT Official Color*/
    --colorado-purple: #6d3a5d; /* PMS 5125C */
    --colorado-tree-green: #245d38; /* PMS 7483C */
    --colorado-yellow: #ffd100; /* PMS 109C */ /*OIT Official Color*/
    --colorado-right-mountain-teal: #35647e; /* PMS 7699C */ /*OIT Official Color*/
    --colorado-left-mountain-green: #7a853b; /* PMS 7491C */

    /* Secondary Color Palette */
    --colorado-green: #00953a;
    --colorado-slate: #5c666f; /*OIT Official Color*/
    --colorado-silver: #d0d2d3; /*OIT Official Color*/
    --colorado-orange: #eb6851; /*OIT Official Color*/ /*previous color: ef7521*/
    --colorado-brown: #65503c;
    --colorado-light-blue: #009add; /*OIT Official Color*/ /*previous color: 6ec4e8;*/
    --colorado-white: #ffffff;
    --colorado-black: #000000;

    /* Tertiary Color Palette */
    --cohfi-table-cell-white: #f6f6f6;
    --cohfi-table-darkgrey: darkgrey;
    --cohfi-table-darkgray: darkgray;
    --cohfi-window-black: rgba(0, 0, 0, 0.2);
    --colorado-secondary-white: #f6f6f6;
    --colorado-tertiary-white: #e5e5e5;
    --colorado-lightgray: #c0c0c0;
    --colorado-grey: #9a9a9a;
    --colorado-gray: #9a9a9a;
    --colorado-darkgrey: #666666;
    --colorado-darkgray: #666666;
    --colorado-secondary-black: #333333;
    --colorado-lightred: #eca7a7;
    --colorado-lightgreen: #c5e0c5;
}

/*!***************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/cohfi-window.css ***!
  \***************************************************************************************/
.cohfi-window {
    pointer-events: none;

    [data-id='cohfi-window-body'] {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }
}

.cohfi-window-loading {
    background-color: var(--colorado-white);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
}

.dashboard-container {
    max-width: 95vw;
    margin: auto;
}

.cohfi-window-dock {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    background: var(--colorado-silver);
}

.modal-window-dock {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.window-size-buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-left: auto;
}

.minimized {
    width: 200px;
    height: 40px;
    background-color: var(--colorado-white);
    border: 1px solid var(--colorado-slate);
    padding: 0 5px;
    pointer-events: all;
}

.minimized-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 1;
    height: 100%;
}

.minimized-title {
    max-width: 6ch;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.minimized-button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid var(--colorado-slate);
}

/*!************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/dashboard.css ***!
  \************************************************************************************/
.hidden {
    display: none;
}

/*!******************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/data-management.css ***!
  \******************************************************************************************/
/*[data-id='data-management'] {*/
/*    .cohfi-table-container {*/
/*        border: 3px solid var(--colorado-red);*/
/*    }*/

/*    .cohfi-table-container__header {*/
/*        background-color: var(--colorado-red);*/
/*        color: var(--colorado-white);*/
/*        font-size: 1.5rem;*/
/*        font-weight: bold;*/
/*        padding: 1rem;*/
/*    }*/
/*}*/

/*!**********************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/deletion-management.css ***!
  \**********************************************************************************************/
[data-id='manage-delete-facility'] {
    .bg-danger {
        border-radius: 10px;
        text-align: center;
        font-weight: bold;
    }

    .button-container {
        display: flex;
        justify-content: flex-end;
        padding: 1rem;
        border-radius: 10px;
        border: 2px solid var(--colorado-red);
        width: fit-content;
    }
}

/*!*******************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/facility-details.css ***!
  \*******************************************************************************************/
[data-type='facility-details-form'] {
    .cohfi-form {
        border: 1px solid var(--colorado-gray);
    }

    .cohfi-form-item {
        padding: 0.4rem 0;
    }

    .cohfi-form-item label {
    }

    .cohfi-form-value {
    }

    .endorsement-group {
        border-bottom: 1px solid var(--colorado-lightgray);
        padding: 0.5rem;
    }

    .unsaved {
        background-color: var(--colorado-lightred);
    }
}

/*!*********************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/facility-documents.css ***!
  \*********************************************************************************************/
/* for anything in data-form="facility-document-type-form"" */
[data-form='facility-document-type-form'] {
    .cohfi-form {
        border: 1px solid var(--colorado-gray);
        border-radius: 10px;
        padding: 1rem;
        background-color: var(--colorado-secondary-white);
    }

    .cohfi-form-row {
        justify-content: center;
    }

    .cohfi-form-item {
        padding: 0.4rem 0;
        width: 100%;
        max-width: none;
        display: flex;
        align-items: flex-start;
    }

    .cohfi-form-label {
        text-align: left;
        width: 100%;
        font-weight: normal;
    }

    .cohfi-form-value {
        width: 100%;
        max-width: none;
    }

    .cohfi-checkbox-value {
    }

    /* Table styling */

    table {
        width: 100%;
        border-collapse: collapse;
        margin: 1rem 0;
    }

    th,
    td {
        padding: 0.75rem;
        text-align: left;
        border-bottom: 1px solid var(--colorado-gray);
    }

    th {
        background-color: var(--colorado-secondary-white);
        font-weight: bold;
    }

    tr:hover {
        background-color: var(--colorado-light-blue);
    }
}

/*!***************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/occurrence-tracking-form.css ***!
  \***************************************************************************************************/
.main-content:has(form.occurrence-tracking-form) {
    background: var(--colorado-secondary-white);
}

form.occurrence-tracking-form.cohfi-form {
    border: none;
    margin: 0;
    padding: 0;
}

div[data-id='occurrence-review'] {
    * {
        .final-report-print .cohfi-form-item {
            margin: 40px 0;
        }

        .cohfi-form-value {
            max-width: 100%;
        }

        .print-section {
            border-top: 1px solid #000; /* adjust as needed */
        }

        .print-section h2 {
            text-align: center;
        }
    }
}

/*!********************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/print.css ***!
  \********************************************************************************/
@media print {
    .container {
        width: 100% !important;
        padding: 0 !important;
    }

    .print-section {
        page-break-before: always !important;
    }

    .card {
        border: none !important;
        box-shadow: none !important;
    }

    .card-body {
        padding: 0 !important;
    }

    h2 {
        page-break-after: avoid !important;
    }

    .cohfi-form-item {
        page-break-inside: avoid !important;
    }

    .final-report-print .cohfi-form-item {
        margin: 40px 0 !important;
        page-break-inside: avoid !important;
    }

    .table-responsive table {
        display: block;
        table-layout: auto;
        overflow-wrap: anywhere;
    }

    .table-responsive table th,
    .table-responsive table td {
        font-size: 10pt;
        padding: 6px 6px;
    }

    .table-responsive table button {
        display: none;
    }
}

/*!************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/survey-import-details.css ***!
  \************************************************************************************************/
[data-id='survey-import-details'] {
    .survey-import-log-details {
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #333;

        h4 {
            font-size: 1.5em;
            color: #0056b3;
            border-bottom: 2px solid #0056b3;
            padding-bottom: 0.25em;
            margin-bottom: 1em;
        }

        fieldset {
            border: 1px solid #ccc;
            padding: 15px 15px 5px 15px;
            margin-bottom: 20px;
            border-radius: 4px;
            background-color: #f9f9f9;

            > .cohfi-form-item {
                border-bottom: 1px solid #e7e7e7;

                &:last-child {
                    border-bottom: none;
                }
            }
        }

        legend {
            font-size: 1.2em;
            font-weight: bold;
            color: #333;
            padding: 0 10px;
            margin-bottom: 15px;
            border-bottom: 1px solid #ddd;
            display: block;
            width: auto;
        }
    }

    .cohfi-form-item {
        display: flex;
        padding: 8px 0;

        &.comma-separated-list {
            .cohfi-form-label {
                font-weight: bold;
            }

            .cohfi-form-value {
                display: flex;
                align-items: flex-start;
            }
        }
    }

    .list-item-title {
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 8px;
        color: #0056b3;
        padding-left: 5px;
        font-size: 1.05em;
    }

    .nested-list {
        margin-left: 25px;
        padding-left: 15px;
        border-left: 1px solid #d0d0d0;
        margin-bottom: 10px;

        > div {
            padding: 8px 0;
            border-bottom: 1px solid #e0e0e0;

            &:last-child {
                border-bottom: none;
            }

            .cohfi-form-item {
                border-bottom: none;
                padding: 4px 0;
                margin-bottom: 0;
            }
        }
    }
}

/*!*******************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./cohfi/CohfiStyles/user-form-fields.css ***!
  \*******************************************************************************************/
[data-id='user-details-form'] {
    .cohfi-form-item {
        display: flex;
        align-items: flex-start;
    }

    .cohfi-form-label {
        text-align: left;
        width: 100%;
        margin-bottom: 0.5rem;
        font-weight: normal;
    }

    .cohfi-form-value {
        width: 100%;
        max-width: none;
    }
}

[data-id='manage-user-container'] {
    .cohfi-form-item {
        display: flex;
        align-items: flex-start;
    }

    .cohfi-form-label {
        text-align: left;
        width: 100%;
        margin-bottom: 0.5rem;
        font-weight: normal;
    }

    .cohfi-form-value {
        width: 100%;
        max-width: none;
    }
}

