.hidden {
    display: none;
}

.select2-drop-active {
    margin-top: -25px;
}

.select2-search--hide {
    display: block !important;
}

.error {
    color: red;
}

td.ui-datepicker-current-day a.ui-state-default.ui-state-active {
    background: #003eff;
    color: white;
}

.viewpass {
    float: right!important;
    color:#808080a3;
    margin-top: -26px!important;
    font-size: 15px!important;
    margin-right: 10px;
}

.dataTables_wrapper .dt-buttons {
    margin-left: 20px;
}

.cp_cards_bg{
    background: linear-gradient(45deg, #f54266, var(--primary-bg-color));
    box-shadow: 5px 7px 26px -5px #502965;
    -webkit-box-shadow: 5px 7px 26px -5px #502965;
    padding-top: 12px;
}

.cp_card_img_bg{
    background: linear-gradient(45deg, var(--primary-bg-color), #8e79fd);
    padding: 11px;
    border-radius: 8px;
    width: 60px!important;
}

.header-select-display-custom select {
    background: none;
    border: none;
    color: #fff !important;
    padding: 8px 9px;
}

.header-select-display-custom option {
    color: black !important;
}

.header-select-display-custom select:focus {
    outline: none;
    box-shadow: none;
}
.call_to_action{
    margin-top:-1rem;
    font-size: 12px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    width : inherit!important;
}

.autor-name {
    display: flex;
    justify-content: flex-end;
}

.chart_not_found{
    font-size: 25px;
    text-align: center;
    margin: -5%;
    color: #ba4994;
    font-weight: 500;
}

.chart-no-data-found{
    color: #ba4994;
    font-weight: 500;
}

.total-row {
    background-color: #dbd0d0 !important;
}

.overflow_column_fix{
    width: 50%!important;
    white-space: normal!important;
}

.pdf-icon{
    width: 100px!important;
}

.not_found{
    color: #e1589d;
    font-weight: 800;
    font-size: 30px;
}

span.pdf-name-text {
    display: block;
    overflow: hidden;
    font-size: 13px;
    margin-left: 19px;
    word-wrap: break-word;
    margin-top: 5px;
    font-weight: 500;
}
