.row-billing_banks .cell-iban{white-space: nowrap;}
.row-billing_banks .cell-billing_banks\.name{white-space: nowrap;}

ul.autocomplete-list li{
  cursor: pointer;
}

ul.autocomplete-list li:hover{
  background: #27bcfd;
  color: white;
}



.tx-penalties{    font-size: 12px;
  display: block;
  line-height: 1.2;
  margin-top: 6px;
  color: #e63757 !important;}
  .btn-tiny{
    --falcon-btn-padding-y: 0.1275rem;
    --falcon-btn-padding-x: 0.55rem;
    --falcon-btn-font-size: 0.575rem;
    --falcon-btn-border-radius: 0.25rem;
    /*
    padding-top: 0.1275rem;
    padding-bottom: 0.1275rem;
    
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  
    font-size: 0.575rem;
    border-radius: 0.25rem;*/
  }

  .btn-info {
    --falcon-btn-color: #fff;
    --falcon-btn-bg: #2c7be5;
    --falcon-btn-border-color: #2c7be5;
  }




  /*placeholder floating 
  <div class="floating-form-control"><input type="number" min="0.00" name="item_quant" placeholder="aaa" class="form-control form-input"><label class="form-label">Cantitate</label></div>
  
  */
  .floating-form-control {
    position: relative;
    width: 100%;
    height: 3rem;
    margin-bottom: 1.5rem;
  }
  .form-label {
    /* position: absolute; */
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    left: 1rem;
    top: 0.25rem;
   /* padding: 0 0.25rem;*/
    color: rgb(160,159,159);
    background: white;
    transition: all 0.3s ease;
  }
  .form-input {
    position: absolute;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    resize: none;
    width: 100%;
    height: auto;
    /*padding: 0.75rem 1.25rem;*/
    border-radius: 0.25rem;
   /* border: 1px solid rgb(160,159,159);*/
    /*color: black;*/
    background: transparent;
    transition: all 0.2s ease-in-out;
  }
  .form-input::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  .form-input:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  .form-input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  .form-input:focus {
    outline: none;
    border: 1px solid hsl(216,100%,60%);
  }
  .form-input:focus ~ .form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 5;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(160,159,159);
    /*  background: white;*/
    transition: all 0.2s ease-in-out;
  }
  .form-input:not(:-moz-placeholder-shown).form-input:not(:focus) ~ .form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .form-input:not(:-ms-input-placeholder).form-input:not(:focus) ~ .form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
  }
  
  



  /*vue modal */
  .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
  }
  
  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  

  .modal-enter-active {
    animation: enter 0.2s ease-out;
  }
  
  .modal-leave-active {
    animation: leave 0.2s ease-in;
  }
  
  
  
  @keyframes enter {
    0% {
      opacity: 0%;
      transform: scale(0);
    }
    100% {
      opacity: 100%;
      transform: scale(1);
    }
  }
  
  @keyframes leave {
    0% {
      transform: scale(1);
      opacity: 100%;
    }
    100% {
      transform: scale(0);
      opacity: 0%;
    }
  }





.vue-error{
  display: inline-block;
  font-size: 70%;
  color: #e63757;
  line-height: 1;
}
.form-control.is-invalid {
  border-color: #e63757;
  padding-right: calc(1.5em + 0.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.15625rem) center;
  background-size: calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem)
}



.row-invoices .cell-invoice_name{
  white-space: nowrap;
  min-width: 230px;
}












