hr {
    border-top: 1px solid #ccc;
}
.login-form .form-group {
    margin-bottom:30px
}
.login-form .password-wrapper {
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}
.toggle-password:hover {
    color: #333;
}
.login-form.half-space .form-group {
    margin-bottom:15px
}
.login-form .form-control {
    width: 100%;
    min-width: 150px;
	height: 60px;
	border-radius:10px
}
.login-form .input-group-addon {
	border-top-left-radius:10px;
	border-bottom-left-radius:10px
}
.login-form .control-label {
	font-family:'Manrope','Open Sans',sans-serif;
	font-weight:600;
	font-size:18px
}
.login-form .help-block {
	margin:0
}
.help-block, .has-error .control-label, .help-block ul li {
	color:#e5533d !important
}
.login-form .help-block ul li:last-child {
	margin:0
}
.login-form .help-block ul li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e5533d' d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
}
#tipoUtente {
    color: #000;
}
#tipoUtente:invalid {
    color: #ccc;
}
#tipoUtente option {
    color: #000;
}
#tipoUtente option[value=""] {
    color: #ccc;
}
.form-control.input-lg::placeholder {
    color: #ccc;
}
.form-control.input-lg::-webkit-input-placeholder {
    color: #ccc;
}
.form-control.input-lg:-ms-input-placeholder {
    color: #ccc;
}
.input-helper {
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #f1f2f4;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
	letter-spacing:-0.02em;
    line-height: 1.4;
    color: #003556;
}
.login-form .form-link {
    display: block;
    padding-bottom: 1.8em;
}
.login-form .btn {
    padding-left: 30px;
    padding-right: 30px;
}
.login-form p, .login p {
    font-size:16px;
	color:#444444
}
.login-form p.text-danger, .login p.text-danger {
	color:#e5533d !important
}
.login p.blue {
	color:#003556
}
.login-form p.underbutton {
	font-size: 14px
}
.login-form p.backto {
	font-size: 17px;
	text-decoration: underline
}
.login-form a {
	color:#003556
}
.login-form ul{
    list-style:none;
    margin:0;
    padding:0;
}
.login-form ul li{
    position:relative;
    padding-left:24px;
    margin-bottom:10px;
    font-size:14px;
    line-height:2.3;
    color:#0d3b5c;
	top: 2px;
	text-align: left
}
.login-form ul li:last-child {
    margin-bottom:18px;
}
.login-form ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 13l6 6L21 5' fill='none' stroke='%237cb342' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.login-form .reglink {
	padding: 10px 0 0
}
.container-widget.login {
    border: 1px solid #003556;
}
.login h1 {
	font-size:2.6em;
	font-weight: 800;
	letter-spacing:-0.03em;
	padding-bottom:0
}
.login h2 {
	font-size:1.4em;
	letter-spacing:-0.03em;
	color:inherit
}
.login h3 {
	font-size:2.6em;
	font-weight: 800;
	letter-spacing:-0.03em;
	padding-bottom:10px
}
.login h4 {
	font-size:2em;
	font-weight: 800;
	letter-spacing:-0.03em;
	text-transform: none;
	padding-bottom:30px;
	color: #003556;
}
.login .lighter {
	font-weight: normal
}
.container-with-large-icon {
    border: 1px solid #e6e6e6;
    min-height: 420px;
    padding: 45px;
    position: relative;
    margin-bottom: 40px;
	border-radius:20px
}
.container-with-large-icon .large-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.order-box {
    display: inline-block;
    max-width: 100%;
    border: 1px solid #003556;
    border-radius: 20px;
    padding: 30px;
    margin: 15px 15px 35px;
}
.order-box__header {
    margin-bottom: 22px;
}
.order-box__title {
    margin: 0;
    font-size: 2.6em;
    line-height: 1;
    font-weight: 800;
    color: #003556;
}
.order-box__date {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #003556;
}
.order-box__divider {
    height: 1px;
    background: #ccc;
    margin-bottom: 30px;
}
.order-box__body {
    display: inline-flex;
    gap: 30px;
    align-items: stretch;
    max-width: 100%;
}
.order-box__products {
    flex: 0 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.draft-container p {
	font-family:'Manrope','Open Sans',sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #003556;
}
.draft-container h3 {
	padding-bottom:0
}
.draft-box {
	font-family:'Manrope','Open Sans',sans-serif;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding: 0;
}
.draft-box__left {
    width: 200px;
    flex: 0 0 200px;
    text-align: center;
}
.draft-box__right {
    flex: 1;
    min-width: 0;
}
.draft-box__image-wrap {
    border: 1px solid #003556;
    border-radius: 20px;
    padding: 10px;
    background: #fff;
}
.draft-box__image {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.draft-box__qty {
    margin-top: 18px;
    font-size: 22px;
    color: #003556;
    line-height: 1.2;
}
.draft-box__qty-label {
    font-weight: 400;
}
.draft-box__qty-value {
    font-weight: 700;
}
.draft-box__title {
    margin: 0 0 18px 0;
    font-size: 22px;
	letter-spacing:-0.03em;
    line-height: 1.15;
    font-weight: 400;
    color: #003556;
}
.draft-box__subtitle {
    margin: 0 0 15px 0;
    font-size: 26px;
	letter-spacing:-0.03em;
    line-height: 1.05;
    font-weight: 700;
    color: #003556;
}
.draft-box__list {
    margin: 0 0 25px 5px !important;
    padding: 0 !important;
    color: #003556;
    font-size: 24px;
    line-height: 1.6;
}
.container-widget .draft-box__list {
    list-style: disc !important;
    padding-left: 15px !important;
}
.container-widget .draft-box__list li {
    padding-left: 0 !important;
    position: static;
}
.container-widget .draft-box__list li::before {
    content: none !important;
    display: none !important;
    background-image: none !important;
}
.draft-box__supplier {
    margin-bottom: 20px;
    color: #003556;
}
.draft-box__textdecline {
    margin: 20px 0 10px 0;
    color: #003556;
	font-size:20px;
	font-weight:700
}
.draft-box__textarea {
	border-radius:10px;
	width: 80%
}
.draft-box__textarea::placeholder {
    font-size: 12px;
}
.draft-box__textarea::-webkit-input-placeholder {
    font-size: 12px;
}
.draft-box__textarea:-ms-input-placeholder {
    font-size: 12px;
}
.draft-box__textarea::-ms-input-placeholder {
    font-size: 12px;
}
.draft-box__subtextdecline {
    margin: 5px 0 10px 0;
    color: #003556;
	font-size:14px;
}
.draft-box__main-cta {
    margin: 15px 0 20px 0;
}
.draft-box__preview-btn {
    display: inline-block;
    background: #f7941d;
    color: #fff !important;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    padding: 10px 15px 15px;
    border-radius: 10px;
    text-decoration: none !important;
	text-align: center;
	min-width: 65%
}
.draft-box__preview-btn.inverse {
    background-color:#fff;
	color: #003556 !important;
	border: 2px solid #f7941d;
}
.draft-box__preview-btn.inverse:hover, .draft-box__preview-btn.inverse:active, .draft-box__preview-btn.inverse:focus {
	color: #003556 !important;
}
.draft-box__preview-btn:hover,
.draft-box__preview-btn:focus {
    color: #fff !important;
    text-decoration: none !important;
}
.draft-box__actions {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-top: 10px;
	width:65%
}
.draft-box__action-card {
    flex: 1;
    text-align: center;
    padding: 0;
}
.draft-box__action-card--confirm {
    border-right: 1px solid #b9b9b9;
	padding-right: 10px
}
.draft-box__action-btn {
    display: inline-block;
    background: #fff;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 5px;
    font-size: 17px;
	letter-spacing:-0.03em;
    line-height: 1.1;
    font-weight: 700;
    cursor: pointer;
    min-width: 100%;
}
.draft-box__action-btn--confirm {
    border-color: #58b85c;
    color: #003556;
}
.draft-box__action-btn--edit {
    border-color: #f15b5b;
    color: #003556;
}
.draft-box__action-text {
    margin: 14px auto 0 auto;
    max-width: 300px;
    color: #003556;
    font-size: 12px;
	letter-spacing:-0.03em;
    line-height: 1.2;
}
.draft-box__status {
    margin-top: 15px;
    font-size: 18px;
    color: #003556;
}
.draft-box__status--approved {
    font-family: 'Manrope', 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #003556;
}
.draft-box__status--rejected {
    font-family: 'Manrope', 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    color: #003556;
	width: 85%
}
.draft-box__status--dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f7941d;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}
.draft-box__status--dot.green {
    background: #58b85c;
}
.draft-box__status--dot.grey {
    background: #ccc;
}
.draft-box__message-box {
    margin-top: 20px;
    padding: 10px;
    background-color: #f3f5f7;
    border-radius: 15px;
	max-width: 75%
}
.draft-box__message-row {
    display: flex;
    align-items: center;
    gap: 0px;
}
.draft-box__message-row + .draft-box__message-row {
    margin-top: 12px;
}
.draft-box__message-icon {
    width: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 1;
}
.draft-box__message-icon img {
    width: 30px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.draft-box__message-text {
    color: #003556;
    font-size: 13px;
    line-height: 1.15;
}
.draft-box__message-text--strong {
    font-weight: 800 !important;
}
.draft-box--mini {
    gap: 15px;
    align-items: center;
}
.draft-box__mini-image {
    width: 80px;
    flex: 0 0 80px;
}
.draft-box__mini-img {
    width: 100%;
    border: 1px solid #333;
    display: block;
}
.draft-box__mini-content {
    flex: 1;
}
.draft-box .btn-success {
	background-color: #58b85c;
	border:1px solid #58b85c
}
.draft-box .btn-blu {
	background-color: #003556;
	border:1px solid #003556
}
.draft-box .btn-inverse-blu {
	border:1px solid #003556
}
.draft-box .btn-cancel {
	background-color: #fff;
	border:1px solid #58b85c;
	color: #58b85c !important;
	background: linear-gradient(to right, #58b85c 50%, #fff 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: 0.1s ease-out !important;
}
.draft-box .btn-cancel:hover {
    border-color: #58b85c;
    color: #fff !important;
    background-position: left bottom;
}
@media (max-width: 991px) {
    .draft-box {
        flex-direction: column;
        gap: 25px;
    }
    .draft-box__left {
        width: 100%;
        flex: none;
		text-align:left
    }
    .draft-box__subtitle {
        font-size: 28px;
    }
    .draft-box__title {
        font-size: 28px;
    }
    .draft-box__list {
        font-size: 20px;
    }
    .draft-box__preview-btn {
        font-size: 28px;
		min-width:100%
    }
	.draft-box__status--rejected {
		min-width:100%
	}
    .draft-box__actions {
        flex-direction: column;
        gap: 20px;
		width: 100%
    }
	.draft-box__message-box {
		min-width: 100%
	}
    .draft-box__action-card--confirm {
        border-right: 0;
        border-bottom: 1px solid #b9b9b9;
        padding-bottom: 20px;
    }
    .draft-box__action-btn {
        min-width: 0;
        width: 100%;
    }
	.draft-box .btn-success, .draft-box .btn-blu {
		margin-bottom: 10px;
		width: 100%
	}
	.draft-box .btn-cancel, .draft-box .btn-inverse-blu {
		width: 100%
	}
	.draft-box__textarea {
		width: 100%
	}
}
.order-product {
    width: 250px;
    display: flex;
    flex-direction: column;
}
.order-product__image-wrap {
    width: 250px;
    height: 250px;
    border: 1px solid #b8c7d3;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-product__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.order-product__text {
    color: #003556;
}
.order-product__sku {
    font-size: 16px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 4px;
}
.order-product__name {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
.order-product__name strong,
.order-product__text strong {
    font-weight: 800;
}
.order-box__sidebar {
    width: 270px;
    flex: 0 0 270px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.order-box__info-block {
    margin-bottom: 28px;
}
.order-box__label {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #003556;
    margin-bottom: 8px;
}
.order-box__value {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #003556;
}
.order-box__status {
    margin-top: 6px;
}
.order-status {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
.status-green {
    background: #97d700;
}
.status-grey {
    background: #cccccc;
}
.status-red {
    background: #d9413a;
}
.status-orange {
    background: #f39c12;
}
.status-yellow {
    background: #e8c341;
}
.status-blue {
    background: #3a68ff;
}
.order-box__tracking {
    color: #005ea6;
    font-weight: 700;
    text-decoration: none;
}
.order-box__tracking:hover,
.order-box__tracking:focus {
    text-decoration: underline;
}
.order-box__actions {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.order-box__button {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border-radius: 12px;
    padding: 16px 28px;
    display: inline-block;
}
@media (max-width: 767px) {
	.login h3 {
		font-size:2.2em;
	}
    .order-box {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 20px 16px;
        margin: 0 0 25px 0;
        border-radius: 16px;
    }
    .order-box__header {
        margin-bottom: 16px;
    }
    .order-box__title {
        font-size: 28px;
        line-height: 1.05;
    }
    .order-box__date {
        font-size: 16px;
    }
    .order-box__divider {
        margin-bottom: 20px;
    }
    .order-box__body {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
        width: 100%;
    }
    .order-box__products {
        width: 100%;
        gap: 18px 12px;
    }
    .order-product {
        width: calc(50% - 6px);
    }
    .order-product__image-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 14px;
        margin-bottom: 10px;
    }
    .order-product__sku {
        font-size: 14px;
    }
    .order-product__name {
        font-size: 14px;
    }
    .order-box__sidebar {
        width: 100%;
        flex: none;
        display: block;
    }
    .order-box__info-block {
        margin-bottom: 18px;
    }
    .order-box__label,
    .order-box__value {
        font-size: 18px;
    }
    .order-box__status {
        margin-top: 4px;
    }
    .order-status {
        font-size: 14px;
        padding: 7px 10px;
    }
    .order-box__actions {
        width: 100%;
        display: block;
        padding-top: 4px;
    }
    .order-box__button {
        display: block;
        width: 100%;
        font-size: 18px;
        padding: 14px 18px;
    }
}
.order-detail-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}
.order-detail-row + hr,
.order-detail-row + .divider-md,
.order-detail-separator {
    width: 100%;
}
.order-detail-media {
    width: 250px;
    flex: 0 0 250px;
}
.order-detail-media-small {
    width: 100px;
    flex: 0 0 100px;
}
.order-product__image-wrap {
    width: 250px;
    height: 250px;
    border: 1px solid #b8c7d3;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-detail-media-small .order-product__image-wrap {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.order-product__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.order-detail-content {
    flex: 1 1 320px;
    min-width: 0;
}
.order-detail-content-narrow {
    flex: 0 1 240px;
}
.order-detail-side {
    flex: 1 1 320px;
    min-width: 260px;
}
.order-product__text,
.order-detail-content p,
.order-detail-side p {
    color: #003556;
}
.order-product__sku,
.order-detail-content strong,
.order-detail-side strong {
    font-weight: 800;
    color: #003556;
}
.order-detail-content p,
.order-detail-side p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.35;
}
.order-detail-content p:last-child,
.order-detail-side p:last-child {
    margin-bottom: 0;
}
.order-detail-actions {
	font-size: 15px;
}
.order-detail-side {
	padding: 8px 10px 20px 0 !important;
}
.uploadifive-button, .order-detail-side {
	font-size: 15px !important;
}
.uploadifive-button {
	color:#e5533d !important
}
.order-detail-box hr {
    border-color: #a8bfd1;
    margin: 22px 0;
}
@media (max-width: 767px) {
    .order-detail-box {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .order-detail-row {
        gap: 18px;
    }
    .order-detail-media,
    .order-detail-media-small,
    .order-detail-content,
    .order-detail-content-narrow,
    .order-detail-side {
        width: 100%;
        flex: 0 0 100%;
        min-width: 0;
    }
    .order-product__image-wrap,
    .order-detail-media-small .order-product__image-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .order-detail-content p,
    .order-detail-side p {
        font-size: 15px;
        margin-bottom: 12px;
    }
	.uploadifive-button {
        padding: 8px 0px 10px 0 !important
    }
}
.order-addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin: 20px 0 30px;
}
.order-address {
    flex: 1 1 320px;
    min-width: 280px;
    color: #003556;
}
.order-address-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.order-address-list li {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
	padding-left:0 !important
}
.order-address-list li::before {
	display:none
}
.order-address-list li:last-child {
    margin-bottom: 0;
}
.order-address-card__actions {
    margin-top: 16px;
}
.order-address-card__tracking {
    margin-top: 14px;
    color: #005ea6;
}
.order-address-card__tracking a {
    color: #005ea6;
    text-decoration: none;
}
.order-address-card__tracking a:hover,
.order-address-card__tracking a:focus {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .order-addresses {
        flex-direction: column;
        gap: 25px;
    }
    .order-address {
        width: 100%;
        min-width: 0;
    }
    .order-address-list li {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
.quote-box-form {
    margin: 0;
}
.quote-box {
    display: inline-block;
    max-width: 100%;
    border: 1px solid #003556;
    border-radius: 20px;
    padding: 30px 30px 26px;
    margin: 15px;
    color: #003556;
}
.quote-box__header {
    margin-bottom: 28px;
}
.quote-box__title {
    margin: 0 0 10px;
    font-size: 2em;
    line-height: 1;
    font-weight: 800;
    color: #003556;
}
.quote-box__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.quote-box__actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 28px;
}
.quote-box__cta {
    padding: 10px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    transition: none;
    box-sizing: border-box;
}
.quote-box__cta i {
    font-size: 0.95em;
    line-height: 1;
}
.quote-box__cta span {
    display: inline-block;
}
.quote-box__cta--outline {
    border: 2px solid #003556;
    color: #003556;
    background: transparent;
}
.quote-box__cta--outline:hover,
.quote-box__cta--outline:focus {
    color: #003556;
    text-decoration: none;
}
.quote-box__cta--primary {
    border: 2px solid #f7931e;
    background: #f7931e;
    color: #fff;
}
.quote-box__cta--primary:hover,
.quote-box__cta--primary:focus {
    color: #fff;
    text-decoration: none;
}
.quote-box__cta--disabled {
    opacity: 0.55;
    cursor: default;
    pointer-events: none;
}
.quote-box__status-area {
    margin-bottom: 34px;
}
.quote-box__expiry {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 4px;
}
.quote-box__expiry--valid {
    color: #3f7f45;
}
.quote-box__expiry--expired {
    color: #d62f2f;
}
.quote-box__footer {
    width: 100%;
}
.quote-box__delete {
    color: #d62f2f;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: underline;
}
.quote-box__delete:hover,
.quote-box__delete:focus {
    color: #d62f2f;
    text-decoration: underline;
}
.quote-box__action-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.quote-box__action-block--primary {
    align-items: center;
}
.quote-box__help-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.25;
    color: #003556;
    text-align: center;
}
.quote-box__expiry-note {
    font-size: 13px;
    line-height: 1.25;
    color: #3f7f45;
}
@media (max-width: 767px) {
    .quote-box {
        display: block;
        width: 100%;
        margin: 0 0 25px;
        padding: 22px 18px 20px;
        border-radius: 16px;
    }
    .quote-box__header {
        margin-bottom: 22px;
    }
	.quote-box__footer {
		text-align:center
	}
    .quote-box__title {
        font-size: 32px;
		text-align:center
    }
    .quote-box__actions-row {
        gap: 14px;
        margin-bottom: 22px;
    }
    .quote-box__cta {
        width: 100%;
        min-width: 0;
        min-height: 62px;
        padding: 14px 18px;
        font-size: 20px;
        border-radius: 12px;
        gap: 12px;
    }
    .quote-box__status-area {
        margin-bottom: 24px;
    }
    .quote-box__expiry {
        font-size: 16px;
		text-align:center
    }
    .quote-box__delete {
        font-size: 16px;
    }
	.quote-box__help-text,
    .quote-box__expiry-note {
        font-size: 16px;
    }
    .quote-box__action-block,
    .quote-box__action-block--primary {
        width: 100%;
        align-items: stretch;
    }
    .quote-box__help-text {
        text-align: center;
    }
}