﻿:root {
    --rz-tabs-tab-letter-spacing: normal !important;
}

.bread-crumb {
    font-size: small;
    margin-bottom: 1rem;
    display: flex;
}

.rz-dropdown{
    width: 100%;
}

.place-items-center{
    place-items: center;
}
/*Fix Arabic text not connected*/
.rz-button-md {
    letter-spacing: normal !important;
}