﻿
.pointerCursor{
    cursor: pointer;
}

.swal2-icon-content i{
    font-size: 20px;
}

.ltr-dir{
    direction: ltr !important;
}

.loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(239, 239, 239, 0.5);
    z-index: 9999;
}

.loading-overlay .spinner-div {
    height: 100%;
}



.paddingleft5 {
    padding: 0px 0px 0px 5px !important;
}

.autospanprice {
    font-size: 12px;
    top: -1px;
    position: relative;
    color: gray;
    font-weight: bold
}

.autospanQlty {
    font-size: 12px;
    margin-top: 10px;
    color: gray;
}

.autospanprd {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -5px;
    color: #004da4;
}

.autospancat {
    font-size: 10px;
    font-weight: bold;
    color: gray;
}

#ui-id-1 {
    max-height: 400px;
    overflow-y: scroll;
}