.wast-float-left {
	float: left !important;
}

.wast-clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.wast-title {
	font-size: 1rem;
	font-weight: 500;
}

.wast-hr {
	margin: 10px 0 16px 0;
	background-color: #8d8d8d2e;
}

.wast-text-justify {
	text-align: justify;
}

.wast-alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.15rem;
	width: 100%;
}

.wast-alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.wast-alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.wast-alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.wast-alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
/*change*/
.wast-btn-wrapper{
    display: inline-flex;
    padding: 8px 14px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;

	border-radius: 8px;
    background: #F5683C;

    margin-right: auto;
}

input.wast-btn[type="submit"] {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;

	padding: 0;
	background: inherit;
	border: none;

	transition: all 0.15s ease-in-out;
	cursor: pointer;
}
/*change*/
.wast-btn:focus {
	outline: none !important;
}

.wast-btn:focus {
	color: #fff;
}

.wast-btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.7rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.wast-btn-secondary {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.wast-btn-secondary:hover {
	color: #fff;
	background-color: #727b84;
	border-color: #6c757d;
}

.wast-btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.wast-btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.wast-btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.wast-btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.wast-btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.wast-btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.wast-help-info {
	text-align: justify;
	background: #f8f8f8;
	padding: 0.5rem 0.75rem;
	margin: 1rem 0 3rem 0;
	font-size: 0.75rem;
}

.wast-label {
	font-weight: 500;
	cursor: pointer;
}

.wast-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.wast-col, .wast-col-12, .wast-col-lg-6 .wast-col-md-3 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.wast-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.wast-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.wast-col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.wast-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.wast-form-group {
	margin-bottom: 1rem;
}

.wast-form-control {
	display: block;
	width: 100%;
	padding: 0.5rem 0.375rem;
	font-size: 0.85rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.15rem;
	transition: all 0.15s ease-in-out;
}

.wast-custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.375rem 0.375rem 1rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%238E949A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.5rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0.15rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wast-form-control:focus,
.wast-custom-select:focus {
	border-color: #a4a7ad;
	outline: none !important;
}

.wast-form-check {
	position: relative;
	display: block;
	padding-right: 1.25rem;
}

.wast-form-check-input {
	position: absolute;
	margin-top: 0.5rem;
	margin-left: 1.25rem;
}

.wast-form-check-label {
	margin-bottom: 0;
	text-indent: 1.4rem;
}

.wast-custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0.5rem;
}

.wast-custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}

.wast-custom-file-input:lang(fa) ~ .wast-custom-file-label::after {
	content: "افزودن";
}

.wast-custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: 0.375rem;
	line-height: 1.9;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.15rem;
}

.wast-custom-file-label::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: 0.375rem;
	line-height: 1.9;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-right: 1px solid #ced4da;
	border-radius: 0.15rem 0 0 0.15rem;
}

.wast-text-muted {
	color: #868e96 !important;
}

.wast-product-title-wrapper {
	position: relative;
}

.wast-loader {
	position: absolute;
	top: 48px;
	left: 25px;
	display: none;
	z-index: 99;
}

.wast-ajax-result {
	position: absolute;
	right: 15px;
	left: 15px;
	top: 100%;
	border: 1px solid #ced4da;
	z-index: 99;
	font-size: 0.75rem;
	line-height: 1.5;
	background: #f7f7f7;
	max-height: 260px;
	overflow-y: auto;
	display: none;
}

.wast-ajax-result li {
	display: block;
	padding: 5px;
	cursor: pointer;
	background: #f7f7f7;
	transition: all 0.15s ease-in-out;
}

.wast-ajax-result li:hover {
	background: #fff;
}

.wast-ajax-result li:not(:last-child) {
	margin-bottom: 5px;
}

#wast-filter select {
	width: 160px;
	height: auto;
	margin-left: 0.35rem;
}

#wast-filter input {
	height: 33px;
}


.wast-title-column,
.wast-product-column,
.wast-date-column {
	max-width: 100%;
}

.wast-date-column {
	font-size: 0.75rem;
}

span.wast-status {
	color: #ffffff;
	display: inline-block;
	border-radius: 2px;
	padding: 0 0.5rem;
	text-align: center;
	font-size: 0.6rem;
	line-height: 2;
}

