﻿.search-button {
    width: 100%;
}

.processed {
    color: green;

    font-weight: bold !important;
}

.not-processed {
    color: red !important;

    font-weight: bold;
    opacity: 0.7;
}

.yellow {
    background-color: khaki !important;
    font-weight: bold !important;
}

.red {
    background-color: salmon !important;
    font-weight: bold !important;
}

.green {
    background-color: yellowgreen !important;
    font-weight: bold !important;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #dd3b3b;
        border-color: #dd3b3b transparent #dd3b3b transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px; /* adjust as needed */
    height: 32px; /* adjust as needed */
    transform: translate(-50%, -50%);
}


.k-grid .k-hierarchy-col {
}

.k-grid .k-detail-row .k-detail-cell {
    padding: 0 !important;
}

.custom-tooltip {
    background-color: white;
    color: black;
}

.custom-warning-button:not(.k-disabled) {
    color: red !important;
}

.custom-add-button:not(.k-disabled) {
    color: lightseagreen !important;
    width:150px !important;
}