/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.sidebarcolor{
	background-color:#BC2126;
}

.label {
	letter-spacing: 0.05em;
	border-radius: 60px;
	padding: 4px 16px 3px;
	font-weight: 500;
  color: #F5F5F5;
  }
  .label-rounded,
  .label-rouded {
	border-radius: 60px;
	padding: 4px 16px 3px;
	font-weight: 500;
  }
  .cardku {
    width: 100%;
    height: 100%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px; /* Menambahkan margin-bottom untuk jarak antara card */
}

.cardku img {
    width: 100%;
    height: auto;
    max-height: 80%;
    object-fit: cover;
    margin-bottom: 10px; /* Menambahkan margin-bottom untuk jarak antara gambar dan konten */
}

.card-bodyku {
    text-align: center;
}

.card-buttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.card-buttons button {
    margin: 0 5px;
}

.cardku.selected {
    border: 3px solid #ffc107;
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
    background-color: rgba(255, 193, 7, 0.1);
}