@import url("profile.css");

p.view {
	margin:0;
	padding:0;
}
.appl-view h6 {
	margin:0;
	text-transform: none;
}

.card-head {
	padding:1rem;
	background-color:#f1f7fc;
}
.dct-card-head {
	padding:1rem;
	border-bottom: 1px solid #dee2e6;
}

 #cart-panel .heading {
 	border-bottom: 1px solid #dee2e6;
 }
.card .content .d-flex{
	padding:10px 10px;
}
.card .content .even {
	background-color: #f0f6ff;
}

.img-fluid{
	padding:0.5rem;
}
.btn-panel {
	padding: 0.5rem;
	text-align: right;
}

input.refno-prefix {
	width:40%  !important;
	border-radius:unset;
}
input.refno-suffix {
	width:30%  !important;
	border-radius:unset;
}
.checkbox-size-md {
	width: 20px;
    height: 20px;
    margin-top: 10px;
}
.delRow {
	margin: 0.35rem;
}
.removeRow {
	margin: 0.35rem;
}

p.filename {
	word-break: break-all;
}

.circle-icon {
    background: #1879B9;
    padding:5px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.6rem;
}