span.wast-status-open {
	background: #e74c3c;
}

span.wast-status-closed {
	background: #f1c40f;
}

span.wast-status-answered {
	background: #1abc9c;
}

@media (max-width: 768px) {
	.wast-thead-light {
		display: none;
	}

	.wast-table td {
		display: block;
		width: 100%;
		border: none;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.wast-title-column,
	.wast-product-column,
	.wast-date-column {
		max-width: none;
	}
}

.wast-badge {
	display: inline-block;
	padding: 0.25em 0.8em;
	font-size: 85%;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.15rem;
}

.wast-badge-answered {
	color: #fff;
	background-color: #28a745;
}

.wast-badge-in_progress {
	color: #fff;
	background-color: #3498db;
}

.wast-badge-open {
	color: #fff;
	background-color: #dc3545;
}

.wast-badge-closed {
	color: #fff;
	background-color: #ffc107;
}

.wast-wrapper .page-numbers {
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding-left: 0;
	list-style: none;
	margin-top: 10px;
}

.wast-wrapper .page-numbers .page-numbers {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #555555;
	background-color: transparent;
}

.wast-wrapper .page-numbers .page-numbers.current {
	z-index: 2;
	color: #007bff;
	font-weight: 500;
	border-bottom: 1px solid #007bff;
}

.wast-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.15rem;
}

.wast-card-header {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.wast-card-header .wast-card-title{
	margin: 0;
}

.wast-card-header .wast-card-title{
	flex: 1;
}

.wast-card-title {
	margin-bottom: 8px;
}

.wast-card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0.75rem;
}

.wast-start-ticket {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-width: 2px;
}

.wast-start-ticket .wast-row {
	text-align: center;
}

@media (min-width: 768px) {
	.wast-start-ticket .wast-row > .wast-col-12:not(:last-child) {
		border-left: 1px solid rgba(0, 0, 0, .1);
	}
}

@media (max-width: 768px) {
	.wast-start-ticket .wast-row > .wast-col-12:not(:last-child) div {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
}

.wast-wrapper .wast-card:not(:last-child) {
	margin-bottom: 32px;
}

.wast-wrapper .wast-card {
	border: none;
	width: 65%;
    border-radius: 16px;
    background: #FFF;
}

#wast-support-icon {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	transition: all 0.35s ease-in-out;
	border-radius: 100%;
	box-shadow: 0 0 20px rgba(181, 181, 181, 0.65);
	z-index: 99;
}

#wast-support-icon:hover {
	transform: scale(1.1);
}

.wast-expired {
	color: #DC3545;
}
.wast-exp-date {
	font-size: 85%;
}

/*customize*/

.wast-wrapper{
	padding: 12px;
	border-radius: 16px;
	background: #F6F6F6;
	width: 100%;
}

.wast-wrapper form{
    display: flex;
    flex-flow: row wrap;
    gap: 18px 2%;

	padding: 18px 24px 22px;
	border-radius: 12px;
	background: #FFF;
}

.wast-wrapper form.wast-reply-form{
	background: inherit;
    padding: 0;
}

.wast-wrapper form textarea,
.woocommerce .wast-wrapper form textarea
{
	height: 162px;
	width: 100%;
	resize: none;
}

