﻿* {
    font-family: "Dm Sans", sans-serif;
}

html, body{
    margin:0;
    height: 100%;
    width: 100%;
}

body {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.button-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.landing-desktop{
    display:none !important;
}

.landing-tablet {
    display: none !important;
}

.landing-mobile {
    display: none !important;
}

.login-desktop {
    display: none !important;
    width: 35vw;
    justify-content: center;
    background-color: white;
    border-radius: 0.65rem;
}

.login-mobile {
    display: none !important;
    width: 78vw;
    justify-content: center;
    background-color: white;
    border-radius: 0.65rem;
}

.ad-card{
    width:100%;
}

.adcard-desktop {
    display: none !important;
}

.adcard-desktop-small {
    display: none !important;
}

.adcard-desktop-extra-small {
    display: none !important;
}

.adcard-tablet {
    display: none !important;
}

.adcard-mobile {
    display: none !important;
}

.adcard-mobile-small {
    display: none !important;
}

.blazored-modal.size-automatic {
    margin-top: 5rem !important;
}

.desktop {
    display: none !important;
}

.dashboard-index {
    width: 100%;
    height: 90vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.form-general{
    width:calc(100vw - 30vw);
}

#form-general-header {
    width: 100%;
}

.form-multiple-items {
    height: calc(100vh - 6rem);
    overflow-y: scroll;
    padding:1rem;
}

.form-multiple-items-picture {
    width: 100% !important;
    padding: 1rem;
}

.text-wrapping {
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 50%;
    width: auto;
    white-space: nowrap;
}

.general-index-filter-bar-form{
    width:25%;
}

.general-index-with-info {
    display: none !important;
}

.general-index-info-body {

    border: solid 0.15rem;
    border-radius: 0.25rem;
    width: 30%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.general-index-body {
    background-color: #EFEFEF;
    border-radius: 0.15rem;
    padding: 1rem;
    width: 100%;
}

.general-index-header-block{
    margin-top: 0.3rem;
}

.general-index-header {
    width: 100%;
    background-color: #FEF1CC;
    border-radius: 0.15rem;
    margin-top: 0.8rem;
}

.general-index-header-btn{
    display:none;
    margin-bottom: 0px;
}

.general-index-header-input {
    width: 100%;
}

#inspections-index {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px - 1.5rem);
}

#inspections-data {
    order: 1;
}

#plannings-data {
    order: 1;
}

#inspections-details {
    order: 2;
}

#inspections-data {
    width: fit-content;
}

.info-details-desktop {
    display: none !important;
}

.info-details-desktop-small {
    display: none !important;
}

.info-details-desktop-extra-small {
    display: none !important;
}

.info-details-tablet {
    display: none !important;
}

.info-details-mobile {
    display: none !important;
}

.info-details-mobile-small {
    display: none !important;
}

.image-desktop {
    display: none !important;
}

.image-desktop-small {
    display: none !important;
}

.image-small {
    display: none !important;
}

.index-desktop {
    display: none !important;
}

.index-desktop-small {
    display: none !important;
}

.index-desktop-extra-small {
    display: none !important;
}

.index-details-desktop {
    display: none !important;
}

.index-details-desktop-small {
    display: none !important;
}

.index-tablet {
    display: none !important;
}

.index-mobile {
    display: none !important;
}

.index-mobile-small {
    display: none !important;
}

.index-data-desktop {
    display: none !important;
}

.index-data-desktop-small {
    display: none !important;
}

.index-data-desktop-extra-small {
    display: none !important;
}

.index-data-tablet {
    display: none !important;
}

.index-data-mobile {
    display: none !important;
}

.index-data-mobile-small {
    display: none !important;
}


.index-header-desktop {
    display: none !important;
}

.index-header-desktop-small {
    display: none !important;
}

.index-header-desktop-extra-small {
    display: flex !important;
}

.index-header-tablet {
    display: none !important;
}

.index-header-mobile {
    display: none !important;
}

.index-header-mobile-small {
    display: none !important;
}

.index-links-desktop {
    display: none !important;
}

.index-links-desktop-small {
    display: none !important;
}

.index-links-tablet {
    display: none !important;
}

.index-links-mobile {
    display: none !important;
}

.index-links-mobile-small {
    display: none !important;
}

.simple-form-responsive{

}

.mobile {
    display: none !important;
}
.pagination-container {
  
}

.pagination > li > a {
    margin-bottom: 0;
}

.responsive-table > tbody > tr > td > h6 {
    display: none !important;
}

