/* #create-ticket-section{
    display: none;
} */

.col-span-1:has(#create-ticket-form){
    position: absolute;
}

div.filament-modal-window{
    max-height: calc(100vh - 2em);
    overflow-y: auto;
    border-radius: 0;
}

.filament-modal-header div{
    height: 100%;
}

div:has(> .filament-modal-header){
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

div:has(> .filament-modal-footer){
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 1;
}

div:has(> .filament-modal-header)::before{
    content: '';
    position: absolute;
    top: -0.5em;
    left: 0;
    width: 100%;
    height: 0.5em;
    background: white;
}

div:has(> .filament-modal-footer)::before{
    content: '';
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 100%;
    height: 0.5em;
    background: white;
}

.hr{
    position: sticky;
    width: 80%;
    left: 10%;
    bottom: 0;
    border-bottom-width: 1px;
}

.border-b-0{
    border-bottom-width: 0 !important;
}

.filament-resources-list-records-page .filament-tables-table-container{
    height: calc(100vh - 350px);
}

@media screen and (max-height: 700px) {
    .border-b-1{
        border-bottom-width: 1px !important;
    }
}