.panel-top {
	background-color: #f2f5fb;
	padding: 20px 0;
}
.panel-top-menu {
	display: flex;
	align-items: center;
	justify-content: right;
}
.panel-top-menu.bottom {
	margin-top: 20px;
}
.panel-top-menu a:not(.primary-btn), .panel-top-menu span {
	padding: 10px 15px;
	border-radius: 10px;
	margin-left: 5px;
	border: solid 1px #e7edf3;
	font-weight: 600;
	color: #222732;
	transition: all 0.2s ease;
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
}
.panel-top-menu a:not(.primary-btn):hover {
	background-color: rgba(5,191,255,0.1);
	border-color: var(--primary);
}
.panel-top-menu a:not(.primary-btn).active {
	color: var(--primary);
	background-color: rgba(5, 191, 255, 0.1);
	border-color: var(--primary);
}
.panel-top-menu .primary-btn {
    margin-left: 5px;
    padding: 10px 15px;
}
p.require-info {
	text-align: right;
	color: #FF4605;
	font-weight: 500;
	margin-bottom: 15px;
}
.panel-container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}
.panel-background {
	padding: 45px 50px;
	border-radius: 20px;
	background-color: #f2f5fb;
	margin-bottom: 50px;
}
.car-fields-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
	row-gap: 25px;
}
.car-field-wrap {
    width: 33.333%;
    padding: 0 6px;
    position: relative;
}
.car-field-wrap.full-width {
	width: 100%;
}
.car-field-wrap label {
	margin-bottom: 12px;
	display: inline-block;
	line-height: 20px;
	font-weight: 600;
	color: #222732;
}
.car-field-wrap .filter-dropdown-content {
	width: 100%;
	margin: 0;
}
input.filter-dropdown-search.selected {
	color: var(--primary);
	font-weight: bold;
}
.filter-dropdown-inner.disabled input[disabled] {
	font-weight: 600 !important;
	background: #f4f4f4;
	cursor: initial;
	border: 1px solid #ddd;
}
.checkbox-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}
.checkbox-btn {
	position: relative;
	display: inline-block;
}
.checkbox-btn input[type="checkbox"] {
	display: none;
}
.checkbox-btn span {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 10px;
	background-color: #fff;
	color: #222732;
	border: solid 1px #e7edf3;
	cursor: pointer;
	font-weight: 600;
	transition: 0.2s;
}
.checkbox-btn input:checked + span, .checkbox-btn:hover span {
	background-color: rgba(5,191,255,0.1);
	color: var(--primary);
	border-color: var(--primary);
}
.load-more-caracteristics {
	display: block;
	width: 100%;
	margin-top: 20px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: var(--primary);
	text-decoration: underline;
}
.custom-feature {
	display: flex;
	gap: 10px;
	max-width: 400px;
}
h3.form-title {
	margin-bottom: 30px;
	color: #222732;
	font-size: 30px;
	font-weight: 900;
	line-height: 38px;
}
.hidden-term {
	display: none;
}
.default-img-msg {
	font-size: 23px;
	color: #99a1b2;
	margin: 37px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.updated-img-msg {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 86px);
	align-items: flex-end;
	position: absolute;
	bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #99a1b2;
	cursor: pointer;
}
.preview-container {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding: 30px 43px 0px 43px;
}
.upload-container {
	width: 100%;
	text-align: center;
	position: relative;
}
p.updated-img-msg span:last-child {
	display: none;
}
.drop-area {
	cursor: pointer;
	width: 100%;
	text-align: center;
	position: relative;
	min-height: 150px;
	padding: 0px 43px 80px 43px;
}
.preview-image-box {
	position: relative;
	width: 148px;
	height: 110px;
}
.img-remove-btn, .img-rotate-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #fff;
	color: #000;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	font-size: 20px;
	font-weight: 800;
	line-height: normal;
}
.img-rotate-btn {
	right: 40px;
	font-size: 16px;
}
.drop-area.has-files p.default-img-msg {
	display: none;
}
.drop-area.has-files p.updated-img-msg span:last-child {
	display: block;
}
.preview-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.drop-area.has-files {
	min-height: 100px;
}
.panel-background.galery {
	padding: 0;
}
label.required:after, h3.required:after {
	content: "*";
	color: var(--secondary);
	margin-left: 3px;
}
input.error {
	border-color: red;
}
.ad-form-bottom {
	text-align: right;
}
label.error {
	color: red;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}
