.credit-consumption{
    color: purple;
    margin-right: 20px;
}
.padding-10{
    padding: 10px;
}
.stripes-consumption{
    width: 100%;
    margin-top: -10%;
}
.btn-consumption{
    background-color: purple !important;
    border: 1px solid purple !important;
}
.sub-container-date{
    width: 50%; 
    box-sizing: border-box;
}
.container-date{
    font-size: 12px; 
    display: flex; 
    width: 100%;
}
.text-bold{
    font-weight: bold;
    color: black;
}
.text-secondary{
    font-size: 12px;
    color: #6c757d;
}
.description-consumption{
    padding: 10px;
    color: black;
}
.margin-0{
    margin: 0;
}
.mini-card-consumption{
    margin: 0 auto;
    margin-top: -10%;
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 15px;
}
.card-container-consumption{
    position: relative; 
    display: flex; 
    flex-direction: column; 
    min-width: 0; 
    word-wrap: break-word; 
    background-color: #fff; 
    background-clip: border-box; 
    border: 1px solid rgba(0, 0, 0, .125); 
    max-width: 400px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.card-img-consumption{
    width:100%;
    border-radius: 20px 20px 0px 0px;
}
.description-tickets{
    background-color: black;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    max-width: 500px;
    margin: 0 auto;
    font-size: 12px;
}
.name-event-tickets{
    font-size: 18px;
    font-weight: bolder;
    margin: 0
}
.padding-bottom-0{
    padding-bottom: 0 !important;
}
.background-name-event-tickets{
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0, 0,0.0));
}
.name-tickets{
    color: black;
    margin: 0;
    font-weight: bolder
}
.container-name-tickets{
    background-color: rgb(0, 201, 167);
    text-align: right;
    border-radius: 0 0 0 10px
}
.border-top-tickets{
    border-top: rgb(0, 201, 167) 2px solid;
}
.container-tickets{
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    color: black;
    margin: 0 auto;
    width: 100%;
    max-height: 200px !important;
    max-width: 500px;
}
.container-separator{
    border: 0.5px solid black;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
}
.text-red{
    color: red !important;
}
.bg-white{
    background-color: white !important;
}
.p-10{
    padding: 10px;
}
.btn-block{
    color: white;
}
.bg-guest{
    background-color: #923eb9 !important;
    border-color: #923eb9 !important;
}
.text-black{
    color: black !important;
}
.p-0{
    padding: 0;
}
.description-desk{
    text-align: left;
    font-size: 12px;
}
.font-size-22{
    text-align: right;
    font-size: 30px;
}
.padding-top-15{
    padding-top: 15px;
}
.d-none{
    display: none;
}
.container-card-disk{
    border: 1px black solid; 
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 20px;
    text-align: center;
}
.margin-10-porcentaje{
    margin-top: 25% !important;
}
.img-event-detail{
    width: 100%;
    margin: 0 auto;
}
.card-response{
    max-width: 450px;
    margin: 0 auto;
    padding: 20px;
    border: 2px #5cb85c solid;
    border-radius: 15px;
}
.border-blue{
    border: 2px #2596be solid;
}
.danger{
    border: 2px #c82333 solid;
}
.bg-danger{
    background-color: #c82333;
    border-radius: 10px;
    border-color: #c82333;
}
.bg-success{
    background-color: #5cb85c;
    border-radius: 10px;
    border-color: #5cb85c;
}
.btn-qr{
    background: rgb(168, 77, 203);
    border: none; 
    margin-top: 10px;
}
.text-container-qr{
    font-size: 12px;
    color: black
}
.container-img-qr{
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: right;
    padding: 0 10px 0 10px;
    background-color: white;
    border-radius: 10px;
    width: 80%;
    margin: auto;
}
.body-card-qr {
    background-image: url('../img/background-far-away.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 20px;
}
.stripes-pink-qr{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -15px;
    margin-bottom: -15px;
}
.border-radius-10{
    border-radius: 10px !important;
}
.bg-size-cover{
    background-size: cover;
}
.text-purple-qr{
    color: rgb(168, 77, 203);
}
.text-pink-qr{
    color: rgb(244, 87, 145);
}
.text-header-qr{
    font-size: 14px;
}
.card-qr{
    background: black;
    border-radius: 20px;
    padding: 15px;
}
.container-qr{
    max-width: 400px;
    margin: 0 auto;
}
.admit-one {
    font-size: 12px;
    position: absolute;
    color: darkgray;
    height: 50%;
    padding: 0 10px;
    letter-spacing: 0.15em;
    display: flex;
    text-align: center;
    justify-content: space-around;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    left: 61%;
    word-wrap: break-word;
}
.navbar-brand img{
    max-width: 100px;
}
#mobile{
    display: none;
}
@media screen and (max-width: 768px) {
    .p-0{
        padding: 5px;
    }
    .bg-white{
        background-color: white;
    }
    .admit-one{
        margin: 0;
        left: 330px;
    }
    #desk{
        display: none;
    }
    #mobile{
        display: block;
    }
    .separation{
        height: 20px;
    }
    .font-size-10{
        font-size: 10px;
    }
    .font-size-22{
        font-size: 20px;
    }
    .padding-0{
        padding: 0 !important;
    }
    .button-card{
        margin: 0 !important; 
        border-radius: 0 0 15px 15px;
    }
    .container-card-img{
        padding: 0; 
        padding-left: 10px;
    }
    .container-card{
        border: 1px black solid; 
        border-radius: 15px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .padding-20{
        padding: 10px;
    }
}