.graph-container-col {
    max-width: 1000px;
    margin: 0 auto;
}

.imgcontainer {
    max-width: 250px !important;
}

.navbar-brand {
    overflow: hidden;
    
    position: relative;
}

.Capa_1 {
    background-image: linear-gradient(#39c8c8,rgba(73, 172, 167, 0.607),rgba(73, 172, 167, 0.607),rgba(0, 0, 0, 0.03));
}

select {
    border: none !important;
    outline: none !important;
    background-color: rgb(247 247 247) !important;
    color: rgb(220, 53, 69);
    
}

.bankName {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    max-width: fit-content;
    position: relative;
    border: 4px solid transparent !important;
    max-width: 100%;
}

.bankName:hover {
    border: 4px solid red !important;
}

.bankName p {
    margin-bottom: 0.2rem !important;
    
}

.bordesito {
    position: absolute;
    border: 0px solid transparent;
    width: 0px;
    height: 0%;
    inset: 0;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    transition: border .5s, width .5s, height .5s, inset .5s;
}

.text-justify {
    text-justify: distribute;
}

.badge {
    height: 1.5rem;
    max-width: fit-content;
}

.lead {
    font-size: 1rem !important;
}

.max-w-150 {
    max-width: 400px;
    margin: 0 auto;
}

.list-group-item:hover .bordesito {
    border: 4px solid var(--main-theme-color);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    inset: 0;
}

.shadow-standard {
    /* box-shadow: 0 0 10px rgb(152, 152, 152) !important; */
    box-shadow: 0 0 10px var(--main-theme-color) !important;
} 

@media screen and (max-width: 1172px) {
    .dummybtnrecargas {
        background-color: white;
        padding: 6px;
        border: 4px solid #F6922F;
        border-radius: 6px;
        transition: background-color .25s, color .25s;
        transform: translateY(0%);
        width: 100%;
        order: 1;
    }

    .btndescription {
        order: 2;
    }
    
    .btnrecargas:hover .btndescription {
        color: blue;
    }
}

/* Graphs */

div.card-body > canvas[data-graph] {
    height: auto !important;
    width: 100% !important;
    aspect-ratio: 16/9;
}

@media screen and (orientation: landscape) {
    #form-chart-container {
        display: flex;
        justify-content: center;
    }
    #form-chart-container div.col-xl-6 {
        max-width: 80%;
    }
    div.col-xl-6[data-graph] {
        height: auto !important;
        max-width: 80% !important;
        aspect-ratio: 16/9;
    }

    div.row[data-graph] {
        justify-content: center;
    }
}


.responsiveimg {
    background-color: #7C040D;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100% !important;
    max-height: auto;
}