.panel-background.error {
	border: 1px solid red;
}
.buy-pack-title {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
}
.buy-pack.pricing-table:not(.shadow) {
	box-shadow: 20px 20px 100px 20px rgba(143, 143, 143, 0.16);
	padding: 0 0 10px 0;
	margin: 10px;
}
.panel-listing-search {
	display: flex;
	gap: 5px;
}
.panel-listing-top {
    align-items: center;
    margin-top: 50px;
}
.panel-listing-list {
    background: #eff3fa;
    border-radius: 20px;
    margin: 50px 0;
    padding: 42px 34px;
}
.panel-listing-card {
	position: relative;
	border-radius: 10px;
	box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
	border: 1px solid #e7edf3;
	background: #fff;
	margin-bottom: 20px;
	padding: 20px 15px;
	display: flex;
	gap: 30px;
	height: 250px;
}
.panel-listing-card.is-draft-stand {
	padding-left: 40px;
}
a.panel-listing-card {
	height: 200px;
}
.pl-img.favorites {
	min-width: 250px;
	max-width: 250px;
}
.remove-favorite:hover {
    color: var(--primary);
}
.pl-card-top .car-card-info {
    border: 0;
    padding: 0;
}
.favorite-price {
	margin: 0;
	color: var(--primary);
}
.pl-right {
	width: 100%;
}
.pl-img {
	border-radius: 20px;
	min-width: 300px;
	background: #eff3fa;
	max-width: 300px;
	position: relative;
	overflow: hidden;
}
.pl-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	border-radius: 20px;
}
.pl-status {
    display: inline-block;
    border-radius: 5px;
    float: left;
    padding: 0px 8px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    line-height: 23px;
    top: 4px;
}
.pl-status.publish {
    background: green;
    color: #fff;
}
.pl-status.draft, .pl-status.auto-draft {
	background: grey;
	color: #fff;
}
.pl-status.pending {
	background: orange;
	color: #fff;
}
.pl-status.sold_out {
	background: #000;
	color: #fff;
}
.pl-name {
	color: #222732;
	font-weight: 700;
}
.pl-name:hover {
	color: var(--primary);
}
.pl-user {
    display: flex;
    align-items: center;
    color: #222732;
    font-size: 15px;
    gap: 5px;
    font-weight: 700;
}
.pl-user img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 4px;
}
.pl-card-top {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.pl-date i {
    color: var(--primary);
	margin-right: 5px;
}
.pl-stats {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 11px 20px;
    border-radius: 10px;
    background-color: #f2f5fb;
    font-size: 15px;
    color: #99a1b2;
    margin-bottom: 16px;
    gap: 20px;
}
.pl-actions-left {
	display: flex;
	gap: 20px;
	align-items: center;
}
.pl-sold-out img {
    max-width: 25px;
    object-fit: contain;
}
.pl-sold-out img.sold-out-icon-hover, .pl-sold-out:hover img.sold-out-icon {
    display: none;
}
.pl-sold-out:hover img.sold-out-icon-hover {
    display: block;
}
.pl-action-edit {
    display: flex;
    color: #99a1b2;
    font-size: 17px;
    font-weight: 500;
    align-items: center;
    gap: 7px;
    width: min-content;
    min-width: fit-content;
}
.pl-action-edit:hover {
	color: var(--primary);
}
.pl-actions-left .custom-checkbox label span {
    color: #99a1b2;
    font-size: 17px !important;
    font-weight: 500;
    cursor: pointer;
}
.pl-stat i {
    color: var(--primary);
    margin-right: 5px;
}
.pl-stat strong {
    color: #2f3b48;
    margin-right: 2px;
}
.panel-listing-filters {
    display: flex;
    gap: 20px;
}
.panel-listing-filters a {
	font-size: 18px;
	font-weight: bold;
	color: #222732;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}
.panel-listing-filters a:hover {
	color: var(--primary);
}
.panel-listing-filters a.active {
	border-color: var(--primary);
}
.panel-listing-filters a.active span {
	color: var(--primary);
}
.autonexa-chat {
	display: flex;
	gap: 20px;
	margin: 50px 0;
}
.chat-sidebar {
	width: 454px;
}
#chat-history {
	min-height: 200px;
	padding: 20px 30px 0;
	height: 50vh;
	overflow-y: scroll;
}
.chat-user {
	background: #f2f5fb;
	padding: 10px 22px;
	margin-bottom: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgb(34, 39, 50);
	border: 1px solid #f2f5fb;
	display: flex;
	align-items: center;
	gap: 22px;
}
.chat-user img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}
.chat-user i {
    color: #fff;
    background: #d8d9dc;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.chat-user.active {
	border-color: var(--primary);
}
.chat-messages {
	width: 100%;
	flex: 1;
}
.chat-input-box {
	margin-top: 30px;
	padding: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(226, 230, 238, 0.5);
	text-align: right;
}
.chat-input-box textarea {
	margin-bottom: 15px;
}
.chat-messages-box {
	background: #f2f5fb;
	border-radius: 10px;
}
#chat-history small {
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
	color: #6F6F6F;
	font-size: 11px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
