input.ui-autocomplete-loading,select.ui-autocomplete-loading {
  	background: white url('/assets/plugins/jquery-ui/images/ui-anim_basic_16x16.gif') right center no-repeat !important;
}
.ui-autocomplete {
  	max-height: 400px;
  	overflow-y: auto;
  	/* prevent horizontal scrollbar */
  	overflow-x: hidden;
  	z-index:2000;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  	height: 400px;
}		

.with-errors {
  display:none; 
}

.has-error .with-errors {
  display: block;
}


.pagination .page-item.active>a {
    background: var(--orange-color);
    border: none;
    color: #fff !important;
}

.pagination a.page-link {
    width: 48px;
    height: 48px;
    background: #fff8d1;
    justify-content: center;
    border-radius: 50% !important;
    padding: 0.8em 1.2em;
    border: none;
    transition: all 0.3s;
    margin-left: 14px;
}

.image__type a {
  padding: 4px 19px 6px;
  cursor: pointer;
  background-color: #fff;
}

.image__type a.active {
  color: #fff;
  background-color: var(--orange-color);
}

.registration__check-2,
.registration__check-1 {
  display: block;
}
.image__view {
  height: 420px;
}

.bootbox .modal-content .modal-body {
	padding: 16px;
}

.photo-upload {
    opacity: 1;
  	height: 400px;
}

.toaster,.button-tooltip {
    z-index: 1;
}

.thead {
  background-color: #fff8d1;
}
