:root {
    --ion-color-primary: #630031;
    --ion-color-primary-hover: #af075a;
}
ion-thumbnail {
    --size: 100px;
    --border-radius: 50%;
    border: 2px solid #f4f5f8;
}
ion-item {
    --background-hover: white;
    --background-activated: white;
    --background-focused: white;
    --color: var(--ion-color-primary);
    --color-hover: var(--ion-color-primary-hover);
}
/* custom */
.ion-button-custom {
    --background-hover: var(--ion-color-primary-hover);
    --background-activated: var(--ion-color-primary-hover);
    --background-focused: var(--ion-color-primary-hover);
}
.ion-item-branch {
    --border-width: 0px 0px 8px 0px;
    --border-color: #f4f5f8;
}
.media-container {
    background-color: white;
    padding-bottom: 16px;
}
.List-Header{
    padding:16px;
    font-weight:bold;
}
.custom-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.color-box {
    width: 100%;
    height: 300px;
    background-position: center;
}
.title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
    background-Color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border-Radius: 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.centered-text {
    text-align: center;
    font-size: 1.2rem;
    margin: 10px 0;
    min-height: 60px;
}
.action-buttons {
    display: flex;
    justify-content: center;
}