/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v15-latin-500.eot')c; /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* Viewport */
@-ms-viewport{
	width: extend-to-zoom;
	zoom: 1.0
}

/* Reset */
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none
}

/* Clearfix */
.clear:before, .clear:after { content: ' '; display: table }
.clear:after { clear: both }

/* Global */
.show-mobile { display: none }

body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #F8F8F8;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #575757
}

p {
	margin: 0 0 20px
}
b, strong {
	font-weight: 500
}

a {
	position: relative;
	text-decoration: none;
	color: #221D3D
}
a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: #221D3D;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .2s ease-out
}
a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left
}

.small {
	font-size: 11px
}
.euro {
	margin-left: 2px
}

.warnings {
	margin-bottom: 30px;
	width: 100%
}
.help, .ok, .error {
	margin: 0 0 8px;
	padding: 14px 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	color: #FFF
}
.help { background-color: #DAF4FF; color: #221D3D }
.ok { background-color: #DBF8F3; color: #2FAB6A }
.error { background-color: #FDDEE0; color: #F86142 }

.error:last-of-type, .ok:last-of-type { margin-bottom: 30px }

.help a, .ok a, .error a {
	border-bottom: 1px solid
}

/* Margins */
.marginBottom {
	margin-bottom: 50px
}

/* Colors */
.blue {
	color: #221D3D
}
.green {
	color: #63BEBF
}
.red {
	color: #F86142
}
.orange {
	color: #63BEBF
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	font-weight: bold;
	line-height: normal;
	color: #221D3D
}
h1 { font-size: 30px; margin-bottom: 30px }
h2 { font-size: 25px }
h3 { font-size: 23px }
h4 { font-size: 20px }
h5 { font-size: 18px }
h6 { font-size: 16px; font-weight: 500; margin-bottom: 5px }

h1 .circle-nb,
h2 .circle-nb {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 28px 0 12px;
	text-align: center;
	color: #FFF
}
h2 .circle-nb {
	margin-left: 15px
}
h1 .circle-nb::before,
h2 .circle-nb::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	width: 50px;
	height: 50px;
	background-color: #221D3D;
	border-radius: 50%
}

.page-wrap {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box
}

/* Margins */
.mt-sm { margin-top: 10px }
.mt-md { margin-top: 20px }
.mt-lg { margin-top: 30px }
.mt-xl { margin-top: 60px }

.mb-sm { margin-bottom: 10px }
.mb-md { margin-bottom: 20px }
.mb-lg { margin-bottom: 30px }
.mb-xl { margin-bottom: 60px }

/* Columns */
.col2,
.col3,
.col4,
.col5 {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}
.col2 > li,
.col3 > li,
.col4 > li,
.col5 > li {
	box-sizing: border-box
}
.col2 > li {
	width: calc(50% - 10px)
}
.col3 > li {
	width: calc(33.333333% - 10px)
}
.col4 > li {
	width: calc(25% - 10px)
}
.col5 > li {
	width: calc(20% - 10px)
}
.col2,
.col3,
.col4,
.col5 {
	justify-content: space-between
}

/* Forms */
#form-wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px
}
form {
	-webkit-appearance: none;
	   -moz-appearance: none;
    	    appearance: none
}
form li {
	margin-bottom: 20px
}
form input[type="submit"] {
	margin-top: 10px
}
fieldset {
	margin: 0;
	padding: 25px 0 0;
	background-color: #FFF;
	border: none;
	border-radius: 0
}
label, .label {
    display: block;
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #221D3D
}
label i, .label i {
	margin-right: 5px
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="range"],
input[type="color"],
input[type="file"],
select,
textarea {
	margin: 0;
    padding: 10px 0;
    width: 100%;
	border: none;
    border-bottom: 2px solid #EEE;
    background-color: transparent;
    box-sizing: border-box;
	font-size: 16px;
	color: #555;
    transition: border linear .2s;
	filter: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
    	    appearance: none
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="range"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    border-color: #221D3D;
	outline: none
}
input[type="checkbox"] {
	margin: 0;
	cursor: pointer
}
.input-checkbox {
	display: flex;
	margin: 25px 0;
	font-size: 13px;
	line-height: 17px
}
.input-checkbox li:first-child {
	margin-bottom: 0;
	width: 22px
}
.input-checkbox li:last-child {
	flex: 1;
	margin-bottom: 0
}
.input-checkbox label {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #575757;
	cursor: pointer
}
.input-checkbox a {
	border-bottom: 1px solid;
	font-weight: 500
}
select {
	padding: 12px 20px 12px 0;
	background: transparent url("data:image/svg+xml;utf8,<svg fill='black' height='18' viewBox='0 0 24 20' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v20H0z' fill='none'/></svg>")  no-repeat calc(100% - 1px) 6px;
	cursor: pointer
}
option {
	padding: 8px 5px;
	cursor: pointer
}
option.zebra2 {
	background-color: #FBFBFB
}
.radio-buttons input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0
}
.radio-buttons label {
    display: block;
	margin: 10px 0;
    padding: 10px 15px;
	width: 100%;
	max-width: 250px;
    background-color: #AAA;
	border-radius: 30px;
	font-size: .9em;
	text-align: center;
	color: #FFF;
	cursor: pointer
}
.radio-buttons input[type="radio"]:checked + label {
    background-color: #63BEBF;
	color: #FFF
}
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	   -moz-appearance: none;
    	    appearance: none
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0
}
input[placeholder] {
	color: #333
}
input[disabled], textarea[disabled] {
	background-color: #FDFDFD !important
}
input[type="submit"][disabled], input[type="button"][disabled], button[disabled] {
    background-color: #DDD !important;
    cursor: default
}
.img-upload .label {
	margin-bottom: 10px
}
.img-upload > ul > li {
	padding: 15px 0 10px;
	min-height: 85px;
	box-sizing: border-box;
	border-bottom: 2px solid #EEE
}
/* Remove navigator background style */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important
}
.img-preview {
	display: table;
	width: 100%
}
.img-preview li {
	display: table-cell;
	vertical-align: middle
}
.img-preview li:first-child {
	padding-right: 20px;
	width: 70px
}
.img-preview img {
	width: 100%;
	border-radius: 10px
}
.choose-file-input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: -99999999px
}
.ql-editor {
	padding: 20px;
	min-height: 300px;
	background-color: #FFF;
	resize: vertical
}
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
	background-color: #EEE;
	border: 2px solid #EEE
}
.ql-container.ql-snow {
	background-color: #FFF
}
.required {
    padding: 0 2px;
    color: #D50027
}
#loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: #221D3D30 url('../img/loading.svg') no-repeat center
}

