.backdrop-blur{
    backdrop-filter: blur(8px);
}
.search-glow:focus{
    box-shadow:0 0 0 3px rgba(25,137,194,.2);
    border-color:#1989c2;
}
.toolbar-btn{
    transition:all .25s ease;
}
.toolbar-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 6px 14px rgba(0,0,0,.08);
}
.export-btn{
    transition:all .25s ease;
}

.export-btn:hover{
    opacity:.9;
    transform:translateY(-1px);
}
.search-row-1{
    display:grid;
    grid-template-columns: 0.7fr 1.7fr 0.7fr 0.7fr 0.7fr;
    gap:10px;
    min-width:100%;
    padding-bottom: 20px;
}
.reservation-tbl .btn {
    border-color:unset!important;
}
.reservation-tbl .btn-sm {
    width: 30px;
    height: 30px;
    /*padding: 0;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;

}
.reservation-tbl i {
    font-size: 18px;
    line-height: 1;
}
.searchResult .reservation-tbl .btn-sm {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 5px;
}
.searchResult .reservation-tbl i {
    font-size: 18px;
    line-height: 1;
}

.reservation-tbl tbody tr:hover {
    background-color: #f8f9fa;
}
.reservation-head {
    background: linear-gradient(135deg, #f5f9ff 0%, #eaf2ff 100%);
}

.reservation-head th {
    color: #1f2937!important;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #e5e9f2 !important;
    vertical-align: top;
    padding-top:6px;
    padding-bottom:6px;
}

.reservation-head th a{
    color: #1f2937!important;
    text-decoration: none;
}
.reservation-tbl tbody tr:hover {
    background-color: #f8fbff;
    transition: all 0.2s ease;
}
.reservation-tbl th, .reservation-tbl td {
    padding: 0.75rem 0.5rem;
}

/*.reservation-tbl tr.bg-roz { background-color: #fff0f0; }*/
/*.reservation-tbl tr.bg-roz-int { background-color: #F7CDE3; }*/
/*.reservation-tbl tr.bg-verde { background-color: #ecfdf3; }*/
/*.reservation-tbl tr.bg-gri { background-color: #e5e7eb; }*/

.reservation-tbl tr.bg-roz:hover { background-color: #fff0f0; }
.reservation-tbl tr.bg-roz-int:hover { background-color: #FCE4EC; }
.reservation-tbl tr.bg-verde:hover { background-color: #ecfdf3; }
.reservation-tbl tr.bg-gri:hover { background-color: #f4f4f5; }


.reservation-tbl td.bg-gri.status-anulat {
    text-decoration: line-through;
    color: #6b7280;
}
.reservation-tbl tr.bg-roz td,
.reservation-tbl tr.bg-roz-int td,
.reservation-tbl tr.bg-verde td,
.reservation-tbl tr.bg-gri td {
    background-color: inherit !important;
}
.reservation-tbl tr:not(.bg-roz):not(.bg-roz-int):not(.bg-verde):not(.bg-gri):hover {
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.02);
}
.status-badge {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 8px;
    color: #fff;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}
@media (max-width: 767px) {
    .reservation-tbl td, .reservation-tbl th {
        font-size: 0.75rem;
        padding: 0.5rem 0.25rem;
    }
}
.status-wrapper {
    gap: 2px;
}
/*.status-line {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 6px;*/
/*}*/
.status-cell {
    min-width: 140px;
    padding: 12px 10px !important;
}

.status-cell .status-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.status-cell .status-label {
    /*font-size: 11px;*/
    font-weight: 600;
    /*color: #6c757d;*/
}

.status-cell .badge {
    font-size: 13px;
    padding: 6px 10px;
    min-width: 36px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.status-cell .d-flex {
    gap: 6px;
}
.flatpickr-calendar {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
    padding: 12px;
    font-family: system-ui;
}

.flatpickr-day {
    border-radius: 10px;
    transition: all .2s ease;
}

.flatpickr-day:hover {
    background: #f1f5f9;
}

.flatpickr-day.selected {
    background: #0d6efd;
    box-shadow: 0 6px 18px rgba(13,110,253,.35);
}
.searchResult{
    clear:both;
    padding:5px 15px;
}
.searchResult1{
    clear:both;
    padding:5px 15px;
}
.item-services{
    padding:4px 8px;
    margin:2px;
    background: linear-gradient(135deg, #f5f9ff 0%, #eaf2ff 100%);
    border-radius:10px;
    color:#2f5c9e;
    font-weight:600;
    display:inline-block;
    font-size:12px;
}

/*Datepicker*/

.ui-datepicker{
    width:230px !important;
}

.ui-widget-header {
    background: #ffffff !important;
    color: #46a942 !important;
    font-weight: bold !important;
    border:none !important;
    .ui-state-default,
    .ui-widget-content
    .ui-state-default
}
.ui-state-default{
    background: transparent !important;
    border: none !important;
    color: #666 !important;
    font-size: 15px !important;
    text-align:center !important;
}

.ui-widget-content a{
    color: #46a942 !important;
}

.ui-state-hover{
    background: #d3d3d3 !important;
    outline: none !important;
}

.ui-state-active{
    background: #5cb85c !important;
    color: #ffffff !important;
    transition: all 0.5s !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled
{
    opacity: 0.65 !important;
}
.ui-datepicker select.ui-datepicker-year {
    border-radius: 6px !important;
    color: #46a942 !important;
    background-color: #fff;
    font-weight: bold!important;
    border-color: #e9edf6!important;
}
/*New DATEPICKER*/

.datepicker{
    width: 300px !important;
}

.datepicker--day-name{
    color: #479247 !important;
    font-weight: bold !important;
}

.datepicker--cells-days .datepicker--cell-day {
    color: #479247 !important;
    height: 30px !important;
    vertical-align: middle !important;
    font-weight: bold !important;
    line-height: 30px;
}

.datepicker--cells-days .-disabled-{
    color: #aeaeae !important;
    font-weight: normal !important;
}

.datepicker--cells-days .-other-month-{
    color: #dedede !important;
    font-weight: normal !important;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected- .-current-{
    background-color: #ffc52a !important;
    color: #ffffff !important;
}

.datepicker--cell-day{
    display: block !important;
    text-align: center !important;
    margin-bottom: 4px !important;
}
.datepicker {
    z-index: 2050 !important;
}
#ui-datepicker-div { display: none; }
:not(#debugt) > table:not(.form-2-cols)> table:not(.ui-datepicker-calendar) tr td:nth-child(2) {
    padding: 0px 0px 5px 15px;
}

.searchResult select,
.searchResult input {
    max-width: 150px;
}
.ui-widget-overlay{
    background: none!important;
}
.ui-dialog{
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 320px;
    border-radius: 10px;
}
.ui-datepicker-div{
    border-radius: 10px;
}
.list_pages .page-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8125rem;
    font-weight: 500;
    border: none !important;
    background: transparent;
    color: #495057;
    border-radius: .5rem;
    transition: all 0.15s ease;
}

.list_pages .page-link:hover {
    background: transparent;
    color: rgb(0, 174, 66);
}

.list_pages .page-item.active .page-link {
    background-color: rgb(0, 174, 66);
    color: #fff;
    border-radius: .5rem;
}

.list_pages .page-item.disabled .page-link {
    background: #ffffff;
    color: #000000;
    pointer-events: none;
}
select.form-select:not(.form-select-sm){
    padding: .45rem;
    padding-right: 2.5rem;
}
.hover-bg-primary:hover {
    background-color: #00AE42 !important;
    color: #fff !important;
    transition: 0.2s;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-link.active {
    background-color: #00AE42 !important;
    color: #fff !important;
    font-weight: 600;
}
.nav-item{
    margin-inline-end: 0!important;
    margin-bottom: 5px;
}
.card {
    position:static !important;
}
.card-pachet .card-body{
    padding: 1rem;
}
.ck-editor__editable {
    min-height: 300px;
}
.ck-editor__editable_inline {
    min-height: 250px;
}
.ck-editor {
    border-radius: .75rem;
    overflow: hidden;
}

.ck-editor__editable_inline {
    min-height: 250px;
    border-radius: 0 0 .75rem .75rem;
}

.ck-toolbar {
    border-radius: .75rem .75rem 0 0;
}
.factura-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.factura-table th,
.factura-table td {
    border: 1px solid #000 !important;
    padding: 4px 6px;
}

.factura-table th {
    font-weight: bold;
}

.factura-table table {
    border-collapse: collapse;
}

.factura-table table th,
.factura-table table td {
    /*border: 1px solid #000 !important;*/
    /*padding: 2px 4px;*/
    /*font-size: 11px;*/
}
.factura-table .lista,
.factura-table .lista th,
.factura-table .lista td {
    border: 0 !important;
    padding: 2px 4px;
    font-size: 11px;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
}