#chat-history div {
	padding: 10px 15px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-word;
	width: calc(50% + 60px);
	max-width: fit-content;
	position: relative;
	margin-left: 35px;
}
#chat-history .right {
	background: rgba(0, 112, 250, 0.1);
	margin-left: auto;
}
#chat-history .left img, #chat-history .left i {
	position: absolute;
	width: 28px;
	height: 28px;
	object-fit: cover;
	left: -35px;
	border-radius: 50%;
	background: #d8d9dc;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-field-wrap label {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #222732;
	margin-bottom: 12px;
}
.open-ref-video {
	color: #FF4605;
	text-decoration: underline;
	margin-top: 5px;
	display: block;
	font-weight: 600;
}
.video-field input {
	padding-left: 45px;
}
.video-field {
	position: relative;
}
.video-field:before {
	position: absolute;
	content: "\f03d";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	left: 17px;
	top: 14px;
	z-index: 10000;
	font-size: 16px;
	color: var(--primary);
}

.stand-services_sevices .selected {
    border-color: var(--primary);
    color: var(--primary);
}

.stand-services_sevices .add-services {
    background: var(--primary);
    color: #fff;
}

.account-main {
    margin-top: 50px;
    display: flex;
}
.account-left {
    background: #f2f5fb;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 42px 34px;
    width: 100%;
}
.account-right {
    min-width: 357px;
    background: rgba(226, 230, 238, 0.5);
    padding: 42px 34px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	text-align: center;
}
.account-menu-title {
    color: #222732;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 34px;
}
.account-user-img {
    width: 187px;
    height: 182px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(153, 161, 178, 0.16);
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    font-size: 70px;
    overflow: hidden;
}
.account-fields {
	display: flex;
	flex-wrap: wrap;
	column-gap: 14px;
	row-gap: 20px;
}
.account-field-wrap {
	width: calc(50% - 7px);
}
.account-field-wrap label {
    color: #222732;
    margin-bottom: 12px;
    display: inline-block;
}
.account-field-wrap.full-w {
	width: 100%;
}
.account-delete {
    margin: 40px 0;
    font-size: 18px;
}
.remove-user-photo {
    margin-top: 27px;
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
    color: #99a1b2;
    cursor: pointer;
    display: inline-block;
}
.car-fields-wrap.change-password .car-field-wrap .password-input {
    max-width: 400px;
}
.custom-reset-password {
	background: #f2f5fb;
}
.custom-reset-password form {
	max-width: 480px;
    margin: 0 auto;
    padding: 150px 30px 150px 30px;
    text-align: center;
}
.custom-reset-password .car-field-wrap.full-width {
    max-width: 300px;
    margin: 0 auto;
}
.custom-reset-password .primary-btn {
    width: 100%;
}
.custom-reset-password .car-field-wrap input {
	padding: 17px 22px;
}
.reset-password-back {
    font-size: 14px;
    text-align: center;
    padding-top: 50px;
}
a#deleteApprove, a#deleteReject {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 4px;
    margin-right: 2px;
}
.panel-upload:not(.swal2-container) {
    margin: 50px auto;
    max-width: 1120px;
}
h3.panel-upload-heading {
    font-size: 19px;
    line-height: 19px;
}
.panel-upload ul, .panel-upload ol {
    line-height: 28px;
    color: #222732;
}
.file-template {
    display: flex;
    justify-content: flex-end;
}
.file-template a {
	color: #FF4605;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
    margin-bottom: 15px;
}
.panel-upload form {
    display: flex;
    background: #fff;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}
.panel-upload form input {
	padding: 0;
	border: none;
	border-radius: 0;
	width: auto;
	max-width: 200px;
}
.primium-popup #save-premium-content {
    display: none;
}
div#uploaded-images-container {
	display: flex;
	max-width: 500px;
	gap: 5px;
}
.prem-img-wrap {
	position: relative;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}