/* Buttons */
.btn-xs,
.btn-sm,
.btn-md,
.btn-lg,
.btn-xl {
	display: inline-block;
	box-sizing: border-box;
	border: none;
	white-space: nowrap;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	cursor: pointer
}
.btn-xs:hover,
.btn-sm:hover,
.btn-md:hover,
.btn-lg:hover,
.btn-xl:hover {
	text-decoration: none
}
.btn-xs::after,
.btn-sm::after,
.btn-md::after,
.btn-lg::after,
.btn-xl::after {
	content: inherit
}
.btn-xs i,
.btn-sm i,
.btn-md i,
.btn-lg i,
.btn-xl i {
	margin-right: 10px;
	font-size: 1.1em
}
.btn-i-right i {
	margin-right: 0;
	margin-left: 10px
}
.btn-xs {
	padding: 5px 20px;
	font-size: 12px
}
.btn-sm {
	padding: 10px 25px;
	font-size: 12px
}
.btn-md {
	padding: 14px 25px;
	font-size: 13px
}
.btn-lg {
	padding: 15px 35px;
	font-size: 13px
}
.btn-xl {
	padding: 16px 60px;
	font-size: 15px
}

.btn-100 {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%
}

.btn-white {
	background-color: #FFF;
	color: #333
}
.btn-white:hover {
}
.btn-white-edge {
	border: 1px solid #FFF;
	color: #FFF
}
.btn-white-edge:hover {
	background-color: #FFF;
	color: #333 !important
}
.btn-blue {
	background-color: #221D3D;
	color: #FFF
}
.btn-blue:hover {
	background-color: #171F32
}
.btn-green {
	background-color: #63BEBF;
	color: #FFF
}
.btn-green:hover {
	background-color: #4BB4B5
}
.btn-red {
	background-color: #DD3333;
	color: #FFF
}
.btn-red:hover {
	background-color: #CA2121
}
.btn-orange {
	background-color: #63BEBF;
	color: #FFF
}
.btn-orange:hover {
	background-color: #4EB6B6
}

