@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
body {
	font-family: "Nunito Sans", sans-serif !important;
	font-weight: 500 !important;
}
.loan_leads_table tr td,
.loan_leads_table tr th {
	text-align: center !important;
}

.credit-card_leads_table tr td,
.credit-card_leads_table tr th {
	text-align: center !important;
}
.loan_leads_table select,
.credit-card_leads_table select {
	font-weight: 500 !important;
}
.leads-header-sidebar {
	margin: 12px 0px 3px 8px;
}
.leads-header-sidebar span {
	font-size: 14px;
	text-align: left;
	padding: 0px 12px;
	position: relative;
	border-radius: 4px;
	background:rgba(255,255,255,0.2);
    color:#e2b80f;
    font-weight: bold;
}
.loan-lead-view-form .form-control{
	height: auto !important;
}
.loan-leads-view-card{
	box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
}
.pcoded-navbar .pcoded-inner-navbar .pcoded-hasmenu li.active > a {
	color: #41b06e !important;
}
/* progress bar */
.progress-container {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: anchor-center;
    margin: auto auto;
}

.progress-text{
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.progress-container svg {
    transform: rotate(-90deg);
}

.progress-ring {
    transition: stroke-dashoffset 1s ease-in-out;
    stroke-linecap: round;
}
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.box-shadow-profile{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.otp-input {
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    margin: 0 3px;
    border: 2px solid #ccc;
    border-radius: 5px;
}
#verify-btn:focus{
    border:none;
    box-shadow: none;
}
.sidebar-badge{
    top:6px;
}