.bg-primary-theme {
    background: rgb(221, 52, 151);
}

.bg-primary-theme-2 {
    background: rgb(194, 25, 129);
}

.bg-mas {
    background: rgba(169, 3, 41, 1);
}

.bg-yellow {
    background-color: rgb(226, 192, 42);
}

.bg-hijau {
    background-color: rgb(35, 116, 28);
}

.bg-biru-muda {
    background-color: rgb(28, 84, 116);
}

h6.text-count {
    font-weight: 500;
    color: red;
    font-size: 1.2em;
}

.card-img-cover {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.text-primary-theme {
    color: rgb(221, 52, 151);
}

.bg-white-dark {
    background: rgba(69, 68, 69, 1);
    background: -moz-linear-gradient(top, rgba(69, 68, 69, 1) 0%, rgba(102, 102, 102, 1) 50%, rgba(128, 128, 128, 1) 63%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69, 68, 69, 1)), color-stop(50%, rgba(102, 102, 102, 1)), color-stop(63%, rgba(128, 128, 128, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(69, 68, 69, 1) 0%, rgba(102, 102, 102, 1) 50%, rgba(128, 128, 128, 1) 63%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(69, 68, 69, 1) 0%, rgba(102, 102, 102, 1) 50%, rgba(128, 128, 128, 1) 63%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(69, 68, 69, 1) 0%, rgba(102, 102, 102, 1) 50%, rgba(128, 128, 128, 1) 63%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 68, 69, 1) 0%, rgba(102, 102, 102, 1) 50%, rgba(128, 128, 128, 1) 63%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454445', endColorstr='#ffffff', GradientType=0);
}

.bg-muted-dark {
    background: rgba(235, 235, 235, 1);
    background: -moz-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(186, 184, 186, 1) 7%, rgba(196, 194, 196, 1) 67%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(7%, rgba(186, 184, 186, 1)), color-stop(67%, rgba(196, 194, 196, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(186, 184, 186, 1) 7%, rgba(196, 194, 196, 1) 67%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(186, 184, 186, 1) 7%, rgba(196, 194, 196, 1) 67%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(186, 184, 186, 1) 7%, rgba(196, 194, 196, 1) 67%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(186, 184, 186, 1) 7%, rgba(196, 194, 196, 1) 67%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0);
}

.bg-orange-gradient {
    background: rgba(254, 182, 69, 1);
    background: -moz-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 182, 69, 1)), color-stop(100%, rgba(241, 231, 103, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 182, 69, 1) 0%, rgba(241, 231, 103, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb645', endColorstr='#f1e767', GradientType=0);
}

.bg-muted-dark span,
.bg-orange-gradient span {
    color: black;
}