/* Badges */
.badge-blue,
.badge-green,
.badge-red,
.badge-orange,
.badge-gray {
	display: inline-block;
	margin-left: 5px;
	padding: 5px 6px;
	min-width: 24px;
	box-sizing: border-box;
	border: none;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFF
}
.badge-bubble {
	padding: 5px 7px;
	margin: 0 0 0 8px;
	border-radius: 15px;
	font-size: .95em;
	font-weight: 600
}
.badge-blue {
	background-color: #221D3D
}
.badge-green {
	background-color: #63BEBF
}
.badge-red {
	background-color: #F86142
}
.badge-orange {
	background-color: #63BEBF
}
.badge-gray {
	background-color: #EEE;
	color: #555
}
h1 .badge-gray {
	background-color: #DDD
}
h1 .badge-blue,
h1 .badge-green,
h1 .badge-red,
h1 .badge-orange,
h1 .badge-gray {
	padding: 8px 9px;
	font-size: 11px
}
button.badge-blue,
button.badge-green,
button.badge-red,
button.badge-orange,
button.badge-gray {
	min-height: 25px;
	font-size: 1em
}
button.badge-blue i,
button.badge-green i,
button.badge-red i,
button.badge-orange i,
button.badge-gray i {
	cursor: pointer
}

/* Tables */
ul.table-head,
ul.table-row {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #EEE;
	justify-content: space-between;
	align-items: center
}
ul.table-head {
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #221D3D
}
ul.table-row:last-of-type {
	margin-bottom: 0;
	border-bottom: none
}
ul.table-row .actions a {
	margin: 5px 0 5px 5px
}

/* Sidebar */
#sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 30px 20px 40px;
	width: 100%;
	max-width: 280px;
	min-height: 650px;
	box-sizing: border-box;
	background: linear-gradient(135deg, #332C5C 10%, #221D3D 90%);
	color: #FFF;
	transition: all .3s ease-in-out
}
#sidebar a {
	position: relative;
	display: inline-block;
	border-color: #FFF;
	color: #FFF
}
#sidebar a:after {
	background-color: #FFF
}
#sidebar #user-info a:after {
	display: none
}
#sidebar #user-info > ul {
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: #221D3D;
	border-radius: 10px;
	font-size: 14px
}
#sidebar #user-info ul ul li:last-child {
	margin-top: 4px;
	font-size: .8em
}
#sidebar #user-info img {
	margin: 7px 10px 0 0;
	object-fit: cover;
	object-position: top;
	border-radius: 50%
}
#sidebar .badge-bubble {
	position: absolute;
	right: -38px;
	font-size: 14px
}
#sb-footer {
	position: absolute;
	right: 25px;
	bottom: 40px;
	left: 25px
}
#sb-footer li {
	margin-top: 8px;
	font-size: 15px
}
#sb-footer ul a {
	font-size: 13px
}

/* Logo */
#logo {
	text-align: center
}
#logo a:after {
	background-color: transparent
}

/* Nav */
#nav {
	text-align: center
}
#nav a {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500
}

