.container__title--info--height{
    height: 70px;
    position: relative;
}
.hr__header{
    border: 2px solid #E5E5E5; margin: 0; width: 99%; position: absolute; left: 0px;
}
.title-info--header{
    display: flex;
}
.title__info--flex{
    align-items: center;
    justify-content: flex-end;
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-75%);
}
.text__wrap {
    width: 100%;
    height: 30px;
    font-size: 14px;
}
.end__category{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.end__category--flex{
    display: flex;
    position: relative;

}
.end__category--flex-custom{
    margin-left: 16px;
    font-size: 14px; color: #818080;
}
.end__category--flex-custom::before{
    border-left: #0b2e13;
    position: absolute;
    top: 0;
    right: 0;
    background: #0b2e13;
}
.hr__header--custom {
    border: 1.5px solid #E5E5E5; margin: 0; width: 99%; position: absolute; left: 0px;
}
.container_info--custom{
    padding-bottom: 70px;
}
.end__category--flex--custom{
    position: relative;
}
.end__category--separate{
    font-size: 14px; color: #818080;

}
.end__category--separate::after{
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #818080;
    height: 14px;
    right: -8px;
    top: 0;
    transform: translateY(25%);
}
.barAction--custom{
    margin: 0;
}
.img_ninja--custom{
    margin-top: auto; width: 40px; height: 40px;
}
.date__custom{
    margin: 0 auto; color:#333333;font-size: 14px;
}
.container__title--info--height{
    height: 70px;
    position: relative;
}
.password-text-custom {
    margin: 0 auto;
    color: #333333;
    font-size: 14px;
}
.ticket-code{
    color: #337AB7;
}
.img_ninja-custom {
    margin-top: auto;
}
@media only screen and (max-width: 415px){
    .img_ninja {
        height: 47px;
        margin-top: auto;
        width: 40px;
    }
    .barAction-custom {
        width: 900px;
    }
}
