.flexer,.progress-indicator{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.no-flexer,.progress-indicator.stacked{display:block}.no-flexer-element{-ms-flex:0;-webkit-flex:0;-moz-flex:0;flex:0}.flexer-element,.progress-indicator>li{-ms-flex:1;-webkit-flex:1;-moz-flex:1;flex:1}.progress-indicator{margin:0 0 1em;padding:0;font-size:80%;text-transform:uppercase}.progress-indicator>li{list-style:none;text-align:center;width:auto;padding:0;margin:0;position:relative;text-overflow:ellipsis;color:#bbb;display:block}.progress-indicator>li:hover{color:#6f6f6f}.progress-indicator>li.completed,.progress-indicator>li.completed .bubble{color:#65d074}.progress-indicator>li .bubble{border-radius:1000px;width:20px;height:20px;background-color:#bbb;display:block;margin:0 auto .5em;border-bottom:1px solid #888}.progress-indicator>li .bubble:after,.progress-indicator>li .bubble:before{display:block;position:absolute;top:9px;width:100%;height:3px;content:'';background-color:#bbb}.progress-indicator>li.completed .bubble,.progress-indicator>li.completed .bubble:after,.progress-indicator>li.completed .bubble:before{background-color:#65d074;border-color:#247830}.progress-indicator>li .bubble:before{left:0}.progress-indicator>li .bubble:after{right:0}.progress-indicator>li:first-child .bubble:after,.progress-indicator>li:first-child .bubble:before{width:50%;margin-left:50%}.progress-indicator>li:last-child .bubble:after,.progress-indicator>li:last-child .bubble:before{width:50%;margin-right:50%}.progress-indicator>li.active,.progress-indicator>li.active .bubble{color:#337AB7}.progress-indicator>li.active .bubble,.progress-indicator>li.active .bubble:after,.progress-indicator>li.active .bubble:before{background-color:#337AB7;border-color:#122a3f}.progress-indicator>li a:hover .bubble,.progress-indicator>li a:hover .bubble:after,.progress-indicator>li a:hover .bubble:before{background-color:#5671d0;border-color:#1f306e}.progress-indicator>li a:hover .bubble{color:#5671d0}.progress-indicator>li.danger .bubble,.progress-indicator>li.danger .bubble:after,.progress-indicator>li.danger .bubble:before{background-color:#d3140f;border-color:#440605}.progress-indicator>li.danger .bubble{color:#d3140f}.progress-indicator>li.warning .bubble,.progress-indicator>li.warning .bubble:after,.progress-indicator>li.warning .bubble:before{background-color:#edb10a;border-color:#5a4304}.progress-indicator>li.warning .bubble{color:#edb10a}.progress-indicator>li.info .bubble,.progress-indicator>li.info .bubble:after,.progress-indicator>li.info .bubble:before{background-color:#5b32d6;border-color:#25135d}.progress-indicator>li.info .bubble{color:#5b32d6}.progress-indicator.stacked>li{text-indent:-10px;text-align:center;display:block}.progress-indicator.stacked>li .bubble:after,.progress-indicator.stacked>li .bubble:before{left:50%;margin-left:-1.5px;width:3px;height:100%}.progress-indicator.stacked .stacked-text{position:relative;z-index:10;top:0;margin-left:60%!important;width:45%!important;display:inline-block;text-align:left;line-height:1.2em}.progress-indicator.stacked>li a{border:none}.progress-indicator.stacked.nocenter>li .bubble{margin-left:0;margin-right:0}.progress-indicator.stacked.nocenter>li .bubble:after,.progress-indicator.stacked.nocenter>li .bubble:before{left:10px}.progress-indicator.stacked.nocenter .stacked-text{width:auto!important;display:block;margin-left:40px!important}@media handheld,screen and (max-width:400px){.progress-indicator{font-size:60%}}
section.private-area.table-assistance-request {
    margin-bottom: 3rem;
}

section.private-area.table-assistance-request .table-assistance-wrap {
    position: relative;
}

section.private-area.table-assistance-request .table-assistance-wrap:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 8rem;
	background: linear-gradient(to left, #fff, transparent);
}

section.private-area.table-assistance-request .table-assistance-wrap:after {
	content: none;
}


/* icons status */

.table-assistance-request .icon {
    margin-right: .5rem;
}

.table-assistance-request .icon-attesa:before {
    color: #FD6600;
}

.table-assistance-request .icon-check:before {
    color: #55BE5A;
}


/* /icons status */

.table-assistance-request table {
    border: 1px solid rgba(0, 0, 0, .1);
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
    border-radius: 3px;
}

.table-assistance-request table .table-content div {
    align-self: center;
}

.table-assistance-request table .table-content .content-info {
    padding-left: 1rem
}

.table-assistance-request table .img-table img {
    max-width: 134px;
    height: auto;
}
.table-assistance-request table .img-table.generic {
	padding: 1.6rem 2.7rem;
	padding-left: 0;
	background-color: #fff;
}
.table-assistance-request table .img-table.generic .icon {
	margin: 0;
}
.table-assistance-request table .img-table.generic .icon:before {
	font-size: x-large;
	color: #461E7D;
}

.table-assistance-request table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.table-assistance-request table tr {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: .35em;
}

.table-assistance-request table th,
.table-assistance-request table td {
    text-align: left;
}

.table-assistance-request table td {
    padding: 20px;
}

.table-assistance-request table th {
    padding: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0;
    min-width: 200px;
    text-align: left;
}

.table-assistance-request table th.sort:after {
    content: "\e907";
    font-family: 'icomoon' !important;
    margin-left: .25rem;
    font-size: .5rem;
    cursor: pointer;
}

.table-assistance-request thead {
    border-top: 3px solid #461E7D;
}

.table-assistance-request .brand {
    font-weight: 700;
    text-transform: uppercase;
}

.table-assistance-request .product-name {
    font-weight: 400;
}

@media screen and (max-width:390px) {
    .table-assistance-request table .img-table {
        max-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .table-assistance-wrap table td span {
        max-width: 70%;
        display: block;
        margin: 0 0 0 auto;
    }
    .table-assistance-request table {
        border: 0;
    }
    .table-assistance-request table caption {
        font-size: 1.3em;
    }
    .table-assistance-request .brand {
        font-size: .6rem;
    }
    .table-assistance-request table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table-assistance-request table tr {
        border-top: 3px solid #461e7d;
        display: block;
        margin-bottom: 1rem;
    }
    .table-assistance-request table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .75rem;
        text-align: right;
        font-weight: 400;
    }
	.table-assistance-request table td::before {
		content: attr(data-label);
		float: left;
		font-weight: 400;
		font-size: 0.75rem;
		color: rgba(0, 0, 0, .5);
	}
    .table-assistance-request table td:first-of-type::before {
        margin-bottom: .75rem
    }
    .table-assistance-request table td:last-child {
        border-bottom: 0;
        margin-bottom: 0.75rem;
    }
    .flex-mode.table-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        width: 100%;
        flex-direction: row;
    }
	.table-assistance-request table .img-table {
		text-align: left;
		
	}
    .table-assistance-request table .img-table img {
        max-width: 100%;
        height: auto;
    }
    .table-assistance-request table .table-content div {
        align-self: flex-start;
    }
    /*.table-assistance-request table .table-content .content-info {
        padding-left: 0rem;
    }*/
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	
	section.private-area.table-assistance-request .table-assistance-wrap:after {
		content: "";
		/*content: none;*/
	}
}
.create-account .check-label input {
	margin-left: 0;
	left: 0;
}

.login-section p.subtitle {
	margin-bottom: 5px;
}

.content-form.form_nde .enel-btn.enel-btn-violet{
    width:100% !important;
}

#check-email .card-title{
    display: flex;
    flex-direction: column;
    align-self: stretch;
    color: var(--neutrals-neutral-black, #000103);
    /* headings/heading_3xl */
    font-family: Roobert ENEL;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

#check-email .lead{
    display: flex;
    flex-direction: column;
    align-self: stretch;
    color: var(--neutrals-neutral-dark, #313B49);
    /* texts/text_lg */
    font-family: Roobert ENEL;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#check-email .card--login{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*.private-area.profile-settings .settings-content.payments .title {
	margin-bottom: 0;
}*/
.private-area.profile-settings .settings-content.payments .title:after {
	border: none;
}

.private-area.profile-settings .settings-content.payments .settings-item.titles {
	font-weight: 700;
	color: #5738FF;
	border-bottom: 3px solid rgba(0, 0, 0, .1);
}

.is-xway .private-area.profile-settings .settings-content.payments .settings-item.titles {
	color: #461e7d;
}

.private-area.profile-settings .settings-content.payments .load-sepa span {
	margin-right: 20px;
	flex-grow: 0;
	align-self: center;
}

.private-area.profile-settings .settings-content.payments .paymentsDelete,
.private-area.profile-settings .settings-content.payments .sepaDelete {
	color: #FF006E;
}

.is-xway .private-area.profile-settings .settings-content.payments .paymentsDelete,
.is-xway .private-area.profile-settings .settings-content.payments .sepaDelete {
	color: #D025AB;
}

.private-area.profile-settings .settings-content.payments a {
	color:  #5738FF;
	cursor: pointer;
}

.private-area.profile-settings .settings-content.payments a.is-xway {
	color:  #5738FF;
}

.private-area.profile-settings .settings-content.payments a:hover {
	text-decoration: underline;
}

.modal-add-card .form-group .label span {
	height: 20px;
}

#modal-add-payment .btn-block,
#modal-delete-payment .btn-block {
	display: block;
}

@media only screen and (max-width: 767px) {
	
	.private-area.profile-settings .settings-content.payments .load-sepa span:first-of-type {
		width: 100%;
	}
	.private-area.profile-settings .settings-content.payments .load-sepa span {
		width: 100%;
	}
	
	.private-area.profile-settings .settings-content.payments .load-sepa span.hidden-mobile {
		display: none;
	}
}

@media only screen and (min-width: 576px) {
	
	#modal-add-payment .btn-block,
	#modal-delete-payment .btn-block,
	#modal-add-sepa-ko .btn-block,
	#modal-delete-sepa .btn-block {
		display: flex;
		justify-content: space-between;
	}

	#modal-add-payment .submit-form,
	#modal-delete-payment .submit-form,
	#modal-add-sepa-ko .submit-form,
	#modal-delete-sepa .submit-form {
		width: 48%;
	}
}
.breadcrumb {
	margin: 2rem 0 0;
}
.private-area .breadcrumb .container {
	padding: 0;
	margin: 0;
}
.breadcrumb .list .item {
	display: inline-block;
}