/* Flags */
.flags {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	font-size: 15px
}
.flags i {
	margin-right: 8px
}
.flags a {
	margin-left: 8px;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFF
}
.flags a::after {
	background-color: #FFF
}
.flags .selected {
	border-bottom: 1px solid #FFF
}

/* Container */
#container {
	margin-left: 280px;
	box-sizing: border-box;
	transition: all .3s ease-in-out
}

/* Header */
#header {
	margin: 20px 50px 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #EEE
}
#header ul {
	display: flex; 
    justify-content: space-between;
	align-items: flex-end
}
#header li:first-child a {
	margin-right: 20px;
	font-weight: 500;
	color: #555
}
#header li:first-child a::after {
	background-color: #777
}
#header li:first-child i {
	margin-right: 5px;
	font-size: 12px;
	color: #221D3D
}
#header li:first-child::after {
	content: inherit
}
#header li:last-child a {
	margin-left: 10px
}

/* Content */
#content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 0 50px 20px;
	min-height: 200px
}
#content section {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px
}
#content section > h3 {
	text-align: center
}
#content .inner-content {
	margin: 20px auto;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
	border-top: 4px solid #221D3D;
	border-radius: 5px;
	border-collapse: collapse;
	box-shadow: 0 0 2px 1px rgba(61,70,79,.05), 0 1px 2px 0 rgba(61,70,79,.10)
}

/* Footer */
#footer {
	padding-top: 40px
}

#whatsapp {
	position: fixed;
	right: 0;
	bottom: 40px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	width: 250px;
	background-color: #63BEBF;
	font-size: .9em;
	line-height: 1.3em;
	color: #FFF;
	box-shadow: 0 0 15px #00000030
}
#whatsapp::after {
	display: none
}
#whatsapp img {
	border-radius: 50%
}

/* Login page */
#page-login,
#page-sign-in,
#page-forgot-password {
	min-height: 100vh;
	background: linear-gradient(135deg, #332C5C 10%, #221D3D 90%)
}
#page-login h1,
#page-sign-in h1,
#page-forgot-password h1 {
	margin-bottom: 20px
}
#page-login em,
#page-sign-in em,
#page-forgot-password em {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	font-style: normal
}
#page-login em a,
#page-sign-in em a,
#page-forgot-password em a {
	margin-left: 2px;
	padding-bottom: 1px;
	border-bottom: 2px solid
}
#login-container {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-40%);
	padding: 0 30px;
	width: 100%;
	max-width: 500px;
	box-sizing: border-box
}
#login-form {
	position: relative;
	padding: 30px 40px 20px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 5px 9px rgba(0, 0, 0, .2)
}
#login-form #flags {
	position: absolute;
	top: 40px;
	right: 40px
}
#login-form #flags a {
	margin-left: 10px
}
#login-form #flags a::after {
	background-color: transparent
}
#login-form b {
	white-space: nowrap
}

/* Error 404 page */
#error404 {
	margin: 40px
}

/* Profile page (Cases) / Billing page */
#page-profile #content section,
#page-billing #content section {
	max-width: none
}
#page-profile .inner-content,
#page-billing .inner-content {
	padding: 30px 40px
}
#page-profile #cases ul li:first-child {
	text-align: left
}
#page-profile #cases ul li:nth-last-child(1),
#page-billing #orders ul li:nth-last-child(1),
#page-support #support ul li:nth-last-child(1) {
	text-align: right
}
#page-profile #cases ul li,
#page-billing #orders ul li:nth-last-child(2) {
	text-align: center
}

.attached-file label {
	display: block !important;
	margin-top: 30px
}
.attached-file a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #221D3D;
	border-radius: 30px;
	transition: all linear .2s
}
.attached-file a:hover {
	background-color: #221D3D;
	color: #FFF
}
.attached-file a::after {
	display: none
}

