/********** Template CSS **********/
:root {
    --primary: #167ce9;
    --light: #f8faff;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

.signature-img{
	width: 150px;
	height: 50px;
	display: block;
}
.signature-img img{
	max-width: 100%;
	height:60px;
}
.bdr-bd-2{
	width: 200px !important;
	display: inline-block;
	border: none;
	border-bottom: 1px dotted #3B3B3B;
}
.lgut{
	margin-top: -3px;
	width: 13px;
}

.progbar span{
	color: #fff;
    background-color: #adb1b5;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.progbar span.success{
	background-color: #198754;
}
.progbar span.active{
	background-color: #212529;
}

@media (max-width:767px) {
    .progbar span.p-2 {
        padding: .3rem !important;
        font-size: 0.7em;
    }
    .progbar span{
        margin-left: 0.3em;
        margin-right: 0.3em;
    }
}



.image_preview_box, .signature_preview_box {
    border: 1px solid #999;
    overflow: hidden;
    clear: both;
    float: left;
    width: 80%;
    background: #fff;
    padding: 20px;
    min-height: 150px;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25;
}

