@media (max-width: 768px) {
    .col-xl-3[data-v-33a78d1e] {
        display:flex;
        flex-direction: column
    }

    .alert-warning[data-v-33a78d1e] {
        order: -1
    }

    #noresults[data-v-33a78d1e] {
        display: none
    }
}

.card[data-v-33a78d1e] {
    border-radius: 8px;
    box-shadow: 0 4px 6px #0000001a;
    overflow: hidden
}

.card-img-top[data-v-33a78d1e] {
    height: auto;
    width: 100%
}

.card-body[data-v-33a78d1e] {
    padding: 16px
}

.card-title[data-v-33a78d1e] {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: .75rem
}

.card-text[data-v-33a78d1e] {
    color: #6c757d;
    display: -webkit-box;
    font-size: .875rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.pagination-container[data-v-33a78d1e] {
    margin-top: 20px
}

.btn-secondary[data-v-33a78d1e] {
    margin: 0 5px
}

.alert[data-v-33a78d1e] {
    margin-bottom: 1rem
}

.menu-button.lihat[data-v-33a78d1e] {
    background-color: #f22a2c;
    color: #fff
}

.animated-button1[data-v-33a78d1e] {
    background: linear-gradient(180deg,#f22a2c,#f14144);
    border-radius: 8px;
    box-shadow: inset 0 2px #ffffff80,0 2px 2px #0000004d,0 2px 4px 1px #0003;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    transform: translate(0)
}

.animated-button1[data-v-33a78d1e]:before {
    background-color: #5e564c;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 100%
}

.animated-button1[data-v-33a78d1e]:hover:before {
    opacity: .2
}

.animated-button1 span[data-v-33a78d1e] {
    position: absolute
}

.animated-button1 span[data-v-33a78d1e]:first-child {
    animation: animateTop-33a78d1e 2s linear infinite;
    background: linear-gradient(270deg,#2b080800,#fff);
    height: 60px;
    left: 0;
    top: 0;
    width: 100%
}

@keyframes animateTop-33a78d1e {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}

.animated-button1 span[data-v-33a78d1e]:nth-child(2) {
    animation: animateRight-33a78d1e 2s linear -1s infinite;
    background: linear-gradient(0deg,#2b080800,#fff);
    height: 100%;
    right: 0;
    top: 0;
    width: 3px
}

@keyframes animateRight-33a78d1e {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(-100%)
    }
}

.animated-button1 span[data-v-33a78d1e]:nth-child(3) {
    animation: animateBottom-33a78d1e 2s linear infinite;
    background: linear-gradient(90deg,#2b080800,#fff);
    bottom: 0;
    height: 3px;
    left: 0;
    width: 100%
}

@keyframes animateBottom-33a78d1e {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(100%)
    }
}

.animated-button1 span[data-v-33a78d1e]:nth-child(4) {
    animation: animateLeft-33a78d1e 2s linear -1s infinite;
    background: linear-gradient(180deg,#2b080800,#fff);
    height: 100%;
    left: 0;
    top: 0;
    width: 3px
}

@keyframes animateLeft-33a78d1e {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(100%)
    }
}