/* Edit profile page */
#page-edit-profile h3 {
	margin: 30px 0 0
}
#page-edit-profile h3:first-of-type {
	margin: 0
}
#page-edit-profile #avatar {
	display: flex;
	align-items: center;
	column-gap: 40px
}
#page-edit-profile #avatar img {
	object-fit: cover;
	object-position: top;
	filter: brightness(96%);
	border-radius: 20px
}

#page-edit-profile ul#alignerBrands,
#page-edit-profile ul#alignerBrandsData,
#page-edit-profile ul#alignerBrandsData div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}
#page-edit-profile ul#alignerBrands {
	margin-bottom: 20px
}
#page-edit-profile ul#alignerBrands li {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 8px
}
#page-edit-profile ul#alignerBrands li label {
	margin: 0;
	width: auto
}
#page-edit-profile ul#alignerBrandsData div {
	flex-direction: column;
	gap: 5px;
	box-sizing: border-box
}
#page-edit-profile ul#alignerBrandsData h5 {
	margin: 0;
	padding: 8px 10px;
	background-color: #221D3D;
	font-size: 1em;
	font-weight: 500;
	color: #FFF
}
#page-edit-profile ul#alignerBrandsData input {
	margin: 0
}
@media only screen and (max-width: 799px) {
	#page-edit-profile ul#alignerBrands,
	#page-edit-profile ul#alignerBrandsData {
		flex-direction: column
	}
	#page-edit-profile ul#alignerBrands {
		gap: 10px
	}
	#page-edit-profile ul#alignerBrandsData div,
	#page-edit-profile ul#alignerBrandsData div input {
		width: 100% !important
	}
}

/* Services page */
#page-services h1 .circle-nb {
	margin-left: 2px
}
#page-services section {
	max-width: 1400px
}
#page-services #content {
	padding: 0 35px 30px
}
#page-services #content h6 {
	margin-bottom: 10px
}
#page-services .col3 li {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #FFF;
	border-top: 4px solid #221D3D;
	border-radius: 5px;
	border-collapse: collapse;
	box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 1px 0 rgba(61,70,79,.10);
	text-align: center
}
#page-services h1 {
	margin-left: 15px
}
#page-services .service h2 {
	margin-bottom: 8px;
	font-size: 19px;
	text-transform: uppercase
}
#page-services .service .price {
	margin: 10px 0 -5px;
	font-size: 26px;
	font-weight: 600;
	color: #221D3D
}
#page-services .service .btn {
	margin: 20px 0 30px
}
#page-services .service-content {
	padding-top: 25px;
	border-top: 2px solid #EEE;
	text-align: left
}
#page-services .service-content i {
	margin: 0 10px 10px 0;
	font-size: 1.1em
}
#page-services .service-content h4 {
	font-size: 16px
}

/* Order page */
#page-order h4,
#page-order h5 {
	margin-bottom: 25px
}
#order-address {
	width: calc(58% - 15px)
}
#order-resume {
	width: calc(42% - 15px)
}
#page-order fieldset {
	border-radius: 5px
}
#page-order .inner-content {
	margin-top: 0;
	padding: 0;
	min-height: 690px
}
#page-order #order-resume .inner-content {
	background-color: #F2F9FF
}
#page-order fieldset {
	padding: 30px 40px;
}
#page-order .service ul:first-of-type {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #EEE
}
#page-order .service ul:last-of-type li:last-child {
	font-size: 20px;
	font-weight: bold;
	color: #221D3D
}
#page-order .service ul li {
	margin-bottom: 5px
}
#page-order .service ul li:last-child {
	width: 40%;
	font-size: 16px;
	font-weight: 600;
	text-align: right
}
#page-order #RGPD {
	margin-top: 15px;
	padding: 15px 0;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
	font-size: 10px;
	text-align: justify;
	color: #666
}
#page-order #payment {
	background-color: transparent
}
#page-order #payment-method input[type="radio"] {
	margin-right: 10px
}
#page-order #payment-method label {
	font-size: 14px;
	font-weight: bold
}
#page-order #payment-method label img {
	float: right;
	margin: 5px 0
}