.private-area.request.title .section-head {
	margin: 0;
}

.private-area.table-assistance-request {
	position: relative;
}
.private-area.table-assistance-request .container {
	margin: auto;
}
.private-area.table-assistance-request .container.row {
	padding-left: 0;
}
.private-area.table-assistance-request .container.row .col-md-3 .col-md-4 {
	max-width: 100%;
	padding: 0;
}

.request .private-area.table-assistance-request table th,
.payments .private-area.table-assistance-request table th {
	min-width: unset;
	padding: 1rem;
}

.request .private-area.table-assistance-request table td,
.payments .private-area.table-assistance-request table td {
	padding: 20px;
}

.private-area.table-assistance-request .filter-request-day {
	margin: 30px auto;
	overflow: visible;
}

.private-area.table-assistance-request .filter-request-day .request-total {
	font-weight: 700;
	font-size: .75rem;
	margin-right: 1rem;
}

.private-area.table-assistance-request .filter-request-day .request-day-select {
	min-width: 182px;
}

.private-area.table-assistance-request .private-service {
	border-color: #5738FF;
	padding: 0;
	/*padding: 1.5rem;*/
}
.is-xway .private-area.table-assistance-request .private-service {
    border-color: #D025AB;
}
.private-area.table-assistance-request .private-service a {
	display: block;
	/*top: 50%;
	position: relative;*/
	padding: 1.5rem;
	/*transform: translateY(-50%);*/
}
.private-area.table-assistance-request .private-service .icon {
	display: none;
}
.private-area.table-assistance-request .private-service .title {
	margin: 0;
	text-align: center;
}
.private-area.table-assistance-request .private-service .text {
	display: none;
}
.private-area.table-assistance-request .private-service .text.author-text {
	display: block;
	padding: 34px
}

.private-area.table-assistance-request .container.row>.col-12 {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	
	.private-area.table-assistance-request .container.row>.col-12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;

	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	.request .table-assistance-request table .flex-mode.table-content {
		flex-direction: column;
	}
	.request .table-assistance-request table .table-content .content-info {
		padding: 20px 0 0;
	}
	.private-area.table-assistance-request .table-assistance-wrap > .container {
		/*overflow: unset;*/
	}
}

@media only screen and (min-width: 1025px) {
	
	.private-area.table-assistance-request .container.row>.col-12 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {

	.request .private-area.table-assistance-request table td div::before{
		content: attr(data-label);
		float: left;
		font-weight: 700;
		font-size: 0.75rem;
		color: #5738FF;
	}
	.payments .private-area.table-assistance-request table td div::before {
		content: attr(data-label);
		float: left;
		font-weight: 400;
		font-size: 0.75rem;
		color: rgba(0, 0, 0, .5);
	}
	
	.request .private-area.table-assistance-request table .img-table {
		display: none;
	}
	.request .table-assistance-request table .table-content .content-info {
		padding: 0;
	}
	.request .table-assistance-request table .flex-mode.table-content {
		text-align: right;
		display: block;
	}
}
.private-area.account-quotes .title,
.private-area.account-order .title {
	font-style: normal;
}

#listing_order .pagination ul.list li {
	display:inline-block;
	font-size:1rem;
}
#listing_order .pagination ul.list li.disabled {
	display:none;
}
#listing_order .pagination .list li a {
	display:inline-block;
	background:transparent;
	font-size:.6rem;
	line-height:1.1rem;
	padding:.35rem;
	width:1.8rem;
	height:1.8rem;
	color:rgba(0,0,0,0.5);
	font-weight:700;
	border-radius:50%;
	overflow:hidden;
	text-align:center;
}
#listing_order .pagination .list li.is-xway a:hover,
#listing_order .pagination .list li a:hover {
	text-decoration:underline;
}
#listing_order .pagination .list li.active a {
	text-decoration:none;
	background:#5738ff;
	color:#fff;
	pointer-events:none;
}
#listing_order .pagination .list li.is-xway.active a {
	background-color: #D025AB;
}


