:root{
    --Principal: #000;
    --Fondo: #000;
    --Letras: #fff;
    --color1: #ff6600; /* naranja */
    --color2: #d42707; /* rojo */
    --color3: #ecea35; /* amarillo */
}
*{
    margin: 0;
    padding: 0;
    max-width: 100% !important;
}
html{
    font-size: 14px;
}
body *{
    font-family: 'cocogoose-Pro-Semilight-Italic', normal;
}
a{
    color: currentColor;
    text-decoration: none;
}
.dropdown-toggle:hover{
    filter: brightness(70%);
}
a:hover{
    filter: brightness(70%);
    text-decoration: none;
}
/*
a:hover *{
    transform: scale(1.1);
}
*/
.container-fluid{
    background-color: var(--Fondo);
    color: var(--Letras);
    width:100vw;
    height:100vh;
    margin:0;
    padding:0;
    overflow: scroll;
}
.container-fluid-hiddem{
    overflow: hidden;
}
.container-fluid>.row{
    height: 100vh;
}
.sidebar{
    padding: 1rem;
    height: 100vh;
    width: 100%;
}
.sidebar>.back{
    display: flex;
    position: absolute;
    bottom: 2.5rem;
    left: 6%;
}
.cuadrante{
    border: 1px solid var(--color3);
    padding: 0.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.contenido .cuadrante{
    min-height: 100%;
    height: 75vh;
}
.circulo.active{
    clip-path: circle(28% at 50% 50%);
    padding-top: 95px;
    background-color: var(--color2);
}
.circulo{
    clip-path: circle(25% at 50% 50%);
    width: 100%;
    margin: 0;
    padding-top: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10%;
}
.list-group{
    display: block;
}
.list-group-item{
    border-radius: 10px !important;
    margin-bottom: 5px;
    height: 40px;
    line-height: 15px;
    justify-content: center;
    text-align: center;
}
.Mesas{
    overflow: scroll;
}
.Canciones{
    overflow: scroll;
}
.Mesas .card{
    margin: 10px;
}
.card-mesa{
    width: 100%;
    min-width:150px;
}
ol, ul{
    padding: 0;
}
.dropdown-toggle-mesa::after {
    content: "\2630";
    border: none;
}
.isBetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 10px;
    background-color: var(--color1);
    color: white;
    font-size: 0.9rem;
    max-width: 500px !important;
}
.custom-button.active {
    background-color: var(--color2);
    color: white;
}
#simple-list .custom-button:hover{
    cursor: move;
}
.cursor-move{
    cursor: move;
}
.circle {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: var(--color3);
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    font-size: 25px;
}
.trash-icon {
    width: 20px;
    cursor: pointer;
}
.cuadrante .btn-secondary{
    border: none !important;
}
.btn{
    font-family: "cocogoose-Pro-Semilight", normal;
    font-weight: normal;
    min-width: 250px;
    margin: 5px;
}
.btn-close-modal{
    font-family: 'Segoe UI', normal;
    font-size: 1.2rem;
    cursor: pointer;
}
.btn-ingresar{
    font-family: 'cocogoose-Pro';
    font-weight: bold;
    border: 1px solid var(--color3);
    color: var(--color1);
}
.btn-agregar{
    background-color: var(--color1);
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    width: 200px;
    max-width: 100%;
    min-width: 175px;
}
.btn-close{
    color: #fff;
}
.modal *{
    font-family: "cocogoose-Pro-light", normal;
    font-weight: bold;
}
.modal .modal-title{
    font-size: 18px;
    font-family: "cocogoose-Pro-Semilight", normal;
    font-weight: bold;
}
.dropdown *{
    font-family: "cocogoose-Pro-light", normal;
    font-weight: bold;
}
.modal-dialog{
    display: inline-block;
    max-width: 75% !important;
    width: 800px;
    margin-top: 8%;
}
.modal-content{
    border-radius: 10px;
    border: 2px solid var(--color3);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    min-height: 225px;
}
.modal-header{
    border-bottom: none;
}
.modal-footer{
    border-top: none;
}
input{
    max-width: 100% !important;
}
.custom-input-sm{
    width: 50%;

    background-color: #222;
    border: none;
    color: white;
    border-radius: 5px;
    height: 40px;
    padding: 5px;
    margin-bottom: 20px;
}
.custom-input{
    width: 100%;
    /* min-width: 200px; */

    background-color: #222;
    border: none;
    color: white;
    border-radius: 5px;
    height: 40px;
    padding: 5px;
    margin-bottom: 20px;
}
.custom-textarea{
    width: 100%;
    /* min-width: 200px; */

    background-color: #222;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}
.custom-select{
    width: 100%;
    /* min-width: 200px; */

    background-color: #222;
    border: none;
    color: white;
    border-radius: 5px;
    height: 40px;
    padding: 5px;
    margin-bottom: 20px;
}
.table-responsive td{
    padding: 10px;
}
.Pagination{
    margin-bottom: 0;
}
.page-link{
    border: none;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 5px;
}
.page-link:hover, .page-link::selection, .page-link:focus, .page-link:focus-visible{
    border: none;
    border-color: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}
.page-item:hover, .page-item::selection, .page-item:focus, .page-item:focus-visible{
    border: none;
    border-color: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}
.AlinearPadre{
    position: relative;
    height: 100vh;
}
.AlinearHijo{
    position: absolute;
    top: 25%;
}
.EscaneaAqui{
    font-size:15px;
    font-family:'cocogoose-Pro';
    padding:2rem;
}
.qr{
    width: 50vw;
    max-width: 200px !important;
}
.logo-login{
    width: 100px;
    object-fit: scale-down;
}
.title-registrate{
    font-size: 1.3rem;
    color: var(--color1);
    text-shadow: 1px 0 var(--color3), -1px 0 var(--color3), 0 1px var(--color3), 0 -1px var(--color3),
       1px 1px var(--color3), -1px -1px var(--color3), 1px -1px var(--color3), -1px 1px var(--color3);
    letter-spacing: 2px;
    line-height: 1.7rem;
}
.form-registrate input{
    border: 1px solid var(--color3);
    max-width: 500px !important;
}
.TienesCuenta{
    font-size: 0.8rem;
    font-family: "cocogoose-Pro";
}
.texto{
    font-size: 0.7rem;
    font-weight: normal;
}
hr.yellow {
   border: 1px solid var(--color3);
   opacity: 0.6;
}
.subtitulo{
    color: var(--color1);
    font-size: 1rem;
}
.borderY{
    border: 1px solid var(--color3);
    border-radius: 5px;
    padding: 5px;
}
.table-custom{
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0);
}
.table-custom tr{
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.table-custom tr td{
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.form-control{
    font-size: 0.8rem;
    font-family: 'cocogoose-Pro';
}
.btn-secondary{
    border: none;
}

/* Media Queries */
@media screen and (max-width: 1250px) {
    .container-fluid{
        overflow: scroll;
    }
    .btn{
        min-width: 175px;
    }
}
@media screen and (max-width: 999px) {
    html{
        font-size: 14px;
    }
    .sidebar>.back{
        left: 4%;
    }
    .sidebar{
        height: 250px;
    }
    .btn{
        font-size: 0.9rem;
        min-width: 180px;
    }
}
@media screen and (max-width: 750px) {
    .btn-group-dj{
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .btn{
        font-size: 0.7rem;
        min-width: none;
    }
}