﻿.btn-gray {
    -webkit-font-smoothing: antialiased;
    border: 1px solid;
    border-radius: 0;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #333;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
    font-size: 14px;
    font-weight: 600;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8572em;
    outline: none;
    padding: 2px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.e-blazor-hidden {
    visibility: inherit !important;
}

.e-dialog {
    border-radius: 0.25rem !important;
}

.e-dlg-header-content {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.e-dlg-content {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.min_scroll::-webkit-scrollbar {
    width: 0.625rem;
    height: 6px;
    cursor: pointer;
}


.min_scroll::-webkit-scrollbar-track {
    cursor: pointer;
    background-color: #edebe9;
}

.min_scroll::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #8a8886;
    border-radius: 0.375rem;
}

.w-170px {
    width: 170px !important;
}
.escalation-textbox-dollar {
    width: 158px;
    height: 23px;
}

.escalation-textbox-percent {
    width: 153px;
    height: 23px;
}

.pt-0-2rem {
    padding-top: 0.200rem;
}

.e-footer-content {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

::deep [type='checkbox']:focus,
[type='radio']:focus {
    --tw-ring-offset-shadow: none !important;
    --tw-ring-shadow: none !important;
    box-shadow: none !important;
}