.info-box-sm .info-box-module-enabled {
    background: unset;
}

div.mainmenu.gesvasa::before {
	content: "\f249";
}
div.mainmenu.gesvasa {
	background-image: none;
}

.myclasscss {
	/* ... */
}

.overlay{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 100; 
    display: none; 
}

#id-top.modal{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 100; 
}

.popUp {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 101; 
    display: none; 
}

.linecoldescription .fieldline_options_aaaa {
    display: none;
}

.field_options_aaaa {
    display: none;
}

/* ... */
.cronological {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.cronological thead {
    background-color: #144D2B;
    color: #ffffff;
}

.cronological thead td {
    padding: 10px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #ddd;
}

.cronological tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.cronological tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.cronological tbody td {
    padding: 10px;
    border: 1px solid #ddd;
}

.cronological tbody .big-cell {
    width: 95%;
}

.cronological tbody .big-cell a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

.cronological .delete-btn {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.cronological .delete-btn:hover {
    background-color: #c0392b;
}