.bundle-list {
	margin-bottom: 25px;
}

.order-box .subproduct,
.bundle-list .subproduct {
	margin-bottom: 40px;
	width: 100%;/*serve per quote acceptance*/
}

.order-box .subproduct .order-box,
.bundle-list .subproduct {
	/*margin-left: 100px;*/
}
.bundle-list .subproduct {
	margin-bottom: 0px;
}
.bundle-list .subproduct.accessory {
	display: inline-block;
	width: 49%;
	margin-bottom: 45px;
}
.order-box .subproduct .order-box .thumbnail,
.bundle-list .subproduct .order-box .thumbnail {	
	min-height: 180px;
	max-height: 180px;
	max-width: 250px;
	
	display: inline-block;
	position: relative;
	/*width: 100px;
	height: 100px;*/
	min-height: 0;
	overflow: hidden;
	/*border-radius: 50%;
	margin-bottom: 20px;*/
	
	max-width: 140px;
}
.order-box .subproduct .order-box .thumbnail .product-thumbnail,
.bundle-list .subproduct .order-box .thumbnail .product-thumbnail  {
	/*max-width: 80%;*/
	
	max-height: 140px;
	width: auto;
	max-width: 100%;
	/*margin-left: -65px;
	margin-top: -20px;*/
	min-height: 0;
}
.order-box .subproduct .order-box .content,
.bundle-list .subproduct .order-box .content {
	/*padding: 0;*/
	position: relative;
}

.order-box .subproduct .order-box .content .btn-align,
.bundle-list .subproduct .order-box .content .btn-align {
	position:absolute;
	bottom: 10px;
}
.order-box .subproduct .order-box .content .btn-align .btn,
.bundle-list .subproduct .order-box .content .btn-align .btn {
	width: 100%;	
	background-color: #fff;	
	color: #5738FF;	
	text-align: left;	
	border: none;
	padding: 0;
	text-transform: capitalize;
}
.order-box .subproduct .order-box .content .btn-align .btn:hover,
.bundle-list .subproduct .order-box .content .btn-align .btn:hover {
	text-decoration: underline;
}
.order-box .subproduct .order-box .content .btn-align .btn:after,
.bundle-list .subproduct .order-box .content .btn-align .btn:after {
	content: " >";
}

@media only screen and (max-width: 767px) {
	
	.bundle-list .subproduct.accessory {
		display: block;
		width: 100%;
	}

	.order-box .subproduct .order-box,
	.bundle-list .subproduct {
		/*margin-left: 40px;*/
	}
	.order-box .subproduct .order-box .thumbnail,
	.bundle-list .subproduct .order-box .thumbnail {
		/*width: calc(100% - 40px);*/
		/*min-height: 155px;*/
	}
	.order-box .subproduct .order-box .thumbnail .product-thumbnail,
	.bundle-list .subproduct .order-box .thumbnail .product-thumbnail {
		/*max-width: 233px;*/
	}

	.order-box .subproduct .order-box .content,
	.bundle-list .subproduct .order-box .content {
		/*width: calc(100% - 40px);*/
	}

	.order-box .subproduct .order-box .content .btn-align,
	.bundle-list .subproduct .order-box .content .btn-align {
		position: relative;
	}

	.order-box .subproduct .order-box .content .btn-align .btn,
	.bundle-list .subproduct .order-box .content .btn-align .btn {
		/* max-width: 200px; */
		/* margin-bottom: 15px; */
	}
}

.order-box-container hr.separator{
    margin: 64px 15px;
}

/*@media only screen and (max-width: 420px) {

	.order-box .subproduct .order-box .content .btn-align .btn,
	.bundle-list .subproduct .order-box .content .btn-align .btn {
		width: 233px;
		max-width: 233px;
	}
}*/

body.hide-menu .menu.page {
	display: none;
}

.main > .set-select {
	padding: 40px
}
.set-select .content {
	max-width: 400px;
	padding-bottom: 10px;
}

.set-select .title:before {
	content: "Select 1 - Case Reason";
	font-size: 13px;
	font-weight: bold;
}
.set-select div.code p:before {
	content: "Code: ";
	font-size: 13px;
}
.set-select div.text p:before {
	content: "Text: ";
	font-size: 13px;
}
.set-select div.msg p:before {
	content: "Success Message: ";
	font-size: 13px;
}

.set-select .set-select  {
	color: blue;
	padding-left: 100px;
}
.set-select .set-select .title:before {
	content: "Select 2 - Case Subcause";
}

.set-select .set-select .set-select {
	color: green;
}
.set-select .set-select .set-select .title:before {
	content: "Select 3 - Case Subtype";
}
.set-select .set-select .set-select .cq-Editable-dom.cq-Editable-dom--container {
	display: none;
}

.set-select .newpar.new.section {
	position: relative;
}
.set-select .newpar.new.section:before {
	content: "Add Select 2";
	background-color: blue;
	color: white;
	font-size: 12px;
	padding: 4px;
	bottom: 0;
	right: 0;
	position: absolute;
}
.set-select .set-select .newpar.new.section:before {
	content: "Add Select 3";
	background-color: green;
}
.set-select .set-select .set-select .newpar.new.section:before {
	content: "Add Select 4";
	background-color: black;
}
.private-area.appointments .filter-request-day .request-total {
	font-weight: 700;
	font-size: .75rem;
	margin-right: 1rem;
}

.private-area.appointments .filter-request-day .request-day-select {
	min-width: 182px;
}

 .private-area.appointments .title-block-table {
 	margin-bottom: 0;
 }
.private-area.appointments .title-appointments-section-table {
	margin-bottom: 0;
	margin-top: 4px;
}

