.mod-tari .select-container {
    min-width: 0;
}

.mod-tari .form-select {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-overflow: ellipsis;
    min-height: 48px;
    line-height: 1.35;
}

.mod-tari .val1,
.mod-tari .val2 {
    overflow-wrap: anywhere;
}

.mod-tari select option {
    white-space: normal;
    overflow-wrap: anywhere;
}

.mod-tari .form-select {
	cursor: pointer;
	border: var(--border-width)solid #ced4da !important;
	background: #eaedf0 url(/images/select-bg.svg?v=5ebba0) 100%/116rem no-repeat;
	max-width: 100%;
	width: 100%;
	color: var(--body-color);
	appearance: none;
	border-radius: var(--border-radius);
	padding: .6rem 3rem .6rem 1rem;
}