
.templ-app_accounting_reports_view_inform #kt_app_toolbar_container,
.templ-app_accounting_reports_view_inform #kt_app_content_container{
        max-width:none
}


.edit_app_nforms_form_message_form  .card .image-input > div{
	display: flex;    flex-direction: row;    justify-content: space-around;    gap: 7%;    margin-top: 10px;
}
.edit_app_nforms_form_message_form  .card .image-input {width: auto;}
.edit_app_nforms_form_message_form  .card .event_car_info {
		justify-content: flex-start;
	    flex-direction: row;
	    gap: 3%;
	    align-items: center;
	    align-content: center;
	    flex-wrap: wrap;
	        display: flex;
	}

	.edit_app_nforms_form_message_form  .card .event_car_info .row > label{display:none}
	.edit_app_nforms_form_message_form  .card .event_car_info .row {width:auto}

	.edit_app_nforms_form_message_form  .card .personal_info,
	.edit_app_nforms_form_message_form  .card .event_info  {
		display: flex;
	    flex-wrap: wrap;
	    gap: 3%;
	   }



#kt_app_nforms_form_messages_form .ae_col .row-cols-lg-1 > *{
	    width: 100%;
}


#kt_app_nforms_form_messages_form .card.general{
	    display:none;
}

.h-form-element-fixed{
	height: 43px;
}
.symbol-12px {
    width: 12px !important;
    height: 12px !important;
}

.highlight input.btn.btn-primary{
	background-color: var(--bs-primary);
} 
.highlight input:not([name*='layout-builder']), 
.highlight button{
	background: transparent;
}
form.highlight, 
.form-check.highlight,
.div_search.highlight {
	position: relative;
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.input-group.highlight{
	padding-top:0;
	padding-bottom:0;   
	padding-right: 0;
    padding-left: 0;
	background:inherit !important;
}
.ae_col .fv-row{
	
}
.fv-row.highlight{
	padding-top:0;
	padding-bottom:0;   
	padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
	background:inherit !important
}
input.highlight{padding-top:0;padding-bottom:0;background:inherit !important}
form *.highlight{padding-top:0;padding-bottom:0;background:inherit !important}

.col-stock,
a[data-kt-menu-placement="bottom-end"]{white-space:nowrap}



@media (min-width: 1200px){
	/*company*/
	.template-company.templ-company #kt_general .row-cols-xl-2 > *,
	.template-company.templ-company #kt_seo .row-cols-xl-2 > *,
	/*company*/
	
	/*OP
	.template-ae.templ-discounts .row-cols-xl-2 > *,
	.template-ae.templ-taxes .row-cols-xl-2 > *,
	.template-ae.templ-payment_methods .row-cols-xl-2 > *,
	.template-ae.templ-shipping_methods .row-cols-xl-2 > *,
	/*OP*/
	
	/*.template-ae.templ-users .row-cols-xl-2 > *,*/
	
	.template-ae.templ-sendings_contact .row-cols-xl-2 > *,
	.template-ae.templ-messages .row-cols-xl-2 > *,
	.template-ae.templ-shipping_methods .row-cols-xl-2 > *,
	.template-ae.templ-payment_methods .row-cols-xl-2 > *,
	.template-ae.templ-discounts .row-cols-xl-2 > *,
	.template-ae.templ-taxes .row-cols-xl-2 > *,
	.template-ae.templ-orders .row-cols-xl-2 > *,
	.template-ae.templ-products .row-cols-xl-2 > * {
		width:100% !important;
	}
	
	
	
	textarea[name='product_long_description']{
		height:300px;
	}
	
	.template-ae.templ-orders .order_details_group .card{
		order: 1;
		flex: 1 1 0;
		width: 0;	
	}
	.template-ae.templ-orders .order_details_group{
		display: flex;
		gap: 2%;
		justify-content: space-around;
	}
	
	
}
#kt_app_sidebar_logo a {    width: 100%;    text-align: center;}
#kt_app_sidebar_logo img {    height:40px !important}

/*Product Images*/
.template-ae.templ-products .product_images_group .card-body .row-cols-xl-2{
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}
.template-ae.templ-products .row-cols-xl-2 > .image-input{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto !important;
}




.text-right{text-align:right}
.inline-image-right img{max-width: 100%}

