.breadcrumb-item+.breadcrumb-item:before {
    content: "/";
    font-weight: bold;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.select2-container .select2-selection--multiple
{
  min-height: 36px !important;
}

.autocomplete
{
	top: -19px;
	width: 90%;
}
.autocomplete ul
{
	list-style: none;
	padding-left: 0;
	background-color: rgb(238, 238, 238);
	cursor: pointer;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.autocomplete ul li
{
	font-size: 15px !important;
    padding: 5px 12px 5px 12px !important;
}
.autocomplete li:hover
{
    background-color: #0082ca !important;
    color: #ffffff !important;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #bfbfbf;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #556ee6;
    left: 22.2px;
    width: 15px;
    height: 15px;
    z-index: 400;
}

.iframe-box{
    overflow: hidden;
    padding-top: 56.25% !important;
    position: relative;
}
.iframe-box iframe
{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.icon-button i, .icon-button span
{
    vertical-align: middle !important;
}
.icon-button span
{
    font-weight: 500;
    font-size: .9325rem;
}
.slug-inputs .form-control
{
    padding-left: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}
.slug-inputs .bx
{
    font-size: 26px !important;
    cursor: pointer;
}
.slug-inputs .spinner-border
{
    height: 20px;
    width: 20px;
    border-width: .15em !important;
}
.input-group:has(.is-valid) .input-group-text{
    border-color: #34c38f !important;
}
.input-group:has(.is-invalid) .input-group-text{
    border-color: #f46a6a !important;
}
.form-fieldset {
    background: #f6f8fb;
    border: 1px solid #ced4da;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 1rem;
}
.border-gray
{
    border: 1px solid #ced4da;
}