/* 
===============================================
============== FONTS ==============
===============================================
*/

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}

.montserrat-font, .montserrat-font * {
    font-family: Montserrat !important;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas, .fa {
    font-family: "Font Awesome 6 Free" !important;
}

/* 
===============================================
============== MISCELLANEOUS ==============
===============================================
*/

.flex-config-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.big-box-shadow {
    background: #550100;
    height: 4.5rem;
    padding: 1rem 0rem;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.small-box-shadow {
    padding: 0.5rem;
    background: #ab0200;
    color: white;
    border-radius: .7rem;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}


.big-box-shadow-content {
    color: white;
    gap: 2rem;
    padding: 0 1rem;
}

.svg_fondo {
    background: rgb(210,2,2);
    background: radial-gradient(circle, rgba(210,2,2,1) 30%, rgba(118,1,1,1) 100%);
} 

.bg-alert {
    background-color: #F6922F !important;
}

.background-vinotinto
{
    background-color: #770101 !important;
}

.text-vinotinto
{
    color: #770101 !important;
}
/* 
===============================================
============== REUSABLES-CLASSES ==============
===============================================
*/

.visible-radio-label + .hidden-radio-input {
    display: none;
}

/* ======================== FORMS ======================== */

.form-vt-lg, .select-vt-lg
{
    border-radius: 1rem !important;
    height: 4rem !important;
}

.select-vt-lg > option:nth-child(odd)
{
    background-color: #ebbfbf;
}

.select-vt-lg > option:hover
{
    background-color: #e99d9d;
}

/* 
===============================================
=============== NAVBAR SECTION ================
===============================================
*/

.page-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
    padding: 0 4rem;
}

.page-navbar::before {
    content: "";
    background: radial-gradient(circle, rgba(210, 2, 2, 1) 30%, rgba(118, 1, 1, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    mask-image: linear-gradient(to bottom, #FFF 80%, transparent 100%);
}

.page-navbar * {
    margin: 0;
}

.money-visualizer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-settings {
    flex-basis: 33%;

}

.user-settings-mobile
{
    display: none;
    flex-grow: 0;
}

.user-settings-mobile > a::after
{
    content: unset;
}

.login-hr-separator {
    border: .125rem solid white;
    border-radius: 2rem;
    opacity: 1;
    margin: 0 1rem;
}

.page-navbar img {
    height: 0;
    min-height: 100%;
}

.navbar-big-icon {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 2.4rem;
}

.search-bar {
    background-color: #9f0505;
    transition: background-color .25s;
    border-radius: 4rem;
    box-shadow: 0px 4px 5px 1px black;
    flex-shrink: 2;
    flex-basis: 50%;
}

.search-bar:has(.game-search-input:focus) {
    background: #d50000;
}

.search-bar .game-search-button {
    flex-basis: 15%;
}

.search-bar .game-search-input {
    flex-basis: 70%;
    height: 100%;
    width:100%;
    background: transparent;
    border: none;
    color: white;
}

.game-search-input:focus {
    outline: none;
}

.search-bar .game-search-filter {
    flex-basis: 15%;
}

.money-container {
    gap: 1rem;
    border: 1px solid white;
    border-radius: 2rem;
    padding-left: 1rem;
}

.money-count {
    gap: .5rem;
}

.money-icon {
    color: yellow;
}

.recharge-money-button {
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #ffcc2a;
    padding: 1rem 2rem;
    border-radius: 3rem;
    color: #6f0000;
    user-select: none;
}

.recharge-money-button:hover {
    filter: opacity(0.8);
    text-decoration: none;
}

.recharge-money-icon
    {
        display: none;
    }

.notifications-area::after
{
    content: unset;
}

.notification-bell {
    font-size: 2.4rem;
}

.navbar-first-part, .navbar-second-part {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    gap: 2rem;
    flex-basis: 50%;
    flex-shrink: 1;
}

@media screen and (max-width: 992px) {
    .page-navbar
    {
        padding: 0 3rem;
    }
    .big-box-shadow
    {
        height: 3.5rem;
    }

    .small-box-shadow
    {
        font-size: 10px;
    }

    .big-box-shadow-content *
    {
        font-size: 10px;
    }

    .recharge-money-button
    {
        padding: 0.7rem 1rem;
    }

    .money-container
    {
        font-size: 12px;
    }

    .navbar-big-icon
    {
        font-size: 1.8rem;
    }

    .search-bar
    {
        box-shadow: 0px 3px 3px 0px black;
    }
}

@media screen and (max-width: 768px) {

    .page-navbar
    {
        gap: 2rem;
        padding: 0 2.6rem;
    }

    .user-settings
    {
        flex-basis: 38%;
    }

    .recharge-money-button {
        padding: 0.5rem .7rem;
    }

    .big-box-shadow
    {
        height: 3rem;
    }

    .small-box-shadow {
        font-size: 6px;
        border-radius: .4rem;
    }

    .navbar-big-icon {
        font-size: 1.4rem;
    }

    .search-bar .game-search-button {
        flex-basis: 20%;
    }

    .search-bar .game-search-filter {
        flex-basis: 25%;
    }
}

@media screen and (max-width: 576px) {

    .navbar-first-part
    {
        flex-basis: 25%;
    }
    
    .navbar-second-part
    {
        flex-basis: 75%;
    }

    .search-bar
    {
        display: none;
    }

    .user-settings
    {
        display: none;
    }

    .user-settings-mobile
    {
        display: inline-block;
    }

    .recharge-money-button
    {
        padding: 0.6rem 1.3rem;
        font-size: 1.5rem;
    }

    .recharge-money-text
    {
        display: none;
    }

    .recharge-money-icon
    {
        display: block;
    }
}

@media screen and (max-width: 360px)
{
    .money-container
    {
        font-size: 9px;
    }
}

/* 
===============================================
=========== ASIDE AND MAIN SECTION ============
===============================================
*/

.aside-main-container {
    display: grid;
    grid-template-columns: auto 1fr;
}

#cuerpoSistema {
    width: 73vw;
    padding:0px 20px 0px 0px;
}

@media screen and (max-width: 992px) {
    #cuerpoSistema 
    {
        padding: 0;
    }
}

@media screen and (max-width: 576px) 
{
        #cuerpoSistema
        {
            width: 100vw;
            padding: 0 2rem;
        }
}

/* 
===============================================
============= ASIDE AREA SECTION ==============
===============================================
*/

.vinotinto-aside-container
{
    width: 23vw;
    height: 87.6vh;
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 1000;
    position: sticky;
    left: 0;
    top: 8rem;
    /* margin: 2rem 2rem 0 2rem; */
}

.vinotinto-aside-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid red; */
}

.aside-box {
    background-color: #550100;
    width: 80%;
    height: 95%;
    margin-left: 2rem;
    border-radius: .75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aside-box .aside-main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 90%;
    width: 100%;
    padding: 0rem 1rem;
    gap: 2rem;
}

form.aside-switch {
    margin-top: 2rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aside-radio-label {
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    
    color: white;
    cursor: pointer;
    transition: background-color .25s, box-shadow .25s;
}

.aside-radio-label:has(+.hidden-radio-input:checked), .aside-movement-option:hover {
    background-color: #c90707;
    color: white;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.aside-radio-label:has(+.hidden-radio-input:checked) {
    cursor: default;
}



.aside-box .aside-main-content .aside-main-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: .75rem;
}

.aside-movement-option {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 2.5rem;
    color: white;
    gap: .5rem;
    border-radius: 2rem;
    transition: background-color .25s, box-shadow .25s;
}

.aside-movement-option.dropdown-item
{
    margin: .2rem 0;
}

.aside-movement-option .aside-movement-icon {
    width: 2rem;
    margin: .5rem;
}




.aside-box .aside-log-out-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    background-color: #ffcc2a;
    border: none;
    width: 90%;
    flex-basis: 8%;
    border-radius: .75rem;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    color: #510200;
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    transition: background-color .25s;
}

.aside-box .aside-log-out-button .aside-log-out-button-icon {
    font-size: 2rem;
}

.aside-box .aside-log-out-button:hover {
    background-color: #fad96d;
    
}

.aside-log-out-button:active {
    filter: brightness(0.7);
}



@media screen and (max-width: 992px) {
    form.aside-switch
    {
        flex-direction: column;
    }

    .aside-radio-label
    {
        width: 100%;
        text-align: center;
    }

    .aside-movement-option
    {
        font-size: 1.7rem;
    }

    .aside-box .aside-log-out-button 
    {
        font-size: 1rem;
    }

    .aside-box .aside-log-out-button .aside-log-out-button-icon 
    {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .aside-radio-label
    {
        font-size: 1rem;
    }

    .aside-movement-option
    {
        font-size: 1.3rem;
    }

    .aside-main-options
    {
        gap: unset;
    }
}

@media screen and (max-width: 576px)
{
    .vinotinto-aside-container
        {
            display: none;
        }
}

/* 
===============================================
==================== MODALS ===================
===============================================
*/

.modal-header.centro.bg-alert img {
    margin: auto;
}

/* 
===============================================
=============== PEDRO-CONTAINERS ==============
===============================================
 */

.ibox-contentPedro #pricing.container {
    max-width: fit-content;
}

/* 
===============================================
=================== BS TABLES =================
===============================================
*/

.table.table-bordered
{
    border-radius: 1rem;
    overflow: hidden;
}

.table.table-bordered >tbody>tr>td.centro[colspan='1']
{
    background-color: #efefef;
}




/* 
===============================================
============== TAQUILLA-ANIMALITOS ============
===============================================
 */

.boton-animales {
    background-color: white;
}

.boton-animales:hover {
        background-color: #9bd3c8 !important;
}

.boton-animales.btn-danger:hover {
    background-color: #e99d9d !important;
    border-color: #e99d9d !important;
}


.total-amount-roulette {
    color: #e99d9d
}