.tumbler-with-label-container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	min-height: 54px;
	border-radius: 14px;
	border: 1px solid $color-border;
	box-sizing: border-box;

	.input-tumbler {
		flex: 1;

		@include mobile {
			&__text {
				max-width: 122px;
			}
		}
	}

	@include desktop {
		height: 64px;
		padding: 12px 16px;
		border-radius: 16px;
	}
}

.tumbler-with-label-container__label {
	padding: 10px;
	min-height: 30px;
	border-radius: 10px;
	background: linear-gradient(81.79deg, #eb4747 16.36%, #f57c00 100%);
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	color: $color-white;
	box-sizing: border-box;
}
