/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@font-face {
	font-family: 'BentonSansBBVA-Light';
	src: url("fonts/BentonSansBBVA-Light.eot");
	src: url("fonts/BentonSansBBVA-Light.eot?#iefix") format("embedded-opentype"),url("fonts/BentonSansBBVA-Light.woff2") format("woff2"),url("fonts/BentonSansBBVA-Light.woff") format("woff"),url("fonts/BentonSansBBVA-Light.ttf") format("truetype"),url("fonts/BentonSansBBVA-Light.svg#svgFontName") format("svg");
	font-display:swap
}

@font-face {
	font-family: 'BentonSansBBVA-Book';
	src: url("fonts/BentonSansBBVA-Book.eot");
	src: url("fonts/BentonSansBBVA-Book.eot?#iefix") format("embedded-opentype"),url("fonts/BentonSansBBVA-Book.woff2") format("woff2"),url("fonts/BentonSansBBVA-Book.woff") format("woff"),url("fonts/BentonSansBBVA-Book.ttf") format("truetype"),url("fonts/BentonSansBBVA-Book.svg#svgFontName") format("svg");
	font-display:swap
}

@font-face {
    font-family: 'BentonSansBBVA-Medium';
    src: url("fonts/BentonSansBBVA-Medium.eot");
    src: url("fonts/BentonSansBBVA-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/BentonSansBBVA-Medium.woff2") format("woff2"), url("fonts/BentonSansBBVA-Medium.woff") format("woff"), url("fonts/BentonSansBBVA-Medium.ttf") format("truetype"), url("fonts/BentonSansBBVA-Medium.svg#svgFontName") format("svg");
    font-display: swap
}

/*Theme Colors*/
body {
    min-height: 100%;
    width: 100vw;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #121212;
    text-align: left;
    letter-spacing: 0;
    line-height: 20px;
    scroll-behavior: smooth
}

/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
/*Top bar
*******************/
.topbar {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/*******************
/*General Elements
*******************/
a {
  color: #004284;
}

a.link:hover, a.link:focus {
  color: #004284 !important;
}

.bg-theme {
  background-color: #004284 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #004284;
  border-color: #004284;
}

.right-sidebar .rpanel-title {
  background: #004284;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #004284;
}

.text-themecolor {
  color: #004284 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #004284;
  color: #004284;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #004284;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #004284;
  color: #ffffff;
  border: 1px solid #004284;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #004284;
  opacity: 0.7;
  border: 1px solid #004284;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
  background: #272c33;
}

.mini-sidebar .sidebar-nav {
  background: transparent;
}

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    background: #181c22;
  }
}

.sidebar-nav {
  background: #272c33;
}

.sidebar-nav ul li a {
  color: #798699;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #26c6da;
}

.sidebar-nav ul li a.active {
  color: #ffffff;
}

.sidebar-nav ul li.nav-small-cap {
  color: #99abb4;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
  color: #ffffff !important;
  background: #26c6da !important;
}

.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
  color: #ffffff !important;
}

.sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
  border-color: #ffffff;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #26c6da;
}

.sidebar-nav > ul > li > a i {
  color: #798699;
}

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  color: #004284;
}

.user-profile .profile-text a {
  color: #798699 !important;
}

.card-no-border .sidebar-footer {
  background: #181c22;
}

.bbva-icon {
	color: #5bbeff;
	margin-left: 0;
	font-size: 16px;
	display: inline-block;
	-webkit-transform: scaleY(2.5) rotate(180deg);
	transform: scaleY(2.5) rotate(180deg);
}

.bbva-icon:before {
	font-family: 'bbvaiconfont' !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: middle;
	font-size: 28px;
	margin: 0 -8px;
}

.bbva-icon-contract:before {
	content: "\ea5e";
}

.font-noraml {
	font-family: "BentonSansBBVA-Medium",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #121212;
	text-align: left;
	letter-spacing: 0;
	line-height: 16px;
	margin-bottom: 32px;
	text-transform: uppercase;
}
