.gallery-thumb img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

@media(max-width: 768px) {
    .gallery-thumb img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
}

@media(max-width: 992px) {
    .mobile-border-none {
        border: 0 !important
    }
}

a.active {
    color: #FD6500 !important;
}

.bg-success {
    background: #96DBAD !important;
}

.bg-danger {
    background: #E36262 !important;
}

a.text-dark-blue:hover {
    color: #FD6500 !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.pdf-container canvas {

    position: relative;
    width: 100%;
}

.slick-slide {
    transition: transform 0.3s;
}

.slick-slide:not(.slick-current) {
    opacity: 0.5;
    transform: scale(0.8);
}