.p-5 {
	padding: 6rem 2rem !important;
}
.browseImagePreview{
	height: 200px;
	width: 100%;
	object-fit: contain;
}
.preview_height {
	height: 200px;
	width: 100%;
	border: 1px solid #efefef;
}
.form-group .file-upload-default {
    /*visibility: hidden;
    position: absolute;*/
}

.custTableImg {
	height: 50px;
	width: 50px;
	object-fit: contain;
	border: 1px solid #efefef;
	box-shadow: 0px 0px 5px 1px #6c6c69;
	border-radius: 6px;
}

#loader{
	display:flex;
	align-items:center;
	justify-content:center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(0,0,0,.6);
	backface-visibility:hidden;
	transition:opacity .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1);
}
#loader img{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	margin:0 auto;
	width: 150px;
	object-fit: contain;
	padding: 1em;
	border-radius: 15px;
	background: #fff;
}
.errorMessage {
    font-size: 14px;
    font-weight: 500;
    color: #CC0001;
    text-align: left;
}
.bg-primary {
	background-color: #73be59 !important;
}
.lbl-danger {
    background: #ec2c2c;
    color: #fff;
    border: 1px solid #ec2c2c;
    border-radius: 6px;
    padding: 2px 10px;
    font-weight: 400;
}
.lbl-success {
    background: #12a854;
    color: #fff;
    border: 1px solid #12a854;
    border-radius: 6px;
    padding: 2px 10px;
    font-weight: 400;
}
.custOption {
    list-style: none;
    background: aliceblue;
    margin: 0px;
    padding: 5px;
    position: relative;
    width: 100%;
    z-index: 999;
    top: 0;
    right: 0px;
    border: 1px solid #ababad;
    border-radius: .25rem;
}
.noWrap {
	white-space: nowrap;
	font-size: 12px;
}
.manuUl {
    list-style: none;
    display: inline-flex;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.manuLi {
    margin-left: 0px;
    margin-right: 5px;
}
.manuMonthDropDown {
    width: 80px;
}
/*.mrp {
	padding: 0px !important;
}*/
.t-a-r {
    text-align: right;
}
.t-a-c {
    text-align: center;
}
.m-l-15 {
	margin-left: -15px !important;
}
.add-purchase-details {
    background: #efefef47;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-top: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 1px #b5afaf47;
}
.edit-purchase-details {
    background: #efefef47;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-top: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 1px #b5afaf47;
}
.addRemoveBtn {
    width: 31px;
    height: 31px;
    margin-top: 30px;
    text-align: center;
    padding: 0px;
    font-size: 13px;
    margin-left: 0px;
    margin-right: 0px;
}
.p-l-5.p-r-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.fontWeight600 {
    font-weight: 600;
}
.fvalue {
    color: #f90606e3;
    font-weight: 500;
    font-size: 18px;
}

.btn-xs-delete-all {
    padding: 0px 5px 2px 5px;
    margin-left: 10px;
    margin-top: -5px;
    margin-right: 10px;
}

.delete_check {
    margin-right: 20px;
}

.width40 {
    width:40% !important;
}

.width15 {
    width:15% !important;
}

.width5 {
    width:5% !important;
}
.imgclass {
    height: 50px;
    width: 100%;
    object-fit: contain;
}