.alm-woocommerce-form-field .wast-text-muted{
	color: var(--gray, #8D8D8D)!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 0 8px;
}

.wast-wrapper form fieldset.alm-wast-fieldset{
	border: none;
	padding: 0;
	display: flex;
    flex-flow: row wrap;
    gap: 18px 2%;
	width: 100%;
}

.wast-wrapper form .alm-wast-fieldset .alm-woocommerce-form-field{
	width: 100%;
}
.wast-wrapper form .alm-wast-fieldset.alm-wast-fieldset-3 .alm-woocommerce-form-field{
	width: 32%;
}

.wast-title{
	color: var(--color-primary300, #373254);

	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 185.714% */
	letter-spacing: -0.28px;
}

.alm-wast-header-button{
	display: inline-flex;
	align-items: center;
	gap: 8px;

	color: var(--gray, #8D8D8D);

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
}

.alm-wast-header-button:visited,.alm-wast-header-button:hover,.alm-wast-header-button:active{
	color: var(--gray, #8D8D8D);
}

@media screen and (max-width: 768px) {
	.wast-wrapper form .alm-wast-fieldset.alm-wast-fieldset-3 .alm-woocommerce-form-field{
		width: 100%;
	}

	.wast-wrapper .wast-card {
		border: none;
		width: 80%;
		border-radius: 16px;
		background: #FFF;
	}
}

.wast-card:not(.wast-owner-card){
	margin-right: auto;
}

.wast-card .wast-title{
	color: var(--gray, #8D8D8D);

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: -0.56px;
}
.wast-card .wast-card-content{
	color: var(--gray, #8D8D8D);
	text-align: justify;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: -0.56px;
}

.wast-card .wast-product-title{
	display: flex;
    padding: 0px 12px 4px;
    align-items: center;
	justify-content: space-between;
    gap: 6px;
    border-radius: 8px;
    background: var(--color-secondary200, #F9A48A);
    margin: 16px 0 0;

	color: var(--color-primary300, #373254);

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: -0.56px;
}

.wast-card .wast-product-title a{
	color: inherit;
	flex: 1;
}

.wast-card .wast-product-title .wast-ath-file{
	background: white;
	flex: unset;
}

.wast-card .wast-product-title .wast-product-title-label{
	color: #FFF;

	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 185.714% */
	letter-spacing: -0.28px;
}

.alm-wast-metas{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0 0;
	flex-wrap: wrap;
	gap: 12px 24px;
}

.alm-wast-status{
	color: var(--Secondary-300, #E76941);
	text-align: center;

	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 200% */

	display: inline-flex;
	padding: 0px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 8px;
	background: #FDE1D8;
}

.alm-wast-meta-second{
	display: inline-flex;
	align-items: center;
    gap: 12px 24px;
	flex-wrap: wrap;
}

.alm-wast-meta{
	display: flex;
	align-items: center;
	gap: 4px;
}

.alm-wast-meta .alm-wast-meta-label{
	color: var(--gray, #8D8D8D);

	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 216.667% */
	letter-spacing: -0.48px;
}

.alm-wast-meta .alm-wast-meta-value{
	color: var(--color-primary300, #373254);

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: -0.56px;
}

.wast-ath-file{
    background: var(--gray, #8D8D8D);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 50%;
    margin: 0;
}

.alm-wast-meta-first {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
}

.wast-card-header-text{
    color: var(--gray, #8D8D8D);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.56px;
}

.wast-card-footer-text{
    color: var(--color-primary300, #373254);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.56px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .woocommerce-MyAccount-content .wast-wrapper form button.button.insert-media,
.wast-wrapper form button.button.insert-media{
    margin: 0 0 8px;
    background: inherit;
    color: #F5683C;
    border: 1px solid #F5683C;
    padding: 8px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .woocommerce-MyAccount-content .wast-wrapper form button.button.insert-media::after{
	display: none;
}

.woocommerce .wast-wrapper form .alm-woocommerce-form-field.form-row .wp-editor-wrap,
.wast-wrapper form .alm-woocommerce-form-field.form-row .wp-editor-wrap{
	margin: 8px 0 0;
}

.wast-list-header{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 30px;
}

.wast-list-header .wast-filter{
	flex: 1;
}

.wast-wrapper .wast-list-header .wast-filter form{
	padding: 0;
    background: inherit;
    color: var(--color-primary300, #373254);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.wast-table{
	border-collapse: separate;
	border-spacing: 0 8px;
	margin: 0;
}
.wast-table,
.wast-table thead,
.wast-table tbody,
.wast-table tr,
.wast-table th,
.wast-table td{
	border: none;
}

.wast-table tbody::before{
	content: '';
	height: 10px;
	display: table-row;
}
.wast-table tr{
	background: #FFF;
}
.wast-table th,.wast-table td{
	padding: 9px 24px;
	text-align: center;
}

body:not(.rtl) .wast-table thead tr th:last-child,
body.rtl .wast-table thead tr th:first-child{
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;

}
body:not(.rtl) .wast-table thead tr th:first-child,
body.rtl .wast-table thead tr th:last-child{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

body:not(.rtl) .wast-table tbody tr td:last-child,
body.rtl .wast-table tbody tr td:first-child{
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;

}
body:not(.rtl) .wast-table tbody tr td:first-child,
body.rtl .wast-table tbody tr td:last-child{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.wast-pagination-links{
	margin-top: 62px;
    display: flex;
    flex-flow: row wrap;
	align-items: center;
    justify-content: center;
    gap: 8px;
}
.wast-pagination-links .page-numbers{
	color: var(--gray, #B9B9B9);

	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.48px;

	display: flex;
	height: 32px;
	padding: 0px 11px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 8px;
	border: 1px solid var(--color-secondary300, #F5683C);
}

.wast-pagination-links .page-numbers.current{
	color: #FFF;
	background: var(--color-secondary300, #F5683C);
}

.wast-pagination-links .page-numbers.next,
.wast-pagination-links .page-numbers.prev
{
	color: var(--color-secondary300, #F5683C);
}

.wast-table thead th{
	color: var(--color-primary300, #373254);

	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 216.667% */
	letter-spacing: -0.48px;
}

.wast-table tbody td{
	color: var(--color-primary300, #373254);

	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 216.667% */
	letter-spacing: -0.48px;
}

.wast-table tbody td a{
	color: inherit;
}

.alm-wast-filter-item{
	display: inline-flex;
    flex-flow: column wrap;
	position: relative;
}

.alm-wast-filter-item-label{
	display: inline-flex;
    padding: 0px 10px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    color: var(--color-primary300, #373254);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.56px;
	cursor: pointer;
}

.alm-wast-filter-item .wast-custom-select{
	display: none;
}

.alm-wast-filter-item .alm-wast-filter-list-items{
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px;
    z-index: 100;
    border: 1px solid #f6f6f6;
    border-radius: 16px;
    margin: 4px 0;
    width: max-content;
    min-width: 100%;
    display: none;
    flex-flow: column wrap;
    gap: 8px;
	color: var(--color-primary300, #373254);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.56px;
}

.alm-wast-filter-item.alm-wast-filter-open-sort .alm-wast-filter-list-items{
	display: flex;
}

.alm-wast-filter-item .alm-wast-filter-list-items .alm-wast-filter-current-sort{
	font-weight: 700;
}

.alm-wast-filter-item .alm-wast-filter-list-items li:not(.alm-wast-filter-current-sort){
	cursor: pointer;
}

.wast-statistics{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    gap: 16px 1.5%;
    width: 100%;

	margin: 0 0 24px;
}

.wast-statistics .wast-statistic-item{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #F9A48A;
    width: 18.8%;
}

.wast-statistics .wast-statistic-item .wast-statistic-item-icon {
    display: inline-block;
    margin-bottom: 14px;
}

.wast-statistics .wast-statistic-item .wast-statistic-item-icon svg[stroke]:not([stroke="none"]),
.wast-statistics .wast-statistic-item .wast-statistic-item-icon svg [stroke]:not([stroke="none"])
{
	stroke: #FFFFFF;
}
.wast-statistics .wast-statistic-item .wast-statistic-item-icon svg[fill]:not([fill="none"]),
.wast-statistics .wast-statistic-item .wast-statistic-item-icon svg [fill]:not([fill="none"]){
	fill: #FFFFFF;
}

.wast-statistics .wast-statistic-item .wast-statistic-item-count {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
}

.wast-statistics .wast-statistic-item .wast-statistic-item-label {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.56px;
}

.alm-account-empty-tickets{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
	margin: 98px auto 124px;
}
.alm-account-empty-tickets .alm-account-empty-tickets-message{
	color: var(--color-primary300, #373254);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.64px;
    display: inline-block;
    margin: 8px 0 0;
}

@media screen and (max-width: 768px) {
	.wast-list-header .wast-filter{
		order: 1;
		width: 100%;
		flex: unset;
	}
	.wast-list-header .wast-title{
		flex: 1;
	}
	.wast-wrapper .wast-list-header .wast-filter form{
		justify-content: flex-start;
	}

	.wast-table thead{
		display: none;
	}

	.wast-table tbody td::before{
        content: attr(data-title) ": ";
        font-weight: 700;
	}

	.wast-table tbody::before{
		display: none;
	}

	.wast-table tbody{
		display: flex;
		flex-flow: column wrap;
		gap: 16px;
	}

	.wast-table tbody tr{
		display: flex;
		flex-flow: column wrap;
		gap: 8px;
		border-radius: 12px;
		padding: 16px 0;
	}
	.wast-table tbody tr td{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
	}
}