*.animate-all { -webkit-transition: all 250ms; transition: all 250ms; -moz-transition: all 250; -ms-transition: all 250ms; }

/* 
 *	Resets 
 */

html, body { width: 100%; height: 100%; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; font-family: 'Roboto', sans-serif; }

html { background-size: cover; background-position: center center; background-repeat: no-repeat; min-width: 1280px; }
.bg-overlay { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.15); z-index: -1; }

a { text-decoration: none; color: inherit; }


/* 
 *	Header & navigation 
 */

header { height: 80px; background: #ffffff; width: 100%; }
header .logo { position: relative; width: 225px; height: 80px; display: block; float: left; padding: 0px 20px; }
header .logo img { position: absolute; max-width: 225px; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }
header nav { float: right; }
header nav a { width: 160px; height: 80px; padding: 0px 40px; background: #ffffff; text-align: center; line-height: 80px; border-left: 1px solid #dedede; color: #999999; display: inline-block; }
header nav a:hover, header nav a.active { color: #000000; }
header nav a i { height: 100%; margin: 0px 0px 0px 20px; line-height: 80px !important; float: right; }

/* 
 * Sections 
 */

section { width: calc(100%-160px); margin: 0 auto; padding: 80px 80px; overflow: auto; }
section .row { width: 100%; clear: both; }
section .col { width: calc(50% - 40px); float: left; }
section .row .col:first-child { margin-right: 40px; }
section .row .col:last-child { margin-left: 40px; }

section .row input[type="submit"] { width: 200px; font-size: 18px; height: 58px; float: right; }

section#login { width: 1024px; padding: 80px 0px; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } 
section#login img { display: block; margin: 0px auto; padding: 60px 0px; }
section#articles { padding: 10px 0px 0px 0px; }
section form { padding: 40px; }

table { background: #fff; width: 100%; }
table img { max-width: 120px; }
table th { padding: 10px; text-align: left; }
table tr {  }
table td { padding: 10px; }

tr.customer:nth-child(odd) {
    background-color: #f7f7f7;
}

input[type="checkbox"] { float: left; }
input, button, a, textarea { font-size: 16px; }
input, button { display: block; font-weight: 300; }
label { margin: 0px 0px 10px; display: block; font-size: 18px; }
textarea { height: 160px; }
input[type="text"], input[type="password"], input[type="email"], input[type="submit"], textarea { padding: 20px; border: none; width: 100%; }
input[type="text"], input[type="password"], input[type="email"], textarea { background: #ffffff; color: #000000; margin: 0px 0px 20px; }
input[type="submit"], .button { background: #ffffff; color: #000000; cursor: pointer; }

#thumbnail { width: 512px; height: 512px; position: relative; background: #ECECEC; text-align: center; line-height: 512px; margin: 20px 0px 0px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.article-image-information { font-style: italic; line-height: 60px; }

.button { display: inline-block; padding: 20px; text-decoration: none !important; }
.button i { vertical-align: sub !important; display: inline-block; font-size: 18px !important; }

.published { width: 200px; height: 58px; background: #ffffff; margin: 0px 10px 0px 0px; float: right; }

.wysiwyg { display: none; }

.wysiwyg-active { display: block; }

div.add-news { width: 100px; display: inline-block; text-align: center; cursor: pointer; }
div.add-news:hover { color: #ffffff; }
div.add-news i { font-size: 42px; }

div.add-news-active { display: inline-block; }

div#add-news-languages { width: auto; display: inline-block; }
div#add-news-languages .new-article { width: 100px; text-align: center; cursor: pointer; display: inline-block; }
div#add-news-languages .new-article:hover { color: #ffffff; }
div#add-news-languages .new-article i { font-size: 42px; }

#article { float: left; width: 90%;}
#article .row { width: 100%; min-height: 100px; }
#article-image { }

.article-remove { height: 30px; cursor: pointer; margin: 10px 0px; }
.article-remove i { font-size: 20px; vertical-align: sub; color: #E4002B; }
.article-remove span { display: block; line-height: 30px; }

.wysiwygs h2, .wysiwygs .remove { display: inline-block; }
.wysiwygs .remove { height: 20px; line-height: 20px; color: #ff0000; margin-left: 20px; }
.wysiwygs .remove i { line-height: 20px; }


.article-wysiwyg { display: none; }
.visible { display: block !important; }

.remove-article { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.35); opacity: 0; z-index: -1; }
.remove-article.active { opacity: 1; z-index: 1; }

.remove-article .alert-box { width: 600px; height: 400px; position: absolute; margin: auto; top: 50%; left: 0; bottom: 0; right: 0; background: #ffffff; opacity: 0; }
.remove-article .alert-box.active { top: 0; opacity: 1; }
.remove-article .alert-box .header { width: 100%; height: 60px; color: #ffffff; font-weight: 700; line-height: 60px; text-indent: 20px; background: #EB323B; }

.remove-article .alert-box p { padding: 20px; }
.remove-article .alert-box .buttons { width: calc(100% - 40px); height: 60px; position: absolute; bottom: 0px; color: #ffffff; padding: 20px 20px; }
.remove-article .alert-box .buttons .button { display: block; width: 230px; float: left; text-align: center; color: #ffffff; }
.remove-article .alert-box .buttons .button:nth-child(2) { float: right; }

.btn-green { background: #00a658; }
.btn-red { background: #EB323B; }
.cursor-pointer { cursor: pointer; }

.white { color: #ffffff; }

button:focus { outline: none; }

/* Administrator access */

#admin-access { box-sizing: border-box; max-width: 1440px; }
.admin-access-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; }
.admin-access-heading h1 { margin: 0 0 6px; font-size: 32px; }
.admin-access-heading p { margin: 0; color: #555555; }
.admin-access-message { margin: 0 0 16px; padding: 14px 18px; background: #ffffff; border-left: 4px solid #777777; }
.admin-access-message-error { border-left-color: #EB323B; }
.admin-access-message-success { border-left-color: #00a658; }
.admin-access-create { margin-bottom: 24px; padding: 24px; background: #ffffff; }
.admin-access-create h2 { margin: 0 0 18px; font-size: 22px; }
.admin-access-create-form { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(240px, 1.4fr) minmax(220px, 1fr) auto; gap: 16px; align-items: end; padding: 0; }
.admin-access-field label { margin-bottom: 8px; font-size: 14px; font-weight: 500; color: #444444; }
.admin-access-field input[type="text"],
.admin-access-field input[type="email"],
.admin-access-field input[type="password"] { box-sizing: border-box; height: 48px; margin: 0; padding: 12px 14px; border: 1px solid #d8d8d8; }
.admin-access-primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; padding: 0 20px; border: 0; background: #00a658; color: #ffffff; cursor: pointer; }
.admin-access-primary-button i { font-size: 20px; }
.admin-access-primary-button:focus, .admin-access-save-button:focus { box-shadow: 0 0 0 3px rgba(0, 166, 88, 0.25); }
.admin-access-table { border-collapse: collapse; }
.admin-access-table th { padding: 14px 16px; border-bottom: 1px solid #dedede; color: #555555; font-size: 13px; text-transform: uppercase; }
.admin-access-table td { padding: 16px; border-bottom: 1px solid #ededed; vertical-align: middle; }
.admin-access-table tbody tr:nth-child(even) { background: #f8f8f8; }
.admin-access-email { display: block; margin-top: 4px; color: #666666; font-size: 14px; }
.admin-access-status { display: inline-block; min-width: 58px; padding: 6px 10px; background: #ececec; color: #555555; text-align: center; font-size: 13px; }
.admin-access-status-active { background: #e4f5ed; color: #087944; }
.admin-access-self { color: #666666; font-size: 14px; }
.admin-access-update-form { display: flex; align-items: center; gap: 14px; padding: 0; }
.admin-access-toggle { display: inline-flex; align-items: center; gap: 8px; margin: 0; font-size: 14px; cursor: pointer; }
.admin-access-toggle input[type="checkbox"] { position: absolute; left: auto; opacity: 0; }
.admin-access-toggle span { position: relative; padding-left: 42px; line-height: 28px; }
.admin-access-toggle span:before { content: ''; position: absolute; top: 3px; left: 0; width: 34px; height: 20px; border-radius: 10px; background: #c8c8c8; transition: background 150ms ease; }
.admin-access-toggle span:after { content: ''; position: absolute; top: 6px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #ffffff; transition: transform 150ms ease; }
.admin-access-toggle input:checked + span:before { background: #00a658; }
.admin-access-toggle input:checked + span:after { transform: translateX(14px); }
.admin-access-toggle input:focus + span:before { box-shadow: 0 0 0 3px rgba(0, 166, 88, 0.2); }
.admin-access-save-button { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; border: 1px solid #d5d5d5; background: #ffffff; cursor: pointer; }
.admin-access-save-button i { font-size: 20px; }

@media (max-width: 1380px) {
	.admin-access-create-form { grid-template-columns: 1fr 1fr; }
	.admin-access-primary-button { width: max-content; }
	.admin-access-update-form { flex-wrap: wrap; }
}

/* Custom checkbox */

/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {position: absolute; left: -9999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {position: relative; padding-left: 3em; cursor: pointer; line-height: 58px; font-weight: 100; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {content: ''; position: absolute; left: 15px; top: 15px; width: 1.25em; height: 1.25em; border: 2px solid #ccc; background: #fff; border-radius: 4px; box-shadow: inset 0 1px 3px rgba(0,0,0,.1); } 

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {content: '✔'; position: absolute; top: 19px; left: 19px; font-size: 1.3em; line-height: 0.8; color: #09ad7e; transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {opacity: 0; transform: scale(0); } 

[type="checkbox"]:checked + label:after {opacity: 1; transform: scale(1); } 

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {box-shadow: none; border-color: #bbb; background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {color: #999999; } 

[type="checkbox"]:disabled + label {color: #aaaaaa; cursor: default;}

[data-dropdown-countries] {
    font-weight: 300;
    border: none;
    padding: 20px;
    width: 100%;
}
/* Quote workflow */

.quote-admin-html { min-width: 0; background: #f4f6f8; }
.quote-admin-shell { min-width: 0; height: auto; min-height: 100%; color: #101828; background: #f4f6f8; }
.quote-admin-shell .bg-overlay { display: none; }
.quote-admin-shell > header { height: 68px; display: flex; align-items: stretch; border-bottom: 1px solid #d8dee8; box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04); }
.quote-admin-shell > header .logo { width: 210px; height: 68px; flex: 0 0 210px; padding: 0 18px; }
.quote-admin-shell > header .logo img { max-width: 178px; }
.quote-admin-shell > header nav { display: flex; align-items: stretch; justify-content: flex-end; float: none; width: 100%; }
.quote-admin-shell > header nav a { width: auto; min-width: 128px; height: 68px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; line-height: 1; color: #667085; font-size: 14px; font-weight: 500; border-left: 1px solid #eaecf0; }
.quote-admin-shell > header nav a:hover,
.quote-admin-shell > header nav a.active { color: #101828; box-shadow: inset 0 -3px 0 #e3062c; }
.quote-admin-shell > header nav a i { float: none; height: auto; margin: 0; line-height: 1 !important; font-size: 19px; }
.quote-admin-shell > .wrapper { width: 100%; }

.quote-admin,
.quote-admin * { box-sizing: border-box; }
.quote-admin { width: auto; max-width: 1600px; margin: 0 auto; padding: 34px 36px 60px; overflow: visible; color: #101828; }
.quote-admin form { padding: 0; }
.quote-admin h1,
.quote-admin h2,
.quote-admin h3,
.quote-admin p { letter-spacing: 0; }
.quote-admin h1 { margin: 3px 0 0; font-size: 30px; line-height: 1.2; }
.quote-admin h2 { margin: 0; font-size: 17px; line-height: 1.35; }
.quote-admin h3 { margin: 22px 0 7px; font-size: 13px; }
.quote-admin p { line-height: 1.5; }
.quote-admin label { display: block; margin: 0; color: #344054; font-size: 12px; font-weight: 500; }
.quote-admin label > span { display: block; margin-bottom: 5px; }
.quote-admin input,
.quote-admin select,
.quote-admin textarea { width: 100%; min-height: 38px; display: block; margin: 0; padding: 8px 10px; border: 1px solid #cfd6e1; border-radius: 4px; outline: none; background: #fff; color: #101828; font: inherit; font-size: 13px; letter-spacing: 0; }
.quote-admin textarea { min-height: 64px; height: auto; resize: vertical; line-height: 1.4; }
.quote-admin input:focus,
.quote-admin select:focus,
.quote-admin textarea:focus { border-color: #e3062c; box-shadow: 0 0 0 2px rgba(227, 6, 44, 0.1); }
.quote-admin button:focus-visible,
.quote-admin a:focus-visible { outline: 2px solid #e3062c; outline-offset: 2px; }
.quote-admin .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.quote-admin__page-header { min-height: 76px; height: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding: 0 0 18px; border-bottom: 2px solid #101828; background: transparent; }
.quote-admin__eyebrow { margin: 0; color: #e3062c; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.quote-admin__back { display: inline-flex; align-items: center; gap: 5px; margin-bottom: 13px; color: #475467; font-size: 13px; font-weight: 500; }
.quote-admin__back:hover { color: #e3062c; }
.quote-admin__back i { font-size: 17px; }
.quote-admin__header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.quote-admin__owner { min-width: 132px; text-align: right; }
.quote-admin__owner span { display: block; color: #667085; font-size: 11px; }
.quote-admin__owner strong { display: block; margin-top: 2px; font-size: 13px; }

.quote-admin__filters { display: flex; align-items: center; gap: 9px; }
.quote-admin__filters label { margin: 0; }
.quote-admin__filters select { min-width: 190px; }

.quote-admin__table-wrap { width: 100%; overflow-x: auto; border: 1px solid #d8dee8; background: #fff; }
.quote-admin__table { width: 100%; border-collapse: collapse; background: #fff; font-size: 13px; }
.quote-admin-list .quote-admin__table { min-width: 980px; }
.quote-admin__table th { padding: 10px 12px; border-bottom: 1px solid #d8dee8; background: #f8f9fb; color: #475467; font-size: 11px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.quote-admin__table td { padding: 12px; border-bottom: 1px solid #eaecf0; vertical-align: middle; }
.quote-admin__table tbody tr:last-child td { border-bottom: 0; }
.quote-admin__table tbody tr:hover td { background: #fcfcfd; }
.quote-admin__table td > span,
.quote-admin__table td > small { display: block; margin-top: 3px; color: #667085; }
.quote-admin__reference { color: #c90028; font-weight: 700; white-space: nowrap; }
.quote-admin__reference:hover { text-decoration: underline; }
.quote-admin__empty { padding: 36px !important; color: #667085; text-align: center; }
.quote-admin__icon-link { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; color: #344054; border-radius: 4px; }
.quote-admin__icon-link:hover { color: #fff; background: #e3062c; }
.quote-admin__icon-link i { font-size: 19px; }

.quote-admin__status { display: inline-block; padding: 5px 8px; border: 1px solid #cfd6e1; border-radius: 4px; background: #f8f9fb; color: #344054; font-size: 11px; font-weight: 700; white-space: nowrap; }
.quote-admin__status--new,
.quote-admin__status--review { border-color: #f3a7b4; background: #fff3f5; color: #b00025; }
.quote-admin__status--in_progress,
.quote-admin__status--source,
.quote-admin__status--waiting_supplier { border-color: #e7c681; background: #fff9eb; color: #7a4b00; }
.quote-admin__status--ready,
.quote-admin__status--sent,
.quote-admin__status--accepted { border-color: #a9d3bd; background: #f0faf4; color: #17663a; }
.quote-admin__status--unavailable,
.quote-admin__status--declined { border-color: #cfd6e1; background: #f2f4f7; color: #475467; }

.quote-admin__notice { margin-bottom: 20px; padding: 12px 14px; border-left: 4px solid #667085; background: #fff; font-size: 13px; line-height: 1.45; }
.quote-admin__notice--success { border-color: #18794e; background: #f0faf4; color: #14532d; }
.quote-admin__notice--error { border-color: #e3062c; background: #fff3f5; color: #8f001e; }
.quote-admin__notice > div + div { margin-top: 4px; }

.quote-admin__meta-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; }
.quote-admin__section { width: auto; margin: 0; padding: 22px 0 26px; overflow: visible; border-top: 1px solid #d8dee8; }
.quote-admin__meta-grid .quote-admin__section { border-top: 0; padding-top: 0; }
.quote-admin__details { display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 7px 16px; margin: 14px 0 0; font-size: 13px; }
.quote-admin__details dt { color: #667085; }
.quote-admin__details dd { margin: 0; font-weight: 500; overflow-wrap: anywhere; }
.quote-admin__details a { color: #c90028; }
.quote-admin__file { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; color: #c90028; font-size: 13px; font-weight: 700; }
.quote-admin__file i { font-size: 19px; }
.quote-admin__file:hover span { text-decoration: underline; }

.quote-admin__workflow-controls { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(220px, 1.35fr) minmax(120px, 0.55fr); gap: 16px; margin-top: 26px; padding: 16px; border-top: 1px solid #d8dee8; border-bottom: 1px solid #d8dee8; background: #eef1f5; }
.quote-admin__section-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.quote-admin__section-header > span { color: #667085; font-size: 12px; }
.quote-admin__line-table { min-width: 1420px; table-layout: fixed; }
.quote-admin__line-table th:nth-child(1) { width: 215px; }
.quote-admin__line-table th:nth-child(2) { width: 390px; }
.quote-admin__line-table th:nth-child(3) { width: 94px; }
.quote-admin__line-table th:nth-child(4) { width: 110px; }
.quote-admin__line-table th:nth-child(5) { width: 205px; }
.quote-admin__line-table th:nth-child(6) { width: 240px; }
.quote-admin__line-table td { vertical-align: top; }
.quote-admin__line-table label + label { margin-top: 8px; }
.quote-admin__requested strong,
.quote-admin__requested span,
.quote-admin__requested small,
.quote-admin__requested em { display: block; overflow-wrap: anywhere; }
.quote-admin__requested span { margin-top: 5px; line-height: 1.4; }
.quote-admin__requested small { margin-top: 6px; color: #667085; }
.quote-admin__requested em { margin-top: 8px; color: #7a4b00; font-size: 11px; }
.quote-admin__paired-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.quote-admin__number-input { min-width: 74px; }

.quote-admin__terms-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.quote-admin__full-field { grid-column: 1 / -1; }
.quote-admin__editor-actions { display: flex; justify-content: flex-end; padding: 18px 0 28px; }
.quote-admin__button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 14px; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: 700; line-height: 1.2; letter-spacing: 0; }
.quote-admin__button i { font-size: 18px; }
.quote-admin__button--primary,
.quote-admin__button--danger { color: #fff; background: #e3062c; }
.quote-admin__button--primary:hover,
.quote-admin__button--danger:hover { background: #bd0026; }
.quote-admin__button--secondary { border-color: #b9c2cf; color: #344054; background: #fff; }
.quote-admin__button--secondary:hover { border-color: #e3062c; color: #c90028; }
.quote-admin__button:disabled { cursor: not-allowed; opacity: 0.45; }

.quote-admin__dispatch { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 0; }
.quote-admin__dispatch h2 { margin-bottom: 8px; }
.quote-admin__dispatch-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.quote-admin__ready { display: flex; align-items: center; gap: 7px; margin: 0; color: #17663a; font-size: 13px; font-weight: 600; }
.quote-admin__ready i { font-size: 19px; }
.quote-admin__readiness-errors { margin: 5px 0 0; padding-left: 18px; color: #8f001e; font-size: 12px; line-height: 1.55; }
.quote-admin__versions .quote-admin__table { border: 1px solid #d8dee8; }

@media (max-width: 900px) {
	.quote-admin-shell > header { height: auto; display: block; }
	.quote-admin-shell > header .logo { width: 100%; height: 58px; border-bottom: 1px solid #eaecf0; }
	.quote-admin-shell > header .logo img { max-width: 165px; }
	.quote-admin-shell > header nav { overflow-x: auto; justify-content: flex-start; }
	.quote-admin-shell > header nav a { min-width: 124px; height: 56px; padding: 0 14px; }
	.quote-admin { padding: 24px 16px 46px; }
	.quote-admin__page-header { align-items: flex-start; }
	.quote-admin__header-actions { align-items: flex-end; flex-direction: column; }
	.quote-admin__meta-grid { grid-template-columns: 1fr; gap: 18px; }
	.quote-admin__meta-grid .quote-admin__section + .quote-admin__section { padding-top: 18px; border-top: 1px solid #d8dee8; }
	.quote-admin__workflow-controls,
	.quote-admin__terms-grid { grid-template-columns: 1fr; }
	.quote-admin__full-field { grid-column: auto; }
	.quote-admin__dispatch { align-items: flex-start; flex-direction: column; }
	.quote-admin__dispatch-actions { width: 100%; flex-wrap: wrap; }
}

@media (max-width: 560px) {
	.quote-admin h1 { font-size: 25px; }
	.quote-admin__page-header { display: block; }
	.quote-admin__header-actions { align-items: flex-start; margin-top: 18px; }
	.quote-admin__owner { text-align: left; }
	.quote-admin__filters { align-items: stretch; flex-direction: column; margin-top: 18px; }
	.quote-admin__filters select { min-width: 0; }
	.quote-admin__details { grid-template-columns: 1fr; gap: 3px; }
	.quote-admin__details dd { margin-bottom: 8px; }
	.quote-admin__paired-inputs { grid-template-columns: 1fr; }
	.quote-admin__dispatch-actions,
	.quote-admin__dispatch-actions form,
	.quote-admin__dispatch-actions .quote-admin__button { width: 100%; }
}

/* Administrator login */

.admin-login-html { min-width: 0; background: #f4f6f8; }
.admin-login-shell { min-width: 0; height: auto; min-height: 100%; color: #101828; background: #f4f6f8; }
.admin-login-shell .bg-overlay { display: none; }
.admin-login-shell > .wrapper { width: 100%; min-height: 100vh; }
.admin-login-main,
.admin-login-main * { box-sizing: border-box; letter-spacing: 0; }
.admin-login-main { min-height: 100vh; display: grid; grid-template-rows: auto 1fr; padding: 24px 32px; }
.admin-login-toolbar { width: min(100%, 1120px); min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; }
.admin-login-back { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; color: #475467; font-size: 14px; font-weight: 500; }
.admin-login-back i { font-size: 20px; }
.admin-login-back:hover { color: #101828; }
.admin-login-back:focus-visible,
.admin-login-language select:focus-visible,
.admin-login-input input:focus-visible,
.admin-login-submit:focus-visible { outline: 3px solid rgba(227, 6, 44, 0.2); outline-offset: 2px; }
.admin-login-language { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; }
.admin-login-language label { display: inline-flex; align-items: center; gap: 7px; margin: 0; color: #667085; font-size: 13px; font-weight: 500; }
.admin-login-language label i { font-size: 19px; }
.admin-login-language select { width: auto; max-width: 190px; height: 40px; margin: 0; padding: 0 34px 0 12px; border: 1px solid #d0d5dd; border-radius: 4px; color: #344054; background: #ffffff; font-family: inherit; font-size: 14px; }
.admin-login-language noscript button { height: 40px; padding: 0 12px; border: 1px solid #d0d5dd; border-radius: 4px; background: #ffffff; cursor: pointer; }
.admin-login-shell section#login.admin-login-panel { position: static; top: auto; left: auto; transform: none; width: min(100%, 460px); align-self: center; margin: 40px auto 82px; padding: 36px 40px 40px; overflow: visible; border: 1px solid #dfe4ec; border-radius: 8px; background: #ffffff; box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08); }
.admin-login-brand { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid #eaecf0; }
.admin-login-shell section#login .admin-login-brand img { width: 190px; max-width: 65%; display: block; margin: 0; padding: 0; }
.admin-login-brand span { padding: 5px 8px; border: 1px solid #d0d5dd; border-radius: 4px; color: #667085; font-size: 12px; font-weight: 700; }
.admin-login-heading { padding: 28px 0 24px; }
.admin-login-heading h1 { margin: 0 0 10px; color: #101828; font-size: 28px; font-weight: 700; line-height: 1.2; }
.admin-login-heading p { margin: 0; color: #667085; font-size: 15px; line-height: 1.55; }
.admin-login-panel .admin-login-form { margin: 0; padding: 0; }
.admin-login-field { margin-bottom: 18px; }
.admin-login-field label { margin: 0 0 8px; color: #344054; font-size: 14px; font-weight: 500; }
.admin-login-input { position: relative; }
.admin-login-input > i { position: absolute; top: 50%; left: 14px; z-index: 1; transform: translateY(-50%); color: #98a2b3; font-size: 20px; pointer-events: none; }
.admin-login-input input[type="email"],
.admin-login-input input[type="password"] { box-sizing: border-box; width: 100%; height: 50px; margin: 0; padding: 12px 14px 12px 44px; border: 1px solid #d0d5dd; border-radius: 4px; color: #101828; background: #ffffff; font-family: inherit; font-size: 16px; font-weight: 400; }
.admin-login-input input::placeholder { color: #98a2b3; opacity: 1; }
.admin-login-input input:focus { border-color: #e3062c; outline: none; box-shadow: 0 0 0 3px rgba(227, 6, 44, 0.12); }
.admin-login-submit { width: 100%; height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-top: 6px; padding: 0 18px; border: 0; border-radius: 4px; color: #ffffff; background: #e3062c; cursor: pointer; font-family: inherit; font-size: 15px; font-weight: 700; }
.admin-login-submit i { font-size: 20px; }
.admin-login-submit:hover { background: #bd0026; }
.admin-login-error { margin-top: 20px; padding: 12px 14px; border-left: 4px solid #e3062c; color: #8f001e; background: #fff3f5; font-size: 13px; line-height: 1.5; }
.admin-login-error strong,
.admin-login-error span { display: block; }
.admin-login-error strong { margin-bottom: 3px; }
.admin-login-error span + span { margin-top: 3px; }

@media (max-width: 560px) {
	.admin-login-main { padding: 16px; }
	.admin-login-toolbar { align-items: flex-start; }
	.admin-login-back span,
	.admin-login-language label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
	.admin-login-back { width: 40px; justify-content: center; }
	.admin-login-language select { max-width: 170px; }
	.admin-login-shell section#login.admin-login-panel { margin: 30px auto 54px; padding: 28px 24px 30px; }
	.admin-login-brand { padding-bottom: 24px; }
	.admin-login-shell section#login .admin-login-brand img { width: 172px; }
	.admin-login-heading { padding: 24px 0 22px; }
	.admin-login-heading h1 { font-size: 25px; }
}

@media (max-width: 370px) {
	.admin-login-main { padding: 14px 12px; }
	.admin-login-language select { max-width: 152px; }
	.admin-login-shell section#login.admin-login-panel { padding: 26px 20px 28px; }
	.admin-login-heading h1 { font-size: 23px; }
}
