.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(to right, #c8e4fd, #9eceff, #74b8ff, #48a0ff, #0087ff);
    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;
}

/* .card-background::before {
	position: absolute;
	margin-block-start: -10px;
	content: "";
	width: 85%;
	background-color: #fff3;
	height: 82%;
	box-shadow: 0 .15rem .1rem #0000000a;
	border-radius: .4rem;
	margin-inline: auto;
	inset-inline: 0;
} */

.card-background::before {
    position: absolute;
    margin-block-start: -10px;
    content: "";
    width: 85%;
    background-color: #fff3;
    height: 82%;
    box-shadow: 0 .15rem .1rem #0000000a;
    border-radius: 30px 0;
    margin-inline: auto;
    inset-inline: 0;
    margin-right: 2px;
    margin-top: -10px;
}

.das-quick-cou-strip {
    margin-top: 25px;
}

.card.custom-card.project-card {
    border-radius: 30px 0 30px 0 !important;
}

thead {
	background-image: linear-gradient(to right top, #2ca0e3, #248dcc, #1a7bb5, #10699e, #035888);
	border: 1px dashed;
	/* border-left: none; */
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.25);
    font-family: initial !important ;
}

.border-bottom-0.sorting_disabled.sorting_asc {
    background-color: #8ec0de;
    font-family: initial !important ;
}

thead .column_filter_search_box {
	border-radius: 15px;
	/* width: 100%; */
	padding: 0px 10px;
}

h1, h2, h3, h4, h5 {
	  font-family: initial !important ;
      font-weight: bold;

}


/* body {
	  font-family: "Calistoga", serif !important ;

} */

.form-group {
	  font-family: initial !important ;

}