.login-page, .register-page {
    min-height: 100vh;
    background: #0b1d36 url('/images/login-bg-static.jpg') center/cover no-repeat fixed;
    position: relative;
    overflow-y: auto;
}
.login-box, .register-box {
    position: relative;
    z-index: 1;
}
/* .login-logo img{
    height:100px;
} */

[class*=sidebar-dark-]{
    background-color: #25364c;
}
.preloader.flex-column img{
    border-radius: 15px;
}
.btn-primary, .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active, .bg-primary{
    background-color:#60b8c3 !important;
    border-color: #60b8c3;
}
.card-primary.card-outline{
    border-color: #60b8c3;
}
.btn-danger{
    background-color: #d81b60;
    border-color: #d81b60;
}
.btn {
    border-radius: 0 !important;
}
.punto-de-venta, .thead-primary{
    background-color:#60b8c3;
    color: #fff !important;
}
.main-sidebar .nav-header{
    border-bottom:solid 2px #60b8c3;
    /* border-top:solid 2px #60b8c3;
    border-left:solid 2px #60b8c3; */
}
.container-products{
    padding:15px;
}
.cart-quantity-input{
    width: 100px;
}
.br-2{
    border-radius: 15px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
.hidden-button {
    display: none;
}

.banner-img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* Ensures the image covers the entire space */
}

/* Container for the profile photo */
.profile-photo-container {
    position: absolute;
    bottom: -50px; /* Adjust this to position the profile photo below the banner */
    left: 50%; /* Center the photo horizontally */
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid white; /* White border like Facebook */
}

/* Style for the profile photo */
.profile-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


/* add new css  */
.match-page-teams table tr td{
    font-size:12px;
}
.match-page-teams table tr td input{
    font-size: 12px;
    padding:2px;
    height: auto;
}
.match-page-teams{
    font-size:12px;
}