/* Order success page */
#page-order-success section {
	margin-top: 100px;
	text-align: center
}
#page-order-success section i.result {
	margin-bottom: 30px;
	font-size: 160px
}
#page-order-success section h1 {
	margin-bottom: 0
}
#page-order-success section h6 {
	margin: 15px auto 30px;
	max-width: 550px
}
#payment-method-info {
	margin: 30px auto;
	padding: 30px 20px;
	width: 100%;
	max-width: 500px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-top: 4px solid #221D3D;
	border-radius: 5px;
	text-align: left
}

/* Attach info page */
#page-attach-data #ids-data h2 {
	margin-bottom: 30px
}
#page-attach-data section {
	max-width: 1400px
}
#page-attach-data fieldset {
	padding-top: 15px;
	background-color: transparent
}
#page-attach-data progress {
	display: none;
	margin-top: 5px;
	width: 100%
}
#page-attach-data #ids-data,
#page-attach-data #case-type {
	padding: 30px 30px 10px;
	border: 2px solid #EEE
}
#page-attach-data #RGPD {
	margin-top: -10px;
	font-size: 12px;
	text-align: justify;
	color: #666
}
#page-attach-data #send-case {
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	max-width: 400px
}

/* View case page */
#page-view-case h2 {
	margin-bottom: 30px
}
#page-view-case .inner-content > ul,
#page-view-case .inner-content form > ul {
	margin-bottom: 30px;
	padding: 30px;
	border: 2px solid #EEE
}
#page-view-case .inner-content > ul label,
#page-view-case .inner-content form > ul label {
	margin-bottom: 10px
}
#page-view-case #employee-info ul {
	display: flex;
	align-items: center
}
#page-view-case #employee-info ul li {
	margin-right: 20px
}
#page-view-case #employee-info ul li:last-child {
	margin-right: 0
}
#page-view-case input {
	max-width: 350px
}

/* Support page */
#page-support .table-row .badge-md {
	margin-top: -6px;
	padding: 6px 10px;
	font-size: 14px
}
#page-support .table-row .badge-md a {
	color: #FFF
}
#page-support .table-row .badge-md a:after {
	display: none
}
#page-support .badge-md i {
	margin-right: 6px
}

/* View query page */
#page-view-query .inner-content {
	padding: 0
}
#page-view-query .queries {
	margin-bottom: 40px;
	padding: 40px 40px 0
}
#page-view-query .query,
#page-view-query .reply {
	max-width: 750px
}
#page-view-query label i {
	margin-right: 10px
}
#page-view-query .reply {
	margin: 5px 0 0 20px
 }
#page-view-query .msg {
	margin: 6px 0 25px 23px;
	font-weight: normal
}
#page-view-query .msg strong, #page-view-query .msg b {
	font-weight: 600
}
#page-view-query h5 {
	font-size: 18px
}
#page-view-query fieldset {
	padding: 40px;
	background-color: #F2F9FF;
}
#page-view-query input[type="submit"] {
	min-width: 250px
}

/* Webinars */
.col3.webinars h6 {
	margin: 10px 0 30px;
	font-size: 13px
}

/* SweetAlert 2 */
.swal2-html-container {
	font-size: 1em !important
}
.swal2-title {
	margin-bottom: 0 !important;
	font-size: 1.7em !important;
	font-weight: bold !important
}
.swal2-actions .btn-md {
	margin: 0 6px
}	

