html .pace .pace-progress {
    background: #ff7a01;
}

.nav-pills .nav-link.active {
    border-color: #ff7a01;
    box-shadow: 0 4px 18px -4px rgb(255 122 1 / 65%);
}

.placeholder-content {
    height: 205px;
    overflow: hidden;
    background: #000;
    position: relative;
    
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
}
    .placeholder-content_item {
        width: 100%;
        height: 20px;
        position: absolute;
        background: #fff;
        z-index: 2;
}
        
       .placeholder-content_item:after,
       .placeholder-content_item:before {
            width: inherit;
            height: inherit;
            content: '';
            position: absolute;
        }
        
        

@keyframes placeholderAnimate {
    0%{ background-position: -650px 0; }
    100%{ background-position: 650px 0; }
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 600px !important;
}

.mt-100 {
    margin-top: 100px !important;
}


.mb-5 {
    margin-bottom: 5px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 600px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #383445;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    }
  
  .close:hover {
    color: #25232E;
    text-decoration: none; }

    .x2 {
        font-size: large !important;
    }

    .page-item.active .page-link {
        z-index: 3;
        color: #ff7a01;
        background-color: #ff7a01;
        border-color: #ff7a01;
    }

    .page-item.disabled .page-link {
        color: #94949c
    }

    .space-arraund {
        justify-content: space-around;
        flex-wrap: nowrap;
    }

    .displaynone {
        display: none !important;
    }

    .bread.dropdown-toggle::after {
        margin-right: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23510C76' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    }



    