body{
    font-family: Inter;
}
.sign-in-form {
    max-width: 450px;
    margin: 6% auto;
    padding: 30px
}

.login-text{
  font-size:1.8em;
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
}

.space{
  height:80px;
}

.form-outline{
  margin-bottom:15px;
}

.select-wrapper{position:relative; top:6px;}

.breadcrumbs{
  margin-bottom:10px;
  font-size:0.9em;
}

.item{
  width:100px; 
  border:1px solid #bbb;
  position:absolute !important;
  text-align:right;
  border-radius: 2px;
  padding-right:5px;
  color:#fff;
  font-size:0.8em;
  line-height:1.3em;
  border-radius: 3px;
}

.item-line{
  font-weight: bold;
}

.browser-select{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    height:35px;
}
.datatable td {
  overflow: visible; /* this is what fixes the expansion */
  text-overflow: unset !important;
  white-space: nowrap;
  max-width: min-content !important;
}
.fl-right{
    float:right;
}
.image-dropped-div{
    position:relative;
    width:100px;
    text-align:center;
    border:1px solid #bdbdbd; 
    border-radius:3px;
    float:left;
}
.image-dropped{
    max-width:95%;
    max-height:95%;
    margin-top:2.5%;
    object-fit: contain;
    height:95%;
}
.image-dropped-wrapper{
    height:80px;
}
.image-dropped-filename{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    margin: 0 2px 0 2px;
}
.visualize-delete-dropped-div{
    height:30px;
    border-top:1px solid #bdbdbd;
    text-align: center;
}
.visualize-dropped-div{
    width:50%;
    display:inline-block;
}
.delete-dropped-div{
    border-left:1px solid #bdbdbd;
    height:100%;
    display:inline-block;
}
.box-shadow-none{
    box-shadow: none;
}
.box-shadow-none:hover{
    box-shadow: none;
}
.box-shadow-none:focus{
    box-shadow: none;
}

@media (min-width: 1400px) {
    main,
    header,
    #main-navbar {
        /*padding-left: 240px !important;*/
    }
}

body {
    background-color: #fbfbfb;
}

main{
    margin-top:48px;
}
.text-right{text-align:right!important}
.text-left{text-align:left!important}

#calendar{ max-height: 700px; }

.select-wrapper{ position: initial !important; }
.table-responsive { /*overflow: visible !important; */}

td{ overflow:visible !important; }

.form-label-select{
    position:relative;
    top:-44px;
    left:8px;
    font-size:12px;
    background-color:white;
    padding: .5px 3px;
}

.select-input-2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    margin-right: 2rem;
}

.notification-item{
    width:300px;
    border-bottom:1px solid lightgray;
}

.notification-item:last-child{
    border-bottom:none;
}

.whitespace-none{
    white-space: normal !important;
}
.event-created{
    background-color: #093d94;
    color: white;
}
.event-dispatched{
    background-color: #94095c;
    color: white;
}
.event-accepted{
    background-color: #949009;
    color: white;
}
.event-travel{
    background-color: #099494;
    color: white;
}
.event-on-site{
    background-color: #946909;
    color: white;
}
.event-return-needed{
    background-color: #940909;
    color: white;
}
.event-work-done{
    background-color: #09942d;
    color: white;
}
.ws-order-box-calendar{
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-bottom: 8px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow:hidden;
    font-size: small;
    background-color: #f4f4f4;
}
.ws-order-box-calendar-wrapper{
    padding: 5px;
    width: 100%;
    height:125px;
    overflow: hidden;
    cursor: pointer;
}
.ws-order-box-calendar-wrapper-dropped{
    position: absolute !important;
    width: auto;
    left: 0;
    right: 0;
}

