.brd-1{
    border : 1px solid #ced4da;
}
.brd-2{
    border : 2px solid #ced4da;
}
.brd-radius{
    border-radius: 0.5rem;
}
.pd-10{
    padding: 1.5rem;
}
.prod-img{
    border: 1px solid #ced4da;
}
.fs-10{
    font-size: 10px;
}
.span-error {
    color: #ff0000;
}

.lower-text {
    text-transform: lowercase;
}

.btn-padding {
    padding: 4px 4px 3px 5px;
    font-size: 15px;
    color: #000000;
    margin-left: 2px;
    border: 0px solid #a5b3ce;
    border-radius: 0px;
    text-transform: capitalize;
}

.pd-0 {
    display: flex;
}

.btn-hide {
    display: none;
}

.group-permission-heading {
    border: 1px solid #e7ebed;
    padding: 5px 10px 0px 12px;
}

.group-permission {
    border: 1px solid #e7ebed;
    padding: 5px 10px 15px 12px;
}

.bl-none {
    border-left: none;
}

.default-hide {
    visibility: visible;
    width: 100%;
    top: 39px;
    left: 0px;
    display: none;
}

.dis-flx {
    display: flex;
}

.new-ml-5{
  margin-left: 5px;
}
.font-danger{
  color: #ff0000!important;
}
.font-success{
  color: blue!important;
}
.font-warning{
  color: green!important;
}
.cursor{
    cursor: pointer;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.mini-title{
    padding: 5px 0px 0px 15px;
    background: var(--topbar-header-background);
    border: 2px solid var(--topbar-header-background);
}
.mini-title .heading{
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1px;
}

.prd-img-div{
    width:100%;
    height:160px;
}
.prd-img-div img{
    width: auto;
    height: initial!important;
    max-height: 155px;
}
.filter-modal-body {
    padding: 0px 0px 0px 25px;
    max-height: calc(130vh - 250px);
    overflow-y: auto;
}
.pdf-iframe {
    width: 100%;
    height: 200px;
}
.wd-5 {
    width: 5%!important;
}
.wd-10 {
    width: 10%!important;
}
.wd-15 {
    width: 15%!important;
}
.wd-20 {
    width: 20%!important;
}
.wd-25 {
    width: 25%!important;
}
.wd-30 {
    width: 30%!important;
}
.wd-35 {
    width: 35%!important;
}
.wd-40 {
    width: 40%!important;
}
.wd-45 {
    width: 45%!important;
}
.wd-50 {
    width: 50%!important;
}
.wd-55 {
    width: 55%!important;
}
.wd-60 {
    width: 60%!important;
}
.wd-65 {
    width: 65%!important;
}
.wd-70 {
    width: 70%!important;
}
.wd-75 {
    width: 75%!important;
}
.wd-80 {
    width: 80%!important;
}
.wd-85 {
    width: 85%!important;
}
.wd-90 {
    width: 90%!important;
}
.wd-95 {
    width: 95%!important;
}
.wd-99 {
    width: 99%!important;
}

.m-3{
    margin: 3px;
}