body  
{
	margin:0px;
	padding: 0px 0px 20px 0px;
}

.velocify-edition
{
	background-position: right center;
	background-repeat: no-repeat;
	display:block;
	*
	display:inline; /*IE7 fix*/
	zoom:1;
	/* margin-top:15px; */
	/* margin-right:20px; */
	margin-bottom: 5px;
}

.velocify-page-footer {
    padding: 5px 0;
}

 .velocify-plus-edition .velocify-edition
{
	background-image:url(../../images/velocify/app-edition-plus.png);
}

 .velocify-standard-edition .velocify-edition
{
	background-image:url(../../images/velocify/app-edition-standard.png);
}


 .velocify-premium-edition .velocify-edition
{
	background-image:url(../../images/velocify/app-edition-premium.png);
}

 .velocify-express-edition .velocify-edition
{
	background-image:url(../../images/velocify/app-edition-express.png);
}

 .velocify-page-header
{
	min-width:1024px;
	position:relative;
	min-height:107px;
	font-size:12px;
	font-family:Arial,Sans-Serif;
	color:#464646;
	background-image: -webkit-linear-gradient(top, #ffffff 1%, #e5f2fb 100%);
	background-image: linear-gradient(to bottom, #ffffff 1%, #e5f2fb 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5f2fb', GradientType=0);
    background-color: transparent;
}

.velocify-sign-in .velocify-page-header
{
	height:94px;
	border-bottom:1px solid #c5c4c4;
	overflow:hidden;
}

.velocify-logo {
	position: relative;
	background-image: url(../../images/velocify/2022_Velocify_color_icon-text_lockup.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	height: 100%;
	background-size: 173px 40px;
}

.external-navs.navbar-custom {
    height: 54px;
    background-color: #E6F2FA;
    box-shadow: 0 2px 4px 0 rgba(142, 142, 142, 0.5);
}
.external-navs.navbar-custom .header-item img {
    margin-top: 10px;
}
.external-navs.navbar-custom .navbar-brand {
    padding: 9px 0px 9px 11px;
}
.external-navs.navbar-custom .navbar-brand .em-vlfy-logo-large {
    display: inline-block;
}
.external-navs.navbar-custom .navbar-brand .vlfy-brand-small-logo {
    display: none;
}

@media screen and (max-width: 992px) {
    .external-navs.em-vlfy-logo-large {
        display: none !important;
    }
    .external-navs.vlfy-brand-small-logo {
        display: inline-block !important;
    }
}

 .velocify-logo-formerly-Leads360
{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../../images/velocify/logo-velocify-formerly-Leads360.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:94px;
	width:176px;
}


.velocify-sign-in body
{
	background-color:#f8f8f8;
}

 .velocify-page-toolbar 
{
	position:relative;
	vertical-align:middle;
	border-top:1px solid #c5c4c4;
	border-bottom:1px solid #c5c4c4;
	margin-bottom:10px;
	padding:6px 15px;
	font-size:12px;
	font-family:Arial,Sans-Serif;
	box-shadow:0px 0px 3px 3px rgba(0,0,0,.1);
	*height:28px;
	 z-index: 0;
}

.velocify-page-toolbar span, .velocify-page-toolbar strong {
    line-height: 24px;
    vertical-align: middle;
}

 .velocify-page-footer 
{
	position:relative;
	border-top:1px solid #c5c4c4;
	vertical-align:middle;
	margin-top:10px;
	margin-bottom:20px;
	color:#7b7b7b;
	padding:5px 10px;
	font-size:12px;
	font-family:Arial,Sans-Serif;
    clear: both;
}

.velocify-page-footer:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.velocify-page-footer .velocify-left
{
	width: 50%;
}

.velocify-right {
    float: right;
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.velocify-left
{
	position:relative;
	vertical-align: middle;

	*float:left;
}

.velocify-page-toolbar .velocify-left
{
	width: 500px;
}

.velocify-page-content 
{ 	font-family:arial; 
	padding:0px 24px;
}

.velocify-page-title
{
	font-weight:bold;
	font-size:24px;
	color:#464646;
	padding:20px 0px;
}

.velocify-tabset.velocify-tabset-main
{
	position:absolute;
	bottom:0px;
	left:20px;
}

.velocify-tabset
{
	font-family:arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	display:inline-block;

	/*IE7 Fix*/
	*display:inline; 
	zoom:1;
	*white-space: nowrap;

}

.velocify-tab
{
	cursor:pointer;

	border-left: 1px solid #a3c0da;
	border-top:  1px solid #a3c0da;
	border-right:1px solid #a3c0da;

	border-top-right-radius: 8px;
	border-top-left-radius: 8px;

	margin:0px 2px;

	text-align:center;
	
	color:#464646;
	vertical-align: bottom;
	
	width:100px;
	display:inline-block;
	
	/*IE7 Fixes*/
	*display:inline;
	zoom:1; 
	*width:100px;
	height: 40px;
}

.velocify-tab a,
.velocify-tab a:hover
{
	color: inherit;
	text-decoration: none;
}

.velocify-tab-inner
{
	border-left: 1px solid #fefeff;
	border-top:  1px solid #fefeff;
	border-right:1px solid #fefeff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	height: 100%;

	/*IE7 Fixes*/
	*
	width:100px;
	text-align: center;
}

.velocify-tab-inner > ul {
	padding: 0;
}


.velocify-tab.selected
{
	border-color:#0984da;
}

.velocify-tab.selected .velocify-tab-inner
{
	background:#46a6eb;
	color:#ffffff;
	border-color: #68b8f3;
}


.velocify-align-right
{
	text-align:right;
}



.velocify-global-tools
{
	position:relative;
	height:100%;
	width: 392px;
	display: flex;
	flex-direction: column;
	padding: 15px 0 5px 0;
	margin-right: 20px;
	justify-content: space-between;
}

.velocify-global-links
{
	color:#6a7586;
	position:relative;
	margin-bottom: 5px;
	padding-left: 6px;
}


a.velocify-alert-link,
a.velocify-alert-link:link,
a.velocify-alert-link:visited
{
	color:#d98b2e;
	font-weight:bold;
	text-decoration: underline;
}

a.velocify-header-link,
a.velocify-header-link:link,
a.velocify-header-link:visited
{
	color:#464646;
	text-decoration: none;
}

a.velocify-header-link:hover
{
	text-decoration: underline;
}

.velocify-global-search
{
	/*IE7 Fix*/
	*
	display:inline; 
	*
	white-space: nowrap;
	z-index: 1;
	text-align: right;
}

#selectedSearchTypeSpan {
	display: inline-block;
	margin-bottom: 2px;
}


.velocify-global-search label
{
	position:relative;
	margin:0px 0px 2px 0px;
	display:inline-block;
	*display:inline; /*IE7 Fix*/

	vertical-align: middle;
	font-weight: bold;
}

.velocify-global-search > div {
	text-align: right;
	width: 100%;
	padding: 0;
}

.velocify-global-search .addl-search-fields {
	text-align: left;
	font-size: 12px;
	margin-bottom: 2px;
	padding-left: 6px;
	/* position: absolute; */
	/* z-index: 2; */
}

.velocify-global-search .addl-search-fields > div {
	display: inline-block;
	line-height: 12px;
	vertical-align: baseline;
	margin-right: 5px;
	position: relative;
}

.sf-searchType-menu {
	display: inline;
	padding-left: 0;
}

#header.velocify-page-header .addl-search-fields .lmmenu {
	left: 45px;
	top: 14px;
}

#header.velocify-page-header .sf-searchType-menu .lmmenu {
	left: 0;
}

.sf-searchType-menu li {
	display: inline;
	position: relative;
}

.sf-searchType-menu a {
	color: #464646;
}


.velocify-global-search .velocify-search-type-wrapper
{
	position: relative;
	left: 5px;
}

.velocify-search-button
{
	background: #53891c;
	color:#ffffff;
	
	border:1px solid #cccccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	padding:4px 8px !important;
	margin:0px 2px;

	display:inline-block;
	*display:inline; /*IE7 Fix*/


}

.velocify-search-field-wrapper
{
	display:inline-block;
	*
	display:inline; /*IE7 Fix*/
	background-color:#ffffff;
	background-image:url(../../images/velocify/icon-search.png);
	background-position: center left;
	background-repeat: no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 1px solid #c5c4c4;
	vertical-align: middle;
	width: 175px;
}

.velocify-search-field-wrapper input[type=text]
{
	border:0px none;

	background-color:transparent;
	background-image:url(../../images/velocify/icon-clear-field.png);
	background-position: center right;
	background-repeat: no-repeat;

	padding:4px;
	padding-left: 24px;
	padding-right: 24px;
}

.velocify-search-field-wrapper input[type=text], .velocify-search-field-wrapper select {
	height: 24px;
	width: 175px;
}

.velocify-select-field-wrapper
{
	display:inline-block;
	*display:inline; /*IE7 Fix*/

	background-color:#ffffff;
	background-image:url(../../images/velocify/icon-select-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    border: 1px solid #c5c4c4;
	overflow:hidden;
	width:150px;

	vertical-align: middle;
}

.velocify-select-field-wrapper select
{
	border:0px none;
	background-color:transparent;
	width:190px;
    
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	outline:none;
	height: 24px;
	
	padding:4px;
	padding-left:10px;
	 -webkit-appearance: none;
}
.velocify-button-wrapper
{
	display:inline-block;
	*
	display:inline; /*IE7 Fix*/
	position: relative;
}



.velocify-toolbar-item,
a.velocify-toolbar-link,
a.velocify-toolbar-link:link,
a.velocify-toolbar-link:visited
{
	
	color:#5199e4;
	padding:4px 0px;
	text-decoration: none;
	display:inline-block;
	*display:inline; /*IE7 Fix*/
}



a.velocify-toolbar-link:hover
{
	text-decoration: underline;
}


.velocify-toolbar-button
{
	background: #53891c;
	color:#ffffff;
	
	border:1px solid #cccccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	padding:4px 8px !important;
	margin:0px 2px;
	margin:0px;

	display:inline-block;
	*display:inline; /*IE7 Fix*/


}
.velocify-toolbar-button:focus { outline: none; }

.velocify-nav-category-arrow
{

	width:16px;
	height:16px;
	background-image:url(../../images/velocify/icon-nav-category-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;

	vertical-align: middle;

	display:inline-block;
	*display:inline; /*IE7 Fix*/
	zoom:1;

}



.velocify-sign-in-banner
{
	position:relative;

	display:inline-block;
	*display:inline; /*IE7 Fix*/
	zoom:1;

	width:300px;
	height:250px;

	vertical-align: top;

	margin-right:20px;
	margin-bottom:20px;

	font-size:12px;
}

.velocify-sign-in-banner DIV
{
	position:relative;
	
	text-align: center;
	line-height: 250px;
}

.velocify-sign-in-panel
{
	display:inline-block;
	*display:inline; /*IE7 Fix*/
	zoom:1;

	width:400px;
	min-height:250px;
	*height:250px; /*IE7 Fix*/

	border:1px solid #c5c4c4;
	border-radius:4px;

	background-color:#ffffff;
	vertical-align: top;

	margin-right:20px;
}

.velocify-panel-titlebar
{
	background:#5794C6;
	color:#ffffff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding:10px 15px;
	font-size:12px;
}

.velocify-panel-content
{
	padding:10px 15px;
	font-size:12px;
}

.velocify-panel-content TD
{
	font-size:12px;
	padding:5px 0px;
}

.velocify-panel-content TD.labelColumn
{
	width: 115px;
}

.velocify-panel-content input
{
	width:99%;
	*width:98%;
}

.velocify-panel-content label
{
	color:#464646;
	font-weight:bold;
}

.velocify-panel-content .field-validation-error
{
	font-size: 11px;
	color:#cc0000;
	padding:0px;
}

/* Delinquency Notification Message */
.velocify-sign-in-panel.warn{
    position:relative;
}

.velocify-sign-in-panel.warn .velocify-panel-titlebar{
    background:#fffbee;
    color:#eca905;
    font-size:16px;
    font-weight:bold;
    border:1px solid #fdde9f;
    box-shadow:0 1px 6px -2px rgba(0,0,0,.39)
}

.velocify-sign-in-panel.warn .velocify-panel-content{

    color:#464646;
    line-height: 22px;
}

.velocify-sign-in-panel.warn .velocify-panel-buttonbar{
    text-align:center;
    margin-top:0px;
    bottom:0px;
}

.velocify-sign-in-panel.warn .velocify-panel-buttonbar button{

    background-color:#5794c6;
    border:1px solid #4c8dc1;
    border-radius:5px;
    padding:5px;
    color:#ffffff;
    width:50px;
}

.velocify-gradient-gray 
{
	
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#f1f1f1), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 49%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 49%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 49%,#f1f1f1 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 49%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}

.velocify-gradient-pale-blue 
{
	
	background: #dfecf6;
	background: -moz-linear-gradient(top,  #f3f8fb 0%, #dfecf6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f8fb), color-stop(100%,#dfecf6));
	background: -webkit-linear-gradient(top,  #f3f8fb 0%,#dfecf6 100%);
	background: -o-linear-gradient(top,  #f3f8fb 0%,#dfecf6 100%);
	background: -ms-linear-gradient(top,  #f3f8fb 0%,#dfecf6 100%);
	background: linear-gradient(to bottom,  #f3f8fb 0%,#dfecf6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f8fb', endColorstr='#dfecf6',GradientType=0 );
	
}	

.velocify-gradient-blue 
{
	border-color:#3f9ce2;
	background: #3b97e1;
	background: -moz-linear-gradient(top,  #5ab1e7 0%, #3b97e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ab1e7), color-stop(100%,#3b97e1));
	background: -webkit-linear-gradient(top,  #5ab1e7 0%,#3b97e1 100%);
	background: -o-linear-gradient(top,  #5ab1e7 0%,#3b97e1 100%);
	background: -ms-linear-gradient(top,  #5ab1e7 0%,#3b97e1 100%);
	background: linear-gradient(to bottom,  #5ab1e7 0%,#3b97e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab1e7', endColorstr='#3b97e1',GradientType=0 );

}

.velocify-gradient-bright-green
{
	background: #53891c;
	background: -moz-linear-gradient(top,  #69c42c 0%, #53891c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69c42c), color-stop(100%,#53891c));
	background: -webkit-linear-gradient(top,  #69c42c 0%,#53891c 100%);
	background: -o-linear-gradient(top,  #69c42c 0%,#53891c 100%);
	background: -ms-linear-gradient(top,  #69c42c 0%,#53891c 100%);
	background: linear-gradient(to bottom,  #69c42c 0%,#53891c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c42c', endColorstr='#53891c',GradientType=0 );

}

#getLeadAnchor {
	padding-bottom: 10px;
	display: inline-block;
}

.velocify-gradient-dark-blue 
{
	color:#ffffff;
	border-color:#164883;
	background: #164883;
	background: -moz-linear-gradient(top,  #164f92 0%, #164883 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164f92), color-stop(100%,#164883));
	background: -webkit-linear-gradient(top,  #164f92 0%,#164883 100%);
	background: -o-linear-gradient(top,  #164f92 0%,#164883 100%);
	background: -ms-linear-gradient(top,  #164f92 0%,#164883 100%);
	background: linear-gradient(to bottom,  #164f92 0%,#164883 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164f92', endColorstr='#164883',GradientType=0 );

}

.velocify-gradient-red
{
	background: #d7494e;
	background: -moz-linear-gradient(top,  #ed595e 0%, #d7494e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed595e), color-stop(100%,#d7494e));
	background: -webkit-linear-gradient(top,  #ed595e 0%,#d7494e 100%);
	background: -o-linear-gradient(top,  #ed595e 0%,#d7494e 100%);
	background: -ms-linear-gradient(top,  #ed595e 0%,#d7494e 100%);
	background: linear-gradient(to bottom,  #ed595e 0%,#d7494e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed595e', endColorstr='#d7494e',GradientType=0 );

}


.velocify-collapse-width
{
	width:auto;
	min-width:auto; 
	*width:auto;
}

.velocify-no-borders
{
	border:1px solid transparent;
}

.velocify-icon-favorites
{
	width:32px;
	height:34px;
	display:inline-block;
	
	/*IE7 Fixes*/
	*display:inline;
	zoom:1; 
	
	background-image:url(../../images/velocify/icon-lm-favorites.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.velocify-clickable-logo {
	top: 10px;
	left: 10px;
	position: absolute;
	height: 52px;
	width: 160px;
}

.velocify-clickable-logo A {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	z-index: 1;
}


.vlfy-modal:not(.leaddetails) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #fff !important;
}
.vlfy-modal:not(.leaddetails) .borderdiv {
    border: none;
    background-color: transparent;
}
.vlfy-modal:not(.leaddetails) .modaltitlebar {
    background: transparent;
    height: auto;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;

}
.vlfy-modal:not(.leaddetails) .modaltitlebar a, .vlfy-modal:not(.leaddetails) .modaltitlebar a:hover {
    position: relative;
    background: none;
    text-decoration: none;
}
.vlfy-modal:not(.leaddetails) .modaltitlebar a:after {  
    content: '\2715';
    font-size: 14px;
    font-weight: bold;
    color: #b1b1b1;
}
.vlfy-modal:not(.leaddetails) .modaltitlebar h1 {
    color: #000;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    left: 0;
}
.vlfy-modal:not(.leaddetails) .modalcontent {
    color: #000;
    font-family: Arial;
    font-size: 12px;
    padding: 0;
    background: transparent;
}
.vlfy-modal:not(.leaddetails) .modalcontent > p,
.vlfy-modal:not(.leaddetails) .modalcontent > h1,
.vlfy-modal:not(.leaddetails) .modalcontent > h2,
.vlfy-modal:not(.leaddetails) .modalcontent > h3,
.vlfy-modal:not(.leaddetails) .modalcontent > dl {
    position: relative;
    top: inherit;
    right: inherit;
    width: auto;
    margin: 0;
    padding: 10px 15px;
    background: transparent;
}
.vlfy-modal:not(.leaddetails) .modalcontent > p.buttons {
    padding: 20px 0;
    border-top: 1px solid #dadada;
    margin-top: 10px;
    padding: 20px 0;
}
.vlfy-modal:not(.leaddetails) .modalcontent > p.buttons input {
    font-weight: bold;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    background-color: #5794c6;
    border: 1px solid #9ac5e8;
    margin: 0 5px;
}
.vlfy-modal:not(.leaddetails) .modalcontent > p.buttons input[disabled] {
	background-color: #ccc;
	pointer-events: none;
}
.vlfy-modal:not(.leaddetails) .modalcontent > p.buttons input + input {
    color: #276598;
    background-color: #fff;
    border: 1px solid #276598;
}

.vlfy-modal:not(.leaddetails) .modalcontent.wizard { padding: 0; height: 257px; overflow: hidden; overflow-y: hidden; }
.vlfy-modal:not(.leaddetails) .wizard div.steps { height: 180px; max-height: 180px; overflow-y: auto; }


#simplemodal-overlay {
    background-color: #11619d;
}

.vlfy-nav-global-search, .velocify-global-search {
  color: #464646;
  margin-left: 0;
  margin-right: 0;
}

.titlebar {
    background-color: #5794C6 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-color: #C5C3C3;
}

#chartdivider #chartdivider-tab {
    background: #5794C6 url(../../../Web/Images/New/dashboard_perf_chart_edge1.png) no-repeat right center !important;
}

.modaltitlebar {
    height: 30px;
    background-color: #5794C6;
    padding: 7px 15px 5px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

#cph_featuresDiv, features{
    display:none;
}

#featuresalerts{
    max-height:300px;
    min-height: 194px;
    min-width: 931px;
}

#alerts{
    min-width:493px !important;
    width:50%;
    position:relative !important;
    display:inline-block;
    white-space:initial;
    margin-right:-100%;
}

.tileContainer{
    min-width:430px;
    height:190px;
    display: inline-block;
    position: relative;
    margin-right: -8px;
    margin-top:-10px;
}

.releaseNotesTile{
    min-width:430px;
    height:190px;
    display: inline-block;
    position: relative;
    margin-right: -1px;
    margin-top:-10px;
}

.tileSprite {
	width: 419px;
	height: 189px;
	margin-top: 12px;
	background: transparent url(../../images/Newdashboard-tiles-sprite.jpg) no-repeat;
	display: none;
	border: solid #dddddd;
	border-width: thin;
}

#spriteTiles{
    display:inline-block;
}

.tiles{
    float:right;
    display: inline-block;
}

.tile1{
    background-position: 0 0;
}
.tile2{
    background-position: 0 -189px;
}
.tile3{
    background-position: -419px 0;
}
.tile4{
    background-position: -419px -189px;
    display:inline-block;
}

@media screen and (max-width: 1480px) {
   .tileContainer{
        display:none;
    }
}
.em-vlfy-logo-large {
    width: 173px;
    height: 36px;
    margin-right: 8px !important;
}
.vlfy-brand-small-logo {
    width: 39px;
    height: 40px;
    margin-right: 8px !important;
}