.prem-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prem-img-wrap button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 7px;
	border-radius: 0;
	background: #FF4605;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
}
.response-message h3 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: normal;
}
form#image-upload-form {
	margin-bottom: 20px;
}
.maximize-sale.panel-upload {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.maximize-sale .panel-listing-list {
	flex: 1 1 0;
	margin: 0;
}
.primium-popup #swal2-html-container {
    text-align: left;
}
.primium-popup .swal2-styled.swal2-cancel {
    background-color: #fff !important;
}
.select-car-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
	column-gap: 1%;
}
.select-car-list label {
	width: 24%;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 5px;
	position: relative;
	padding: 2px;
	cursor: pointer;
	z-index: 1;
}
.select-car-list label input {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-indent: -10000000000px;
	margin: 0;
	appearance: none;
	border: 0;
}
.select-car-list label input:checked:after {
	border: 2px solid var(--primary);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.purchase-popup h2#swal2-title {
	margin-bottom: 20px;
}
.or-odd-video input {
    width: 235px;
}
.or-line {
    position: relative;
    margin-bottom: 10px;
}
.or-line:before {
    border-top: 2px solid var(--primary);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.or-line span {
    background: #fff;
    position: relative;
    padding: 0 20px;
}
.or-odd-video {
    margin-top: 20px;
}
.select-car-list h5 {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
}
.select-car-list.maximize-sale {
	justify-content: flex-start;
	margin-bottom: 15px;
	max-height: 490px;
	overflow: auto;
}

.panel-listing-card.analytics {
    height: 180px;
}
.analytics a.pl-img {
    min-width: 200px;
    max-width: 200px;
}
.social-field-input input {
    padding-left: 50px;
}
.social-field-input i {
    position: absolute;
    left: 20px;
    color: var(--primary);
    top: 50%;
    transform: translateY(-50%);
}
.social-field-input {
    position: relative;
}
.panel-top-user-image {
    display: inline-block;
    width: 68px;
    height: 68px;
    position: relative;
    margin-left: 28px;
}
.panel-top-user-image a {
    width: 68px;
    height: 68px;
    display: block;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 50% !important;
    background-color: #e3e6ec !important;
}
.panel-top-user-image i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    transition: all 0.2s ease;
}
.panel-top-user-image a.no-img:after {
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #f2f5fb;
}
.statistic_sorting {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 20px;
}
.statistic_sorting > div {
    flex: 1 0 0;
    width: 100%;
}
.statistic_sorting label {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.statistic_sorting select, .statistic_sorting input {
    width: 100%;
    padding: 10px;
    border: solid 1px #e7edf3;
    border-radius: 10px;
}
.tips-box-wrap {
	margin-bottom: 20px;
	align-items: center;
}
.tips-box-wrap h3 {
	margin: 0;
}
.tips-box {
	display: flex;
	max-width: 660px;
	border-radius: 10px;
	border: solid 1px rgba(5, 138, 255, 0.5);
	background-color: rgba(233, 245, 255, 0.5);
	align-items: center;
}
.tips-box-left {
	color: var(--primary);
	padding: 0 23px;
	border-right: solid 1px rgba(5, 138, 255, 0.5);
	background-color: rgba(233, 245, 255, 0.5);
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 1.23;
	height: 73px;
}
.tips-box-left i {
	margin-right: 9px;
	font-size: 30px;
}
.tips-box-right {
	color: #222732;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding: 0 25px;
}
.photo-info-tips li {
	font-size: 15px;
	line-height: 24px;
}
.units-label {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 500;
	color: #99a1b2;
}
.units-wrap {
	position: relative;
}
#manutencoes-field {
	display: none;
}
.renew-checkbox {
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    transform: translateY(-50%);
}
.renew-checkbox .custom-checkbox input[type=checkbox] + span:before {
	border: 2px solid #000;
}
.renew_car_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
	margin-bottom: 20px;
}
.plans-pop-wrap {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999999;
	padding: 20px;
	margin: 0;
	text-align: center;
}
a#close-pack-planos-semestral, #close-pack-planos-anual {
	position: absolute;
	right: -10px;
	top: -10px;
	background: var(--primary);
	width: 25px;
	height: 25px;
	line-height: 27px;
	border-radius: 100%;
	color: #fff;
	font-weight: 900;
	text-align: center;
}
.btn-grp {
    margin-top: 5px;
}
.btn-grp .secondry-btn {
	margin: 5px 0;
	display: flex;
	flex-direction: column;
	background-color: #e16100;
}
.buy-pack.planos-semestral, .buy-pack.planos-anual {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 30px !important;
    width: 40%;
    background: #fff;
}
.field-tooltip-icon {
    background: #222732;
    color: #fff;
    width: 15px;
    height: 15px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 5px;
    font-size: 13px;
    line-height: 0;
}
.field-tooltip-info {
	display: none;
	position: absolute;
	width: calc(100% - 12px);
	background: #222732;
	height: auto;
	line-height: normal;
	padding: 5px;
	border-radius: 5px;
	top: -45px;
	left: 6px;
}
.field-tooltip-icon:hover .field-tooltip-info {
	display: block;
}
.field-tooltip-icon:before {
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #222732;
	top: -3px;
	position: absolute;
	display: none;
}
.field-tooltip-icon:hover:before {
	display: block;
}
.sortable-placeholder {
border: 2px dashed #ccc;
background: #f9f9f9;
width: 148px;
height: 110px;
margin: 5px;
}