.ws-order-box-calendar-in-week{
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-bottom: 8px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    overflow:hidden;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.calendar-ws-orders td{
    height: 0;
    /*overflow: hidden !important;*/
}
@-moz-document url-prefix() { 
    .calendar-ws-orders tr{
        height: 100%;
    }
    .calendar-ws-orders td{
        height: 100%;
        /*overflow: hidden !important;*/
    }
}
.absolute-div{
    background-color:white;
    width: 100%;
    height: 100%;
}
.no-pointer-events{
    visibility: hidden;
}
.multiple-lines-background{
    background-color: #fff;
    background-image: linear-gradient(#e0e0e0 1.5px, transparent 1.5px);
    background-size: 100% 40px;  
    background-position-y: -1px;
}
.form-label{
    white-space: nowrap;
}
.form-outline{
    overflow-x: clip;
}
.cursor-pointer{
    cursor: pointer;
}
.comment-below-input{
    margin-top: -25px;
    font-size: 11px;
    padding-left: 10px;
}
.table-xs td, .table-xs th{
    padding: .5rem 0.6rem !important;
}
td.td-inside, th.td-inside{
    padding:0px !important;
}
.red-border{
    border-color: red !important;
}
.red-border:focus{
    border-color: red !important;
    box-shadow: inset 0 0 0 1px red;
    -webkit-box-shadow: inset 0 0 0 1px red;
}
.autocomplete-form-outline-red{
    border:1px solid red; 
    border-radius:.25rem
}
.autoc-red:focus{
    box-shadow: inset 0 0 0 1px red !important;
    -webkit-box-shadow: inset 0 0 0 1px red !important;
}
.border-top-input-line{
    border-bottom:0;
    border-top:2px solid #e0e0e0;
}
.fco{
    border-radius: 3px;
    border: 1px solid #7e7e7e;
    padding: 1px 5px;
}
input[readonly]{
    color:gray !important;
}
.recipient-buffer-item{
    background-color: #e3e3e3;
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-block;
    margin-right: 3px;
}
.recipient-buffer{
    margin-bottom: 15px;
}
.mr-5{
    margin-right: 5px;
}
.nowrap{
    white-space: nowrap;
}
.phone-tabs-wrapper{
    position:fixed;
    bottom:0;
    height:80px;
    background-color:white;
    width: 100%;
    width: -moz-available; 
    width: -webkit-fill-available; 
    width: fill-available;
    -webkit-box-shadow: 0px 1px 5px 3px #676767; 
    box-shadow: 0px 1px 5px 3px #676767;
}

.nav-tabs .nav-link-phone {
    border: solid transparent;
    border-width: 2px 0px 0px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    padding: 10px 0px;
}

@media (max-width: 450px) {
    .nav-tabs .nav-link-phone {
        font-size: 2.7vw;
    }
}

.simple-error{
    color:red;
}

#notifications-dropdown-navigation{
    right: 0px !important
}

@media (max-width: 567px) {
    #notifications-dropdown-navigation{
        right: -185px !important
    }
}

.mentionable-users-div{
    position:absolute;
    top:0px;
    left:0px;
    z-index:999999;
    background-color:white;
    width:200px;
    max-height:200px;
    height:auto;
    overflow-y:auto;
    padding:3px;
    border:1px solid #e3e3e3;
    border-radius:3px;
}

.mentionable-users-div-row{
    padding:2px;
    cursor: pointer;
}

.mentionable-users-div-row:hover{
    background-color: #e3e3e3;
}

div[contenteditable="true"] {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: vertical;
    width: 400px;
}

.mentioned-user{
    background-color:#4f49ff;
    color:white;
    border-radius: 4px;
    padding:1px 4px;
}

.ui-autocomplete{
    z-index:99999 !important;
}

.user-image{
    width: 3rem;
    border-radius: 50%;
    margin-bottom: .5rem;
}

.ui-multiselect{
    white-space: nowrap;
}

.table-dashboard thead{
    color: #8D918B !important;
}

.collapse-div-navigation-left{
    position: absolute;
    right: -5px;
    color: #252831;
    top: 87px;
    background-color: white;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #252831;
    z-index: 9;
}

.content-with-sidenav{
    padding-left: 240px !important;
}

.content-no-sidenav{
    padding-left:0px !important;
}

.sidenav-1-closed .collapse-div-navigation-left{
    display: none;
}

.sidenav-1-closed{
    transform: translateX(-100%) !important;
}

.sidenav-1-opened{
    transform: translateX(0%) !important;
}

@media (max-width: 1399px) {
    .content-with-sidenav{
        padding-left:0px !important;
    }
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 10px;
    border: transparent;
}

.large-checkbox{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
}

label:empty{
    display:none !important;
}

.table {
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 137, 191, 0.3);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background-color: white !important;
    border: 1px solid #808080 !important;
    overflow-x:hidden !important;
}

.ui-widget {
  font-family: Inter !important;
}

.clickable-breadcrumb-item{
    background-color: #dbdbdb;
    padding: 3px 10px;
    border-radius: 6px;
    font-weight: bold;
    color: black;
}

.property-name{
    color:#979696;
}

.property-value{
    font-weight: bold;
}

.page-action-button{
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    
    color:#4f4d4d;
    margin-left:10px;
}

.action-button-with-icon{
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    
    color:#4f4d4d;
    margin-left:10px;
}

