.ag-tooltip {
    white-space: normal !important;
    max-width: 400px;
    word-break: break-word;
    line-height: 1.4;
}

.ag-theme-quartz .ag-cell {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    border-right: 1px solid #91909069;
    padding-left: 3px;
    padding-right: 1px;
}

.ag-theme-quartz .ag-selection-checkbox {
    padding-left: 10px
}

.shadow-svg {
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.4));

}

.triangle-left {
    z-index: 999;
    width: 14px;
    height: 14px;
    /* border-top: 7px solid transparent;
            border-right: calc(7px * 1.7) solid #ffffff;
            /* border-bottom: 7px solid transparent; */
    position: absolute;
    /* box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);  */
    /* transition: all 0.3s; */
}

.action-list {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: absolute;
    width: 275px;
    gap: 10px;
    z-index: -1;
    max-height: 333px;
    overflow-y: scroll;
    box-shadow: 1px 1px 4px 2px rgb(0 0 0 / 22%);
    /* border: 1px solid #808080f5; */
}

.action-btn {
    width: 100% !important;
    margin-bottom: 10px;
    display: block;
    /* background-color: #17ff16d9; */
    /* border: 1px solid grey; */
    border-radius: 5px;
    text-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu;
    /* border: none !important; */
    padding-top: 6px;
    padding-bottom: 6px;
    /* color: white; */
}

.action-btn:hover {
    /* background-color: #60ff6080;
    color: white; */
}

.action-list::-webkit-scrollbar {
    width: 3px;
}

.action-list::-webkit-scrollbar-thumb {
    background-color: #3498db7a;
    border-radius: 1px;
}

.action-list::-webkit-scrollbar-track {
    background: transparent;
}

.custom-filter-container {
    padding: 10px;
    padding-top: 5px;
    width: 250px;
}

.custom-filter-search {
    margin: 8px;
    height: 34px;
    width: 89%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-filter-list {
    max-height: 200px;
    overflow-y: auto;
    border-radius: 5px;
}

.custom-filter-list label {
    display: block;
    padding: 3px;
    color: black;
}

.custom-filter-list label input {
    width: 15px;
    height: 15px;

}

.custom-date-filter {
    padding: 10px;
    width: 230px;
}

.custom-date-filter select,
.custom-date-filter input {
    width: 100%;
    padding: 5px;
    margin: 5px 0;
}

.custom-date-filter .and-operator {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.custom-date-filter .and-operator label {
    font-weight: bold;
    margin-left: 5px;
}

.custom-filter-button {
    margin-top: 9px;
    height: 38px;
    width: 69px;
    border: 1px solid #80808069;
    border-radius: 3px;
    background-color: #ffffff;
    float: right;
    margin-bottom: 12px;
    margin-right: 3px;
    margin-left: 11px;
    font-weight: 100;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu;
    font-weight: 400;
}

.ag-theme-quartz {
    font-size: 13px;
    /* Adjust as needed */
}

.custom-header {
    background-color: #3498db7a;
    color: white;
}

.ag-theme-quartz .ag-header {
    background-color: #ebebeb;
    /* Green background */
    color: black;
    /* White text */
}