﻿:root {
    --rz-tabs-tab-letter-spacing: normal !important;
}

.bread-crumb {
    font-size: small;
}

.rz-dropdown{
    width: 100%;
}

.place-items-center{
    place-items: center;
}
/*Fix Arabic text not connected*/
.rz-button-md {
    letter-spacing: normal !important;
}