:root {
    .rz-tabview-panel {
        height: 100% !important;
    }
    .rz-form-field-content {
        height: 100% !important;
    }
    .rz-listbox-header{
        visibility: hidden !important;
        max-height: 0 !important;
    }
    .rz-stack{
        overflow: hidden !important;
    }
    .rz-listbox-list{
        overflow: auto !important;
        max-height: 100% !important;
    }
    .rz-g{
        overflow: auto !important;
        max-height: 92% !important;
    }
    .rz-custom-header{
        width: 100% !important;
    }
    .rz-expanded-row-template{
        max-height: 600px !important;
        overflow: hidden !important;
    }
    .rz-dialog-side-position-right{
        width: 60vw !important;
        overflow: hidden !important;
    }
    .rz-dialog-side-content{
        height: 100% !important;
    }
    .rz-sidebar-toggle{
        margin-inline-end: 0 !important;
    }
}

.message-batch-core-container {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100% !important;
    width: 100% !important;
    gap: 1rem;
}

.message-batch-typing-container {
    display: grid;
    grid-template-rows: auto auto 1fr;
    height: 100% !important;
    gap: 0.5rem;
    overflow: hidden;
}

.message-batch-translated-container {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100% !important;
    gap: 0.5rem;
    overflow: hidden;
}

.message-batch-review-center-card {
        display: grid;
        grid-template-rows: auto 1fr;
        height: 100% !important;
        gap: 0.5rem;
    overflow: hidden;
}

.create-internal-log-container {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100% !important;
    gap: 1rem;
}

.parse-csv-container {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100% !important;
    gap: 1rem;
}

.affected_objects-container {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100% !important;
    gap: 0.5rem;
}

.send-notifications-container {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100% !important;
    width: 100% !important;
    gap: 1rem;
}

.create-template-container {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    height: 100% !important;
    gap: 0.5rem;
}


.message-batch-create-criticality-positioning {
    position: absolute;
    top: 25px;
    right: 10px;
}

.uno-clickable-component{
    height: 100%;
    width: 100%;
}
.uno-clickable-component:hover {
    background-color: #0dcaf0;
    cursor: pointer;
}

.sms-background{
    background: #dcf8c6;
}

.uno-chat-bubble {
    position: relative;
    background: #dcf8c6;
    border-radius: 20px;
    padding: 10px 15px;
    color: #000;
    max-width: 90%;
    margin: 10px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.uno-criticality-high-box {
    background-color: #c7233e !important;/* Red */
    min-height: 22px;
    min-width: 10px;
}
.uno-criticality-high {
    color: #c7233e !important;/* Red */
}

.uno-criticality-medium-box {
    background-color: #f8c61f !important; /* Yellow */
    min-height: 22px;
    min-width: 10px;
}
.uno-criticality-medium {
   color: #f8c61f !important; /* Yellow */
}

.uno-criticality-info-box {
    background-color: #6287fa !important; /* Blue */
    min-height: 22px;
    min-width: 10px;
}
.uno-criticality-info {
    color: #6287fa !important; /* Blue */
}

.uno-card-parent{
    position: relative !important;
}

.uno-card-child-top-right-position{
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
}

.user-gravatar{
    width: 75px;
    height: 75px;
    aspect-ratio: initial;
}

.wrap-p{
    word-break: break-all;
    white-space: normal;
}

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

.white-space-initial{
    white-space: initial !important;
}
.nav-bar-button{
    text-align: left !important;
    padding-left: 12px !important;
}

.max-h-500px{
    max-height: 500px !important;
}
.h-450px{
    height: 450px !important;
}
.h-500px{
    height: 500px !important;
}
.max-h-600px{
    max-height: 600px !important;
}
.h-48px{
    height: 48px !important;
}

.w-10{
    width: 10% !important;
}
.w-15{
    width: 15% !important;
}
.w-20{
    width: 20% !important;
}
.w-30{
    width: 30% !important;
}
.w-40{
    width: 40% !important;
}
.w-45{
    width: 45% !important;
}
.w-50{
    width: 50% !important;
}
.w-55{
    width: 55% !important;
}
.w-60{
    width: 60% !important;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80% !important;
}
.w-90{
    width: 90% !important;
}

.min-w-5{
    min-width: 5% !important;
}
.min-w-10{
    min-width: 10% !important;
}
.min-w-15{
    min-width: 15% !important;
}
.min-w-20{
    min-width: 20% !important;
}
.min-w-25{
    min-width: 25% !important;
}
.min-w-30{
    min-width: 30% !important;
}
.min-w-40{
    min-width: 40% !important;
}
.min-w-50{
    min-width: 50% !important;
}
.min-w-60{
    min-width: 60% !important;
}
.min-w-70{
    min-width: 70% !important;
}
.min-w-75{
    min-width: 75% !important;
}
.min-w-80{
    min-width: 80% !important;
}
.min-w-90{
    min-width: 90% !important;
}

.h-5{
    height: 5% !important;
}
.h-10{
    height: 10% !important;
}
.h-20{
    height: 20% !important;
}
.h-30{
    height: 30% !important;
}
.h-40{
    height: 40% !important;
}
.h-50{
    height: 50% !important;
}
.h-60{
    height: 60% !important;
}
.h-70{
    height: 70% !important;
}
.h-80{
    height: 80% !important;
}
.h-90{
    height: 90% !important;
}
.h-95{
    height: 95% !important;
}

.min-px-h-80{
    min-height: 80px !important;
}
.min-px-h-20{
    min-height: 20px !important;
}

.min-px-h-45{
    min-height: 45px !important;
}

.circle {
    background-color: red;
    height: 20px;
    width: 20px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid #ccc;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}

.circle_icon{
    max-height: 20px;
    max-width: 20px;
}
.circle_icon:first-child{
    transform: scale(75%, 75%) !important;
}

.get_notifications_uno_ooc_toggle_position {
    position: absolute;
    top: 20px;
    right: 5px;
}

.pre-text-wrapping{
    white-space: pre-wrap;
    word-break: keep-all;
}
.cursor-pointer{
    cursor: pointer
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); /* Semi-transparent black */
    display: none; /* Hidden by default */
    z-index: 1000; /* Ensure it appears above other elements */
    justify-content: center;
    align-items: center;
}

/* Make the overlay visible */
.loading-overlay.show {
    display: flex; /* Flex to center the content */
    pointer-events: all; /* Block all interactions */
}

.uno-logo{
    max-width: 120px;
    max-height: 22px;
    padding: 0;
}

.uno-advanced-flyout {
    position: absolute !important;
    width: 25% !important;
    margin: 0.5rem !important;
    padding: 0.5rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    z-index: 3 !important; /* Ensure it appears above other elements */
}

.uno-advanced-flyout-mask{
    position: absolute !important;
    z-index: 2 !important; /* Ensure it appears above other elements */
}