.card-header-hr{
    border: 2px solid #39c0ed;
    opacity: 1;
    margin-top: 0px;
}

.panel-header-action-button{
    background: none;
    color: #39c0ed;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.nav-tabs-page-view{
    background-color: #c4c4c4;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom:0px !important;
}

.nav-link-page-view{
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    
    padding: 10px 6px !important;
    text-transform: none !important;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}

.active-tab-page-view{
    background-color: white;
    color: green !important;
}

.select-simple-sm{
    background-color:white;
    border-style:solid;
    border: 1px solid #979696;
    border-radius: 7px;
    padding:1px 5px;
    height:25px !important;
    font-size:13px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.select-simple-sm:hover,
.select-simple-sm:focus {
    border-color: #66afe9;
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.1),
        0 0 6px rgba(102, 175, 233, 0.6); /* efect glow albastru */
    outline: none;
}

.panel-subtitle-div{
    background-color: #e1e1e1;
    padding: 5px;
    font-weight: bold;
}

.btn-xs{
    padding: 4px 9px;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none;
}

.alert-sm{
    padding:0.5rem;
}

.td-property-name{
    max-width: 100px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-results__option{
    font-size: 12px;
    padding: 5px;
}

.select2-search__field{
    padding:3px;
}

.past-due-task{
    border: 3px solid #db5461;
}

.required-star{
    color: red;
}

.required-star::after {
    content: "*";
}

.required-border-activated{
    border:2px solid #db5461 !important;
}

.sub-table-style{
    background-color:#dfdfdf;
}

.time-slip-details{
    border:1px solid #dfdfdf;
    padding:3px;
    margin-bottom:5px;
    border-radius: 5px;
}

.time-slip-details-start-time{
    color:orange;
}

.report_filter .form-control{
    height:30px !important;
}

.report_filter .select-arrow{
    top:6px !important;
}

.bg-primary-light {
    background-color: #5277B3!important;
}

.bg-primary{
    color: white !important;
}

.bg-dark{
    color:white !important;
}

.bg-secondary-light {
    background-color: #CE8DF7!important;
}

.bg-success-light {
    background-color: #A1E1B3!important;
}

.bg-info-light {
    background-color: #6CCFF6!important;
}

.bg-warning-light-light {
    background-color: #FFF5DF!important;
}

.bg-warning-light {
    background-color: #FFD580!important;
}

.bg-danger-light {
    background-color: #E77E8D!important;
}

.bg-light-light {
    background-color: #F7F7F7!important;
}

.bg-dark-light {
    background-color: #6B6B6B!important;
}

.bg-white-light {
    background-color: #E6E6E6!important;
}

.bg-black-light {
    background-color: #4D4D4D!important;
}

.dropzone .dz-preview .dz-progress {
  display: none !important;
}

.appointment-header{
    background-color:red;
    color:white;
    display: block;
    text-align: center;
    margin-top: -5px;
    padding: 0px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 2px;
}

#stripe-payment-modal {
    width: 800px; /* Adjust the width to your desired size */
    height: 500px; /* Adjust the height to your desired size */
}

.sticky {
    position: fixed;
    top: 75px;
    z-index: 999;
    overflow-x: auto;
    -webkit-scrollbar {
        width: 0;
      }
}

.absolute-thead-parts-progress{
    position: absolute;
    top: 60px;
    z-index: 999;
    overflow-x: auto;
    -webkit-scrollbar {
        width: 0;
      }
}

.table-container{
    overflow-x: auto;
}

.page-label{
    padding:10px;
    font-weight: bold;
    border-radius: 6px;
}

.transparent-loading-full-window{
    position: absolute;
    background-color: #80808080;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
}

.office-calendar-thead th{
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    padding: 11px 13px !important;
}

.day-button-task{
    background-color: #ececec;
    border-radius: 20px;
    padding: 6px 13px;
    color: gray;
    cursor: pointer;
}

.day-button-active{
    background-color: #3155dd;
    color: white;
}

.hide-arrows::-webkit-inner-spin-button,
.hide-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    moz-appearance: textfield;
}

/* Hide number input arrows on hover */
.hide-arrows:hover::-webkit-inner-spin-button,
.hide-arrows:hover::-webkit-outer-spin-button {
    -webkit-appearance: none;
    moz-appearance: textfield;
}

.stepper-content{
    display: flex !important;
    justify-content: center !important;
    align-items: start !important;
    position:relative !important;
    font-size: small;
}

.stepper-head-icon{
    min-width: 15px;
    min-height: 15px;
    width: 15px;
    height: 15px;
}
  
