.js-hidden {
    display: none;
}

#loader-ajax {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #191c24;
    opacity: .8;
}

.w-110 {
    width: 110% !important;
}
.w-105 {
    width: 105% !important;
}

.bg-black {
    background: #000000 !important;
}
.bg-card-dark {
    background: #191c24 !important;
}
.border-color-dark {
    border-color: #191c24 !important;
}
.bg-green {
    background: #00D25B !important;
}
.bg-signal-orange {
    background: #FF4F00 !important;
}
.bg-purple {
    background: #8F5FE8 !important;
}
.bg-orange {
    background: #FFAB00 !important;
}
.bg-blue {
    background: #1090E7 !important;
}

.text-green {
    color: #00D25B !important;
}
.text-orange {
    color: #FFAB00 !important;
}
.text-yellow {
    color: #FEF102 !important;
}
.text-blue {
    color: #1090E7 !important;
}
.text-azure {
    color: #007FFF !important;
}
.text-red {
    color: #FC424A !important;
}
.text-purple {
    color: #8F5FE8 !important;
}
.text-signal-orange {
     color: #FF4F00 !important;
 }

.img-icon {
    width: 20px;
    height: 20px;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #191c24 !important;
    border-color: #007bff !important;
}

.hr-dashed {
    height: 0;
    border: none;
    border-top: 1px dashed #ddd;
}


.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    font-size: 24px;
    color: #fff;
    background: rgb(25, 135, 84);
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}
.back-to-top:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
}

.truncate-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}