/*# sourceMappingURL=custom.min.css.map */
.topbar-user {
    background-color: unset !important;
}

.page-content {
    padding-top: calc(100px + .1rem) !important;
}

.ui-autocomplete {
    max-height: 350px;
    /*max-width: 500px;*/
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.autocomplete-op {
    overflow: auto;
    border-bottom: 1px solid #e6e6e6;
}

.autocomplete-op img {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #607D8B;
    background: no-repeat center;
    height: 50px;
    width: 66px;
    background-size: cover;
    float: left;
    margin: 3px 14px;
}

.ui-autocomplete-input {
    background-size: 10px 10px !important;
    background-repeat: no-repeat !important;
    background-position: right 4px center !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
}

.autocomplete-title {
    pointer-events: none;
}

.clear-input {
    position: absolute;
    right: 14px;
    top: 40px;
    background: white;
    cursor: pointer;
    width: 20px;
}

.change-order {
    border: unset;
    background-color: unset;
    color: white;
    width: 67px;
}

.change-order:focus-visible {
    outline: unset !important;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    content: "";
}

.navbar-menu .navbar-nav .nav-link[aria-expanded=true] > .arrow-icon {
    background-image: url(/assets/template-admin/icons/IconDownArrowColor.svg);
}

.arrow-icon {
    position: absolute;
    right: 15px;
    height: 10px;
    width: 10px;
    min-width: 10px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/template-admin/icons/IconRightArrow.svg);
    background-position: right;
}

[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -31px;
    left: -17px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
}

[data-title]:hover::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-bottom: 8px solid #000;
}

.tag-btn:hover {
    top: -6px;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-brand-box {
    top: -6px !important;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-link {
    padding: 0.625rem 0.8rem !important;
}

.sideFooter-user-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #000;
}

.sideFooter-user > p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    position: relative;
    top: 5px;
}

.navbar-menu .navbar-nav .nav-link i {
    margin-bottom: 3px !important;
}
.hide{
    display: none;
}