/* Responsive: medium desktop */
@media only screen and (max-width: 1450px)
{
	#page-billing #orders ul.table-head li:nth-child(1) {
		width: 25%
	}
	#page-billing #orders ul.table-head li:nth-child(2) {
		width: 50%;
		text-align: left
	}
	#page-billing #orders ul.table-head li:nth-child(3) {
		width: 25%;
		text-align: right
	}
	#page-billing #orders ul.table-head li:nth-child(4),
	#page-billing #orders ul.table-head li:nth-child(5) {
		display: none
	}
	#page-billing #orders ul.table-row li:nth-child(1) {
		margin-bottom: 25px;
		width: 25%
	}
	#page-billing #orders ul.table-row li:nth-child(2) {
		margin-bottom: 25px;
		width: 50%
	}
	#page-billing #orders ul.table-row li:nth-child(3) {
		margin-bottom: 25px;
		width: 25%;
		text-align: right
	}
	#page-billing #orders ul.table-row li:nth-child(4) {
		width: 50%;
		text-align: left
	}
	#page-billing #orders ul.table-row li:nth-child(5) {
		width: 50%
	}
	
	#page-services .col3 li {
		width: calc(50% - 10px)
	}
	
	#page-order .col2 #order-address,
	#page-order .col2 #order-resume {
		width: 100%
	}
	#page-order .inner-content {
		min-height: inherit
	}
	
	#form-attach-data .col2 > li {
		width: 100%
	}
}

/* Responsive: tablet/mobile */
@media only screen and (max-width: 1024px)
{
	.show-mobile { display: inherit }
	.hide-mobile { display: none }
	
	h1 {
		margin-bottom: 25px;
		font-size: 26px
	}
	h2 {
		font-size: 22px
	}
	h6 {
		font-size: 15px
	}
	
	h1 .circle-nb,
	h2 .circle-nb {
		margin: 0 24px 0 18px
	}
	h1 .circle-nb {
		margin-left: 14px
	}
	h1 .circle-nb::before,
	h2 .circle-nb::before {
		width: 42px;
		height: 42px
	}
	
	.marginBottom {
		margin-bottom: 40px
	}
	
	#sidebar {
		left: -100%;
		z-index: 9999;
		padding: 50px 20px 30px;
		box-shadow: 3px 0 15px rgba(0,0,0,.2)
	}
	#container {
		margin-left: 0;
		min-width: inherit
	}
	#header {
		margin: 15px 20px 25px;
		padding-bottom: 15px
	}
	#content {
		padding: 0 20px 20px
	}
	
	#mobile-menu {
		position: relative;
		display: block;
		width: 53px;
		height: 53px;
		background-color: #555;
		border-radius: 50%
	}
	#mobile-menu::after, #close-menu::after {
		display: none
	}
	#mobile-menu i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 22px;
		color: #FFF
	}
	a#close-menu {
		position: absolute;
		top: 15px;
		right: 15px
	}
	#close-menu i {
		font-size: 24px;
		color: #FFF
	}
	
	#page-services #content {
	  padding: 0 20px 30px
	}
	
	#page-profile #cases ul.table-row {
		align-items: flex-start
	}
	#page-profile #cases ul.table-head li:nth-child(2),
	#page-profile #cases ul.table-head li:nth-child(3) {
		display: none
	}
	#page-profile #cases ul li:nth-child(1) {
		width: 40%
	}
	#page-profile #cases ul li:nth-child(2) {
		width: 60%;
		text-align: right
	}
	#page-profile #cases ul li:nth-child(3) {
		margin-top: 15px;
		width: 100%
	}
	
	#page-attach-data h2 {
		margin: 0
	}
	
	#page-view-case .inner-content > ul {
		padding: 0 0 20px;
		border: none;
		border-bottom: 2px solid #EEE
	}
	#page-view-case .inner-content > ul:last-child {
		padding: 0;
		border-bottom: none
	}
	
	#page-view-query .queries {
		margin-bottom: 30px;
		padding: 30px 30px 0
	}
	#page-view-query fieldset {
		padding: 30px
	}
}

