md-select-menu md-content md-option {
  font-size: 12px;
  height: 32px;
}
md-select md-select-value {
  font-size: 12px;
}
.bo-backoffice .bo-list-content {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 120px);
  padding: 0px 12px 0px 8px;
}
.bo-backoffice .bo-list-content table.custom {
  position: relative;
  overflow: initial;
}

.bo-backoffice .bo-list-content table.custom th {
  position: sticky;
  top: -1px;
  z-index: 2;
  background-color: #cbd5e1;
  box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}
.bo-backoffice .bo-list-content table.custom td.actions button:hover {
  background-color: rgb(67, 72, 111);
  color: #fff;
}
.bo-backoffice .bo-list-content table.custom tr:hover {
  background-color: rgb(226 232 240);
}
.bo-backoffice .bo-list-content table.custom tr.disabled > td {
  text-decoration: line-through;
  color: #ff5722 !important;
}

.header-actions button{
    cursor: pointer;
    font-size: 13px;
    border: none;
    border-radius: 3px;
    text-transform: CAPITALIZE;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3px 7px;
    transition: all .25s ease-in-out;
    background: rgb(33 150 243 / 15%);
    color: #2196F3;
    outline: none;
    margin: 0;
}
.header-actions button{
    margin-left: 10px;
    padding: 3px 10px;
}
.header-actions button.warning{
    background: rgb(212 66 46 / 15%);
    color: #d4422e;
}
.header-actions button md-icon{
    font-size: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    height: 18px;
    color: inherit;
}
.header-actions button md-icon{
    margin-right: 5px;
}
.header-actions button:hover,
.header-actions input[type="file"]:hover+button{
    background: #2196F3;
    color: #fff;
    cursor: pointer;
}
.header-actions button.warning:hover{
    background: #d4422e;
    color: #fff;
}
.header-actions button:hover md-icon{
    color: #fff;
}
.upload-btn-wrapper{
  position: relative;
  overflow: hidden;
}
.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.cd-horizontal-divider{
  width: 1px;
  background: #c0cfd7;
  min-height: 24px;
}
.md-select--search-config {
  margin-top: 3px;
}

.content-navigation md-list md-list-item,
.content-navigation md-list md-list-item .md-list-item-inner,
.content-navigation md-list md-list-item::before,
.content-navigation md-list md-list-item .md-list-item-inner::before {
  min-height: 36px;
}
.block {
  display: block;
}
.error {
    display: block;
    /*margin: 4px 0;*/
    font-size: 10pt;
    /*font-weight: bold;*/
}
.image-uploader {
    width: 260px;
    aspect-ratio: 250 / 297;
    border: 2px dashed #cbd5e1;
    position: relative;
    background: #f8fafc;
    transition: border-color 0.2s, background 0.2s;
}

.image-uploader.drag-over {
    border-color: #3b82f6;
    background: #eff6ff;
}

.image-uploader.has-image {
    border-style: none;
}

.view-form .value {
   height: 2rem !important;
}

.drop-zone {
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #64748b;
}

.file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.preview {
    position: relative;
    height: 100%;
}

.preview img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.clear-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
}

.clear-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}
