.bg-gradient-dark
{
	
}

.form-control
{
	border:1px solid var(--bs-gray);
	 padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.form-control:focus
{
	border:1px solid var(--bs-info);
}
small
{
	font-size:8px;
}

input:read-only
{
	background-color:var(--bs-gray-200);
}

.private-snapshot
{
	width:100px;
	height:auto;
}

.private-selected
{
	    background-image: linear-gradient(195deg, #66BB6A 0%, #43A047 100%);
}

.card-header
{
	background-color:transparent;
}
.form-select {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
}

.form-select:focus
{
	border:1px solid var(--bs-info);
}

.material-icon-picker {
  position: absolute;
  background: #fcfcfc;
  text-align: center;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.material-icon-picker:focus {
  outline: none;
}

.material-icon-picker-prefix {
  top: .5rem;
}

.material-icon-picker .icons {
  max-width: 600px;
  max-height: 200px;
  overflow: scroll;
}

div.material-icon-picker input[type="text"] {
  width: 100%;
}

.material-icon-picker .material-icons {
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  padding: 10px;
  margin: 3px;
  transition: .2s;
}

.material-icon-picker .material-icons:hover {
  background: #ececec;
}

.multilingual-field
{
	padding:5px;
	margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    border-color: #fd5c70;
 
}
.ui-autocomplete {
z-index: 100;
}


/* Actives form to round edited cards */
.actives-requires-save-pending
{
	border: solid 2px #e91e63;
	 box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4) !important;

}

/* Actives preview images */

.actives-pictures-holder img
{
	max-width:200px;
	object-fit: scale-down;
}

/* Actives preview images */

.actives-files-holder img
{
	max-width:70px;
	object-fit: scale-down;
}

/* Actives save button */
.bottom-bar {
    background: #fff;
    z-index: 999999999;
    font-size: 16px;
    color: #333;
    padding: 16px 40px;
    font-weight: 400;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 40px;
    width: 50%;
    border-radius: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  }


  #ofBar-content {
  text-align:center;
    display: inline;
    padding: 0 15px;
  }

  #ofBar-right {
    display: flex;
    align-items: center;
  }

 
  @media(max-width: 991px){

  }
  @media (max-width: 768px) {


    .bottom-bar  {
      flex-direction: column;
      align-items: normal;
    }

    #ofBar-content {
      margin: 15px 0;
      text-align: center;
      font-size: 18px;
    }

    #ofBar-right {
      justify-content: flex-end;
    }
  }

#actives-gallery-container, #actives-files-container
{
	min-height:100px;
} 

.dragandrop-container
{
	background-color:var(--bs-gray-300);
	border-style: dashed;
}

.badge {
    --bs-badge-font-size: 0.55em;
}
