body,
html {
    background-color: #f0eff3;
}

.dashboard {
    background-color: #f0eff3;
    margin-top: 100px;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: calc(100vh - 97vh);
    height: 100%;
    overflow: visible;
    position: relative;
    left: 0px;
    right: 0px;
}

/* category */
.bg-red-primary.justify-content-center:active {
    background-color: #c5141a;
}

.menuTernak {
    position: relative;
    top: -13vh;
    overflow: visible;
}

.peternakanDigital {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}

.ZoomInOut {
    animation-name: zoomInOut;
    animation-duration: 1s;
    animation-direction: alternate;
}

.peternakanDigital span {
    letter-spacing: 1px;
    font-weight: 600;
}

.iconPeternakan {
    width: 60px;
    height: 53px;
}

.iconPeternakan svg {
    width: 40px;
    height: 40px;
}

.search:focus {
    background-color: white !important;
}
@keyframes zoomInOut {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
