/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2') format('woff2');
}

.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:visited{
    color: #3d0066;
}
.btn-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(75,0,102,.25);
}

.btn-primary{
    color: #fff;
    background-color: #3d0066;
    border-color: #3d0066;
}
btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #3d0066;
    border-color: #3d0066;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3d0066;
    border-color: #3d0066;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #3d0066;
    border-color: #3d0066;
    box-shadow: 0 0 0 0.2rem rgba(75,0,102,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(75,0,102,.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #3d0066;
    border-color: #3d0066;
}

.badge-primary{
    background-color: #3d0066;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link{
    background-color: #3d0066;
}

a:not(.btn),
a:not(.btn):hover,
a:not(.btn):active,
a:not(.btn):visited{
    color: #3d0066;
}

.btn-backtop{
    position: fixed;
    bottom: 15px;
    right: -70px;
    z-index: 15;
    -webkit-transition: right 300ms ease-out;
    -moz-transition: right 300ms ease-out;
    -o-transition: right 300ms ease-out;
    transition: right 300ms ease-out;
    color: #A1A1A1;
    border: 2px solid #A1A1A1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0px;
}
.btn-backtop i{
    font-size: 45px;
}
.btn-backtop.show{
    right: 7px;
}

.view-pwd{
    cursor: pointer;
}

.material-icons{
    vertical-align: middle;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body{
    
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

.container-menu{
    padding: 20px 15px 100px 15px;
    margin-top: 60px;
}

.card{
    
}
.card .card-float-button{
    position: absolute;
    top: -20px;
    right: -10px;
}

label{
    font-weight: bold;
}

.form-check-label{
    font-weight: normal;
}

.rewards{
    display: flex;
    flex-wrap: wrap;
}
.rewards .rewards-item{
    width: 30px;
    height: 30px;
    background: #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
}
.rewards .rewards-item i{
    display: none;
}
.rewards .rewards-item.success{
    background: #28a745;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.rewards .rewards-item.success i{
    display: inline;
}

.vh-25{
    height: 25vh!important;
}
.vh-30{
    height: 30vh!important;
}
.vh-60{
    height: 60vh!important;
}
.vh-70{
    height: 70vh!important;
}
.vh-75{
    height: 75vh!important;
}
.vh-80{
    height: 80vh!important;
}

.w-5{
    width: 5%!important;
}
.w-10{
    width: 10%!important;
}
.w-15{
    width: 15%!important;
}
.w-20{
    width: 20%!important;
}
.w-30{
    width: 30%!important;
}
.w-35{
    width: 35%!important;
}
.w-40{
    width: 40%!important;
}
.w-45{
    width: 45%!important;
}
.w-55{
    width: 55%!important;
}
.w-60{
    width: 60%!important;
}
.w-65{
    width: 65%!important;
}
.w-70{
    width: 70%!important;
}
.w-80{
    width: 80%!important;
}
.w-85{
    width: 85%!important;
}
.w-90{
    width: 90%!important;
}
.w-95{
    width: 95%!important;
}

.reward-horizontal-scroll{
    display: flex;
    overflow: auto;
}
.reward-horizontal-scroll .reward-item{
    min-width: 210px;
    width: 210px;
    margin-right: 15px;
}
.reward-horizontal-scroll .reward-item .reward-item-image{
    height: 120px;
    object-fit: cover;
}
.reward-horizontal-scroll .reward-item .card-title{
    
}
.reward-horizontal-scroll .reward-item .card-body{
    padding: 10px;
}
.reward-horizontal-scroll .reward-empty{
    width: 100%;
    text-align: center;
    padding: 15px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    padding-right: 10px;
    padding-left: 10px;
}
.row{
    margin-right: -10px;
    margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 10px;
    padding-left: 10px;
}

.card-header{
    padding: .55rem 1rem;
}
.card-body{
    padding: 1em;
}
.card-footer{
    padding: .55rem 1rem;
}

#float-alerts{
    position: fixed;
    top: 80px;
    right: 0px;
    z-index: 15;
    list-style-type: none;
}

.progress-bar-bonifique{
    background-color: #412866!important;
}

.wizard-pane{
    display: none;
}
.wizard-pane.active{
    display: block;
}

/*--------------------------------------*/

#header{
    
}
#header .navbar{
    background: #3D0066;
    border-bottom-color: #2A0047;
}
#header .navbar a,
#header .navbar .btn{
    color: #fff !important;
}
#header .alert{
    border-radius: 0;
}
#header .alert{
    background: #86E800;
    
}
#header .alert .btn{
    border-radius: 5px;
    font-weight: bold;
    background: #fff;
    color: #000;
    max-width: 400px;
    margin: 0 auto;
}
@media screen and (min-width: 993px) {
    #header .navbar .navbar-brand{
        width: 138px;
    }
    #header .navbar-actions{
        order: 3;
        margin-left: auto !important;
    }
    #header .sidebar{
        order: 2;
    }
    #header .navbar-brand{
        order: 1;
    }
}
@media screen and (max-width: 992px) {
    #header .navbar .navbar-brand{
        width: 40%;
    }
    
    #header .navbar .sidebar{
        margin-left: -15px;
        margin-right: -15px;
        background: #2A0047;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        top: 158px;
        right: -600px;
        width: 300px;
        transition: right 0.35s ease;
        display: block!important;
        height: calc(100% - 106px);
    }
    #header .navbar .sidebar.show{
        right: 15px;
    }
}

/*--------------------------------------*/

#footer{
    background: #2A0047;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
}
#footer a{
    color: #fff;
}
#footer .footer-brand{
    
}
#footer .footer-brand img{
    width: 200px;
}
#footer .social-links .nav-link{
    width: 35px;
    height: 35px;
    background: #fff;
    color: #3D0066!important;
    margin: 5px;
    padding: 0px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}