@media only screen and (min-width: 1440px) {

    .landing-desktop {
        display: flex !important;
    }

    .login-desktop {
        display: flex !important;
    }

    .ad-card {
        width: 100% !important;
    }

    .adcard-desktop {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
    }

    .desktop {
        display: flex !important;
    }

    .general-index-with-info {
        display: flex !important;
    }

    .general-index-header-btn {
        display: flex;
    }

    .info-details-desktop {
        display: flex !important;
    }

    .image-desktop {
        display: flex !important;
    }

    .index-desktop {
        display: flex !important;
    }

    .index-details-desktop {
        display: flex !important;
    }

    #inspections-data {
        width: 35vw !important;
    }

    #plannings-data {
        width: 35vw !important;
    }

    .index-data-desktop {
        display: flex !important;
    }

    .index-header-desktop {
        display: flex !important;
    }

    .index-links-desktop {
        display: flex !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1439px) {

    .landing-desktop {
        display: flex !important;
    }

    .login-desktop {
        display: flex !important;
    }

    .ad-card {
        width: 100% !important;
    }

    .adcard-desktop-small {
        display: flex !important;
        width: 100% !important;
    }

    .general-index-body {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }

    .general-index-with-info {
        display: flex !important;
    }

    .general-index-header-btn {
        display: flex;
    }

    .info-details-desktop-small {
        display: flex !important;
    }

    .image-desktop-small {
        display: flex !important;
    }

    .index-desktop-small {
        display: flex !important;
    }

    .index-details-desktop-small {
        display: flex !important;
    }

    #inspections-index {

        height: calc(100vh - 120px - 3rem);
    }

    #inspections-data {
        width: 35vw !important;
    }

    #plannings-data {
        width: 35vw !important;
    }

    #inspections-stripes {
        width: 394px!important;
    }

    #inspections-stripes-load {
        width: 100% !important;
        height: 70vh;
    }

    #inspections-stripes-norecords {
        width: 100% !important;
        height: 70vh;
    }

    .index-data-desktop-small {
        display: flex !important;
    }

    .index-header-desktop-small {
        display: flex !important;
    }

    .index-links-desktop-small {
        display: flex !important;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

    #form-multiple-items-picture-input-block {
        flex-direction:column !important;
    }

    #form-multiple-items-picture-input-block-cluster {
        width: 100% !important;        
    }

    .input-img-image-container {
        align-self: center;
    }

    .input-img-image{
        width:200px;
    }

    .form-multiple-items-picture {
        height: calc(100vh - 10rem);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .landing-tablet {
        display: flex !important;
    }

    .login-mobile {
        display: flex !important;
    }

    .ad-card {
        width: 100% !important;
    }

    .adcard-desktop-extra-small {
        display: flex !important;
        width:100%;
    }

    .general-index-filter-bar-form {
        width: 100%;
    }
    .general-index-with-info {
        display: flex !important;
    }

    .general-index-body {
        display: flex !important;
        flex-direction: column !important;
    }

    .general-index-header-btn {
        display: flex;
    }

    .activity-panel.hidden {
        margin-left: 0px !important;
    }
        
    .image-small {
        display: flex !important;
    }

    .info-details-desktop-extra-small {
        display: flex !important;
    }

    .index-desktop-extra-small {
        display: flex !important;
        flex-direction:column !important;
    }

    #inspections-data {
        order: 2;
        width: 100%;
    }

    #plannings-data {
        order: 2;
        width: 100%;
    }

    #inspections-stripes{
        width:100% !important;
    }

    #inspections-stripes-load {
        width: 100% !important;
        height: 70vh;
    }

    #inspections-stripes-norecords {
        width: 100% !important;
        height: 70vh;
    }

    #inspections-index {
        height: calc(100vh - 120px - 3.6rem) !important;
    }

    #inspections-details {
        order: 1;
        height: fit-content !important;
    }

    .index-data-desktop-extra-small {
        display: flex !important;
    }

    .index-header-desktop-small {
        display: flex !important;
    }

    .index-header-desktop-extra-small {
        display: none !important;
    }

    .index-links-tablet {
        display: flex !important;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width:590px) and (max-width:767px) {

    #form-multiple-items-picture-input-block {
        flex-direction: column !important;
    }

    #form-multiple-items-picture-input-block-cluster {
        width: 100% !important;
    }

    .input-img-image {
        width: 200px !important;
    }

    .input-img-image-container {
        align-self: center;
    }

    .form-single-item {
        width: 300px !important;
    }

        .form-single-item > #form-single-item-checkbox-area {
            width: 100% !important;
        }

    .form-multiple-items {
        height: calc(100vh - 6rem);
        overflow-y: scroll;
        padding: 1rem;
    }

    .form-multiple-items-picture {
        height: calc(100vh - 10rem);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .responsive-table > tbody > tr > td > h6 {
        display: block !important;
        font-weight: bolder;
        text-align: center;
        margin: 0px;
    }

    .responsive-table > tbody > tr > td > p {
        display: block !important;
        text-align: right;
        margin: 0px;
        line-height: 1;
    }

    .responsive-table > tbody > tr > td {
        display: flex !important;
        justify-content: space-between;
        border: none;
    }

    .responsive-table > thead {
        display: none !important;
    }

    .responsive-table > tbody > tr {
        display: grid !important;
        width: calc(100vw - 4.4rem);
    }

    .landing-tablet {
        display: flex !important;
        height: calc(100vh - 3rem);
    }


    .login-mobile {
        display: flex !important;
    }

    .ad-card {
        width: 100% !important;
    }

    .adcard-tablet {
        display: flex !important;
    }

    .activity-panel.hidden {
        margin-left: 0px !important;
    }

    .general-index-filter-bar-form {
        width: 100%;
    }

    .general-index-with-info {
        display: flex !important;
        flex-direction: column !important;
    }

    .general-index-info-body {
        width: 100%;
    }

    .general-index-info-body {
        display: none;
    }

    .general-index-header-input {
        width: 100%;
    }

    .info-details-tablet {
        display: flex !important;
    }

    .image-small {
        display: flex !important;
    }

    .index-tablet {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap;
    }

    #inspections-data {
        order: 2;
        width: 100%;
        height: calc(100vh - 120px - 13rem) !important;
    }

    #plannings-data {
        order: 2;
        width: 100%;
        height: calc(100vh - 120px - 15rem) !important;
    }

    #inspections-index {
        height: calc(100vh - 120px - 3.6rem) !important;
    }

    #inspections-details {
        order: 1;
        height: fit-content !important;
    }

    #inspections-stripes {
        width: 100% !important;
    }

    #inspections-stripes-load {
        width: 100% !important;
        height: 70vh;
    }

    #inspections-stripes-norecords {
        width: 100% !important;
        height: 70vh;
    }

    .index-data-tablet {
        display: flex !important;
    }

    .index-header-tablet {
        display: flex !important;
        flex-wrap: wrap;
    }

    .index-links-tablet {
        display: flex !important;
        flex-wrap: wrap;
    }

    #worker-form-basic-info-cluster {
        width: 100% !important;
    }

        #worker-form-basic-info-cluster > div > select {
            width: 100% !important;
        }

        #worker-form-basic-info-cluster > div > div {
            width: 100% !important;
        }

            #worker-form-basic-info-cluster > div > div > select {
                width: 100% !important;
            }

    #worker-form-basic-info {
        flex-direction: column !important;
    }

        #worker-form-basic-info > div > div {
            width: 100% !important;
        }

    #worker-form-account-info > div {
        width: 100% !important;
    }

        #worker-form-account-info > div > div {
            width: 100% !important;
        }

    #worker-form-account-info {
        width: 100% !important;
    }

    .form-multiple-items > #worker-form-account-info {
        flex-direction: column !important;
    }
}