.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.loader-overlay.show {
  pointer-events: auto;
  opacity: 1;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50vh;
  left: 45vw;
  z-index: 9999999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Job Filter Styles */
.filter-product-checkboxs .custom-control {
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.filter-product-checkboxs .custom-control:hover {
  background-color: #f8f9fa;
}

.filter-product-checkboxs .filter-selected {
  background-color: #e7f3ff;
  border-left: 3px solid #2c7be5;
}

.filter-product-checkboxs .custom-control-input {
  cursor: pointer;
}

.filter-product-checkboxs .custom-control-input:disabled {
  cursor: not-allowed;
}

.filter-product-checkboxs .custom-control-label {
  cursor: pointer;
  margin-left: 8px;
}

.filter-product-checkboxs .filter-selected .custom-control-label {
  font-weight: 500;
  color: #2c7be5;
}

/* Profile Menu Styles - Using theme's horizontal menu structure */
.profile-menu-list {
  margin-left: auto !important;
}

.profile-menu-list .profile-account-item {
  position: relative;
}

/* Ensure continuous hover area between trigger and dropdown */
.profile-menu-list .profile-account-item > a {
  padding-bottom: 15px !important;
  margin-bottom: -10px;
}

.profile-menu-list .profile-account-item > ul.sub-menu {
  margin-top: 0 !important;
  padding-top: 5px !important;
}

/* Create invisible bridge to prevent hover gap */
.profile-menu-list .profile-account-item::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}

.profile-menu-list .profile-menu-link {
  display: flex !important;
  align-items: center;
  padding: 0px 15px !important;
}

.profile-menu-list .profile-avatar {
  flex-shrink: 0;
}

.profile-menu-list .username {
  font-size: 14px;
  font-weight: 500;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Profile submenu styling */
.profile-menu-list .profile-submenu {
  min-width: 280px !important;
  right: 0;
  left: auto !important;
}

.profile-menu-list .profile-submenu li a {
  display: flex;
  align-items: center;
}

.profile-menu-list .profile-submenu li a i {
  width: 20px;
  color: #666;
}

.profile-menu-list .menu-divider {
  height: 1px !important;
  background: #eee !important;
  padding: 0 !important;
  margin: 8px 15px !important;
}

.profile-menu-list .menu-divider:hover {
  background: #eee !important;
}

/* User Type Toggle Switcher - Styled like meditoo */
.profile-menu-list .toggleRoleViewer {
  padding: 10px 15px !important;
}

.profile-menu-list .toggleRoleViewer:hover {
  background: transparent !important;
}

/* Only apply right-aligned dropdown to profile menu, not all submenus */
.profile-menu-list.horizontalMenu-list > li > ul.sub-menu {
  right: 0 !important;
  left: auto !important;
  padding: 0 !important;
}

.toggle_radio {
  position: relative;
  background: #2c7be5;
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 26px;
  width: 100%;
}

.toggle_radio > * {
  float: left;
}

.toggle_radio input[type=radio] {
  display: none;
}

.toggle_radio label {
  font: 90%/1.618 "Source Sans Pro", sans-serif;
  color: rgba(255, 255, 255, .9);
  display: block;
  width: 50%;
  height: 20px;
  line-height: 20px;
  margin: 3px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  z-index: 1000 !important;
  position: relative;
  font-weight: 600;
}

.toggle_radio label p {
  margin: 0;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: rgba(255, 255, 255, .9);
}

.toggle_radio label i {
  font-size: 11px;
}

.toggle_option_slider {
  width: 50%;
  height: 20px;
  position: absolute;
  top: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 999 !important;
  background: #1a5fb4;
}

#toggle_candidate:checked ~ .toggle_option_slider {
  left: 3px;
  width: calc(50% - 3px);
}

#toggle_organization:checked ~ .toggle_option_slider {
  left: calc(50%);
  width: calc(50% - 3px);
}


.horizontalMenu>.horizontalMenu-list {
    width: unset!important;
}

/* Skills section styling */
.skill-badge {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.skill-badge .remove-skill {
    opacity: 0.7;
    transition: opacity 0.2s;
}

.skill-badge .remove-skill:hover {
    opacity: 1;
}

.skill-badge .skill-level {
    font-size: 0.75rem;
    opacity: 0.8;
}

#selected_skills {
    min-height: 80px;
}

/* Select2 styling for skills dropdown */
#skill_selector + .select2-container {
    width: 100% !important;
}

#skill_selector + .select2-container .select2-selection {
    height: 45px;
    padding: 8px 12px;
    border: 1px solid #e8ebf3;
    border-radius: 5px;
}

#skill_selector + .select2-container .select2-selection__rendered {
    line-height: 28px;
}

#skill_selector + .select2-container .select2-selection__arrow {
    height: 43px;
}