/*
 * LaraClassifier - Classified Ads Web Application
 * Copyright (c) BeDigit. All Rights Reserved
 *
 * Website: https://laraclassifier.com
 * Author: BeDigit | https://bedigit.com
 *
 * LICENSE
 * -------
 * This software is furnished under a license and may be used and copied
 * only in accordance with the terms of such license and with the inclusion
 * of the above copyright notice. If you Purchased from CodeCanyon,
 * Please read the full License from here - https://codecanyon.net/licenses/standard
 */

/* Your custom CSS here... */

.item-used-or-new {
	width: 20px;
	height: 20px;
	/*display: inline-block;*/
	position: absolute;
	border-radius: 50%;
	bottom: 3%;
	left: 5%;
	border: 2px solid white;
}

.item_condition_used {
	background: #00000082;
}

.item_condition_new {
	background: #59e60ae5;
}