@media only screen and (min-width:425px) and (max-width:589px) {

    #form-general-header > div > div > div {
        display: none;
    }

    #form-general-header > div > div > h4 {
        font-size:1rem;
    }

    #form-multiple-items-picture-input-block {
        flex-direction: column !important;
    }

    #form-multiple-items-picture-input-block-cluster {
        width: 100% !important;
    }

    .input-img-image {
        width: 200px !important;
    }

    .input-img-image-container {
        align-self: center;
    }

    .form-single-item {
        width: 300px !important;
    }

        .form-single-item > #form-single-item-checkbox-area {
            width: 100% !important;
        }

    .form-multiple-items {
        height: calc(100vh - 6rem);
        overflow-y: scroll;
        padding: 1rem;
    }

    .form-multiple-items-picture {
        height: calc(100vh - 10rem);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .responsive-table > tbody > tr > td > h6 {
        display: block !important;
        font-weight: bolder;
        text-align: center;
        line-height: 1;
        margin:0px;
    }

    .responsive-table > tbody > tr > td > p {
        display: block !important;
        text-align: right;
        margin: 0px;
        line-height: 1;
    }

    .responsive-table > tbody > tr > td {
        display: flex !important;
        justify-content: space-between;
        border: none;
    }

    .responsive-table > thead {
        display: none !important;
    }

    .responsive-table > tbody > tr {
        display: grid !important;
        width: calc(100vw - 4.4rem);
    }

    .landing-mobile {
        display: flex !important;
        height:calc(100vh - 3rem);
    }

    .login-mobile {
        display: flex !important;
    }

    .ad-card {
        width: 100% !important;
    }

    .adcard-mobile {
        display: flex !important;
    }

    .activity-panel.hidden {
        margin-left: 0px !important;
    }

    .header-override-btn {
        height: 30px;
    }

    .general-index-filter-bar-form {
        width: 100%;
    }

    .general-index-with-info {
        display: flex !important;
        flex-direction: column !important;
    }

    .general-index-info-body {
        display:none;
    }

    .general-index-header-input {
        width: 100%;
    }

    .general-index-icon-btn-text {
        display: none;
    }

    .info-details-mobile {
        display: flex !important;
    }

    .image-small {
        display: flex !important;
    }

    .index-mobile {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap;
    }

    #inspections-data {
        order: 2;
        width: 100%;
        height: calc(100vh - 120px - 13rem) !important;
    }

    #plannings-data {
        order: 2;
        width: 100%;
        height: calc(100vh - 120px - 15rem) !important;
    }

    #inspections-details {
        order: 1;
        height: fit-content !important;
    }

    #inspections-stripes {
        width: 100% !important;
    }

    #inspections-stripes-load {
        width: 100% !important;
        height: 70vh;
    }

    #inspections-stripes-norecords {
        width: 100% !important;
        height: 70vh;
    }

    .index-data-mobile-small {
        display: flex !important;
    }

    .index-header-mobile {
        display: flex !important;
        flex-wrap: wrap;
    }

    .index-links-mobile {
        display: flex !important;
        flex-wrap: wrap;
    }

    .pagination > li > a {
        font-size: 0.6rem;
        padding: 0.5rem;
        width: 1.8rem;
        height: 1.8rem;
        margin-top: 6px;
        margin-bottom: 0;
    }
    .pagination-container {
        display: flex !important;
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;
        padding: 0.5rem;
    }

    .pagination {
        display: contents;
    }

    .table-container {
        height: calc(100vh - 35vh) !important;
    }

    .form-multiple-items > #worker-form-basic-info-cluster {
        width: 100% !important;
    }

    .form-multiple-items > #worker-form-basic-info {
        flex-direction: column !important;
    }

    .form-multiple-items > #worker-form-account-info {
        flex-direction: column !important;
    }

    #worker-form-basic-info-cluster {
        width: 100% !important;
    }

        #worker-form-basic-info-cluster > div > select {
            width: 100% !important;
        }

        #worker-form-basic-info-cluster > div > div {
            width: 100% !important;
        }

            #worker-form-basic-info-cluster > div > div > select {
                width: 100% !important;
            }

    #worker-form-basic-info {
        flex-direction: column !important;
    }

        #worker-form-basic-info > div > div {
            width: 100% !important;
        }

    #worker-form-account-info > div {
        width: 100% !important;
    }

        #worker-form-account-info > div > div {
            width: 100% !important;
        }

    #worker-form-account-info {
        width: 100% !important;
    }

    .form-multiple-items > #worker-form-account-info {
        flex-direction: column !important;
    }
}

