/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element */
html {
  font-size: 100%;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.66em;
  color: #000;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 0;
}
ul,
ul ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
ul li,
ul ul li {
  display: inline-block;
  position: relative;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==== GRID SYSTEM ==== */
.container {
  margin: 0 auto;
  padding: 0 15px;
  background-color: #eaeaea;
  max-width: 1400px;
  min-width: 320px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.column {
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1;
  margin: 0;
  padding: 0;
  background-color: #efefef;
  border: 0;
}
.col-1 {
  max-width: calc(100% / 12);
}
.col-2 {
  max-width: calc(100% / 12 * 2);
}
.col-3 {
  max-width: calc(100% / 12 * 3);
}
.col-4 {
  max-width: calc(100% / 12 * 4);
}
.col-5 {
  max-width: calc(100% / 12 * 5);
}
.col-6 {
  max-width: calc(100% / 2);
}
.content {
  margin: 0 15px;
}
/*------------------------------------*\
    COLORS
\*------------------------------------*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish/Mulish-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish/Mulish-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
span {
  margin: 0 0 20px 0;
}
h1 {
  font-size: 48px;
  line-height: 56px;
  color: #09786f;
}
h2 {
  font-size: 48px;
  line-height: 56px;
  color: #09786f;
}
h3 {
  font-size: 36px;
  line-height: 45px;
  color: #09786f;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  font-size: 18px;
  line-height: 1.66em;
  color: #7d7987;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
html {
  scroll-behavior: smooth;
  background-color: #ffffff;
}
body {
  overflow-x: hidden;
  background-color: #eef8f7;
}
.content {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
/*------------------------------------*\
    ELEMENTS
\*------------------------------------*/
.has-error .help-block {
  color: red;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.jquery-modal {
  z-index: 99 !important;
}
.jquery-modal .modal {
  height: auto;
  padding: 30px;
  overflow: visible;
}
.jquery-modal .modal a {
  text-decoration: underline;
}
.alert {
  border: 2px solid;
  border-radius: 22px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
}
.alert.alert-danger {
  border: 2px solid red;
  color: red;
}
.alert.alert-danger p {
  color: red;
}
.alert.alert-success {
  border: 2px solid #09786f;
  color: #09786f;
}
.alert.alert-success p {
  color: #09786f;
}
/*------------------------------------*\
    INPUTS
\*------------------------------------*/
input:focus {
  outline: none;
  border: none;
}
input,
select,
textarea {
  width: 100%;
  font-size: 20px;
  line-height: 58px;
  color: #1F1534;
  padding: 0 20px;
  -webkit-box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
  box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
  border: none;
  border-radius: 15px;
}
button {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
  margin-top: 20px;
}
button.button-disabled {
  opacity: 0.5;
  cursor: progress;
}
input[type='radio']:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: -6px;
  left: 0px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #09786f;
}
input[type='radio'] {
  width: 0;
  min-width: 0;
  height: 0;
  margin-right: 60px;
  -moz-appearance: initial;
}
input[type='radio']:checked:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: -6px;
  left: 0px;
  position: relative;
  background-color: #09786f;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #09786f;
}
input[type='checkbox'] {
  width: 0;
  min-width: 0;
  height: 0;
  box-shadow: none;
  -moz-appearance: initial;
}
input[type='checkbox']:after {
  line-height: 1.5em;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  border: 2px solid #09786f;
  border-radius: 0;
  background: #fff;
}
input[type='checkbox']:checked:after {
  width: 30px;
  height: 30px;
  border: 2px solid #09786f;
  background: #09786f;
}
select {
  /* Reset. */
  border: unset;
  /* Arrow */
  appearance: none;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: 10px auto;
  padding: 0 20px;
}
.help-block {
  margin-top: 10px;
}
.form-group {
  position: relative;
}
.form-group .hint-block {
  position: absolute;
  right: 30px;
  top: 51px;
}
.form-group .hint-block .show-password.show img {
  width: 27px;
}
.form-group .hint-block .show-password.hide {
  display: none;
}
.form-group .hint-block .show-password.hide img {
  width: 30px;
}
.single-question.checkbox .form-group label {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  color: #323232;
  text-transform: initial;
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
}
.single-question.checkbox .form-group label input {
  position: absolute;
  top: -6px;
  left: 0;
}
.form-group.field-questionnaire-privacy > label {
  display: flex;
  height: 40px;
  line-height: 40px;
}
.form-group.field-questionnaire-privacy > label input {
  margin-right: 40px;
}
.form-group.field-questionnaire-conditions > label {
  display: flex;
  height: 40px;
  line-height: 40px;
}
.form-group.field-questionnaire-conditions > label input {
  margin-right: 40px;
}
.pagination {
  margin-top: 60px;
}
.pagination li {
  min-width: 20px;
  text-align: center;
  margin: 0 5px;
  padding: 0;
  border: 1px solid #09786f;
}
.pagination li a,
.pagination li span {
  color: #09786f;
  padding: 5px 10px;
}
.pagination li:hover {
  background: #09786f;
}
.pagination li:hover a {
  color: #fff;
}
.pagination li.active {
  background: #09786f;
}
.pagination li.active a {
  color: #fff;
}
.ui-widget.ui-widget-content {
  border: 1px solid #09786f;
}
.ui-datepicker .ui-datepicker-header {
  padding: 15px 0 !important;
  background: #09786f !important;
  border: 0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 15px;
}
.ui-datepicker .ui-datepicker-title select {
  line-height: 1.66em;
  font-size: 16px;
  margin: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: none;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  width: 38%;
  margin: 0 15px !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 38%;
  margin: 15px !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 0;
  line-height: 1.66em;
  margin: 20px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #09786f !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  margin: 0;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header .container {
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
}
.header .container .logo img {
  width: 100%;
  height: 80px;
}
.header {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
}
.header-container {
  margin: 0 auto;
}
.header .logo {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
}
.header .logo-img {
  height: 80px;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.header ul li {
  display: inline-block;
  font-size: 0;
}
.header ul li a {
  color: #8f8a99;
  font-size: 16px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
}
.header ul li a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.header ul li a:hover {
  color: #323232;
}
.header ul li.current-page {
  font-weight: normal !important;
}
.header ul li.current-page a {
  color: #323232 !important;
}
.header ul li.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
}
.header ul li.cta a {
  background-color: #09786f;
  color: #fff;
  border-radius: 10px;
  padding: 0 20px 2px;
  line-height: 34px;
  transition: all 0.2s ease-out;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: visible;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
.home .content-1 .content {
  background-color: green;
  color: white;
}
.home .content-2 .content {
  background-color: red;
  color: white;
}
.home .content-3 .content {
  background-color: blue;
  color: white;
}
.home .content-4 .content {
  background-color: black;
  color: white;
}
/*------------------------------------*\
    QUESTIONS
\*------------------------------------*/
.questions {
  max-width: 675px;
  margin: 0 auto;
  position: relative;
}
.questions .intro {
  margin-top: 40px;
  margin-bottom: 40px;
}
.questions .intro h1 {
  font-size: 38px;
  line-height: 1.33em;
}
.questions .intro p {
  color: #8f8a99;
}
.questions form .form-group {
  margin-bottom: 40px;
}
.questions form label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #09786f;
  margin-bottom: 10px;
}
.questions form button {
  display: block;
  margin: 40px auto 80px auto;
}
.questions form div[role="radiogroup"] {
  background-color: #fff;
  padding: 30px 30px 10px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
  box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
}
.questions form div[role="radiogroup"] > label {
  font-size: 20px;
  font-weight: 400 !important;
  display: flex !important;
  color: #323232 !important;
  text-transform: initial !important;
  margin-bottom: 20px;
}
.questions form div[role="radiogroup"] > label input {
  width: 0;
  margin-right: 60px;
  box-shadow: none;
  visibility: hidden;
}
.questions .single-question.checkbox .form-group > div:not(.help-block) {
  background-color: #fff;
  padding: 30px 30px 10px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
  box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
}
.questions .navigation {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.questions .navigation a + a {
  margin-right: 0;
  margin-left: auto;
}
.questions.result {
  max-width: 1280px;
  margin: 0 auto;
}
.questions.result .intro {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}
.questions.result .intro .col-left {
  width: 40%;
  position: relative;
}
.questions.result .intro .col-left img {
  max-width: 480px;
}
.questions.result .intro .col-left h1 {
  font-size: 38px;
  line-height: 1.33em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: block;
  width: 100%;
}
.questions.result .intro .col-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.questions.result .intro .col-right .result-profile {
  display: flex;
  padding: 0 40px;
}
.questions.result .intro .col-right .result-profile p {
  font-weight: bold;
}
.questions.result .intro .col-right .result-profile span {
  font-weight: bold;
  text-transform: uppercase;
}
.questions.result .intro .col-right .result-profile p + p {
  margin-left: 5px;
}
.questions.result .intro .col-right .description {
  padding: 0 40px;
}
.questions.result .intro .col-right .description p {
  margin-bottom: 20px;
  color: #8f8a99;
}
.questions.result .intro .col-right .cta {
  padding: 0 40px;
}
.questions.result .intro .col-right .cta a.link {
  margin-right: 40px;
  text-decoration: underline;
}
.questions.result .intro .col-right .cta a.btn {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.questions.result .section-footer {
  margin-top: 0;
}
.questions-result-login {
  max-width: 675px;
  margin: 0 auto;
}
.questions-result-login p {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  color: #09786f;
}
.questions-result-login p a {
  text-decoration: underline;
}
.section-footer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-top: -70px;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #323232;
}
.section-footer img.quiz-left {
  max-width: 15%;
  margin-bottom: -2px;
}
.section-footer img.quiz-center {
  max-width: 15%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  margin: auto;
}
.section-footer img.quiz-right {
  max-width: 15%;
  margin-bottom: -2px;
}
/*------------------------------------*\
    DASHBOARD ADMIN
\*------------------------------------*/
.admin-dashboard .section-header {
  padding-top: 60px;
  position: relative;
}
.admin-dashboard .section-header h1 {
  margin-bottom: 60px;
}
.admin-dashboard .section-header .actions {
  margin-bottom: 80px;
}
.admin-dashboard .section-header .actions a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.admin-dashboard .section-header .new-user {
  position: absolute;
  top: 60px;
  right: 0;
}
.admin-dashboard .section-header .new-user a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.admin-dashboard .section-header .actions.super-admin {
  padding-top: 60px;
}
.admin-dashboard .section-header .actions.super-admin .list {
  display: flex;
}
.admin-dashboard .section-header .actions.super-admin .list a {
  margin-right: 20px;
}
.admin-dashboard-questions-results .section-header {
  padding-top: 60px;
}
.admin-dashboard-questions-results .section-header h1 {
  margin-bottom: 60px;
}
.admin-dashboard-questions-results .section-results {
  margin-bottom: 80px;
}
.admin-dashboard-questions-results .section-results table {
  width: 100%;
  text-align: left;
}
.admin-dashboard-questions-results .section-results table .col {
  width: 100%;
  padding: 20px;
}
.admin-dashboard-questions-results .section-results table .col p {
  margin-bottom: 0;
}
.admin-dashboard-questions-results .section-results table .col-data {
  width: 10%;
}
.admin-dashboard-questions-results .section-results table .col-patient {
  width: 40%;
}
.admin-dashboard-questions-results .section-results table .col-rischio {
  width: 10%;
}
.admin-dashboard-questions-results .section-results table .col-result {
  width: 10%;
  text-transform: capitalize;
}
.admin-dashboard-questions-results .section-results table .col-view {
  width: 30%;
  text-align: right;
}
.admin-dashboard-questions-results .section-results table tbody tr:nth-child(even) {
  background: #fff;
}
.admin-dashboard-questions-results .section-results table tbody tr:nth-child(odd) {
  background: #e8e6dc;
}
.admin-dashboard-questions-results .section-results table thead {
  background: #fff;
}
.admin-dashboard-questions-results .section-results table thead th {
  color: #09786f;
  font-weight: bold;
}
.admin-dashboard-questions-results .section-results .pagination {
  margin-top: 60px;
}
.admin-dashboard-users .section-header {
  padding-top: 60px;
  position: relative;
}
.admin-dashboard-users .section-header h1 {
  margin-bottom: 60px;
}
.admin-dashboard-users .section-header .new-user {
  position: absolute;
  top: 60px;
  right: 0;
}
.admin-dashboard-users .section-header .new-user a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.admin-dashboard-users .section-results {
  margin-bottom: 80px;
  overflow-x: scroll;
}
.admin-dashboard-users .section-results table {
  width: 100%;
  text-align: left;
}
.admin-dashboard-users .section-results table .col {
  width: 100%;
  padding: 20px;
}
.admin-dashboard-users .section-results table .col p {
  margin-bottom: 0;
}
.admin-dashboard-users .section-results table .col p a {
  text-decoration: underline;
}
.admin-dashboard-users .section-results table .col a {
  text-decoration: underline;
}
.admin-dashboard-users .section-results table .col-id {
  width: 5%;
}
.admin-dashboard-users .section-results table .col-patient-name {
  width: 15%;
}
.admin-dashboard-users .section-results table .col-patient-surname {
  width: 15%;
}
.admin-dashboard-users .section-results table .col-user-name {
  width: 15%;
}
.admin-dashboard-users .section-results table .col-email {
  width: 25%;
}
.admin-dashboard-users .section-results table .col-last-access {
  width: 20%;
}
.admin-dashboard-users .section-results table .col-modify {
  width: 10%;
  text-align: right;
}
.admin-dashboard-users .section-results table tbody tr:nth-child(even) {
  background: #fff;
}
.admin-dashboard-users .section-results table tbody tr:nth-child(odd) {
  background: #e8e6dc;
}
.admin-dashboard-users .section-results table thead {
  background: #fff;
}
.admin-dashboard-users .section-results table thead th {
  color: #09786f;
  font-weight: bold;
}
.admin-dashboard-users .section-results .pagination {
  margin-top: 60px;
}
.admin-dashboard-users.pfas {
  padding: 0 15px;
}
.admin-dashboard-users.pfas .section-header {
  margin-bottom: 80px;
}
.admin-dashboard-users.pfas .section-results table .col p a {
  text-decoration: underline;
}
.admin-dashboard-users.pfas .section-results table .col {
  width: 30%;
}
.admin-dashboard-users.pfas form {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #09786f;
}
.admin-dashboard-users.pfas form label {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.admin-dashboard-users.pfas form button[type="submit"] {
  margin: 40px 0 0 auto;
  display: block;
}
.admin-dashboard-users.pfas img.image-footer-pfas {
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: -40px;
  position: relative;
  z-index: 1;
}
.admin-dashboard-questions-user-result .section-header {
  padding: 60px 15px 0 15px;
  position: relative;
}
.admin-dashboard-questions-user-result .section-header h1 {
  margin-bottom: 60px;
}
.admin-dashboard-questions-user-result .section-header .back-to {
  position: absolute;
  top: 60px;
  right: 15px;
}
.admin-dashboard-questions-user-result .section-header .back-to a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.admin-dashboard-questions-user-result .tabs {
  padding: 0 15px;
}
.admin-dashboard-questions-user-result .tabs li {
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #09786f;
  background-color: #09786f;
}
.admin-dashboard-questions-user-result .tabs li a {
  color: #fff;
}
.admin-dashboard-questions-user-result .tabs li.inactive {
  background-color: transparent;
}
.admin-dashboard-questions-user-result .tabs li.inactive a {
  color: #323232;
}
.admin-dashboard-questions-user-result .container {
  min-width: 100%;
  display: none;
  background-color: transparent;
  margin: 60px 0 80px 0;
}
.admin-dashboard-questions-user-result .container .single-question {
  margin-bottom: 40px;
  display: block !important;
}
.admin-dashboard-questions-user-result .container .single-question .help-block {
  display: none;
}
.admin-dashboard-questions-user-result .container .single-question > label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #09786f;
  margin-bottom: 10px;
}
.admin-dashboard-questions-user-result .container .single-question label {
  margin-bottom: 20px;
  display: block;
}
.admin-dashboard-questions-user-result .container .single-question .form-group label {
  display: flex;
}
.admin-dashboard-questions-user-result .container .single-question .form-group label input {
  box-shadow: none;
}
.admin-dashboard-questions-user-result .container .single-question .form-group br {
  display: none;
}
.admin-dashboard-questions-user-result #risultati-content {
  display: block;
}
.admin-dashboard-questions-user-result #risultati-content p.profilo span {
  text-transform: uppercase;
}
.admin-dashboard-questions {
  margin-bottom: 80px;
}
.admin-dashboard-questions .section-header {
  padding: 60px 15px 0 15px;
  position: relative;
}
.admin-dashboard-questions .section-header h1 {
  margin-bottom: 60px;
}
.admin-dashboard-questions .section-header .actions {
  position: absolute;
  top: 60px;
  right: 15px;
}
.admin-dashboard-questions .section-header .actions a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.admin-dashboard-questions .tabs {
  margin-bottom: 60px;
  padding: 0 15px;
}
.admin-dashboard-questions .tabs li {
  cursor: pointer;
  border: 1px solid #09786f;
  background-color: #09786f;
}
.admin-dashboard-questions .tabs li a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}
.admin-dashboard-questions .tabs li.inactive {
  background-color: transparent;
}
.admin-dashboard-questions .tabs li.inactive a {
  color: #323232;
}
.admin-dashboard-questions .tabs li:hover {
  background-color: #09786f;
}
.admin-dashboard-questions .tabs li:hover a {
  color: #fff;
}
.admin-dashboard-questions .section-results {
  margin: 0 15px 80px 15px;
}
.admin-dashboard-questions .section-results table {
  width: 100%;
  text-align: left;
}
.admin-dashboard-questions .section-results table .col {
  width: 100%;
  padding: 20px;
}
.admin-dashboard-questions .section-results table .col p {
  margin-bottom: 0;
}
.admin-dashboard-questions .section-results table .col-id {
  width: 5%;
}
.admin-dashboard-questions .section-results table .col-question {
  width: 10%;
}
.admin-dashboard-questions .section-results table .col-description {
  width: 50%;
}
.admin-dashboard-questions .section-results table .col-notes {
  width: 25%;
}
.admin-dashboard-questions .section-results table .col-view {
  width: 10%;
}
.admin-dashboard-questions .section-results table tbody tr:nth-child(even) {
  background: #fff;
}
.admin-dashboard-questions .section-results table tbody tr:nth-child(odd) {
  background: #e8e6dc;
}
.admin-dashboard-questions .section-results table thead {
  background: #fff;
}
.admin-dashboard-questions .section-results table thead th {
  color: #09786f;
  font-weight: bold;
}
.admin-dashboard-questions .section-results .pagination {
  margin-top: 60px;
}
.admin-dashboard-question {
  margin-bottom: 80px;
}
.admin-dashboard-question .section-header {
  padding: 60px 15px 0 15px;
  position: relative;
}
.admin-dashboard-question .section-header h1 {
  margin-bottom: 20px;
}
.admin-dashboard-question .section-header .actions {
  position: absolute;
  top: 60px;
  right: 15px;
}
.admin-dashboard-question .section-header .actions button {
  margin-top: 0;
}
.admin-dashboard-question .back-to {
  margin: 0 15px 40px 15px;
}
.admin-dashboard-question .back-to a {
  text-decoration: underline;
}
.admin-dashboard-question .section-question {
  margin: 0 15px;
}
.admin-dashboard-question .section-question form {
  margin-bottom: 60px;
}
.admin-dashboard-question .section-question form .form-group {
  margin-bottom: 40px;
}
.admin-dashboard-question .section-question form .form-group label {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.admin-dashboard-question .section-question form button {
  margin: 60px 0 0 auto;
  display: block;
}
.admin-dashboard-question .section-answers {
  padding: 60px 15px 0 15px;
  position: relative;
  border-top: 1px solid #09786f;
}
.admin-dashboard-question .section-answers h3 {
  margin-bottom: 60px;
}
.admin-dashboard-question .section-answers .actions {
  position: absolute;
  top: 60px;
  right: 15px;
}
.admin-dashboard-question .section-answers .actions a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.admin-dashboard-question .section-answers table {
  width: 100%;
  text-align: left;
}
.admin-dashboard-question .section-answers table .col {
  width: 100%;
  padding: 20px;
}
.admin-dashboard-question .section-answers table .col p {
  margin-bottom: 0;
}
.admin-dashboard-question .section-answers table .col-id {
  width: 10%;
}
.admin-dashboard-question .section-answers table .col-answer {
  width: 70%;
}
.admin-dashboard-question .section-answers table .col-modify {
  width: 20%;
  text-align: right;
}
.admin-dashboard-question .section-answers table tbody tr:nth-child(even) {
  background: #fff;
}
.admin-dashboard-question .section-answers table tbody tr:nth-child(odd) {
  background: #e8e6dc;
}
.admin-dashboard-question .section-answers table thead {
  background: #fff;
}
.admin-dashboard-question .section-answers table thead th {
  color: #09786f;
  font-weight: bold;
}
.admin-dashboard-answer {
  margin-bottom: 80px;
}
.admin-dashboard-answer .section-header {
  padding: 60px 15px 0 15px;
  position: relative;
}
.admin-dashboard-answer .section-header h1 {
  margin-bottom: 20px;
}
.admin-dashboard-answer .section-header .actions {
  position: absolute;
  top: 60px;
  right: 15px;
}
.admin-dashboard-answer .section-header .actions button {
  margin-top: 0;
}
.admin-dashboard-answer .back-to {
  margin: 0 15px 40px 15px;
}
.admin-dashboard-answer .back-to a {
  text-decoration: underline;
}
.admin-dashboard-answer .section-answer {
  margin: 0 15px 80px 15px;
}
.admin-dashboard-answer .section-answer form {
  margin-bottom: 60px;
}
.admin-dashboard-answer .section-answer form .form-group {
  margin-bottom: 40px;
}
.admin-dashboard-answer .section-answer form .form-group label {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.admin-dashboard-answer .section-answer form button {
  margin: 60px 0 0 auto;
  display: block;
}
.admin-dashboard-edit-user .section-header {
  padding: 60px 15px 0 15px;
  position: relative;
}
.admin-dashboard-edit-user .section-header h1 {
  margin-bottom: 20px;
}
.admin-dashboard-edit-user .section-header .actions {
  position: absolute;
  top: 60px;
  right: 15px;
}
.admin-dashboard-edit-user .section-header .actions button {
  margin-top: 0;
}
.admin-dashboard-edit-user .back-to {
  margin: 0 15px 40px 15px;
}
.admin-dashboard-edit-user .back-to a {
  text-decoration: underline;
}
.admin-dashboard-edit-user .container {
  min-width: 100%;
  background-color: transparent;
  margin: 60px 0 80px 0;
}
.admin-dashboard-edit-user .container .modify {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #09786f;
}
.admin-dashboard-edit-user .container .modify .form-group {
  margin-bottom: 40px;
}
.admin-dashboard-edit-user .container .modify label {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.admin-dashboard-edit-user .container .modify textarea {
  padding: 20px;
  min-height: 200px;
}
.admin-dashboard-edit-user .container .modify button {
  margin: 40px 0 0 auto;
  display: block;
}
.admin-dashboard-edit-user .container .lock-unlock {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #09786f;
}
.admin-dashboard-edit-user .container .roles-permissions {
  margin-bottom: 80px;
}
.user-user-simulate .section-header {
  padding: 60px 15px 0 15px;
  position: relative;
}
.user-user-simulate .section-header h1 {
  margin-bottom: 60px;
}
.user-user-simulate .section-content {
  padding: 0 15px 0 15px;
  margin-bottom: 80px;
}
.utility-utility-index .section-header {
  padding: 60px 15px 0 15px;
  position: relative;
}
.utility-utility-index .section-header h1 {
  margin-bottom: 60px;
}
.utility-utility-index .section-content {
  margin-bottom: 60px;
  padding: 0 15px 0 15px;
}
/*------------------------------------*\
    ACTIVATION USER
\*------------------------------------*/
.activation {
  max-width: 675px;
  margin: 0 auto 60px auto;
}
.activation form label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #318E87;
  margin-bottom: 10px;
}
.activation form .form-group .hint-block {
  position: absolute;
  right: 30px;
  top: 42px;
}
.activation form .field-passwordresetform-privacy label {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #318E87;
  display: flex;
  height: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.activation form .field-passwordresetform-privacy input {
  margin-right: 40px;
}
.activation form .field-passwordresetform-conditions label {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #318E87;
  display: flex;
  height: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.activation form .field-passwordresetform-conditions input {
  margin-right: 40px;
}
/*------------------------------------*\
    PROFILE USER
\*------------------------------------*/
.profile {
  max-width: 675px;
  margin: 0 auto;
}
.profile .intro {
  margin-top: 40px;
  margin-bottom: 40px;
}
.profile .intro ul {
  margin-left: 20px;
}
.profile .intro ul li {
  display: list-item;
  color: #7d7987;
}
.profile .change-password h2 {
  font-size: 36px;
  line-height: 45px;
}
.profile .change-password .form-group {
  margin-bottom: 40px;
}
.profile .change-password label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #09786f;
  margin-bottom: 10px;
}
.profile .change-password button {
  margin: 40px 0 0 auto;
  display: block;
  min-width: 200px;
}
.profile .section-footer {
  margin-top: 20px;
}
.profile.twofa {
  margin-top: 40px;
  margin-bottom: 80px;
}
.profile.twofa .authenticator {
  margin-bottom: 40px;
}
/*------------------------------------*\
    DASHBOARD USER
\*------------------------------------*/
.user-dashboard-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-height: 120vh;
  object-fit: cover;
}
.user-dashboard .section-header {
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  z-index: 9;
  margin-bottom: 0;
}
.user-dashboard .section-header .col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.user-dashboard .section-header .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.user-dashboard .section-calendar {
  position: relative;
  display: flex;
  margin-bottom: 120px;
}
.user-dashboard .section-calendar .col-left.intro {
  width: 50%;
  margin-bottom: 60px;
}
.user-dashboard .section-calendar .col-left.intro h2 {
  font-size: 36px;
  line-height: 45px;
}
.user-dashboard .section-calendar .col-left.intro p {
  max-width: 600px;
}
.user-dashboard .section-calendar .col-left.intro a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.user-dashboard .section-calendar .col-right.appointments {
  width: 50%;
}
.user-dashboard .section-calendar .col-right.appointments h2 {
  font-size: 36px;
  line-height: 45px;
}
.user-dashboard .section-calendar .col-right.appointments .info {
  width: 100%;
  max-width: 600px;
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
}
.user-dashboard .section-calendar .col-right.appointments .info .appointment {
  border-top: 1px solid #09786f;
  border-bottom: 1px solid #09786f;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.user-dashboard .section-calendar .col-right.appointments .info h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.user-dashboard .section-calendar .col-right.appointments .info p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.user-dashboard .section-calendar .col-right.appointments .info a.cancel-appointment {
  font-size: 18px;
  line-height: 56px;
  padding: 0 20px;
  background-color: #fff;
  color: #09786f;
  border: 1px solid #09786f;
  border-radius: 50px;
  display: block;
  min-width: 200px;
  text-align: center;
  margin: 20px 40px 20px 0;
  display: inline-block;
  width: fit-content;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.user-dashboard .section-calendar .col-right.appointments .info a.contact-doctor {
  font-size: 18px;
  line-height: 56px;
  padding: 0 20px;
  background-color: #09786f;
  color: #fff;
  border-radius: 50px;
  display: block;
  min-width: 200px;
  text-align: center;
  margin: 0px 0 20px 0;
  display: inline-block;
  width: fit-content;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.user-dashboard .section-personal-data {
  margin-bottom: 120px;
  padding: 0 15px;
  z-index: 9;
  position: relative;
}
.user-dashboard .section-personal-data h2 {
  font-size: 36px;
  line-height: 45px;
}
.user-dashboard .section-personal-data .info {
  max-width: 438px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
}
.user-dashboard .section-cartella-clinica {
  position: relative;
  display: flex;
  z-index: 9;
  margin-bottom: 120px;
}
.user-dashboard .section-cartella-clinica .col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.user-dashboard .section-cartella-clinica .col-left img {
  max-width: 600px;
}
.user-dashboard .section-cartella-clinica .col-right {
  width: 50%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.user-dashboard .section-cartella-clinica .col-right h2 {
  font-size: 36px;
  line-height: 45px;
}
.user-dashboard .section-cartella-clinica .col-right .info {
  width: 100%;
  max-width: 600px;
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
}
.user-dashboard .section-cartella-clinica .col-right .info h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.user-dashboard .section-cartella-clinica .col-right .info .result {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #09786f;
}
.user-dashboard .section-cartella-clinica .col-right .info .result p {
  margin-bottom: 0;
}
.user-dashboard .section-cartella-clinica .col-right .info .result .profile {
  display: flex;
  margin-bottom: 20px;
}
.user-dashboard .section-cartella-clinica .col-right .info .result .profile span {
  font-weight: bold;
  text-transform: uppercase;
}
.user-dashboard .section-cartella-clinica .col-right .info .result .profile p + p {
  margin-left: 5px;
}
.user-dashboard .section-cartella-clinica .col-right .info .result .profile p + p span {
  text-transform: uppercase;
}
.user-dashboard .section-cartella-clinica .col-right .info .result a.info {
  font-size: 18px;
  font-weight: normal;
  line-height: 56px;
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 0 20px;
  width: fit-content;
  background-color: #fff;
  color: #09786f;
  border: 1px solid #09786f;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-right: 40px;
}
.user-dashboard .section-cartella-clinica .col-right .info .result a.download {
  font-size: 18px;
  font-weight: normal;
  line-height: 56px;
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 0 20px;
  width: fit-content;
  background-color: #09786f;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.user-dashboard .section-document-upload {
  position: relative;
}
.user-dashboard .section-document-upload .intro {
  margin-bottom: 60px;
}
.user-dashboard .section-document-upload .intro h2 {
  font-size: 36px;
  line-height: 45px;
}
.user-dashboard .section-document-upload .intro p {
  max-width: 600px;
}
.user-dashboard .section-document-upload .intro a {
  font-size: 18px;
  font-weight: normal;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.user-dashboard .section-document-upload .files {
  display: flex;
  margin-bottom: 120px;
}
.user-dashboard .section-document-upload .files a {
  font-size: 18px;
  line-height: 48px;
  display: inline-block;
  margin-right: 15px;
  padding: 0 30px;
  border: 1px solid #323232;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #323232;
}
.user-dashboard .section-document-upload .files a:hover {
  color: #fff;
  background: #323232;
}
.user-dashboard .section-user-files,
.user-dashboard .section-doctor-files {
  margin-bottom: 60px;
}
.user-dashboard .section-user-files h3,
.user-dashboard .section-doctor-files h3 {
  font-size: 24px;
  line-height: 30px;
  color: #323232;
  font-weight: bold;
}
.user-dashboard .section-user-files .list,
.user-dashboard .section-doctor-files .list {
  display: flex;
  flex-wrap: wrap;
}
.user-dashboard .section-user-files .list .file,
.user-dashboard .section-doctor-files .list .file {
  width: 33%;
  padding: 40px;
}
.user-dashboard .section-user-files .list .file a,
.user-dashboard .section-doctor-files .list .file a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.user-dashboard .section-user-files .list .file .info,
.user-dashboard .section-doctor-files .list .file .info {
  padding: 25px;
  border-radius: 27px;
  background-color: #D5F1F0;
  box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}
.user-dashboard .section-user-files .list .file .info p,
.user-dashboard .section-doctor-files .list .file .info p {
  width: 100%;
  height: 60px;
  overflow: hidden;
  overflow-wrap: break-word;
}
.user-dashboard .section-user-files .list .file .info p.category-file,
.user-dashboard .section-doctor-files .list .file .info p.category-file {
  width: 100%;
  min-height: 60px;
  color: #09786f;
  padding-right: 60px;
}
.user-dashboard .section-user-files .list .file .info img,
.user-dashboard .section-doctor-files .list .file .info img {
  position: absolute;
  width: 55px;
  right: 30px;
}
.user-dashboard .section-user-files .list .file .info .actions,
.user-dashboard .section-doctor-files .list .file .info .actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.user-dashboard .section-user-files .list .file .info .actions button,
.user-dashboard .section-doctor-files .list .file .info .actions button {
  font-weight: normal;
  margin-top: 0;
  background: transparent;
  color: #09786f;
}
.user-dashboard .section-user-files .list .file .info .actions a,
.user-dashboard .section-doctor-files .list .file .info .actions a {
  display: block;
  width: fit-content;
  font-size: 18px;
  font-weight: normal;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.user-dashboard .section-doctors {
  display: flex;
  margin-bottom: 120px;
}
.user-dashboard .section-doctors .col-left {
  width: 50%;
}
.user-dashboard .section-doctors .col-right {
  width: 50%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user-dashboard .section-doctors .col-right a {
  font-size: 18px;
  font-weight: normal;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
  width: fit-content;
}
.user-dashboard .section-featured {
  background-color: #d7ecea;
  padding: 60px;
}
.user-dashboard .section-featured .row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}
.user-dashboard .section-featured .row .col-left {
  width: 20%;
}
.user-dashboard .section-featured .row .col-center {
  width: 60%;
}
.user-dashboard .section-featured .row .col-center .products {
  display: flex;
}
.user-dashboard .section-featured .row .col-center .products .product {
  width: 50%;
  padding: 0 30px;
}
.user-dashboard .section-featured .row .col-center .products .product .featured-image {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 15px;
}
.user-dashboard .section-featured .row .col-center .products .product .featured-image img {
  padding: 40px 40px;
  height: 400px;
  width: 100%;
  object-fit: contain;
}
.user-dashboard .section-featured .row .col-center .products .product p {
  font-size: 24px;
  line-height: 34px;
  color: #323232;
  margin-bottom: 10px;
}
.user-dashboard .section-featured .row .col-center .products .product a {
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.user-dashboard .section-featured .row .col-right {
  width: 20%;
  text-align: right;
}
.user-dashboard .section-featured .row .col-right a {
  font-size: 24px;
  line-height: 34px;
  color: #323232;
  text-decoration: underline;
}
.user-dashboard .section-featured img.left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
}
.user-dashboard .section-featured img.right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 400px;
}
#upload-file-modal {
  padding: 60px;
}
#upload-file-modal .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
#upload-file-modal .actions button {
  margin-top: 0;
}
/*------------------------------------*\
    LIST DOCTORS
\*------------------------------------*/
[class$="--site-medics-user"] {
  background-color: #eef8f7;
}
.doctors-dashboard .section-header {
  min-height: 480px;
  position: relative;
  display: flex;
  z-index: 9;
  margin-bottom: 60px;
}
.doctors-dashboard .section-header .col-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.doctors-dashboard .section-header .col-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.doctors-dashboard .section-header .col-right .info {
  text-align: right;
}
.doctors-dashboard .section-header .col-right .info h1 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #323232;
}
.doctors-dashboard .section-header .col-right .info .specialists {
  display: flex;
  justify-content: space-between;
}
.doctors-dashboard .section-header .col-right .info .specialists a {
  text-align: center;
}
.doctors-dashboard .section-header .col-right .info .specialists img {
  width: initial;
  height: 90px;
  margin: 0 auto 10px auto;
}
.doctors-dashboard .section-header .col-right .info .specialists span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #09786f;
}
.doctors-dashboard h2 {
  text-align: center;
  margin-bottom: 60px;
}
.doctors-dashboard .list-doctors .specializzazione {
  scroll-margin: 120px;
  margin-bottom: 120px;
  width: 100%;
  padding: 0 35px;
}
.doctors-dashboard .list-doctors .specializzazione .intro {
  margin-bottom: 60px;
}
.doctors-dashboard .list-doctors .specializzazione .intro img {
  width: initial;
  height: 90px;
}
.doctors-dashboard .list-doctors .specializzazione .intro span {
  font-size: 16px;
  font-weight: 700;
  color: #09786f;
  line-height: 90px;
}
.doctors-dashboard .list-doctors .specializzazione .list {
  display: flex;
}
.doctors-dashboard .list-doctors .specializzazione .list .doctor:not(:first-child) {
  border-left: 1px solid #09786f;
}
.doctors-dashboard .list-doctors .specializzazione .list .doctor {
  width: 33.3%;
  padding: 0 30px;
}
.doctors-dashboard .list-doctors .specializzazione .list .doctor .card {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  border-radius: 60px;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
  text-align: center;
}
.doctors-dashboard .list-doctors .specializzazione .list .doctor .card img {
  margin-bottom: 20px;
}
.doctors-dashboard .list-doctors .specializzazione .list .doctor .card p.name {
  font-weight: bold;
  color: #323232;
  margin-bottom: 0;
}
.doctors-dashboard .list-doctors .specializzazione .list .doctor .card p.description {
  margin-bottom: 20px;
  min-height: 90px;
}
.doctors-dashboard .list-doctors .specializzazione .list .doctor .card a {
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.doctors-dashboard .list-doctors .specializzazione .list .doctor .card p.linkedin a {
  background-color: white;
  color: #09786f;
}
.doctors-dashboard .section-cardiologi .intro img {
  height: 90px;
}
.doctors-dashboard .section-medici-dello-sport .intro img {
  height: 112px;
}
/*------------------------------------*\
    PRENOTAZIONE VISITA
\*------------------------------------*/
.prenotazione-visita {
  max-width: 675px;
  margin: 0 auto;
}
.prenotazione-visita .back-to {
  text-decoration: underline;
}
.prenotazione-visita .intro {
  margin-top: 40px;
  margin-bottom: 80px;
}
.prenotazione-visita .intro small {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.prenotazione-visita .intro a {
  font-size: 18px;
  line-height: 1.66em;
  text-decoration: underline;
}
.prenotazione-visita form {
  margin-bottom: 80px;
}
.prenotazione-visita form .form-group {
  margin-bottom: 40px;
}
.prenotazione-visita form .form-group label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #09786f;
  margin-bottom: 10px;
}
.prenotazione-visita form button[type="submit"] {
  margin: 40px 0 0 auto;
  display: block;
  min-width: 200px;
}
.prenotazione-visita .fill-out {
  margin-bottom: 80px;
}
.prenotazione-visita .fill-out a {
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #09786f;
  background-color: #fff;
  border: 1px solid #09786f;
}
/*------------------------------------*\
    DASHBOARD DOCTOR
\*------------------------------------*/
.doctor-dashboard-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-height: 120vh;
  object-fit: cover;
}
.doctor-dashboard .section-header {
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  z-index: 9;
  margin-bottom: 0;
}
.doctor-dashboard .section-header .col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.doctor-dashboard .section-header .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.doctor-dashboard .section-calendar {
  position: relative;
  display: flex;
  margin-bottom: 60px;
}
.doctor-dashboard .section-calendar .col-left.intro {
  width: 50%;
  margin-bottom: 60px;
}
.doctor-dashboard .section-calendar .col-left.intro h2 {
  font-size: 36px;
  line-height: 45px;
}
.doctor-dashboard .section-calendar .col-left.intro p {
  max-width: 600px;
}
.doctor-dashboard .section-calendar .col-left.intro a {
  font-size: 18px;
  line-height: 56px;
  margin-bottom: 20px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.doctor-dashboard .section-calendar .col-right.appointments {
  width: 50%;
}
.doctor-dashboard .section-calendar .col-right.appointments h2 {
  font-size: 36px;
  line-height: 45px;
}
.doctor-dashboard .section-calendar .col-right.appointments .info {
  width: 100%;
  max-width: 600px;
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
}
.doctor-dashboard .section-calendar .col-right.appointments .info h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.doctor-dashboard .section-calendar .col-right.appointments .info .appointment {
  margin-bottom: 20px;
  border-bottom: 1px solid #09786f;
}
.doctor-dashboard .section-calendar .col-right.appointments .info .appointment p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.doctor-dashboard .section-calendar .col-right.appointments .info .appointment p a {
  text-decoration: underline;
}
.doctor-dashboard .section-calendar .col-right.appointments .info .appointment a.cta {
  font-size: 18px;
  line-height: 56px;
  padding: 0 20px;
  background-color: #fff;
  color: #09786f;
  border: 1px solid #09786f;
  border-radius: 50px;
  display: block;
  min-width: 200px;
  text-align: center;
  margin: 20px 0 40px 0;
  display: inline-block;
  width: fit-content;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.doctor-dashboard .section-calendar .col-right.appointments .info a.btn {
  font-size: 18px;
  line-height: 56px;
  margin: 0 0 10px auto;
  display: block;
  width: fit-content;
  padding: 0 30px;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.doctor-dashboard .section-calendar-next {
  margin-bottom: 120px;
  position: relative;
}
.doctor-dashboard .section-calendar-next h3 {
  font-size: 24px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 60px;
}
.doctor-dashboard .section-calendar-next .appointments .appointment:nth-child(odd) {
  background: #e8e6dc;
}
.doctor-dashboard .section-calendar-next .appointments .appointment:nth-child(even) {
  background: #fff;
}
.doctor-dashboard .section-calendar-next .appointments .appointment {
  display: flex;
  padding: 20px;
}
.doctor-dashboard .section-calendar-next .appointments .appointment p {
  margin-bottom: 0;
}
.doctor-dashboard .section-calendar-next .appointments .appointment .col-data {
  width: 10%;
  border-right: 1px solid #e0dfdb;
}
.doctor-dashboard .section-calendar-next .appointments .appointment .col-hour {
  width: 10%;
  border-right: 1px solid #e0dfdb;
  padding-left: 20px;
}
.doctor-dashboard .section-calendar-next .appointments .appointment .col-patient {
  width: 15%;
  border-right: 1px solid #e0dfdb;
  padding-left: 20px;
}
.doctor-dashboard .section-calendar-next .appointments .appointment .col-notes {
  width: 40%;
  border-right: 1px solid #e0dfdb;
  padding-left: 20px;
}
.doctor-dashboard .section-calendar-next .appointments .appointment .col-medical-record {
  width: 15%;
  border-right: 1px solid #e0dfdb;
  padding-left: 20px;
}
.doctor-dashboard .section-calendar-next .appointments .appointment .col-contact {
  width: 10%;
  padding-left: 20px;
}
.doctor-dashboard .section-patients .intro {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.doctor-dashboard .section-patients .intro h2 {
  font-size: 36px;
  line-height: 45px;
}
.doctor-dashboard .section-patients .intro p {
  max-width: 600px;
}
.doctor-dashboard .section-patients .contents {
  display: flex;
}
.doctor-dashboard .section-patients .contents .col-left {
  width: 60%;
}
.doctor-dashboard .section-patients .contents .col-left .list {
  max-width: calc(100% - 180px);
  margin: 0 auto 60px auto;
  padding: 40px 25px 10px 25px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
  border-radius: 20px;
}
.doctor-dashboard .section-patients .contents .col-left .list .patient {
  width: 50%;
  padding: 0 15px;
}
.doctor-dashboard .section-patients .contents .col-left .list .patient .info {
  display: flex;
  margin-bottom: 30px;
  padding: 30px 20px;
  background-color: #D5F1F0;
  border-radius: 20px;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
}
.doctor-dashboard .section-patients .contents .col-left .list .patient .info .name-surname {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.doctor-dashboard .section-patients .contents .col-left .list .patient .info .name-surname p {
  color: #323232;
  margin-bottom: 0;
}
.doctor-dashboard .section-patients .contents .col-left .list .patient .info .avatar {
  width: 40%;
  text-align: right;
}
.doctor-dashboard .section-patients .contents .col-left .list .patient .info .avatar img {
  max-width: 86px;
}
.doctor-dashboard .section-patients .contents .col-right {
  width: 40%;
}
.doctor-dashboard.pfas .section-header .col-left p a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.doctor-dashboard .admin-dashboard-users.pfas .section-header {
  min-height: auto;
}
.doctor-dashboard .admin-dashboard-users.pfas .section-header .new-user p br {
  display: none;
}
.doctor-dashboard-pfas {
  margin-bottom: 80px;
}
.doctor-dashboard-pfas .section-header {
  padding: 60px 15px 0 15px;
  position: relative;
}
.doctor-dashboard-pfas .section-header h1 {
  margin-bottom: 60px;
}
.doctor-dashboard-pfas .section-header .actions {
  position: absolute;
  top: 60px;
  right: 15px;
}
.doctor-dashboard-pfas .section-header .actions a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.doctor-dashboard-pfas .pills {
  margin-bottom: 60px;
  padding: 0 15px;
}
.doctor-dashboard-pfas .pills span {
  cursor: pointer;
  padding: 0;
}
.doctor-dashboard-pfas .pills span a {
  border: 1px solid #09786f;
  background-color: transparent;
  color: #323232;
  padding: 0 20px;
  display: inline-block;
}
.doctor-dashboard-pfas .pills span.active a {
  background-color: #09786f;
  color: #fff;
}
.doctor-dashboard-pfas .pills span:hover a {
  background-color: #09786f;
  color: #fff;
}
.doctor-dashboard-pfas .result {
  margin: 0 15px 80px 15px;
}
.doctor-dashboard-pfas .result table {
  width: 100%;
  text-align: left;
}
.doctor-dashboard-pfas .result table .col {
  width: 100%;
  padding: 20px;
}
.doctor-dashboard-pfas .result table .col p {
  margin-bottom: 0;
}
.doctor-dashboard-pfas .result table tbody tr:nth-child(even) {
  background: #fff;
}
.doctor-dashboard-pfas .result table tbody tr:nth-child(odd) {
  background: #e8e6dc;
}
.doctor-dashboard-pfas .result table thead {
  background: #fff;
}
.doctor-dashboard-pfas .result table thead th {
  color: #09786f;
  font-weight: bold;
}
.doctor-dashboard-pfas .result .pagination {
  margin-top: 60px;
}
.doctor-dashboard-pfas .result:not(.active) {
  display: none;
}
/*------------------------------------*\
    DOCTOR DASHBOARD AGENDA
\*------------------------------------*/
.calendar-section-header {
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  z-index: 9;
  margin-bottom: 0;
}
.calendar-section-header .col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.calendar-section-header .col-left h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.calendar-section-header .col-left p.linkedin a {
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #09786f;
  background-color: #fff;
  border: 1px solid #09786f;
}
.calendar-section-header .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.calendar-section-header .col-right img {
  max-width: 480px;
  margin: 0 auto;
}
.calendar-container {
  margin-top: 60px;
  scroll-margin-top: 120px;
}
.calendar-container > .row {
  margin-bottom: 60px !important;
}
.calendar-container > .row .calendar-mode a {
  border: 1px solid #09786f;
  background-color: transparent;
  color: #323232;
  padding: 10px 20px;
  border-radius: 0;
}
.calendar-container > .row .calendar-mode a.disabled {
  background-color: #09786f;
  color: #fff;
  opacity: 1;
}
.calendar-container > .row .calendar-mode a:hover {
  background-color: #09786f;
  color: #fff;
}
.calendar-container > .row .calendar-title h4 {
  margin-bottom: 0;
  line-height: 46px;
}
.calendar-container .calendar tbody tr:first-child td {
  padding: 5px 10px;
  background-color: #e8e6dc;
  font-weight: bold;
}
.calendar-container .calendar tbody tr + tr td {
  padding: 10px;
}
.calendar-container .calendar tbody tr + tr td div div {
  margin-bottom: 10px;
  padding: 5px 10px;
  min-height: 66px !important;
}
.calendar-container .calendar tbody tr + tr td div div.calendar-disponibile {
  background-color: #fff;
  border: 1px solid #09786f;
}
.calendar-container .calendar tbody tr + tr td div div.calendar-disponibile a {
  text-decoration: underline;
}
.calendar-container .calendar tbody tr + tr td div div.calendar-vuoto {
  background-color: #DCDCDC;
  display: none;
}
.calendar-container .calendar tbody tr + tr td div div.calendar-appuntamento {
  background-color: #09786f;
  color: #fff;
  /*a:after {
                                content: '>';
                                display: inline-block;
                                margin-left: 10px;
                            }*/
}
.calendar-container .calendar tbody tr + tr td div div.calendar-appuntamento a {
  color: #fff;
  text-decoration: underline;
}
/*------------------------------------*\
    DOCTOR DASHBOARD AVAILABILITY
\*------------------------------------*/
.doctor-dashboard-availability {
  padding-top: 60px;
  margin-bottom: 60px;
}
.doctor-dashboard-availability .intro {
  max-width: 675px;
  margin: 0 auto 60px auto;
  position: relative;
}
.doctor-dashboard-availability .intro h1 {
  font-size: 38px;
  line-height: 1.33em;
}
.doctor-dashboard-availability table {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.doctor-dashboard-availability table thead tr {
  text-align: left;
}
.doctor-dashboard-availability table thead tr td {
  padding: 5px;
  border: 1px solid #09786f;
}
.doctor-dashboard-availability table tbody tr td {
  padding: 5px;
  border: 1px solid #09786f;
}
.doctor-dashboard-availability table tbody tr td div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
}
.doctor-dashboard-availability table tbody tr td div label.control-label {
  padding-left: 40px;
}
.doctor-dashboard-availability table tbody tr td div label.control-label br {
  display: none;
}
.doctor-dashboard-availability table tbody tr td div .help-block {
  display: none;
}
.doctor-dashboard-availability button {
  margin: 60px 0 0 auto;
  display: block;
}
.doctor-dashboard-availability .divider {
  width: 100%;
  height: 1px;
  background-color: #09786f;
  margin-top: 60px;
  margin-bottom: 60px;
}
.doctor-dashboard-availability .exceptions {
  margin-top: 60px;
  margin-bottom: 120px;
  position: relative;
}
.doctor-dashboard-availability .exceptions h1 {
  margin-bottom: 60px;
}
.doctor-dashboard-availability .exceptions .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.doctor-dashboard-availability .exceptions .actions a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.doctor-dashboard-availability .exceptions table tbody tr td:last-child {
  display: flex;
  justify-content: space-between;
}
.doctor-dashboard-availability .exceptions table tbody tr td:last-child a {
  width: fit-content;
  font-size: 18px;
  line-height: 56px;
  margin-right: 20px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.doctor-dashboard-availability .exceptions table tbody tr td:last-child form button {
  margin-top: 0;
  background: transparent;
  color: #323232;
  text-decoration: underline;
}
.doctor-agenda-new-exception .intro {
  margin-top: 40px;
  margin-bottom: 40px;
}
.doctor-agenda-new-exception form {
  margin-bottom: 120px;
}
.doctor-agenda-new-exception form .form-group {
  margin-bottom: 40px;
}
.doctor-agenda-new-exception form .form-group label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #09786f;
  margin-bottom: 10px;
}
.doctor-agenda-new-exception form .questions form div[role="radiogroup"] {
  background-color: #fff;
  padding: 30px 30px 10px 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
}
.doctor-agenda-new-exception form div[role="radiogroup"] > label {
  font-size: 20px;
  font-weight: 400 !important;
  display: flex !important;
  color: #323232 !important;
  text-transform: initial !important;
  margin-bottom: 20px;
}
.doctor-agenda-new-exception form .field-scheduleexception-exceptiondays {
  margin-top: 60px;
}
.doctor-agenda-new-exception form .field-scheduleexception-exceptiondays #scheduleexception-exceptiondays {
  display: flex;
  flex-wrap: wrap;
}
.doctor-agenda-new-exception form .field-scheduleexception-exceptiondays #scheduleexception-exceptiondays label {
  width: 20%;
  padding-right: 20px;
  display: flex;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.doctor-agenda-new-exception form .field-scheduleexception-exceptiondays #scheduleexception-exceptiondays label input {
  margin-right: 40px;
}
.doctor-agenda-new-exception form .field-scheduleexception-exceptionhours #scheduleexception-exceptionhours {
  display: flex;
  flex-wrap: wrap;
}
.doctor-agenda-new-exception form .field-scheduleexception-exceptionhours #scheduleexception-exceptionhours label {
  width: 20%;
  padding-right: 20px;
  display: flex;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.doctor-agenda-new-exception form .field-scheduleexception-exceptionhours #scheduleexception-exceptionhours label input {
  margin-right: 40px;
}
.doctor-agenda-new-exception form button[type="submit"] {
  min-width: 200px;
  margin: 0 auto;
  display: block;
}
.doctor-agenda-new-exception form .dates-exceptions {
  display: flex;
}
.doctor-agenda-new-exception form .dates-exceptions .form-group {
  width: 50%;
  padding-right: 30px;
}
.doctor-agenda-new-exception form .dates-exceptions .form-group + .form-group {
  padding-right: 0;
  padding-left: 30px;
}
/*------------------------------------*\
    DOCTOR DASHBOARD CANCEL APPOINTMENT MODAL
\*------------------------------------*/
.modal.cancel-appointment p {
  margin-bottom: 10px;
}
.modal.cancel-appointment a.btn {
  font-size: 18px;
  line-height: 56px;
  margin: 20px 0 0 auto;
  display: block;
  width: fit-content;
  padding: 0 30px;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
  text-decoration: none;
}
/*------------------------------------*\
    DOCTOR DASHBOARD CANCEL APPOINTMENT
\*------------------------------------*/
.doctor-dashboard-cancel-appointment {
  max-width: 675px;
  margin: 0 auto 80px auto;
}
.doctor-dashboard-cancel-appointment ul {
  margin-left: 20px;
  margin-bottom: 40px;
}
.doctor-dashboard-cancel-appointment ul li {
  display: list-item;
  color: #8f8a99;
}
.doctor-dashboard-cancel-appointment .back-to {
  margin: 0 15px 40px 0;
}
.doctor-dashboard-cancel-appointment .back-to a {
  text-decoration: underline;
}
.doctor-dashboard-cancel-appointment form label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #09786f;
  margin-bottom: 10px;
}
.doctor-dashboard-cancel-appointment form button {
  margin: 40px 0 0 auto;
  display: block;
  min-width: 200px;
}
/*------------------------------------*\
    MEDICAL RECORD PAGE
\*------------------------------------*/
.medical-record-dashboard .section-header {
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  z-index: 9;
  margin-bottom: 0;
}
.medical-record-dashboard .section-header .col-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.medical-record-dashboard .section-header .col-left h1 {
  font-size: 36px;
  line-height: 45px;
  width: 100%;
  max-width: 709px;
  margin: 0 60px 20px auto;
}
.medical-record-dashboard .section-header .col-left .info {
  width: 100%;
  max-width: 709px;
  margin: 0 60px 0 auto;
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
}
.medical-record-dashboard .section-header .col-left .info p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.medical-record-dashboard .section-header .col-left .info p span {
  font-weight: bold;
  text-transform: uppercase;
}
.medical-record-dashboard .section-header .col-left .info a.btn {
  font-size: 18px;
  line-height: 56px;
  padding: 0 20px;
  background-color: #09786f;
  color: #fff;
  border-radius: 50px;
  display: block;
  min-width: 200px;
  text-align: center;
  margin: 20px 0 20px auto;
  width: fit-content;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.medical-record-dashboard .section-header .col-left .info a:not(.btn) {
  text-decoration: underline;
}
.medical-record-dashboard .section-header .col-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.medical-record-dashboard .section-document-upload {
  position: relative;
}
.medical-record-dashboard .section-document-upload .intro {
  position: relative;
  margin-bottom: 60px;
}
.medical-record-dashboard .section-document-upload .intro h2 {
  font-size: 36px;
  line-height: 45px;
}
.medical-record-dashboard .section-document-upload .intro p {
  max-width: 600px;
}
.medical-record-dashboard .section-document-upload .intro a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.medical-record-dashboard .section-user-files,
.medical-record-dashboard .section-doctor-files {
  margin-bottom: 60px;
}
.medical-record-dashboard .section-user-files h3,
.medical-record-dashboard .section-doctor-files h3 {
  font-size: 24px;
  line-height: 30px;
  color: #323232;
  font-weight: bold;
}
.medical-record-dashboard .section-user-files .list,
.medical-record-dashboard .section-doctor-files .list {
  display: flex;
  flex-wrap: wrap;
}
.medical-record-dashboard .section-user-files .list .file,
.medical-record-dashboard .section-doctor-files .list .file {
  width: 33%;
  padding: 40px;
}
.medical-record-dashboard .section-user-files .list .file a,
.medical-record-dashboard .section-doctor-files .list .file a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.medical-record-dashboard .section-user-files .list .file .info,
.medical-record-dashboard .section-doctor-files .list .file .info {
  padding: 25px;
  border-radius: 27px;
  background-color: #D5F1F0;
  box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.medical-record-dashboard .section-user-files .list .file .info p,
.medical-record-dashboard .section-doctor-files .list .file .info p {
  font-weight: bold;
  width: 100%;
  height: 60px;
  overflow: hidden;
  overflow-wrap: break-word;
}
.medical-record-dashboard .section-user-files .list .file .info p.category-file,
.medical-record-dashboard .section-doctor-files .list .file .info p.category-file {
  font-weight: bold;
  width: 100%;
  min-height: 60px;
  color: #09786f;
  padding-right: 60px;
}
.medical-record-dashboard .section-user-files .list .file .info img,
.medical-record-dashboard .section-doctor-files .list .file .info img {
  position: absolute;
  width: 55px;
  right: 30px;
}
.medical-record-dashboard .section-user-files .list .file .info .actions,
.medical-record-dashboard .section-doctor-files .list .file .info .actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.medical-record-dashboard .section-user-files .list .file .info .actions form button,
.medical-record-dashboard .section-doctor-files .list .file .info .actions form button {
  margin-top: 0;
  background: transparent;
  color: #323232;
  text-decoration: underline;
}
.medical-record-dashboard .section-user-files .list .file .info .actions a,
.medical-record-dashboard .section-doctor-files .list .file .info .actions a {
  width: fit-content;
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #09786f;
  border: 1px solid #09786f;
}
.medical-record-dashboard .section-user-files .list .file .info .uploaded-by,
.medical-record-dashboard .section-doctor-files .list .file .info .uploaded-by {
  margin-top: 20px;
  width: 100%;
}
.medical-record-dashboard .section-user-files .list .file .info .uploaded-by p,
.medical-record-dashboard .section-doctor-files .list .file .info .uploaded-by p {
  font-size: 14px;
  height: initial;
  width: 100%;
  margin-bottom: 0;
}
.medical-record-dashboard .section-questions-results {
  position: relative;
  display: flex;
  z-index: 9;
  margin-bottom: 120px;
}
.medical-record-dashboard .section-questions-results .col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.medical-record-dashboard .section-questions-results .col-left img {
  max-width: 600px;
}
.medical-record-dashboard .section-questions-results .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.medical-record-dashboard .section-questions-results .col-right h2 {
  font-size: 36px;
  line-height: 45px;
}
.medical-record-dashboard .section-questions-results .col-right .info {
  width: 100%;
  max-width: 600px;
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 40px 50px 0 rgba(229, 233, 246, 0.4);
}
.medical-record-dashboard .section-questions-results .col-right .info h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.medical-record-dashboard .section-questions-results .col-right .info .result {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #09786f;
}
.medical-record-dashboard .section-questions-results .col-right .info .result p {
  margin-bottom: 0;
}
.medical-record-dashboard .section-questions-results .col-right .info .result .profile {
  display: flex;
  margin-bottom: 20px;
}
.medical-record-dashboard .section-questions-results .col-right .info .result .profile span {
  font-weight: bold;
  text-transform: uppercase;
}
.medical-record-dashboard .section-questions-results .col-right .info .result .profile p + p {
  margin-left: 5px;
}
.medical-record-dashboard .section-questions-results .col-right .info .result .profile p + p span {
  text-transform: uppercase;
}
.medical-record-dashboard .section-questions-results .col-right .info .result a {
  font-size: 18px;
  line-height: 56px;
  display: block;
  margin: 0 0 0 auto;
  padding: 0 20px;
  width: fit-content;
  background-color: #09786f;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
/*------------------------------------*\
    LOGIN PAGE
\*------------------------------------*/
.section-login {
  min-height: 100vh;
}
.section-login .bg-image {
  max-width: 1250px;
  margin: -80px auto 0 auto;
}
.section-login .form-container {
  max-width: 750px;
  margin: 0 auto 0 auto;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 5px rgba(12, 12, 13, 0.1);
  position: absolute;
  top: 160px;
  right: 0;
  left: 0;
}
.section-login .form-container h1 {
  font-size: 48px;
  margin-bottom: 40px;
}
.section-login .form-container .login {
  margin-bottom: 60px;
}
.section-login .form-container .login .form-group {
  margin-bottom: 40px;
}
.section-login .form-container .login label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #318E87;
  margin-bottom: 10px;
}
.section-login .form-container .login button {
  display: block;
  margin: 0 auto;
  min-width: 220px;
}
.section-login .form-container .other-options {
  display: flex;
  justify-content: space-between;
}
.section-login .form-container .other-options a {
  text-decoration: underline;
}
.section-login .form-container .other-options button {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.66em;
  color: black;
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  margin-top: 0;
  padding: 0;
}
/*------------------------------------*\
    USER ACTIVATION
\*------------------------------------*/
body.user-user-activation-success > .content {
  min-height: calc(100vh - 200px);
}
body.user-user-activation-success > .content h1 {
  text-align: center;
  margin-top: 80px;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
  border-top: 1px solid #09786f;
  background-color: #fff;
}
footer .content {
  padding: 60px 20px 20px 20px;
}
footer .row .col-left {
  width: 50%;
}
footer .row .col-left img {
  max-width: 124px;
}
footer .row .col-right {
  width: 50%;
  text-align: right;
}
footer .row .col-right p {
  margin-bottom: 0;
}
footer .row .col-right a {
  color: #8f8a99;
  margin-bottom: 0;
}
.footer-service {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  display: none;
}
.footer-service p {
  margin-right: 20px;
}
.cc_div .cc-link {
  border-radius: 0;
}
#s-cnt input[type='checkbox']:after {
  background: transparent;
  border: 0;
}
.cc_div .b-bn .exp:before {
  background: transparent;
  border: 0;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1025px) {
  .header li {
    float: left;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .header.shrinked {
    height: 60px;
    background: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    transition: ease 0.4s;
  }
  .header.shrinked .container .logo img {
    height: 40px;
    transition: ease 0.4s;
  }
  .header.shrinked .container .logo-img {
    height: 40px;
    transition: ease 0.4s;
  }
  .header.shrinked ul li a {
    line-height: 60px;
    transition: ease 0.4s;
  }
  .header.shrinked ul li.cta {
    height: 60px;
    transition: ease 0.4s;
  }
  .header.shrinked ul li.cta a {
    padding: 0 20px 2px 20px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  /*------------------------------------*\
       TYPOGRAPHY
   \*------------------------------------*/
  h1,
  h2,
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
  /*------------------------------------*\
        HEADER
    \*------------------------------------*/
  .header {
    height: 80px;
  }
  .header.shrinked {
    background: #fff;
  }
  .header .container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header .container .logo-img {
    height: 60px !important;
  }
  .header ul li {
    display: block;
    text-align: center;
  }
  .header ul li a {
    line-height: 60px;
    color: #fff;
  }
  .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
  }
  .header .menu {
    background: #09786f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }
  .header .menu-icon {
    padding: 39px 20px;
  }
  .header .menu-icon .navicon {
    margin-bottom: 0;
  }
  .header .menu-btn:checked ~ .menu {
    min-height: calc(100vh - 60px);
  }
  /*------------------------------------*\
        STRUCTURE
    \*------------------------------------*/
  /*------------------------------------*\
        ELEMENTS
    \*------------------------------------*/
  /*------------------------------------*\
        INPUTS
    \*------------------------------------*/
  /*------------------------------------*\
        HOME
    \*------------------------------------*/
  /*------------------------------------*\
        DASHBOARD ADMIN
    \*------------------------------------*/
  .admin-dashboard .section-header .actions.super-admin .list {
    display: block;
  }
  .admin-dashboard .section-header .actions.super-admin .list a {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .admin-dashboard-questions-user-result .section-header {
    padding: 0px 15px 0 15px;
  }
  .admin-dashboard-questions-user-result .section-header h1 {
    margin-bottom: 20px;
  }
  .admin-dashboard-questions-user-result .section-header .back-to {
    position: relative;
    top: initial;
    right: 0;
    margin-bottom: 40px;
  }
  .admin-dashboard-questions-results .section-results {
    overflow-x: scroll;
  }
  .admin-dashboard-questions-user-result .tabs li {
    margin-bottom: 5px;
  }
  .admin-dashboard-questions .section-header {
    padding: 0px 15px 0 15px;
  }
  .admin-dashboard-questions .section-header h1 {
    margin-bottom: 20px;
  }
  .admin-dashboard-questions .section-header .actions {
    position: relative;
    top: initial;
    right: 0;
    margin-bottom: 40px;
  }
  .admin-dashboard-questions .tabs li {
    margin-bottom: 5px;
  }
  .admin-dashboard-questions .section-results {
    overflow-x: scroll;
  }
  .admin-dashboard-question .section-header {
    padding: 0 15px 0 15px;
  }
  .admin-dashboard-question .section-header .actions {
    position: relative;
    top: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .admin-dashboard-question .section-answers h3 {
    margin-bottom: 20px;
  }
  .admin-dashboard-question .section-answers .actions {
    position: relative;
    top: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .admin-dashboard-answer .section-header {
    padding: 0 15px 0 15px;
  }
  .admin-dashboard-answer .section-header .actions {
    position: relative;
    top: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .admin-dashboard-question .section-answers table {
    overflow-x: scroll;
  }
  .admin-dashboard-users .section-header {
    padding-top: 0;
  }
  .admin-dashboard-users .section-header h1 {
    margin-bottom: 20px;
  }
  .admin-dashboard-users .section-header .new-user {
    position: relative;
    top: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .admin-dashboard-users .section-results {
    overflow-x: scroll;
  }
  .admin-dashboard-edit-user .section-header {
    padding: 0 15px 0 15px;
  }
  .admin-dashboard-edit-user .section-header .actions {
    position: relative;
    top: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .user-user-simulate .section-header {
    padding: 0 15px 0 15px;
  }
  .user-user-simulate .section-header h1 {
    margin-bottom: 20px;
  }
  .user-user-simulate .section-content {
    margin-bottom: 80px;
  }
  /*------------------------------------*\
        QUESTIONS
    \*------------------------------------*/
  .questions {
    padding: 0 15px;
  }
  .questions .intro {
    margin-top: 0;
  }
  .questions .navigation {
    position: relative;
  }
  .questions.result .intro {
    display: block;
    margin-top: 0;
  }
  .questions.result .intro .col-left {
    width: 100%;
  }
  .questions.result .intro .col-right {
    width: 100%;
  }
  .questions.result .intro .col-right .result-profile {
    padding: 0;
  }
  .questions.result .intro .col-right .description {
    padding: 0;
  }
  .questions.result .intro .col-right .cta {
    margin-top: 40px;
    padding: 0;
  }
  .questions.result .intro .col-right .cta a.link {
    margin-right: 0;
    margin-bottom: 40px;
    display: block;
    text-align: center;
  }
  .questions.result .intro .col-right .cta a.btn {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  /*------------------------------------*\
        PROFILE USER
    \*------------------------------------*/
  .profile {
    padding: 0 15px;
  }
  .profile .intro {
    margin-top: 0;
  }
  /*------------------------------------*\
        DASHBOARD USER
    \*------------------------------------*/
  .user-dashboard .section-header {
    display: block;
    min-height: initial;
    margin-bottom: 60px;
  }
  .user-dashboard .section-header .col-left {
    width: 100%;
  }
  .user-dashboard .section-header .col-right {
    width: 100%;
  }
  .user-dashboard .section-calendar {
    display: block;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .user-dashboard .section-calendar .col-left.intro {
    width: 100%;
  }
  .user-dashboard .section-calendar .col-right.appointments {
    width: 100%;
  }
  .user-dashboard .section-cartella-clinica {
    display: block;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .user-dashboard .section-cartella-clinica .col-left {
    width: 100%;
  }
  .user-dashboard .section-cartella-clinica .col-right {
    width: 100%;
  }
  .user-dashboard .section-cartella-clinica .col-right .info .result .profile {
    display: block;
    padding: 0;
  }
  .user-dashboard .section-cartella-clinica .col-right .info .result .profile p + p {
    margin-left: 0;
  }
  .user-dashboard .section-cartella-clinica .col-right .info .result a.info {
    margin-bottom: 20px;
  }
  .user-dashboard .section-document-upload {
    padding: 0 15px;
  }
  .user-dashboard .section-document-upload .intro a {
    position: relative;
  }
  .user-dashboard .section-user-files {
    padding: 0 15px;
  }
  .user-dashboard .section-user-files .list .file {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .section-doctor-files {
    padding: 0 15px;
  }
  .user-dashboard .section-doctor-files .list .file {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .user-dashboard .section-doctors {
    display: block;
    padding: 0 15px;
  }
  .user-dashboard .section-doctors .col-left {
    width: 100%;
  }
  .user-dashboard .section-doctors .col-right {
    width: 100%;
  }
  .user-dashboard .section-featured {
    padding: 60px 15px;
  }
  .user-dashboard .section-featured .row {
    display: block;
  }
  .user-dashboard .section-featured .row .col-left {
    width: 100%;
  }
  .user-dashboard .section-featured .row .col-left h3 {
    text-align: center;
  }
  .user-dashboard .section-featured .row .col-center {
    width: 100%;
  }
  .user-dashboard .section-featured .row .col-center .products {
    width: 100%;
    display: block;
  }
  .user-dashboard .section-featured .row .col-center .products .product {
    width: 100%;
    margin-bottom: 40px;
  }
  .user-dashboard .section-featured .row .col-right {
    width: 100%;
  }
  .user-dashboard .section-featured img.left {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 40%;
    margin-left: -15px;
  }
  .user-dashboard .section-featured img.right {
    position: relative;
    display: inline-block;
    max-width: 60%;
    margin-top: 40px;
  }
  /*------------------------------------*\
        LIST DOCTORS
    \*------------------------------------*/
  .doctors-dashboard .section-header {
    display: block;
    min-height: initial;
  }
  .doctors-dashboard .section-header .col-left {
    width: 100%;
  }
  .doctors-dashboard .section-header .col-right {
    width: 100%;
  }
  .doctors-dashboard .section-header .col-right .info {
    text-align: center;
  }
  .doctors-dashboard .section-header .col-right .info .specialists {
    flex-wrap: wrap;
    justify-content: center;
  }
  .doctors-dashboard .section-header .col-right .info .specialists a {
    width: 33.3%;
  }
  .doctors-dashboard .section-header .col-right .info .specialists img {
    margin: 0;
    height: 80px;
  }
  .doctors-dashboard .section-header .col-right .info .specialists a span {
    font-size: 12px;
  }
  .doctors-dashboard .list-doctors {
    display: block;
  }
  .doctors-dashboard .list-doctors .specializzazione {
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  .doctors-dashboard .list-doctors .specializzazione .list {
    display: block;
  }
  .doctors-dashboard .list-doctors .specializzazione .list .doctor {
    width: 100%;
    margin-bottom: 30px;
  }
  .doctors-dashboard .list-doctors .specializzazione .list .doctor:not(:first-child) {
    border-left: 0;
  }
  .doctors-dashboard .section-cardiologi,
  .doctors-dashboard .section-nutrizionisti,
  .doctors-dashboard .section-medici-dello-sport {
    padding: 0 15px;
  }
  .doctors-dashboard .section-cardiologi .intro,
  .doctors-dashboard .section-nutrizionisti .intro,
  .doctors-dashboard .section-medici-dello-sport .intro {
    margin-bottom: 40px;
  }
  .doctors-dashboard .section-cardiologi .list,
  .doctors-dashboard .section-nutrizionisti .list,
  .doctors-dashboard .section-medici-dello-sport .list {
    display: block;
  }
  .doctors-dashboard .section-cardiologi .list .doctor,
  .doctors-dashboard .section-nutrizionisti .list .doctor,
  .doctors-dashboard .section-medici-dello-sport .list .doctor {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .doctors-dashboard .section-cardiologi .intro img,
  .doctors-dashboard .section-nutrizionisti .intro img,
  .doctors-dashboard .section-medici-dello-sport .intro img {
    height: 80px;
  }
  /*------------------------------------*\
        DASHBOARD DOCTOR
    \*------------------------------------*/
  .doctor-dashboard .section-header {
    display: block;
    min-height: initial;
  }
  .doctor-dashboard .section-header .col-left {
    width: 100%;
  }
  .doctor-dashboard .section-header .col-right {
    width: 100%;
  }
  .doctor-dashboard .section-calendar {
    display: block;
    padding: 0 15px;
  }
  .doctor-dashboard .section-calendar .col-left.intro {
    width: 100%;
    padding: 0;
  }
  .doctor-dashboard .section-calendar .col-right.appointments {
    width: 100%;
    padding: 0;
  }
  .doctor-dashboard .section-calendar .col-right.appointments .info a.btn {
    white-space: nowrap;
  }
  .doctor-dashboard .section-calendar-next {
    margin-bottom: 60px;
    padding: 0 15px;
    overflow-x: scroll;
  }
  .doctor-dashboard .section-calendar-next .appointments {
    min-width: 1200px;
  }
  .doctor-dashboard .section-calendar-next .appointments .appointment {
    min-width: 200px;
  }
  .section-patients.full-width {
    width: 100%;
    position: relative;
    left: initial;
    right: initial;
    margin-left: initial;
    margin-right: initial;
    padding: 0 15px;
  }
  .doctor-dashboard .section-patients .contents {
    display: block;
  }
  .doctor-dashboard .section-patients .contents .col-left {
    width: 100%;
  }
  .doctor-dashboard .section-patients .contents .col-right {
    width: 100%;
  }
  .doctor-dashboard .section-patients .contents .col-left .list {
    display: block;
    max-width: 100%;
  }
  .doctor-dashboard .section-patients .contents .col-left .list .patient {
    width: 100%;
  }
  /*------------------------------------*\
        DOCTOR DASHBOARD AGENDA
    \*------------------------------------*/
  .calendar-container table.calendar {
    min-width: 1280px;
  }
  .calendar-container table.calendar td {
    font-size: 14px !important;
  }
  /*------------------------------------*\
        DOCTOR DASHBOARD AVAILABILITY
    \*------------------------------------*/
  .doctor-dashboard-availability .table-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .doctor-dashboard-availability table {
    min-width: 1280px;
  }
  /*------------------------------------*\
        MEDICAL RECORD PAGE
    \*------------------------------------*/
  .medical-record-dashboard .section-header {
    min-height: initial;
    display: block;
    width: 100%;
    position: relative;
    left: initial;
    right: initial;
    margin-left: initial;
    margin-right: initial;
  }
  .medical-record-dashboard .section-header .col-left {
    width: 100%;
  }
  .medical-record-dashboard .section-header .col-right {
    width: 100%;
  }
  .medical-record-dashboard h2 {
    margin-bottom: 20px;
  }
  .medical-record-dashboard .section-user-files .list {
    display: block;
  }
  .medical-record-dashboard .section-user-files .list .file {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .medical-record-dashboard .section-doctor-files .list {
    display: block;
  }
  .medical-record-dashboard .section-doctor-files .list .file {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .medical-record-dashboard .section-questions-results {
    display: block;
  }
  .medical-record-dashboard .section-questions-results .col-left {
    width: 100%;
  }
  .medical-record-dashboard .section-questions-results .col-right {
    width: 100%;
  }
  /*------------------------------------*\
        LOGIN PAGE
    \*------------------------------------*/
  .section-login .form-container {
    left: 15px;
    right: 15px;
  }
  .section-login .form-container .other-options {
    display: block;
  }
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
  footer .content {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 812px) {
  /*------------------------------------*\
        TYPOGRAPHY
    \*------------------------------------*/
  /*------------------------------------*\
        HEADER
    \*------------------------------------*/
  /*------------------------------------*\
       STRUCTURE
   \*------------------------------------*/
  /*------------------------------------*\
        ELEMENTS
    \*------------------------------------*/
  /*------------------------------------*\
        INPUTS
    \*------------------------------------*/
  /*------------------------------------*\
        HOME
    \*------------------------------------*/
  /*------------------------------------*\
        DASHBOARD ADMIN
    \*------------------------------------*/
  /*------------------------------------*\
        PROFILE USER
    \*------------------------------------*/
  /*------------------------------------*\
        DASHBOARD USER
    \*------------------------------------*/
  /*------------------------------------*\
        LIST DOCTORS
    \*------------------------------------*/
  /*------------------------------------*\
        DASHBOARD DOCTOR
    \*------------------------------------*/
  /*------------------------------------*\
        MEDICAL RECORD PAGE
    \*------------------------------------*/
  /*------------------------------------*\
        LOGIN PAGE
    \*------------------------------------*/
  /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
}
@media screen and (max-width: 768px) {
  .container {
    overflow: auto;
    padding: 0 15px;
  }
  .column {
    min-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .content {
    margin: 0 10px;
  }
}
