.pagination-container[data-v-5f6062af] {
    margin-top: 20px
}

.btn-secondary[data-v-5f6062af] {
    margin: 0 5px
}

.card[data-v-5f6062af] {
    border-radius: 8px;
    box-shadow: 0 4px 6px #0000001a;
    overflow: hidden
}

.card-img-top[data-v-5f6062af] {
    height: auto;
    width: 100%
}

.card-body[data-v-5f6062af] {
    padding: 16px
}

.card-title[data-v-5f6062af] {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: .75rem;
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.card-text[data-v-5f6062af],.card-title[data-v-5f6062af] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-text[data-v-5f6062af] {
    color: #6c757d;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.menu-button[data-v-5f6062af] {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
    padding: 8px
}

.menu-button.lihat[data-v-5f6062af] {
    background-color: #115320;
    color: #fff
}

.animated-button1[data-v-5f6062af] {
    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-5f6062af]: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-5f6062af]:hover:before {
    opacity: .2
}

.animated-button1 span[data-v-5f6062af] {
    position: absolute
}

.animated-button1 span[data-v-5f6062af]:first-child {
    animation: animateTop-5f6062af 2s linear infinite;
    background: linear-gradient(270deg,#2b080800,#fff);
    height: 60px;
    left: 0;
    top: 0;
    width: 100%
}

@keyframes animateTop-5f6062af {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}

.animated-button1 span[data-v-5f6062af]:nth-child(2) {
    animation: animateRight-5f6062af 2s linear -1s infinite;
    background: linear-gradient(0deg,#2b080800,#fff);
    height: 100%;
    right: 0;
    top: 0;
    width: 3px
}

@keyframes animateRight-5f6062af {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(-100%)
    }
}

.animated-button1 span[data-v-5f6062af]:nth-child(3) {
    animation: animateBottom-5f6062af 2s linear infinite;
    background: linear-gradient(90deg,#2b080800,#fff);
    bottom: 0;
    height: 3px;
    left: 0;
    width: 100%
}

@keyframes animateBottom-5f6062af {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(100%)
    }
}

.animated-button1 span[data-v-5f6062af]:nth-child(4) {
    animation: animateLeft-5f6062af 2s linear -1s infinite;
    background: linear-gradient(180deg,#2b080800,#fff);
    height: 100%;
    left: 0;
    top: 0;
    width: 3px
}

@keyframes animateLeft-5f6062af {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(100%)
    }
}
