/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.h5_set {
    border-bottom: 1px solid;
    padding-bottom: 11px;
    margin-bottom: 27px;
    margin-top: 27px;
}
.label-info {
    background: #5f63f2;
    color: #fff;
	display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.2rem;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* Pagina Edit Setting – conținutul să poată fi derulat complet */
.main-content,
.page-content {
  overflow: visible !important;
  min-height: 0;
}
.page-content .container-fluid .card .card-body {
  overflow: visible !important;
}

/* Fix scroll în meniul din stânga (sidebar) */
.vertical-menu {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: calc(100vh - 70px) !important;
  -webkit-overflow-scrolling: touch;
}
.vertical-menu .simplebar-content-wrapper,
.vertical-menu .h-100 {
  overflow-y: auto !important;
  max-height: calc(100vh - 70px) !important;
}
.vertical-menu .simplebar-content {
  min-height: min-content;
}

/* Dropdown Admin din dreapta sus – funcționează la hover, fără JavaScript */
#admin-dropdown-wrap {
  position: relative;
}
#admin-dropdown-wrap:hover #admin-dropdown-menu,
#admin-dropdown-wrap #admin-dropdown-menu:hover {
  display: block !important;
}
#admin-dropdown-menu {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 100% !important;
  z-index: 1060 !important;
  min-width: 10rem;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  padding: .5rem 0;
  margin-top: .125rem;
}
#admin-dropdown-menu .dropdown-item {
  display: block;
  padding: .35rem 1rem;
  color: #212529;
  text-decoration: none;
}
#admin-dropdown-menu .dropdown-item:hover {
  background: #f8f9fa;
}