@media (max-width: 1199px) {
	.panel-listing-list {border-radius: 10px; padding: 15px; }
	.panel-listing-card {border-radius: 10px; margin-bottom: 15px; padding: 15px; gap: 15px;}
	.pl-img {min-width: 250px; max-width: 250px;}
}
@media (max-width: 1024px) {
	.pl-img {min-width: 200px; max-width: 200px; max-height: 200px;}
	.panel-listing-card, .panel-listing-card.analytics, a.panel-listing-card {height: auto;}

}
@media (max-width: 899px) {
	.car-field-wrap {width: 50%; }
	.tips-box-wrap {flex-direction: column; align-items: flex-start; gap: 10px; }
	.panel-background {margin-bottom: 30px; }
	h3.form-title {margin-bottom: 20px; font-size: 26px; font-weight: 900; line-height: 30px; }
	.account-main {flex-direction: column; }
	.account-field-wrap {width: 100%; }
	.account-left {border-radius: 0; border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 15px;}
	.account-right {min-width: 100%;border-radius: 0; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;padding: 15px;}
	.panel-listing-list {border-radius: 10px; margin: 30px 0; padding: 15px; }
	.statistic_sorting {flex-direction: column; }
}
@media (max-width: 767px) {
	.panel-listing-card {flex-direction: column;}
	.pl-img, .analytics a.pl-img, .pl-img.favorites {min-width: 100%; max-width: 100%; border-radius: 10px;}
	.renew-checkbox {top: 10px; left: calc(50% - 10px); transform: translateY(-50%); }
	.pl-img img {max-height: 200px; border-radius: 10px;}
	.pl-actions {flex-direction: column; }
	.pl-actions .primary-btn {width: 100%; margin-top: 10px; }
	.pl-card-top {flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
	.panel-listing-top {margin-top: 30px; flex-direction: column;}
	.panel-listing-search {flex-direction: column; width: 100%;margin-top: 20px;}
	.panel-listing-search input {width: 100%; }
	.pl-actions-left .custom-checkbox {width: auto; }
	.panel-listing-card.is-draft-stand {padding-left: 15px; padding-top: 40px;}
	.favorite-price {margin-top: 10px; }
}
@media (max-width: 599px) {
	.car-field-wrap {width: 100%; }
	.panel-background {padding: 20px 15px; border-radius: 10px; }
}