.operation-row{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 0;
}
.operation-row-item,.operation-row a ,operation-row span,operation-row button{
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
    color: #677788!important;
}
.operation-row-item i,.operation-row i{
    vertical-align: middle;
}

.customAutoCompleteContainer {
    position: relative;
}
.customAutoCompleteList {
    position: absolute;
    left: 0;
    right: 0;
    top: 98%;
    background: #fff;
    color: #000;
    z-index: 10;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    border-radius: 0 0 4px 4px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    max-height: 200px;
}
.customAutoCompleteListItem {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
}
.customAutoCompleteListItem:hover {
    background-color: #f1f1f1;
}
.customAutoCompleteListItem:last-child {
    border-bottom: none;
}

.text-justify {
    text-align: justify;
}

.table.table-base-primary {
    --bs-table-striped-bg: #f7f9ff !important;
    --bs-table-hover-bg: #f1f5ff !important;
}

.table.table-base-primary thead {
    --bs-table-bg: #5a8dee !important;
}
.table.table-base-primary thead th {
    color: #fff !important;
}

.max-width-300{
    max-height: 300px!important;
}
.max-width-500{
    max-height: 500px!important;
}


/*--- Custom Font Size ---*/
.font-size-default {
    font-size: 0.781rem;
}
.font-size-1 {
    font-size: 24px;
}
.font-size-2 {
    font-size: 22px;
}
.font-size-3 {
    font-size: 20px;
}
.font-size-4 {
    font-size: 18px;
}
.font-size-5 {
    font-size: 16px;
}
.font-size-6 {
    font-size: 14px;
}
.font-size-7 {
    font-size: 12px;
}
.font-size-8 {
    font-size: 10px;
}
.font-size-9 {
    font-size: 9px;
}
.font-size-10 {
    font-size: 8px;
}

.w-px-60 {
    width: 60px !important;
}

@media (min-width: 768px) {
    .font-size-default {
        font-size: 0.9375rem;
    }
    .font-size-1 {
        font-size: 26px;
    }
    .font-size-2 {
        font-size: 24px;
    }
    .font-size-3 {
        font-size: 22px;
    }
    .font-size-4 {
        font-size: 20px;
    }
    .font-size-5 {
        font-size: 18px;
    }
    .font-size-6 {
        font-size: 16px;
    }
    .font-size-7 {
        font-size: 14px;
    }
    .font-size-8 {
        font-size: 11px;
    }
    .font-size-9 {
        font-size: 10px;
    }
    .font-size-10 {
        font-size: 9px;
    }
}