* {
    font-family: 'Roboto', sans-serif;
    color: #000
}

body {
    margin: 0;
    padding: 0;
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
    overflow: hidden
}

#app {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#overlay {
    background-color: rgba(6, 114, 204, 1);
    width: 100%;
    height: 100vh;
    position: absolute;
    margin: 0;
    transition: 0.3s;
    z-index: 11;
    display: none;
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.skeleton {
    background: linear-gradient(90deg, rgb(208, 234, 255) 0%, rgb(214, 237, 255) 25%, rgb(224, 242, 255) 50%, rgb(214, 237, 255) 75%, rgb(208, 234, 255) 100%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.default {
    /* background-color: rgba(144, 238, 144, 1); */
    /* background-color: rgba(54, 162, 235, 0.2); */
    fill: rgba(0, 0, 255, 1);

}

.minor {
    /* background-color: rgba(255, 255, 102, 1); */
    /* background-color: rgba(75, 192, 192, 0.2); */
    fill: rgba(255, 255, 0, 1);


}
.good{
    fill: rgba(0, 255, 0, 1)
}

.major {
    /* background-color: rgba(255, 165, 0, 1); */
    /* background-color: rgba(255, 206, 86, 0.2); */
    fill: rgba(255, 165, 0, 1);

}

.critical {
    /* background-color: rgba(255, 69, 0, 1); */
    /* background-color: rgba(255, 99, 132, 0.2); */
    fill: rgba(255, 0, 0, 1);
    /* color: red !important; */
}

/* .default {
    /* background-color: rgba(6, 114, 204, 0.2); 
    background-color: rgba(201, 203, 207, 0.2);
} */


.tabulator {
    border: none !important;
}

.tabulator-row {
    background-color: transparent !important;
    padding: 1rem 0rem 1rem 1rem;
    transition: 0.2s !important;
}

.tabulator-tableholder::-webkit-scrollbar {
  display: none;
}
.tabulator-tableholder {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}


.tabulator-header {
    background-color: transparent !important;
    border-bottom: none;
}

.tabulator-cell,
.tabulator-col {
    border: none !important;
    background-color: transparent !important;
}

.tabulator-header {
    background-color: #fff !important;
    border: none !important;
    padding: 1rem 1rem 1rem 0.5rem;
}

.tabulator-header-filter input {
    border: none;
    border-bottom: 1px solid black
}

.tabulator-row:nth-child(even) {
    background-color: rgba(208, 234, 255, 0.2) !important;
}

.tabulator-row:nth-child(odd) {
    background-color: transparent;
}

/* .lp-event-item-even{
    background-color: rgba(208, 234, 255, 0.2);

}
.lp-event-item-odd{
    background-color: transparent;

} */


.tabulator-row:hover {
    background-color: rgba(208, 234, 255, 0.6) !important;
    /* Light blue on hover */
    cursor: pointer;
}

.tabulator-tableholder {
    background-color: #fff;
}

.highlight-row {
    background-color: rgba(255, 0, 0, 0.2) !important;
}


#events-context-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

#events-context-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#events-context-menu li {
    padding: 5px 10px;
    cursor: pointer;
}

#events-context-menu li:hover {
    background-color: #eee;
}


.event-info-detailed {
    display: none;
    flex-direction: column;
    position: absolute;
    gap: 0.1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    z-index: 1000;
    width: 18rem;
}

.event-info-detailed h4 {
    margin: 0;
    border-bottom: 1px solid #0078D4;
    font-size: 16px;
    color: #0078D4;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* gap:2rem; */
}

.event-info-detailed h4 div{
    margin: 0;
    font-size: 16px;
    color: #0078D4;
}
.event-info-detailed h4 section{
    margin-right:0.5rem;
    user-select: none;
    display: flex;
    /* gap:1rem; */
}



.event-info-detailed p {
    margin: 6px 0;
}

.event-info-detailed i {
    margin-right: 8px;
    color: #0078D4;
    width: 18px;
    text-align: center;
}
.event-info-detailed button{
    background-color: rgba(0,120,212,0.8);
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    border:none;
    color:#fff;
    margin-top:0.5rem;
    transition: 0.2s;
    border-radius: 5px;
}

.event-info-detailed button:hover{
    background-color: rgba(0,120,212,1);
}

.event-info-detailed span{
    color: #0078D4;
    cursor: pointer;

}
.required-sign{
    color:red;
}

@media (max-width: 1300px){
    .tabulator-cell{
        font-size:0.5rem;
    }
}