/* OVERRIDE */
body {
    font-family: 'Montserrat', sans-serif;
}
main {
    margin-bottom: 70px;
}

header .logo-bimbocards {
    max-height: 80px;
    margin: 10px 0px;
}
header .opt {
    margin: 5px 0px 0px 0px;
    width: 50px;
    height: 50px;
}

header .opt img {
    max-height: 40px;
}
header .opt:hover, header .opt:focus {
    color: #46C8F5;
}

footer {
    font-family: 'Nunito+Sans', sans-serif;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
footer .opt {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
footer .opt {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
footer .opt.middle {
    width: 60px;
    height: 60px;
    margin-top: -10px;
}
footer .bg-footer {
    background-color: #FFF;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 75px;
}

footer .opt img {
    max-height: 50px;
}
footer .opt.middle img {
    max-height: 60px;
}

footer .selected .opt:hover, footer .selected .opt:focus {
    -webkit-filter: contrast(200%)
    filter: contrast(200%)
    /*opacity: 80%;*/
}
footer .selected .opt {
    filter: none;
    /*opacity: 60%;*/
}
footer .selected span {
    color: #0031aa;
    filter: none;
}

footer span {
    position: relative;
    bottom: 5px;
    font-size: 12px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0031AA;
    --bs-btn-border-color: #0031AA;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1d4abe;
    --bs-btn-hover-border-color: #1d4abe;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0031AA;
    --bs-btn-active-border-color: #FFF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #4978ED;
	--bs-btn-border-color: #4978ED;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #7e9ff0;
	--bs-btn-hover-border-color: #7e9ff0;
	--bs-btn-focus-shadow-rgb: 130,138,145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #7e9ff0;
	--bs-btn-active-border-color: #7e9ff0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #2CC1D6;
	--bs-btn-disabled-border-color: #2CC1D6;
}

.btn-tertiary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #4978ED;
	--bs-btn-border-color: #4978ED;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #648ffe;
	--bs-btn-hover-border-color: #648ffe;
	--bs-btn-focus-shadow-rgb: 130,138,145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4978ED;
	--bs-btn-active-border-color: #4978ED;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #8cabf9;
	--bs-btn-disabled-border-color: #8cabf9;
}



.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	pointer-events: none;
	background-color: #CCC;
	border-color: #CCC;
}

a, a:link, a:visited, a:active {
    color: #1D1E4C !important;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #625C7C !important;
}

.hr-blue hr {
    border-top: 1px solid #0031AA;
    border-bottom: 0px;
    background-color: transparent;
    opacity: 1;
}
.hr-white hr {
    border: 1px solid #FFFFFF;
    border-bottom: 0px;
    background-color: transparent;
    opacity: 1;
}




/* NEWS */
.text-blue {
    color: #0031AA;
}
.bg-blue {
    background-color: #0031AA;
}

.text-gray {
    color: #696969;
}
.text-red {
    color: #E23B3B;
}
.shadow {
    box-shadow: 0rem .5rem 1rem rgba(0,185,242,.30) !important;
}


/* Message */
.backdropMessage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1055;
    display: none;
}
.message-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1060;
    background-color: #0031AA;
    color: white;
    border-radius: 20px;
    width: 90%;
    max-width: 400px;
    padding: 20px 20px 50px 20px;
    display: none;
    font-size: 14px;
}
.message-content {
    text-align: center;
    position: relative;
}
.message-content .btnClose {
    position: absolute;
    top: 0px;
    right: 0px;    
    font-size: 16px;
    cursor: pointer;    
}






.tableNotify .notify {
    cursor: pointer;
}
.tableNotify .notify td {
    font-size: 14px;
}
.tableNotify .notify.noread {
    font-weight: bold;
}




.notifyBadge span {
    top: 13px;
    right: -9px;
    font-size: 10px;
}




#toast-container > div {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
}
.toast-title {
    font-size: 22px;
}

.toast-message {
    font-size: 22px;
}

footer .bg-footer {
    background-color: #FFF;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}
footer span {
    color: #0631aa;
}




.bg-over {
    background-color: rgba(0,0,0,0.4);
    position:fixed;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    z-index: 1090;
}

.points-earned {
    display: flex;
    background-color: #00baf2;
    bottom: -30px;
    padding: 15px;
    font-size: 20px;
    align-items: center;

    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    height: 130px;
}
.points-earned .coin {
    height: 100px;
}
.points-earned .text {
    font-size: 16px;
}
.points-earned .totalPoints {
    font-size: 30px;
    font-weight: bold;
}




/* SPECIALS */

.text-special-blue {
    color: #025CFE;
}

#modalRules .modal-content {
    background-color: #aad301;
    color: white;
}







@media (max-width: 576px) {
    header .opt {
        width: 45px;
        height: 45px;
    }
    footer .col {
        padding: 0px 0px;
    }
    footer .opt {
        width: 45px;
        height: 45px;
    }
    footer .opt.middle {
        width: 55px;
        height: 55px;
    }
    footer .opt img {
        max-height: 40px;
    }
    footer .opt.middle img {
        max-height: 50px;
    }
    footer span { 
        bottom: 7px;
        font-size: 8px;
    }
}

@media (max-width: 344px) {
    footer .opt {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }
    footer .opt.middle {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    footer .opt img {
        max-height: 30px;
    }
    footer .opt.middle img {
        max-height: 40px;
    }
}