@media only screen and (min-width:300px) and (max-width:424px) {

    #form-general-header > div > div {
        display: none !important;
    }

    #form-general-header > div > h4 {
        font-size: 1.5rem !important;
    }

    #form-multiple-items-picture-input-block {
        flex-direction: column !important;
    }

    #form-multiple-items-picture-input-block-cluster {
        width: 100% !important;
    }

    .input-img-image {
        width: 200px !important;
    }

    .input-img-image-container{
        align-self:center;
    }

    .form-single-item {
        width: 250px !important;
    }

    .form-single-item > #form-single-item-checkbox-area {
        width:100% !important;
    }

    .form-multiple-items {
        height: calc(100vh - 6rem);
        overflow-y: scroll;
        padding: 1rem;
    }

    .form-multiple-items-picture {
        height: calc(100vh - 10rem);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .responsive-table > tbody > tr > td > h6 {
        display: block !important;
        font-weight: bolder;
        text-align: left;
        margin: 0px;
        line-height: 1;
    }

    .responsive-table > tbody > tr > td > p {
        display: block !important;
        text-align: right;
        margin: 0px;
        line-height: 1;
    }

    .responsive-table > tbody > tr > td {
        display: flex !important;
        justify-content: space-between;
        text-align: right;
        border:none;
        padding:.4rem .5rem
    }

    .responsive-table > thead {
        display: none !important;
    }

    .responsive-table > tbody > tr {
        display: grid !important;
        width: calc(100vw - 4.4rem);
    }

    .landing-mobile {
        display: flex !important;
        height: calc(100vh - 3rem);
    }

    .login-mobile {
        display: flex !important;
    }

    .ad-card {
        width: 100% !important;
    }

    .adcard-mobile-small {
        display: flex !important;
    }

    .activity-panel.hidden {
        margin-left: 0px !important;
    }

    .header-override-btn{
        height:30px;
    }

    .general-index-filter-bar-form {
        width: 100%;
    }

    .general-index-with-info {
        display: flex !important;
        flex-direction: column !important;
    }

    .general-index-body {
        height: calc(68vh - 120px - 3rem);
    }

    .general-index-info-body {
        display:none;
    }

    .general-index-header-input {
        width:100%;
    }

    .general-index-icon-btn-text {
        display:none;
    }

    .info-details-mobile-small {
        display: flex !important;
    }

    .image-small {
        display: flex !important;
    }

    .index-mobile-small {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap;
    }

    #inspections-data {
        order: 2;
        width: 100%;
        height: calc(100vh - 120px - 13rem) !important;
    }

    #plannings-data {
        order: 2;
        width: 100%;
        height: calc(100vh - 120px - 15rem) !important;
    }

    #inspections-index {
        height: calc(100vh - 120px - 5rem) !important;
    }

    #inspections-details {
        order: 1;
        height: fit-content !important;
    }

    #inspections-stripes {
        width: 100% !important;
    }

    #inspections-stripes-load {
        width: 100% !important;
        height: 70vh;
    }

    #inspections-stripes-norecords {
        width: 100% !important;
        height: 70vh;
    }

    .index-data-mobile-small {
        display: flex !important;
    }

    .index-header-mobile-small {
        display: flex !important;
        flex-wrap: wrap;
    }

    .index-links-mobile-small {
        display: flex !important;
        flex-wrap: wrap;
    }


    .pagination > li > a {
        font-size: 0.6rem;
        padding: 0.5rem;
        width: 1.8rem;
        height: 1.8rem;
        margin-top: 6px;
        margin-bottom: 0;
    }
    .pagination-container {
        display: flex !important;
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;
        padding: 0.5rem;
    }

    .pagination {
        display: contents;
    }

    .table-container {
        height: calc(100vh - 41vh) !important;
    }

    .form-multiple-items > #worker-form-basic-info-cluster {
        width: 100% !important;
    }

    .form-multiple-items > #worker-form-basic-info {
        flex-direction: column !important;
    }

    .form-multiple-items > #worker-form-account-info {
        flex-direction: column !important;
    }

    #worker-form-header > h6 {
        font-size: 1rem !important;
        line-height: 1.1;
    }

    #worker-form-header-button {
        font-size: 0.6rem !important;
    }

    #worker-form-header > svg {
        display:none;
    }

    #worker-form-basic-info-container {
        flex-direction: column !important;
    }

    #worker-form-basic-info-cluster {
        width: 100% !important;
    }

        #worker-form-basic-info-cluster > div > select {
            width: 100% !important;
        }

        #worker-form-basic-info-cluster > div > div {
            width: 100% !important;
        }

            #worker-form-basic-info-cluster > div > div > select {
                width: 100% !important;
            }

    #worker-form-basic-info {
        flex-direction: column !important;
    }

        #worker-form-basic-info > div > div {
            width: 100% !important;
        }

    #worker-form-account-info > div {
        width: 100% !important;
    }

        #worker-form-account-info > div > div {
            width: 100% !important;
        }

    #worker-form-account-info {
        flex-direction: column !important;
        width: 100% !important;
    }

    .form-multiple-items > #worker-form-account-info {
        flex-direction: column !important;
    }
}