.private-area.appointments .tableSummary {
	border-bottom: none;
}
.private-area.appointments .tableSummary thead th, 
.private-area.appointments .tableSummary thead td {
	border-bottom-color: rgba(0, 0, 0, .3);
}
.private-area.appointments .tableSummary thead th:first-of-type, 
.private-area.appointments .tableSummary thead td:first-of-type {
	padding: 15px 10px 15px 0;
}
.private-area.appointments .tableSummary thead th:last-of-type, 
.private-area.appointments .tableSummary thead td:last-of-type {
	padding: 15px 0 15px 10px;
}
.private-area.appointments .tableSummary tbody th:first-of-type, 
.private-area.appointments .tableSummary tbody td:first-of-type {
	padding: 15px 10px 15px 0;
}
.private-area.appointments .tableSummary tbody th:last-of-type, 
.private-area.appointments .tableSummary tbody td:last-of-type {
	padding: 15px 0 15px 10px;
	text-align: right;
}
.private-area.appointments .tableSummary tbody tr:not(:last-of-type) td {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.private-area.appointments .tableSummary tbody td > a:last-of-type {
	color: #FF006E;
	margin-left: 20px;
}

.private-area.appointments .dataTables_info,
.private-area.order .dataTables_info,
.private-area.table-assistance-request .dataTables_info {
	display: none;
}


.appointments .modal-shadow.modal-visible {
	position: relative;
	background-color: #fff;
}
.appointments .modal-shadow.modal-visible .modal {
	margin-top: 0;
	margin-bottom: 0;
}
.appointments .modal-edit-workorder {
	padding: 0;
}
.appointments .modal-edit-workorder .modal-close {
	z-index: 9;
}
.appointments .modal-edit-workorder .form-page__card .card {
	border: none;
}

.appointments .modal-edit-workorder .success-modal {
	padding: 30px;
}

@media only screen and (max-width: 767px) {
	
	.private-area.appointments .tableSummary thead {
		display: none;
	}
	
	.private-area.appointments .tableSummary tbody tr {
		display: flex;
		flex-direction: column;
		border: 1px solid rgba(0,0,0,.1);
		border-top: 2px solid #461e7d;
		border-radius: 3px;
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.private-area.appointments .tableSummary tbody th, 
	.private-area.appointments .tableSummary tbody td {
		padding: 20px 20px 20px 0px;
	}
	.private-area.appointments .tableSummary tbody th:last-of-type, 
	.private-area.appointments .tableSummary tbody td:last-of-type {
		padding: 20px 20px 20px 0px;
		min-width: 114px;
		text-align: left;
	}
	
	.private-area.appointments .tableSummary tbody td > div {
		text-align: right;
	}
	.private-area.appointments .tableSummary tbody td > div:before {
		content: attr(data-label);
		float: left;
		font-weight: 800;
		font-size: 0.75rem;
		color:#5738FF;
	}
	
	.private-area.appointments .tableSummary tbody tr td {
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.private-area.appointments .tableSummary tbody tr td:last-of-type {
		border-bottom: none;
	}
}

@media only screen and (max-width: 784px) {
	
	.private-area.appointments .title-block-table {
	 	display: block !important;
	}
	
	.private-area.appointments .title-appointments-section-table {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	
	.private-area.appointments .filter-request-day .request-total {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	
	.private-area.appointments .title-block-table {
		margin-bottom: 20px;
	}
	
	.private-area.appointments .appointments-box {
		padding: 30px 30px 15px;
	}

	.private-area.appointments .appointments-content {
		margin-bottom: 0;
	}
	
	.private-area.appointments .tableSummary th, 
	.private-area.appointments .tableSummary td {
		width: 17%;
	}
	.private-area.appointments .tableSummary th:nth-of-type(4), 
	.private-area.appointments .tableSummary td:nth-of-type(4){
		/*max-width: 222px;*/
		width: 30%;
	}
}

@media only screen and (min-width: 785px) {
	
	.private-area.appointments .title-appointments-section-table {
		width: 40%;
	}
	.private-area.appointments .select1,
	.private-area.appointments .select2 {
		width: 60%;
	}
	
	.private-area.appointments .select1,
	.private-area.appointments .select2 {
		justify-content: flex-end;
	}
}
@font-face {
	font-family: 'icomoon';
	src: url('../../../../../etc.clientlibs/enelxmobility/clientlibs/clientlib-private-area/auth/main/resources/icomoon-psw/icomoon-psw.eot');
	src: url('../../../../../etc.clientlibs/enelxmobility/clientlibs/clientlib-private-area/auth/main/resources/icomoon-psw/icomoon-psw.eot#iefix')
		format('embedded-opentype'), url('../../../../../etc.clientlibs/enelxmobility/clientlibs/clientlib-private-area/auth/main/resources/icomoon-psw/icomoon-psw.ttf')
		format('truetype'), url('../../../../../etc.clientlibs/enelxmobility/clientlibs/clientlib-private-area/auth/main/resources/icomoon-psw/icomoon-psw.woff')
		format('woff'), url('../../../../../etc.clientlibs/enelxmobility/clientlibs/clientlib-private-area/auth/main/resources/icomoon-psw/icomoon-psw.svg#icomoon')
		format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modal-register-unique-id{
  background-color: white;
}

.icon.icon-cross.closingModal{
    position: fixed;
    margin-left: -20px;
    cursor: pointer;
}
.icon-hide-pw:before {
	content: "\e123";
}
.icon-view-pw:before {
	content: "\e124";
}
.show-hide-pw .icon-view-pw, .show-hide-pw .icon-hide-pw {
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
}
.dashboard.aem-GridColumn.aem-GridColumn--default--12 {
    padding: 0;
}

.row.private-service-container {
    margin: 0;
}

.private-service img {
    width: 32px;
    height: 32px;
}

/* override classes from base.css */
.private-service-container .col-12.col-md-4 {
    padding-right: unset;
    padding-left: unset;
}

/* XL from 1440 to ∞ */
@media (min-width: 1440px){

    .section-head{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-head .title {
        color:#000103;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
        letter-spacing: -0.96px;
    }

    .section-head .text  {
        color: #313B49;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .row.private-service-container{
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 24px;
    }

    .private-service{
        display: flex;
        padding: 24px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #C2CDDD;
        background: #FFF;
        flex-direction: column;
        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .private-service .title {
        color: #313B49;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .private-service .text {
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .private-service:active {
        height: 167px;
    }

    .private-service:active > a > .title{
        color:#5738FF;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .private-service:active > .text{
        color:#5738FF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

/* L from 1200 to 1439 */
@media (min-width: 1200px) and (max-width: 1439px){

    .section-head{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-head .title {
        color:#000103;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
        letter-spacing: -0.96px;
    }

    .section-head .text  {
        color: #313B49;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .row.private-service-container{
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 24px;
    }

    .private-service{
        display: flex;
        padding: 24px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #C2CDDD;
        background: #FFF;
        flex-direction: column;
        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .private-service .title{
        color: #313B49;

        /* headings/heading_lg */
        font-family: Roobert ENEL;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .private-service .text{
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .private-service:active {
        height: 187px;
    }

    .private-service:active > a > .title{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .private-service:active > .text{
        color:#5738FF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

/* M from 768 to 1199 */
@media (min-width: 768px) and (max-width: 1199px){

    .section-head{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-head .title{
        color: #000103;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.72px;
    }

    .section-head .text{
        color: #313B49;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .row.private-service-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 16px;
    }

    .private-service{
        display: flex;
        padding: 16px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #C2CDDD;
        background: #FFF;
        flex-direction: column;
        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
        min-height: 163px;
    }

    .private-service .title {
        color: #313B49;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .private-service .text {
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .private-service:active {
        height: 200px;
    }

    .private-service:active > a > .title{
        color: #5738FF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .private-service:active > .text{
        color: #5738FF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

/* S from 576 to 767 */
@media (min-width: 576px) and (max-width: 767px){

    .section-head{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-head .title{
        color: #000103;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.64px;
    }

    .section-head .text{
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .row.private-service-container{
        display: flex;
        width: 100%;
        align-items: center;
        gap: 16px;
        margin: 0;
    }

    .private-service{
        display: flex;
        min-width: 224px;
        padding: 16px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #C2CDDD;
        background: #FFF;
        flex-direction: column;
        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .private-service .title {
        color: #313B49;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .private-service .text {
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .col-12.col-md-4 {
        margin: 0;
        padding: 0;
    }

    .private-service:active {
        height: 164px;
    }

    .private-service:active > a > .title{
        color:#5738FF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .private-service:active > .text{
        color:#5738FF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

/* XS from 320 to 575 */
@media (min-width: 320px) and (max-width: 575px){
    .section-head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-head .title{
        color: #000103;

        /* headings/heading_xl */
        font-family: Roobert ENEL;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .section-head .text{
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .row.private-service-container {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 16px;
    }

    .private-service{
        display: flex;
        min-width: 224px;
        padding: 16px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #C2CDDD;
        background: #FFF;
        flex-direction: column;
        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .private-service .title {
        color: #313B49;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .private-service .text {
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .col-12.col-md-4 {
        padding: 0;
    }

    .private-service:active {
        height: 143px;
    }

    .private-service:active > a > .title{
        color:#5738FF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .private-service:active > .text{
        color:#5738FF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

/* XXS from 280 to 319 */
@media (min-width: 280px) and (max-width: 319px){

    .section-head{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-head .title{
        color:#000103;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .section-head .text{
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .row.private-service-container{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .private-service{
        display: flex;
        min-width: 224px;
        padding: 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #C2CDDD;
        background: #FFF;
        flex-direction: column;
        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .private-service .title {
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

    .private-service .text {
        color: #313B49;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .col-12.col-md-4 {
        margin: 0;
        padding: 0;
    }

    .private-service:active {
        height: 147px;
    }

    .private-service:active > a > .title{
        color:#5738FF !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

    .private-service:active > .text{
        color:#5738FF !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }
}

/* XXXS from 279 to ∞ */
@media (max-width: 279px) {
    .section-head{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-head .title{
        color:#000103;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .section-head .text{
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .row.private-service-container{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .private-service{
        display: flex;
        padding: 12px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #C2CDDD;
        background: #FFF;
        flex-direction: column;
        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .private-service .title {
        color: #313B49;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

    .private-service .text {
        color: #313B49;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .col-12.col-md-4 {
        margin: 0;
        padding: 0;
    }
}

/* Hover */

.private-service:hover{
    border-radius: 8px;
    border: 1px solid #C2CDDD;
    background: #FFF;
    box-shadow: 0px 0px 0px 4px #E9E5FF;
}

.private-service:active {
    color: #5738FF !important;
    border-radius: 8px;
    border: 1px solid#5738FF;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}

/* override base clientlib */
@media screen and (min-width: 768px) {
    .col-md-4 {
        max-width: unset;
    }
}
.breadcrumb {
    margin-top: 0;
}

.green-badge {
    border-radius: 4px;
    border: 1px solid var(--informative-success-base, #00855D);
    background: var(--informative-success-lightest, #F5FFF6);
}

.orange-badge {
    border-radius: 4px;
    border: 1px solid var(--charts-tan-light, #F56B16);
    background: var(--informative-attention-lightest, #FCF1E6);
}

.yellow-badge {
    border-radius: 4px;
    border: 1px solid var(--informative-alert-base, #F7B500);
    background: var(--informative-alert-lightest, #FFFDF7);
}

.red-badge {
    border-radius: 4px;
    border: 1px solid var(--informative-error-base, #ED0529);
    background: var(--informative-error-lightest, #FFE9E8);
}

.blue-badge {
    border-radius: 4px;
    border: 1px solid var(--informative-info-base, #1F6CF9);
    background: var(--informative-info-lightest, #F4F8FF);
}

.grey-badge {
    border-radius: 4px;
    border: 1px solid var(--neutrals-neutral-base, #667790);
    background: var(--neutrals-neutral-lightest, #F7F8FB);
}

.purple-badge {
    border-radius: 4px;
    border: 1px solid var(--secondary-secondary-lighter, #B6B8F7);
    background: var(--secondary-secondary-lightest, #DCDDFF);
}

/* Status SVG */

.order-details-container .status.green-badge path {
    fill: #00855D;
}

.order-details-container .status.orange-badge path {
    fill: #F56B16;
}

.order-details-container .status.yellow-badge path {
    fill: #F7B500;
}

.order-details-container .status.red-badge path {
    fill: #ED0529;
}

.order-details-container .status.blue-badge path {
    fill: #1F6CF9;
}

.order-details-container .status.grey-badge path {
    fill: #667790;
}

.order-details-container .status.purple-badge path {
    fill: #B6B8F7;
}

/* assistanceRequestModal */

#assistanceRequestModal.modal .modal-content {
    min-height: unset;
}
#assistanceRequestModal .modal-header {
    border-bottom: none;
}
#assistanceRequestModal .success-modal .message {
    margin-bottom: 32px;
}

.bundle-list {
    width: 100%;
}
.order-box-container.list-order-entry.row{
    margin-right: 0;
}
.order-box-container hr.separator {
    display: flex;
    width: 100%;
    margin-right: 0;
}
.order-box-container .template-entries {
    display: flex;
    flex-wrap: wrap;
}
a.simple-link {
    margin-left: 15px;
}
/* XL from 1440 to ∞ */
@media (min-width: 1440px) {

    /* D-NONE-MOBILE */
    .order-box.equal-col.d-none-desktop {
        display: none !important;
    }

    .private-area.account-order .section-head {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: auto;
        background: #F7F8FB;
        padding-bottom: 32px;
    }

    .container-enel.section-head-title .title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
        letter-spacing: -0.96px;
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }

    .total-price-container .title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        display: flex;
        flex-direction: column;
    }

    .list-order-entry.col-12 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding-right: 0;
    }

    .total-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .total-price-container .total-prices.is-xway {
        display: flex;
        align-items: center;
        color: var(--neutrals-neutral-base, #667790);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        gap: 5px;
        margin: 0;
    }

    .total-price-container .total-prices.is-xway .total {
        font-size: 16px;
    }

    .list-order-entry.col-12 .order-box.equal-col {
        display: flex;
        width: 100%;
        padding: 24px;
        align-items: flex-start;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid var(--neutrals-neutral-light, #C2CDDD);
        background: var(--neutrals-neutral-white, #FFF);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
        margin: 0 0 24px 0;
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
        margin: 0;
    }

    .order-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
        width: 100%;
    }

    .order-details-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        width: 100%;
    }

    .thumbnail {
        min-height: auto;
    }

    img.product-thumbnail.productThumbnail {
        width: 193px;
        height: 145px;
        border-radius: 4px;
        background: url(main/css/<path-to-image>), lightgray 50% / contain no-repeat, #F7F8FB;
    }

    .order-container .order-details-container .subtitle.productNome{
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .status {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;

        display: inline-flex;
        padding: 4px;
        align-items: center;
        gap: 2px;
    }

    .order-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
    }

    h4.order-discount-price {
        color: var(--neutrals-neutral-dark, #313B49);
        text-align: right;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        white-space: nowrap;
    }

    p.order-full-price {
        color: var(--neutrals-neutral-base, #667790);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-decoration-line: line-through;
        white-space: nowrap;
    }

    .d-flex.btn-align {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    a.enel-btn.enel-btn-violet.border-0.submit-form {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 48px;
        min-width: 124px;
        margin: 0;

        color: var(--neutrals-neutral-white, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px;
        text-transform: uppercase;
    }

    button.enel-btn.enel-btn-violet_neg.border-0 {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 999px;
        background: var(--neutrals-neutral-lightest, #F7F8FB);
        height: 48px;
        color: var(--secondary-secondary-base, #5738FF);
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px;
        text-transform: uppercase;
        white-space: nowrap;
    }


    /* assistanceRequestModal */

    .modal-content.content-form.form_nde.form-full-width {
        display: flex;
        width: 474px;
        padding: 32px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 16px;
        background: var(--neutrals-neutral-white, #FFF);

        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .modal-header {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        padding: 0;
    }

    .modal-header .modal-title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    form#assistanceRequestForm .modal-description {
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin: 0;
        width: 100%;
    }

    .modal-body{
        position: relative;
        flex: 1 1 auto;
        padding: 0;
        width: 100%;
    }

    form#assistanceRequestForm {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        align-self: stretch;
    }

    .content-form.form_nde .form-group:not(.check-nde) {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    textarea#Description {
        display: flex;
        padding: 25px 8px 5px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        min-height: 64px;
    }

    button.enel-btn.enel-btn-violet.border-0.submit-form {
        color: var(--neutrals-neutral-white, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px; /* 100% */
        text-transform: uppercase;
        margin: 0;
    }
}

/* L from 1200 to 1439 */
@media (min-width: 1200px) and (max-width: 1439px) {

    /* D-NONE-MOBILE */
    .order-box.equal-col.d-none-desktop {
        display: none !important;
    }

    .private-area.account-order .section-head {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: auto;
        background: #F7F8FB;
        padding-bottom: 32px;
    }

    .container-enel.section-head-title .title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
        letter-spacing: -0.96px;
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }

    .total-price-container .title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        display: flex;
        flex-direction: column;
    }

    .list-order-entry.col-12 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding-right: 0;
    }

    .total-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .total-price-container .total-prices.is-xway{
        display: flex;
        align-items: center;
        color: var(--neutrals-neutral-base, #667790);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        gap: 5px;
        margin: 0;
    }

    .total-price-container .total-prices.is-xway .total {
        font-size: 16px;
    }

    .list-order-entry.col-12 .order-box.equal-col {
        display: flex;
        width: 100%;
        padding: 24px;
        align-items: flex-start;
        gap: 24px;
        border-radius: 8px;
        border: 1px solid var(--neutrals-neutral-light, #C2CDDD);
        background: var(--neutrals-neutral-white, #FFF);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
        margin: 0 0 24px 0;
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
        margin: 0;
    }

    .order-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
        width: 100%;
    }

    .order-details-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        width: 100%;
    }

    .thumbnail {
        min-height: auto;
    }

    img.product-thumbnail.productThumbnail {
        width: 193px;
        height: 145px;
        border-radius: 4px;
        background: url(main/css/<path-to-image>), lightgray 50% / contain no-repeat, #F7F8FB;
    }

    .order-container .order-details-container .subtitle.productNome {
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .status {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;

        display: inline-flex;
        padding: 4px;
        align-items: center;
        gap: 2px;
    }

    .order-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
    }

    h4.order-discount-price {
        color: var(--neutrals-neutral-dark, #313B49);
        text-align: right;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        white-space: nowrap;
    }

    p.order-full-price {
        color: var(--neutrals-neutral-base, #667790);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-decoration-line: line-through;
        white-space: nowrap;
    }

    .d-flex.btn-align {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    a.enel-btn.enel-btn-violet.border-0.submit-form {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 48px;
        min-width: 124px;
        margin: 0;

        color: var(--neutrals-neutral-white, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px;
        text-transform: uppercase;
    }

    button.enel-btn.enel-btn-violet_neg.border-0 {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 999px;
        background: var(--neutrals-neutral-lightest, #F7F8FB);
        height: 48px;
        color: var(--secondary-secondary-base, #5738FF);
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px;
        text-transform: uppercase;
        white-space: nowrap;
    }


    /* assistanceRequestModal */

    .modal-content.content-form.form_nde.form-full-width {
        display: flex;
        width: 474px;
        padding: 32px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 16px;
        background: var(--neutrals-neutral-white, #FFF);

        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .modal-header {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        padding: 0;
    }

    .modal-header .modal-title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    form#assistanceRequestForm .modal-description {
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin: 0;
        width: 100%;
    }

    .modal-body{
        position: relative;
        flex: 1 1 auto;
        padding: 0;
        width: 100%;
    }

    form#assistanceRequestForm {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        align-self: stretch;
    }

    .content-form.form_nde .form-group:not(.check-nde) {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    textarea#Description {
        display: flex;
        padding: 25px 8px 5px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        min-height: 64px;
    }

    button.enel-btn.enel-btn-violet.border-0.submit-form {
        color: var(--neutrals-neutral-white, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px; /* 100% */
        text-transform: uppercase;
        margin: 0;
    }

}

/* M from 768 to 1199 */
@media (min-width: 768px) and (max-width: 1199px) {

    /* D-NONE-MOBILE */
    .order-box.equal-col.d-none-desktop {
        display: none !important;
    }

    .private-area.account-order .section-head {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: auto;
        background: #F7F8FB;
        padding-bottom: 32px;
    }

    .container-enel.section-head-title .title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.72px;
        display: flex;
        flex-direction: column;
        align-self: stretch;
        padding: 0;
    }

    .total-price-container .title{
        color: var(--neutrals-neutral-black, #000103);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        display: flex;
        flex-direction: column;
    }

    .total-price-container .total-prices.is-xway {
        display: flex;
        align-items: center;
        color: var(--neutrals-neutral-base, #667790);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        gap: 5px;
        margin: 0;
    }

    .list-order-entry.col-12 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding-right: 0;
    }

    .total-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        align-self: stretch;
    }

    .total-price-container .total-prices.is-xway .total {
        font-size: 14px;
    }

    .list-order-entry.col-12 .order-box.equal-col{
        display: flex;
        width: 100%;
        padding: 24px;
        align-items: flex-start;
        gap: 16px;
        border-radius: 8px;
        border: 1px solid var(--neutrals-neutral-light, #C2CDDD);
        background: var(--neutrals-neutral-white, #FFF);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
        margin: 0 0 16px 0;
    }

    .content{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
        margin:0;
    }


    .order-container {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .order-details-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        width: 100%;
        max-width: 364px;
    }

    .order-container .order-details-container .subtitle.productNome {
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .thumbnail {
        min-height: auto;
    }

    img.product-thumbnail.productThumbnail {
        width: 164px;
        height: 123px;
        border-radius: 4px;
        background: url(main/css/<path-to-image>), lightgray 50% / contain no-repeat, #F7F8FB;
    }

    .status {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;

        display: inline-flex;
        padding: 4px;
        align-items: center;
        gap: 2px;
    }

    .order-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
        align-self: stretch;
    }

    h4.order-discount-price {
        color: var(--neutrals-neutral-dark, #313B49);
        text-align: right;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 133.333% */
        white-space: nowrap;
    }

    p.order-full-price {
        color: var(--neutrals-neutral-base, #667790);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 150% */
        text-decoration-line: line-through;
        white-space: nowrap;
    }

    .d-flex.btn-align {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    a.enel-btn.enel-btn-violet.border-0.submit-form {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 48px;
        min-width: 104px;
        margin: 0;

        color: var(--neutrals-neutral-white, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px;
        text-transform: uppercase;
    }

    button.enel-btn.enel-btn-violet_neg.border-0 {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 999px;
        background: var(--neutrals-neutral-lightest, #F7F8FB);
        height: 48px;
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    /* assistanceRequestModal */

    .modal-content.content-form.form_nde.form-full-width {
        display: flex;
        width: 392px;
        padding: 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 16px;
        background: var(--neutrals-neutral-white, #FFF);

        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .modal-header {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        padding: 0;
    }

    .modal-header .modal-title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    form#assistanceRequestForm .modal-description {
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin: 0;
        width: 100%;
    }

    .modal-body{
        position: relative;
        flex: 1 1 auto;
        padding: 0;
        width: 100%;
    }

    form#assistanceRequestForm {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .content-form.form_nde .form-group:not(.check-nde) {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    textarea#Description {
        display: flex;
        padding: 25px 8px 5px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        min-height: 64px;
    }

    button.enel-btn.enel-btn-violet.border-0.submit-form {
        color: var(--neutrals-neutral-white, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px; /* 100% */
        text-transform: uppercase;
        margin: 0;
    }
}

/* S from 576 to 767 */
@media (min-width: 576px) and (max-width: 767px){

    /* D-NONE-MOBILE */
    .order-box.equal-col.d-none-desktop {
        display: none !important;
    }

    .private-area.account-order .section-head {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: auto;
        background: #F7F8FB;
        padding-bottom: 32px;
    }

    .container-enel.section-head-title .title {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        color: var(--neutrals-neutral-black, #000103);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.64px;
        padding: 0;
    }

    .total-price-container .title {
        display: flex;
        width: 512px;
        flex-direction: column;
        color: var(--neutrals-neutral-black, #000103);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .total-price-container .total-prices.is-xway {
        display: flex;
        align-items: center;
        color: var(--neutrals-neutral-base, #667790);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        gap: 5px;
        margin: 0;
    }

    .total-price-container .total-prices.is-xway .total {
        font-size: 12px;
    }

    .list-order-entry.col-12 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .total-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        align-self: stretch;
    }

    .list-order-entry.col-12 .order-box.equal-col{
        display: flex;
        width: 100%;
        padding: 16px;
        align-items: flex-start;
        gap: 16px;
        border-radius: 8px;
        border: 1px solid var(--neutrals-neutral-light, #C2CDDD);
        background: var(--neutrals-neutral-white, #FFF);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
        margin: 0 0 16px 0;
    }

    .content{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
        margin: 0;
    }

    .thumbnail {
        min-height: auto;
    }

    img.product-thumbnail.productThumbnail {
        width: 116px;
        height: 87px;
        border-radius: 4px;
        background: url(main/css/<path-to-image>), lightgray 50% / contain no-repeat, #F7F8FB;
    }

    .order-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .order-details-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        width: 100%;
    }

    .order-container .order-details-container .subtitle.productNome {
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }

    .d-flex.btn-align {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .status {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px; /* 100% */

        display: inline-flex;
        padding: 4px;
        align-items: center;
        gap: 2px;
    }

    .order-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
        align-self: stretch;
    }

    h4.order-discount-price {
        color: var(--neutrals-neutral-dark, #313B49);
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
        white-space: nowrap;
    }

    p.order-full-price {
        color: var(--neutrals-neutral-base, #667790);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 150% */
        text-decoration-line: line-through;
        white-space: nowrap;
    }

    a.enel-btn.enel-btn-violet.border-0.submit-form  {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        min-width: 104px;
        height: 40px;
        margin: 0;

        color: var(--neutrals-neutral-white, #FFF);

        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
    }

    button.enel-btn.enel-btn-violet_neg.border-0 {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 999px;
        background: var(--neutrals-neutral-lightest, #F7F8FB);
        height: 40px;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    /* assistanceRequestModal */

    .modal-content.content-form.form_nde.form-full-width {
        display: flex;
        width: 384px;
        padding: 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        flex-shrink: 0;
        border-radius: 16px;
        background: var(--neutrals-neutral-white, #FFF);

        /* list shadow */
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    }

    .modal-header {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        padding: 0;
    }

    .modal-header .modal-title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    form#assistanceRequestForm .modal-description {
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        text-align: left;
        margin: 0;
        width: 100%;
    }

    .modal-body{
        position: relative;
        flex: 1 1 auto;
        padding: 0;
        width: 100%;
    }

    form#assistanceRequestForm {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .content-form.form_nde .form-group:not(.check-nde) {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    textarea#Description {
        display: flex;
        padding: 25px 8px 5px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        min-height: 64px;
    }

    button.enel-btn.enel-btn-violet.border-0.submit-form {
        margin: 0;
        color: var(--neutrals-neutral-white, #FFF);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
    }

}

/* XS from 320 to 575 */
@media (min-width: 320px) and (max-width: 575px){

    /* D-NONE-DESKTOP */

    .order-box.equal-col.d-none-mobile {
        display: none !important;
    }

    .xway-details-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .private-area.account-order .section-head {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: auto;
        background: #F7F8FB;
        padding-bottom: 32px;
    }

    .container-enel.section-head-title .title{
        display: flex;
        padding: 0px 16px;
        align-items: flex-start;
        gap: 16px;
        color: var(--neutrals-neutral-black, #000103);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        padding: 0;
        margin: 0;
    }

    .total-price-container .title {
        display: flex;
        flex-direction: column;
        color: var(--neutrals-neutral-black, #000103);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .total-price-container .total-prices.is-xway {
        color: var(--neutrals-neutral-base, #667790);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        display: flex;
        align-items: center;
        gap: 5px;
        margin: 0;
    }

    .total-price-container .total-prices.is-xway .total {
        font-size: 12px;
    }

    .list-order-entry.col-12 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .total-price-container {
        display: flex;
        width: 140px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .list-order-entry.col-12 .order-box.equal-col{
        display: flex;
        width: 100%;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-radius: 8px;
        border: 1px solid var(--neutrals-neutral-light, #C2CDDD);
        background: var(--neutrals-neutral-white, #FFF);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
        margin: 0 0 16px 0;
    }

    .content{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
    }

    .thumbnail {
        min-height: auto;
    }

    img.product-thumbnail.productThumbnail {
        width: 100px;
        height: 75px;
        border-radius: 4px;
        background: url(main/css/<path-to-image>), lightgray 50% / contain no-repeat, #F7F8FB;
    }

    .order-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }

    .order-details-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .order-container .order-details-container .subtitle.productNome{
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
    }

    .d-flex.btn-align {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }

    .status {
        display: flex;
        padding: 4px;
        align-items: center;
        gap: 2px;
        border-radius: 4px;
        color: var(--neutrals-neutral-black, #000103);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
    }

    .order-price-container {
        display: flex;
        width: 140px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    h4.order-discount-price {
        color: var(--neutrals-neutral-dark, #313B49);
        text-align: right;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
        white-space: nowrap;
    }

    p.order-full-price {
        color: var(--neutrals-neutral-base, #667790);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 150% */
        text-decoration-line: line-through;
        white-space: nowrap;
    }

    a.enel-btn.enel-btn-violet.border-0.submit-form {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 40px;
        min-width: 104px;
        margin: 0;

        color: var(--neutrals-neutral-white, #FFF);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
    }

    button.enel-btn.enel-btn-violet_neg.border-0 {
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 999px;
        background: var(--neutrals-neutral-lightest, #F7F8FB);
        height: 40px;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    /* assistanceRequestModal */

    .modal-content.content-form.form_nde.form-full-width {
        display: flex;
        padding: 24px 16px 0px 16px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        border-radius: 16px 16px 0px 0px;
        background: var(--neutrals-neutral-white, #FFF);
        top: auto;
        left: auto;
        bottom: 0;
        transform: none;
    }

    .modal-header {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        padding: 0;
    }

    .modal-header .modal-title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    form#assistanceRequestForm .modal-description {
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        text-align: left;
        margin: 0;
        width: 100%;
    }

    .modal-body{
        position: relative;
        flex: 1 1 auto;
        padding: 0;
        width: 100%;
    }

    form#assistanceRequestForm {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .content-form.form_nde .form-group:not(.check-nde) {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    textarea#Description {
        display: flex;
        padding: 25px 8px 5px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        min-height: 64px;
    }

    button.enel-btn.enel-btn-violet.border-0.submit-form {
        margin: 0;
        color: var(--neutrals-neutral-white, #FFF);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
    }
}

/* XXS from 280 to 319 */
@media (min-width: 280px) and (max-width: 319px){

    /* D-NONE-DESKTOP */

    .order-box.equal-col.d-none-mobile {
        display: none !important;
    }

    .xway-details-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }

    .private-area.account-order .section-head {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: auto;
        background: #F7F8FB;
        padding-bottom: 32px;
    }

    .container-enel.section-head-title .title{
        color: var(--neutrals-neutral-black, #000103);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .total-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .total-price-container .title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }

    .total-price-container .total-prices.is-xway {
        display: inherit;
        color: var(--neutrals-neutral-base, #667790);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 150% */
        margin: 0;
    }

    .total-price-container .total-prices.is-xway .total {
        font-size: 12px;
    }

    .list-order-entry.col-12 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }


    .list-order-entry.col-12 .order-box.equal-col{
        display: flex;
        width: 100%;
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-radius: 8px;
        border: 1px solid var(--neutrals-neutral-light, #C2CDDD);
        background: var(--neutrals-neutral-white, #FFF);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
        margin: 0 0 12px 0;
    }

    .content{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        align-self: stretch;
        margin: 0;
    }

    .thumbnail {
        min-height: auto;
    }

    img.product-thumbnail.productThumbnail {
        width: 90px;
        height: 67.888px;
        border-radius: 4px;
    }

    .order-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }

    .order-details-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .order-container .order-details-container .subtitle.productNome{
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
    }

    .d-flex.btn-align {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .status {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px; /* 100% */
        display: inline-flex;
        padding: 4px;
        align-items: center;
        gap: 2px;
    }

    .order-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        align-self: stretch;
    }

    h4.order-discount-price {
        color: var(--neutrals-neutral-dark, #313B49);
        text-align: right;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
        white-space: nowrap;
    }

    p.order-full-price {
        color: var(--neutrals-neutral-base, #667790);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 150% */
        text-decoration-line: line-through;
        white-space: nowrap;
    }

    a.enel-btn.enel-btn-violet.border-0.submit-form {
        display: flex;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        height: 40px;
        color: var(--neutrals-neutral-white, #FFF);

        /* components/comp_xs_b_c */
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
        width: 100%;
    }

    button.enel-btn.enel-btn-violet_neg.border-0 {
        display: flex;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 999px;
        height: 40px;
        background: var(--neutrals-neutral-lightest, #F7F8FB);
        color: var(--secondary-secondary-base, #5738FF);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    /* assistanceRequestModal */

    .modal-content.content-form.form_nde.form-full-width {
        display: flex;
        padding: 16px 12px 0px 12px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        border-radius: 16px 16px 0px 0px;
        background: var(--neutrals-neutral-white, #FFF);
        top: auto;
        left: auto;
        bottom: 0;
        transform: none;
    }

    .modal-header {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        padding: 0;
    }

    .modal-header .modal-title {
        color: var(--neutrals-neutral-black, #000103);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .modal-body.assistance {
        padding: 0;
        width: 100%;
    }

    form#assistanceRequestForm .modal-description {
        color: var(--neutrals-neutral-dark, #313B49);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        text-align: left;
        margin: 0;
        width: 100%;
    }

    .modal-body{
        position: relative;
        flex: 1 1 auto;
        padding: 0;
        width: 100%;
    }

    form#assistanceRequestForm {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .content-form.form_nde .form-group:not(.check-nde) {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    textarea#Description {
        display: flex;
        padding: 25px 8px 5px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        min-height: 64px;
    }

    button.enel-btn.enel-btn-violet.border-0.submit-form {
        margin: 0;
        color: var(--neutrals-neutral-white, #FFF);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        text-transform: uppercase;
    }
}