#calendar-office-day-view-thead {
    position: absolute; /* sau fixed, în funcție de layout-ul tău */
    top: 0;
    transition: top 0.1s ease-out; /* 👈 face scroll-ul fluid */
    z-index: 1000; /* ca să stea deasupra */
  }

.select2-selection__rendered .select2-search__field {
    min-width: 150px !important;
    width: auto !important;
}

/* Ascunde tag-urile individuale */
/*.select2-selection__choice {
    display: none !important;
  }*/
  
  /* Textul de tip "4 of 19 selected" */
  /*.select2-selection__rendered::before {
    content: attr(data-summary);
    display: block;
    padding: 0px 2px;
    font-size: 14px;
    color: #333;
  }*/
  
  /* Ascunde inputul de căutare când dropdown-ul e ÎNCHIS */
  /*.select2-search--inline {
    display: none !important;
  }*/
  
  /* Arată-l doar când dropdown-ul e DESCHIS */
  /*.select2-container--open .select2-search--inline {
    display: inline-block !important;
  }*/
  
  /* Stilul inputului de căutare */
  /*.select2-container--default .select2-search--inline .select2-search__field {
    border: 1px solid #ccc;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 14px;
    width: 100% !important;
    box-sizing: border-box;
    margin: 4px 0;
  }*/

  /*.select2-selection--multiple{
    line-height: 1.3;
    min-height: auto !important;
  }*/

  /*.select2-selection__choice {
    display: none !important;*/ /* ascunde bulele implicite */
  /*}*/
  
  /*.select2-selection__rendered::before {
    content: attr(data-summary);
    display: block;
    padding: 4px 6px;
    font-size: 14px;
    color: #333;
    white-space: pre-wrap; /* permite să spargă linia dacă sunt multe */
  /*}*/

#calendar_office_current_view_button {
    padding: 6px 16px;
    font-size: 14px;
    color: #555; /* text gri închis */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 999px; /* formă capsulă */
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
    line-height: 1;
}

/* Hover efect subtil */
#calendar_office_current_view_button:hover {
    border-color: #999;
    background-color: #f8f8f8;
}

#calendar_office_prev_button,
#calendar_office_next_button,
#calendar_office_date_to_show {
    background: none;
    border: none;
    font-size: 20px;
    color: #666; /* gri închis */
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s ease;
}

#calendar_office_prev_button:hover,
#calendar_office_next_button:hover,
#calendar_office_date_to_show:hover {
    color: #333; /* mai întunecat la hover */
}

#calendar_office_prev_button:focus,
#calendar_office_next_button:focus,
#calendar_office_date_to_show:focus,
#calendar_office_prev_button:active,
#calendar_office_next_button:active,
#calendar_office_date_to_show:active {
    outline: none;
    color: #222;           /* sau ce culoare vrei la click */
    background: none;      /* păstrează fundalul consistent */
    border-radius: 13px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

#calendar_office_date_to_show{
    font-size: 12px;
    font-weight: 600 !important;
}

.calendar-mode-toggle {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 999px;
    overflow: hidden;
}

.calendar-office-mode-btn {
    padding: 6px 16px;
    background-color: white;
    border: none;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.calendar-office-mode-btn.active {
    background-color: #0d6efd; /* Bootstrap primary */
    color: white;
}

.calendar-office-create-btn {
    padding: 6px 16px;
    font-size: 14px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 999px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.calendar-office-create-btn:hover {
    background-color: #f3f3f3;
    border-color: #aaa;
}

.calendar-office-create-btn .calendar-office-icon {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.calendar-office-create-btn .calendar-office-dropdown-arrow {
    font-size: 18px;
    margin-left: 4px;
}

/*MINI CALENDAR*/
.calendar-office-mini {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #444;
}
  
.calendar-office-mini-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
}
  
.calendar-office-month-year {
    font-weight: 500;
}
  
.calendar-office-nav .calendar-office-nav-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 0 6px;
    transition: color 0.2s ease;
}
  
.calendar-office-nav .calendar-office-nav-btn:hover {
    color: #000;
}
  
.calendar-office-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
    padding: 4px;
}
  
.calendar-office-day-name {
    font-weight: bold;
    color: #999;
}
  
.calendar-office-day {
    padding: 8px 0;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: background 0.2s ease;
}
  
.calendar-office-day:hover {
    background: #eee;
}
  
.calendar-office-day.calendar-office-selected {
    background: #0b57d0;
    color: white;
    font-weight: bold;
}
  