/* Responsive: tablet/mobile */
@media only screen and (max-width: 880px)
{
	#page-attach-data .inner-content .col2 > li,
	#page-attach-data .inner-content .col3 > li,
	.col3.webinars li {
		width: 100%
	}
	
	#page-view-case h2 {
		margin-bottom: 20px
	}
	#page-view-case .inner-content .col3 > li {
		margin-bottom: 20px;
		width: 100%
	}
	#page-view-case .inner-content .col3 > li:last-child {
		margin-bottom: 0
	}
	#page-view-case .inner-content > ul label {
		margin-bottom: 10px
	}
	#page-view-case #approve-case {
		width: 100%
	}
}

/* Responsive: mobile */
@media only screen and (max-width: 768px)
{
	#mobile-menu {
		width: 48px;
		height: 48px
	}
	
	h1 {
		font-size: 24px
	}
	h2 {
		font-size: 20px
	}
	h5 {
		font-size: 17px
	}
	
	.btn-xs {
		padding: 3px 15px
	}
	.btn-sm {
		padding: 7px 15px
	}
	.btn-md {
		padding: 10px 20px
	}
	.btn-lg {
		padding: 12px 20px
	}
	.btn-xl {
		padding: 14px 30px
	}
	
	ul.table-head, ul.table-row {
		margin-bottom: 20px
	}
	
	#content .inner-content, #login-form {
		padding: 20px !important
	}
	
	#login-container {
		padding: 0 20px
	}
	#login-form #flags {
		top: 25px;
		right: 20px
	}
	.input-checkbox label {
		font-size: 13px
	}
	
	#page-edit-profile .inner-content ul li {
		width: 100% !important
	}
	#page-edit-profile #avatar {
		flex-direction: column;
		row-gap: 10px
	}
	
	#page-services .col3 li {
		padding: 20px;
		width: 100%
	}
	
	#page-order .inner-content {
		margin-bottom: 10px;
		padding: 0 !important
	}
	#page-order fieldset {
	  padding: 30px 20px;
	}
	
	#page-billing #orders ul.table-head li {
		display: none
	}
	#page-billing #orders ul.table-head li:nth-child(1) {
		display: inherit
	}
	#page-billing #orders ul.table-row {
		align-items: flex-start
	}
	#page-billing #orders ul.table-row li:nth-child(1) {
		margin-bottom: 15px;
		width: 50%;
		order: 1
	}
	#page-billing #orders ul.table-row li:nth-child(2) {
		margin-bottom: 25px;
		width: 60%;
		order: 3
	}
	#page-billing #orders ul.table-row li:nth-child(3) {
		margin-bottom: 25px;
		width: 40%;
		text-align: right;
		order: 4
	}
	#page-billing #orders ul.table-row li:nth-child(4) {
		margin-bottom: 15px;
		width: 50%;
		text-align: right;
		order: 2
	}
	#page-billing #orders ul.table-row li:nth-child(5) {
		width: 100%;
		order: 5
	}
	
	#page-support #support ul.table-row li:nth-child(1),
	#page-support #support ul.table-row li:nth-child(2) {
		width: 50%
	}
	#page-support #support ul.table-row li:nth-child(3) {
		width: 100%
	}
	#page-support #support ul.table-row li.actions {
		margin-top: 20px;
		text-align: left
	}
	
	#page-view-query .inner-content {
		padding: 10px 0 !important
	}
	#page-view-query .queries {
		margin-bottom: 20px;
		padding: 20px 20px 0
	}
	#page-view-query fieldset {
		padding: 30px 20px
	}
	
	
	#page-attach-data #ids-data {
		padding: 20px 20px 0
	}
	#page-attach-data #ids-data h2 {
		margin-bottom: 5px
	}
}

/* Responsive: mobile */
@media only screen and (max-width: 500px)
{
	#page-attach-data .circle-nb {
		display: none
	}
	
	#page-support #support ul.table-row li:nth-child(1),
	#page-support #support ul.table-row li:nth-child(2),
	#page-support #support ul.table-row li:nth-child(3) {
		width: 100%
	}
	#page-support #support ul.table-row li:nth-child(2) {
		margin-top: 10px
	}
}