/* a {
    color: #4444FF;
}

a:hover {
    color: #4444FF;
    opacity: .8;
} */
:root {
    --app-component-active-bg: #000956;
}

/* utilidades */

.bg-dark-blue{background: #0B0B80;}
.bg-gray {background: #F6F6F6 !important;}
.bg-light-gray {background: #EFEFEF !important;}
.bg-light-blue {background: #E3E3FF !important;}
.bg-yellow{background: #ECAA00 !important;}
.bg-green{background: #3AA220 !important;}
.bg-none{background: none !important;}
.border-none{border: none !important;}
.border-radius{border-radius: 6px;}
.box-shadow{box-shadow:0px 4px 16px 0px rgba(0, 0, 0, 0.1)};
.box-shadow-none{box-shadow: none !important;}

.text-blue{color: #4444FF !important;}
.text-orange{color: #000956 !important;}
.text-green{color: #3AA220 !important;}
/* .text-gray{color: #939393 !important;} */
.text-red{color: #FF2424 !important;}
.text-yellow{color: #ECAA00 !important;}
.text-dark{color: #000 !important;}
.text-gray{color: #525252 !important;}

.rotate-45{transform: rotate(45deg);}
.rotate-225{transform: rotate(225deg);}
.rotate--90{transform: rotate(-90deg);}

/* */

.text-primary{
    color: #000956 !important;
}

.text-secondary{
    color: #4444FF !important;
}

/* pace */

.pace .pace-progress{
    background: #000956;
}

.pace .pace-activity{
    border-top-color: #000956;
    border-left-color: #000956;
}

/* app-sidebar */

.app-sidebar .menu .menu-item.active>.menu-link{
    color: #000956;
    background: #E2FFE2;
    font-weight: 600;
}

.app-sidebar .menu .menu-item.active>.menu-link .menu-icon{
    color: #000956;
    font-weight: 400;
}

/* app-sidebar-minify-btn */

.app-sidebar-content .container-sidebar-minify-btn .app-sidebar-minify-btn i{
    color: #000956;
}

/* dropdown-item */

.dropdown-item:focus,
.dropdown-item:hover{
    background: #000956;
    color: #fff;
}

.dropdown.navbar-primeros-pasos .dropdown-menu.media-list {
    max-width: 550px;
    border-radius: 6px;
}

.dropdown.navbar-primeros-pasos .dropdown-menu.media-list .dropdown-header{
    font-weight: 600;
    font-size: 13px;
    background: #fff;
}

.dropdown.navbar-primeros-pasos .dropdown-menu.media-list .media {
    border-top: none;
    border-bottom: none;
}

.dropdown.navbar-primeros-pasos .dropdown-menu.media-list .media p {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
}

.dropdown.navbar-primeros-pasos .dropdown-item:focus, .dropdown-item:hover {
    color: initial;
    background: initial;
}

.dropdown.navbar-primeros-pasos .progress.progress-sm {
    height: 6px;
}

.dropdown.navbar-primeros-pasos .progress.progress-sm .progress-bar{
    background: #000956;
}

/* navtabs */

.nav-tabs {
    border-bottom: 1px solid #939393;
}

.nav.nav-tabs .nav-item .nav-link.active{
    color: #000956;
    font-weight: 500;
    border-bottom: 1.5px solid #000956;
    margin-bottom: -1px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #F4F6F8;
}

.nav.nav-tabs .nav-item .nav-link {
    font-weight: 500;
    color: #525252;
    padding: 10px 20px;
}

.nav.nav-tabs+.tab-content{
    padding: 15px 0px;
    background: none;
}

/* buttons */

.btn-primary {
    font-weight: 600;
    background: #000956;
    border: 1px solid #000956;
}

.btn-login{
    width: 135px;
    height: 38px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    font-weight: 600;
    background: #000956;
    border: 1px solid #000956;
    opacity: .8;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{

    background-color: #000956;
    border-color: #000956;
}

.btn-secondary{
    font-weight: 600;
    background: #fff;
    color: #000956;
    border: 1px solid #000956;
    box-shadow: none;
}

.btn-secondary:hover{
    background: #fff;
    color: #000956;
    border: 1px solid #000956;
    opacity: .8;
}

.btn-link{
    color: #000956;
    text-decoration: underline;
    font-weight: 600;
}

.btn-link-login{
    color: var(--i-facture-primarios-blue, #000956);

    /* Body - Public sans/medium */
    font-family: Public Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}

.btn-link-login:hover {
    color: var(--grises-tipografa, #525252);
    border-color: white;
}



.btn-scroll-to-top,
.btn-scroll-to-top:hover,
.btn-scroll-to-top:focus,
.btn-scroll-to-top:active{
    background: #fff;
    color: #000956;
    border: 1px solid #E7E7E7 !important;
}

.btn-scroll-to-top:hover,
.btn-scroll-to-top:focus,
.btn-scroll-to-top:active{
    opacity: .7;
}

.btn-group>.btn+.btn-secondary,
.input-group>.btn+.btn-secondary,
.input-group>.btn+.dropdown-menu+.btn-secondary{
    border-left: 1px solid #000956;
}

/* modal */

.modal.left .modal-header .modal-title,
.modal.right .modal-header .modal-title{
    color: #4444FF;
}

/* form control */

.form-control:focus {
    box-shadow: none;
    border-color: #4444FF;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    background: #fff;
    border-left: 0px;
    border-color: #939393;
}


/* tooltip match */

.tooltip-match .tooltip-inner {
    background-color: #3836ac !important;
    max-width: 550px;
    width: 550px; 
}

.tooltip-match.bs-tooltip-top .arrow::before, 
.tooltip-match.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #3836ac;
}

.tooltip-match.bs-tooltip-right .arrow::before, 
.tooltip-match.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #3836ac;
}

.tooltip-match.bs-tooltip-bottom .arrow::before, 
.tooltip-match.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #3836ac;
}

.tooltip-match.bs-tooltip-left .arrow::before, 
.tooltip-match.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #3836ac;
}

.tooltip-match .table-match{
    color: #fff;
    font-size: 14px;
}

/* plugins: select2 */

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]{
    background: #000956;
}

/* */

.table-primary thead tr {
    --bs-table-bg: #E2FFE2;
    /* --bs-table-border-color: #c1d2e0;
    --bs-table-striped-bg: #40464b;
    --bs-table-striped-color: #FFFFFF;
    --bs-table-active-bg: black;
    --bs-table-active-color: #FFFFFF;
    --bs-table-hover-bg: #202325;
    --bs-table-hover-color: #FFFFFF;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color); */
}

.table-primary thead tr th{
    color: #000956;
    font-weight: 600;
}

body table.dataTable thead tr th.sorting_desc:after{
    color: #000956;
}

.table-primary tbody tr {
    --bs-table-bg: #fff;
}

.table-primary tbody tr td{
    border-bottom: 0px;
}

/* timeline */ 

.timeline .timeline-icon{
    left: 0% !important;
}

.timeline:before{
    left: 5.2% !important;
    width: 2px;
    background: #E7E7E7;
    top: 30px;
    bottom: 30px;
}


.timeline>li {
    padding: 0px 0;
}

.timeline .timeline-icon {
    top: 18px;
}

.timeline .timeline-icon a {
    width: 32px;
    height: 32px;
    background: #000956;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #000956;
}


.timeline .timeline-content {
    margin-left: 15%;
}

.timeline .timeline-content {
    background: none;
    padding: 0px 10px;
    margin-left: 10%;
    margin-right: 0%;
}

.timeline .timeline-content:before{
    content: '';
    border: none;
    background: none;
}

.modal.modal-uwigo .modal-header{
    background: #5756B3;
}

.modal.modal-uwigo .modal-header .modal-title,
.modal.modal-uwigo .modal-header .btn-close{
    color: #fff !important;
}


.bootstrap-select button{
    --bs-btn-color: #20252a;
    --bs-btn-bg: #FFFFFF;
    --bs-btn-border-color: #939393;
    font-weight: 400;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active{
    color: #000956;
    background-color: #E2FFE2;
}


.app-header .navbar-nav .navbar-item.navbar-primeros-pasos .navbar-link{
    padding: 5px 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">") !important;
}


.breadcrumb .breadcrumb-item a{
    color: #525252;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.breadcrumb .breadcrumb-item {
    color:  #000956;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}