.named-profile {
    background-color: #ff6023;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 32px;
    font-weight: bolder;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.white-text {
    color: #fff !important;
}

.custom-filter-th {
    font-family: 'Inter';
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
    border-collapse: separate !important;
    border-spacing: 0;
    text-transform: inherit;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    background: none;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mh-400px {
    max-height: 400px;
}

.half-bottom-right-fixed {
    position: fixed;
    bottom: 0;
    width: 50% !important;
    right: 0;
}

.icecat-img-placeholder {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    background: #bdbcbc center;
    background-size: cover;
    margin-right: 5px;
}

.product-img-placeholder {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    background: #bdbcbc center;
    background-size: cover;
    margin-right: 5px;
}

.ff-text-right {
    text-align: right !important;
}

.custom-stepper-icon {
    border-radius: 20px !important;
    border: 5px solid #7E8299 !important;
}

.hl-31px {
    line-height: 31px !important;
}

.daterangepicker {
    z-index: 20000 !important;
}

.daterangepicker-check {
    background-color: var(--bs-gray-200);
    border: 0;
    height: 1.55rem;
    width: 1.55rem;
    margin: 0;
    float: none;
    font-size: 13px;
    background-size: 60% 60%;
}

.daterangepicker-disabled {
    background-color: #d5d3d3 !important;
    color: darkgrey !important;
}

.btn-cool-primary {
    border: 3px solid #ff6000 !important;
    background: transparent !important;
    color: #ff6000 !important;
    transition: all 0.5s ease;
}

.btn-cool-primary:hover {
    background: #ff6000 !important;
    color: #ffffff !important;
}

.tagify {
    background-color: #fff !important;
    padding: 10px !important;
}

.custom-tag {
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: rgb(126, 130, 153);
}

.ff-btn-outline-dark {
    border: 1px solid #c3c3c3 !important;
}

.ff-btn-outline-white {
    border: 1px solid white !important;
}

.ff-impersonator-bar {
    background-color: #34345d;
}

.ff-impersonator-pill {
    background-color: #3a3f80;
}

.badge-gray {
    background-color: var(--bs-text-gray-600) !important;
}

.avatar {
    background-color: #ff8700;
    color: #fff;
    font-weight: bolder;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 76px;
    text-align: center;
    line-height: 100px;
}

.rounded-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.rounded-right-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ff-searchbar-input {
    box-sizing: border-box !important;
    line-height: normal !important;
}

.ff-searchbar-input:active, .ff-searchbar-input:focus {
    outline: 1px solid #242424 !important;
    color: #242424 !important;
}

.ff-text-dark {
    color: #242424 !important;
}

.search-coincidences-text {
    color: #ff7000;
}

.fs-36px {
    font-size: 36px !important;
}

a.parent-hover:hover .child-hover-text-primary {
    color: var(--bs-primary) !important;
}


.supplier-client-dropdown .supplier-client-option {
    height: 25px;
    margin-right: 8px;
}

.supplier-client-dropdown .supplier-client-option img {
    max-width: 25px;
    object-fit: contain;
}

.ellipsis {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.sticky,
th.sticky {
    position: sticky;
    right: 0;
    background: #fff;
    z-index: 2;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 34px;
    height: 34px;
    line-height: 1;
}

.btn-square i {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.required-hidden::after {
    content: none !important;
}

.ff-bottom-shadow-sm {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);
}

.ff-btn-bg-white {
    background-color: #fff !important;
}

.w-200px {
    width: 200px !important;
}

label.required:after {
    display: none !important;
}
.tooltip-wide .tooltip-inner {
    max-width: 250px !important;
    width: auto;
}

.ki-outline {
    font-family: keenicons-outline !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-flex;
    direction: ltr;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-xl {
    font-size: 3rem;
}

.dropdown-no-arrow.dropdown-toggle::after {
    display: none;
}

.hover-fw:hover {
    font-weight: 900 !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.bg-size-none {
    background-size: unset!important;
}