.planning-stripe:hover{
    background-color: #E0E0E0;
    cursor:pointer;
}

plannings-stripe-innerdata-container
{

}

.dropdown-selector {
    width: 215px;
    font-size: 0.8rem;
    height: fit-content;
    border-radius: 0.2rem;
}

.header-text-filter {
    font-size: 0.8rem;
    height: fit-content;
    border-radius: 0.2rem;
}

.scroll-section {

}

.scroll-sticky {
    position: sticky !important;
    bottom: 10px;
}

.image-external-modal:hover
{
    cursor:zoom-in;
}

.image-modal {

    height: 80vh !important;

}

.image-modal:hover {
    cursor:zoom-in;
}

.index-header {
    position:sticky;
    top: 60px;
    z-index:101;
    display: flex !important;
}

.dashboard-link:hover {    
    cursor:pointer;
}

.activity-panel {    
    margin-left: 0px;
    transition-property: margin-left;
    transition-duration: 0.25s;
}

    .activity-panel.hidden {
        margin-left: -35.7vw;
        transition-property: margin-left;
        transition-duration: 0.25s;
    }

@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

@property --numEnd {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.counter {
    animation: counter 3s forwards ease-in-out;
    counter-reset: num var(--num);
    font-weight: 200;
}

    .counter::after {
        content: counter(num);
    }

@keyframes counter {
    from {
        --num: 0;
    }

    to {
        --num: var(--numEnd);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-5px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes FadeInComponent {
    0% {
        opacity: 0;
    }

    100% {       
        opacity: 1;
    }
}

.loading-data {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: 0.5s ease-in-out 0s 1 slideInFromLeft;
}

.loaded-component {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: 0.5s ease-in-out 0s 1 FadeInComponent;
}

.id {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
}

    .id::after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #FFFFFF;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 95%;
        transform: translate(-50%, 0);
        transition: all 0.3s ease-out;
        width: 0;
        z-index: 1;
    }

    /*
 * Property styles in highlighted state.
 */
    .id.highlight {
        background-color: #FFFFFF;
        border-radius: 8px;
        box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
        height: 80px;
        padding: 8px 15px;
        width: auto;
    }

        .id.highlight::after {
            border-top: 9px solid #FFFFFF;
        }

.form-single-item{
    width:450px;
    padding: 1rem;
}

.validation-message {
    color: #a10000;
    font-size: 0.8rem;
}

.form-control{
    resize:none;
}

.pagination{

}

.override-mud-expand-panel-header {
    padding: 0.8rem !important;
}
.override-mud-tab-header {
    padding: 0.5rem !important;
}
.override-mud-tab-panel {
    height: 100%;
    margin:0rem 1rem;
}

.side-enumeration {
    border: solid;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2rem;
    border-width: 0.1rem;
    line-height: 1.9rem;
    font-size: 0.8rem;
    border-color:deepskyblue;
    color:deepskyblue;
}

.override-link{
    text-decoration: none;
    color: black !important;
}

.filter-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.table-container {
    background: #FFFFFF;
    height: calc(100vh - 33vh);
    padding: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.header-override-btn {
    padding: 0.25rem 0.375rem;
    border-radius: 0.2rem;
}

.override-page-link {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 3rem;
    margin: 0.5rem;
    text-align: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.override-main-header{
    padding-left: 0px;
}

.pagination {
  margin-top: 1rem;
}

.page-item:last-child .page-link {
    border-radius: 4rem;
    margin-right: 0;
}

.page-item:first-child .page-link {
    border-radius: 4rem;
    margin-left: 0;
}
.page-item.active .page-link {
    background-color: #575757;
}

.page-item.disabled .page-link:hover {
    background-color: #A0A0A0;
    color:#FFFFFF;
}

.general-index-icon-btn-text {
    margin: 0;
    margin-left: 0.5rem;
    font-size: 0.9rem;
}

.general-index-filter-btn {
    aspect-ratio: 3/1;
}

.loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    height:100%;
    justify-content: center;
}

.load-overlay {
    position: relative; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.table-redesign {
}

    .table-redesign > tbody > tr {
        border-radius: 0.25rem;
    }

    .table-redesign > thead > tr {
        border-radius: 0.25rem;
    }

.table-redesign > tbody > tr > td {
    padding: 0.65rem;
}

    .table-redesign > thead > tr > th {
        padding: 0.65rem;
        background-color: #f5f3d9;
        border-bottom-color: transparent !important;
    }

.badge-override {
    border-radius: 15rem;
    color: black;
    font-size: 0.9rem;
    padding: 0.4rem 0.7rem;
}

.override-input-text:focus{
    box-shadow:none;
}

.general-index-header > div > h5 {
    font-size: 1.9rem;
}

.hiddenComponent {
    display:none !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
