/* 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');
}

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;
}

.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;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #3d0066;
}

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

.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;
}

.container-menu{
    padding: 20px 15px;
}

.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.success{
    background: green;
}

.vh-60{
    height: 60vh!important;
}
.vh-80{
    height: 80vh!important;
}

#float-alerts{
    position: fixed;
    right: 25px;
    list-style-type: none;
    top: 80px;
    min-width: 400px;
    z-index: 9999;
}

.select2-container .select2-selection--single{
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !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;
}

/*********************************************/

#main-menu{
    background: #3d0066;
}
#main-menu .navbar-brand{
    max-width: 200px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#main-menu .navbar-nav .nav-link{
    color: #fff;
}
#main-menu .navbar-nav .nav-item.active .nav-link{
    text-decoration: underline;
}
#main-menu .dropdown-toggle span{
    color: #fff;
}
#main-menu .dropdown-toggle img{
    height: 30px;
}
#main-menu .dropdown-toggle::after{
    content: "";
    border-top-color: #fff;
}

@media screen and (min-width: 992px) {
    #main-menu .profile-options{
        order: 3;
    }
}

/*********************************************/

@media screen and (max-width: 450px) {
    .reward-horizontal-scroll{
        overflow: auto;
        flex-wrap: nowrap;
        justify-content: start!important;
    }
    .reward-horizontal-scroll .reward-item{
        width: 250px;
        min-width: 70%;
    }
}

/*********************************************/

.main-footer{
    padding: 0px 20px;
}

/*********************************************/

#not-found .row{
    height: 80vh;
}

/*********************************************/

#forbidden .row{
    height: 70vh;
}
