
.card.a-summary .card-body{
    padding:10px;
}

.a-summary-header .title-card{
    font-size:12px;
}

.ere-my-beranda .a-rp{
    font-size: 18px;
    font-weight: 700;
}

.ere-my-beranda .card.a-summary{
  min-height: 80px;
}
.cms-beranda .select2-container .select2-selection--single {
  height: 40px !important; /* Adjust to your desired height */
}

.cms-beranda .select2-selection__arrow {
  height: 40px !important; /* Ensure the arrow aligns with the new height */
  top: 0px !important; /* Adjust if needed for vertical alignment */
}

/* Optional: Adjust padding of the rendered text */
.cms-beranda .select2-selection__rendered {
  padding: 0px 5px !important; 
}

.cms .select2-container--open .select2-dropdown--below {
    margin-top: 1px!important;
}