/* HEADER */
.btn-event{
    min-width: 200px !important;
    border: 1px solid #00A3FF !important;
    margin-right: 10px;
    color: #00A3FF;
}

.btn-event i{
    margin-right: 10px;
    color: #00A3FF;
}

.sub-menu-event{
    width: 200px;
}

/* DATATABLES */
.dataTables_filter {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wrapper-event{
    padding-right: 0;
}

.wrapper-event .content{
    border-radius: 0;
}

/*Inputs*/
.select2-selection{
    height:48px !important;
}

/*SEARCH VALLEY*/
.info-valley p{
    margin-bottom: 0 !important;
}

.info-valley img{
    margin-bottom: 5px;
}

/*MESSAGE*/
.swal2-confirm{
    background-color: #F1416C !important;
}

.swal2-icon.swal2-warning{
    border-color: #F1416C !important;
    color: #F1416C !important;
}

.btn-alert-confirm{
    background-color: #00A3FF !important;
}

/*TEXT*/
.text-split {
    white-space: nowrap;   
    overflow: hidden; 
    text-overflow: ellipsis;
    width: 270px;
  }


/*RECEIPT*/
.receipt-sell i{
    font-size: 60px !important;
}

.receipt-sell h5{
    font-size: 18px;
}

.receipt-sell p{
    margin:0;
}

.receipt-sell a{
    margin-top: 15px !important;
}

.welcome .card{
    background-color: #f3f3f3 !important;
}

.symbol .symbol-label{
    background-color: #fff !important;
}

  /*RESPONSIVE*/
  @media(max-width:526px){
    .btn-event{
        min-width: 180px !important;
    }

    .logo-event{
        width: 150px !important;
    }
    
    .numbers-valleys .border{
        width: 100% !important;
    }

    .numbers-cashiers .border{
        width: 100% !important;
    }

    .numbers-exhibitors .border{
        width: 100% !important;
    }

    .infos-login a{
        margin-top: 10px;
    }

    .infos-login h1{
        margin-top:20px;
        font-size: 18px !important;
    }

    .infos-login p{
        font-size: 15px !important;
        margin-top: -10px;
    }
  }