/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
.error {
	color: #DC3545;
}

.nav-link-cust {
	height: 80px;
    padding-left: 0.85em;
    padding-right: 0.85em;
    color: #4c4d4d;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-link-hover:hover {
    color: #212529!important;
}

.btn-theme {
    background: #ffcc00;
    color:#fff;
}

.btn-theme:hover {
    background: #dfb408;
    color: #fff7f7;
}