.calendar-office-day.calendar-office-other-month {
    color: #ccc;
}

/*CALENDAR OFFICE USERS FILTER SEARCH*/
.calendar-office-users-search-container {
    display: flex;
    align-items: center;
    background-color: #f0f4fa;
    border-radius: 8px;
    padding: 10px 11px;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
}
  
.calendar-office-users-search-container input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #333;
    flex: 1;
    width: 80%;;
}

.calendar-office-users-search-container .calendar-office-users-filter-icon {
    font-size: 16px;
    color: #888;
    margin-left: 10px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.calendar-office-users-search-container .calendar-office-users-filter-icon:hover {
    color: #000;
}

.calendar-office-day-hour{
    position: relative;
    top: -25px;
    background-color: white;
    padding:6px;
    width: 99%;
    display: block;
    left: -2px;
    margin-left: -4px;
    text-align: right;
    min-height: 20px;
    font-size: 12px;
    height:100%;
}

/*MODAL CHANGES*/
.modal-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease;
    border: none; /* optional, dacă vrei un aspect mai curat */
}

/*BUTTONS*/
.btn{
    border-radius: 13px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.btn:hover{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/*CALENDAR OFFICE HOUR BADGE*/
.hour-badge{
    background-color: #d0e8ff;
    color: #1565c0;
    padding:0px 2px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
}

.ws-order-box-calendar-wrapper.dragging {
    opacity: 0.8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: opacity 0.1s ease;
}

.calendar-office-resize-handle {
    height:6px;
    background-color: #ccc;
    cursor: ns-resize;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 0 0 4px 4px;

    width: 90%;
    margin: 0 auto;
}

.modal-content{
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* soft shadow */
}

.preview-dragged-task {
    opacity: 0.8;
    pointer-events: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.ghost-dragged-task {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    border: 2px dashed #0d6efd;
}

.range .thumb::after{
    background-color: #0D6EFD !important;
}

.ws-status-options {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}
.status-option:hover {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}
.ws-status-search {
    font-size: 0.85rem;
}

#custom-attribution {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 1000;
    /* eliminăm pointer-events aici */
}

#custom-attribution a {
    color: #000;
    text-decoration: none;
    pointer-events: auto; /* permite click */
}

#global_search_bar_wrapper{
    
}

#global_search_autocomplete_results_wrapper{
    background-color:white;
    color:black;
    max-height:80vh;
    overflow-y:auto;
    border: 1px solid gray;
    margin-top:3px;
}

.global-search-padding-left{
    padding-left: 230px !important;
}

#autocomplete-results {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-top: none;
}

.global-search-result-line{
    padding:10px;
}

.global-search-result-line:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.estimate-table-row-hover{
    position: relative;
}

.add-row-button {
    position: absolute;
    /*display: none;*/
    cursor: pointer;
    background-color: gray;
    height: 20px;
    width: 20px;
    text-align: center;
    color: white;
    border-radius: 15px;
    font-size: 16px;
    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: bold;
    padding-bottom: 4px;
}

.estimate-table-row-hover:hover .add-row-button:not(.hidden-during-drag) {
    display: flex;
}

.dz-remove {
    z-index: 999 !important;
    position: relative;
}

.dz-preview .dz-details {
    padding-bottom: 20px; /* oferă loc sub text pentru buton */
}

.dz-preview .dz-remove {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 10;
}

.ui-multiselect-header .ui-multiselect-filter input {
    width: 100% !important;
    border-radius: 6px;
    padding:3px !important;
    margin-bottom: 7px;
}

.ui-multiselect-header .ui-multiselect-close {
    margin-top: 2px;
}

.mention-dropdown {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
}

.mention-item:hover {
    background-color: #f8f9fa !important;
}

.mention-item:last-child {
    border-bottom: none;
}

/* Style for mentions in text */
.mention {
    color: #007bff;
    background-color: #e3f2fd;
    padding: 2px 4px;
    border-radius: 3px;
    text-decoration: none;
}

.mention:hover {
    background-color: #bbdefb;
}

/* Textarea with mentions */
textarea[data-mentions="true"] {
    font-family: monospace;
}

.mention, .mention-unk {
  display: inline-block;
  background: #eef6ff;
  border-radius: 4px;
  padding: 0 2px;
  white-space: nowrap;
}

.context-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 150px;
    border-radius: 6px;
    padding: 5px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.context-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.context-menu li {
    padding: 3px 6px;
    cursor: pointer;
    font-size: 12px;
}

.context-menu li:hover {
    background-color: #f0f0f0;
}