@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
.datepicker {
  display: none;
}

.datepicker.active {
  display: block;
}

.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 4px;
}

@media (max-width: 575px) {
  .datepicker-dropdown {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 1rem;
    width: 100%;
  }
  .datepicker-dropdown .datepicker-picker {
    width: 100%;
  }
  .days {
    width: 100%;
  }
}
.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #14264D;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: none;
  border: 1px solid #ffffff;
}

.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  border-radius: 0.25rem;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker-main {
  padding: 2px;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.datepicker-grid,
.datepicker-view .days-of-week,
.datepicker-view,
.datepicker-controls {
  display: flex;
}

.datepicker-grid {
  flex-wrap: wrap;
}

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%;
}

.datepicker-cell,
.datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .btn {
  border-color: #ffffff;
  background-color: #fff;
}

.datepicker-controls .btn:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000;
}

.datepicker-controls .btn:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  background-color: #ffffff;
  color: #000;
}

.datepicker-controls .btn:disabled {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000;
}

.datepicker-controls .btn:not(:disabled):active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000;
}

.datepicker-controls .btn:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.datepicker-header .datepicker-controls .btn {
  border-color: transparent;
  font-weight: bold;
}

.datepicker-footer .datepicker-controls .btn {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 0.2rem;
  width: 100%;
  font-size: 0.875rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem;
}

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden;
}

.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
}

.datepicker-view .week {
  width: 2.25rem;
  color: #dee2e6;
  font-size: 0.875rem;
}

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem;
  }
}
.datepicker-grid {
  width: 15.75rem;
}

@media (max-width: 575px) {
  .datepicker-grid {
    width: 100%;
  }
}
@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem;
  }
}
.datepicker-cell:not(.disabled):hover {
  background-color: #14264D;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #ffffff;
  color: #d60f2b;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #ffffff;
  color: #d60f2b;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #ffffff;
  color: #d60f2b;
  font-weight: 600;
}

.datepicker-cell.disabled {
  opacity: 0.3;
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: color("gray");
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: #ffffff;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #14264D;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #ffffff;
  color: #ffffff;
}

.datepicker-cell.today:not(.selected) {
  background-color: #ffffff;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #ffffff;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #6c757d;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #666f76;
}

.datepicker-cell.range-start {
  border-radius: 0.25rem 0 0 0.25rem;
}

.datepicker-cell.range-end {
  border-radius: 0 0.25rem 0.25rem 0;
}

.datepicker-cell.range {
  border-radius: 0;
  background-color: #e9ecef;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #ffffff;
}

.datepicker-cell.range.disabled {
  color: #cbd3da;
}

.datepicker-cell.range.focused {
  background-color: #dadfe4;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

.datepicker-input.in-edit {
  border-color: #6da8fe;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(109, 168, 254, 0.2);
}

.datepicker-controls .button, .datepicker-controls .third-button, .datepicker-controls .second-button {
  background: transparent !important;
  color: #ffffff;
}
.datepicker-controls .button:hover, .datepicker-controls .third-button:hover, .datepicker-controls .second-button:hover {
  color: #ffffff;
}

button.button.view-switch, button.view-switch.third-button, button.view-switch.second-button {
  font-size: 18px;
}

*:focus, * {
  outline: none !important;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #ffffff;
  background: #14264D;
  letter-spacing: 0.8px;
}

section {
  padding: 45px 0;
}

.bg-light {
  background-color: #14264D;
}

section.tight {
  padding: 30px 0;
}

hr {
  border-color: #ffffff;
  opacity: 1;
}

.box {
  position: relative;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #14264D;
}

.box.cta {
  border: 1px solid #ffffff;
}
.box.cta .button, .box.cta .third-button, .box.cta .second-button {
  float: right;
  margin-bottom: -15px;
  margin-right: -15px;
  min-width: 150px;
}
.box.cta .button .im, .box.cta .third-button .im, .box.cta .second-button .im {
  margin-top: 3%;
}

@media (max-width: 767px) {
  section {
    padding: 30px 10px;
  }
  .content-section {
    border-radius: 30px 30px 0 0;
  }
  .content-section {
    margin-top: -30px;
  }
}
.second-bg {
  background-color: #14264D;
}

.dark-bg {
  background-color: #ffffff;
}

.container-small {
  max-width: 1050px;
}

.intro-section {
  background: #14264D;
  padding-bottom: 45px;
}

h1, h4, .h4, h5, .h5, .h1, h3, .h3, h2, .h2, .big-font {
  margin: 0 0 15px 0;
}

p, .p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

a {
  color: #ffffff;
  text-decoration: underline;
}

.font-size {
  font-size: 18px;
}

.regular {
  font-size: 20px;
}

.medium {
  font-size: 24px;
}

.small {
  font-size: 14px;
}

.xsmall {
  font-size: 12px;
}

label {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

h1, h4, .h4, h5, .h5, .h1, h3, .h3, h2, .h2, .big-font {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
}

.big-font {
  font-size: 46px;
  line-height: 0.9;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4, h5, .h5 {
  font-size: 20px;
}

i, .italic {
  font-style: italic;
}

.lead {
  font-size: 20px;
  line-height: 1.4;
  color: #7F8FA6;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
}

.lighter {
  color: #7F8FA6;
}

.quote {
  padding: 5px 10px;
  border-left: 4px solid #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h1, h4, .h4, h5, .h5, .h1, .big-font, h2, .h2, h3, .h3 {
    font-size: 30px;
  }
  .big-font {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3, h4, .h4, h5, .h5, .lead {
    font-size: 20px;
  }
}
a:hover, a:active, a:focus, a:visited, .a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.underline-text {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.text-justify {
  text-align: justify;
}

.navbar-default .navbar-toggle .icon-bar {
  border-radius: 0;
  background-color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #ffffff;
}

.logo, .logo-small {
  display: inline-block;
  background: url("../img/logo.png") no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  border-radius: 100%;
  border: 0.5px solid #ffffff;
  margin-bottom: 10px;
}

.logo-small {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}

.menu-toggle, .menu-toggle-w {
  display: block;
  height: 20px;
  width: 20px;
  background: url("../img/toggle.png") no-repeat center center;
  background-size: contain;
  border: 0;
  box-shadow: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.menu-toggle-w {
  background: url("../img/toggle-white.png") no-repeat center center;
  background-size: contain;
}

.user-circle {
  display: inline-block;
  background: url("../img/user-circle.png") no-repeat;
  width: 60px;
  height: 60px;
  background-size: contain;
  border-radius: 100%;
  border: 0.5px solid #ffffff;
}

footer {
  padding: 50px 0;
}
footer p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffffff;
}
footer a {
  display: block;
  color: #7F8FA6 !important;
  margin-bottom: 10px;
}
footer a:hover {
  text-decoration: underline;
}
footer .logo, footer .logo-small {
  margin-bottom: 10px;
}
footer .fa {
  font-size: 20px;
  margin-right: 3px;
  vertical-align: text-bottom;
}
footer hr {
  margin: 30px 0 50px 0;
}

.credits {
  margin-top: 40px;
  opacity: 0.4;
}
.credits a {
  color: #ffffff;
}

@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer p strong {
    display: block;
    margin-top: 35px;
  }
  footer p strong.blue {
    margin-top: 0;
  }
}
.dot-test {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  background-color: #EE6B4C;
  border-radius: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.img-portfolio {
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.img-apprentimento {
  width: 100px;
  height: auto;
  margin: 10px;
  border-radius: 1rem;
  border: 1px solid #ffffff;
}

.img-competenze {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  object-fit: cover;
}

.tag {
  padding: 5px;
  color: #ffffff;
  width: auto;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
}
.tag.manuale {
  background-color: #d60f2b;
}
.tag.scientifica {
  background-color: #FBC652;
}

.dropdown-menu {
  border-radius: 6px;
  border: 1px solid #ffffff;
  min-width: 150px;
}

.dropdown-menu > li > a {
  padding: 5px 15px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
}

.dropdown-divider {
  border-color: #ffffff;
  margin: 0.3rem 0;
}

.dropdown-item {
  color: #14264D;
  font-size: 18px;
  padding: 5px 13px;
}

.dropdown-toggle.show {
  border-radius: 6px 6px 0 0;
}

.dropdown-toggle::after {
  height: 12px;
  width: 12px;
  background: url("../img/angle-down.png");
  background-size: cover;
  vertical-align: middle;
  border: 0 !important;
}

.dropdown-menu.show {
  top: -3px !important;
  border-radius: 0px 0px 6px 6px;
}

.button, .third-button, a.third-button, .second-button, a.second-button, a.button {
  display: inline-block;
  width: auto;
  min-width: 150px;
  cursor: pointer;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  background: #d60f2b;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
.button:hover, .third-button:hover, .second-button:hover, .buttonfocus, a.button:hover, a.buttonfocus {
  color: #ffffff;
  text-decoration: none;
}
.button:active, .third-button:active, .second-button:active, a.button:active {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
.button.small, .small.third-button, .small.second-button, a.button.small {
  padding: 5px 10px;
}
.button.plus-button, .plus-button.third-button, .plus-button.second-button, a.button.plus-button {
  padding: 10px 40px;
  background: url("../img/plus-circle.png") no-repeat left 10px center;
  background-size: 16px;
}
.button.circle-button, .circle-button.third-button, .circle-button.second-button, a.button.circle-button {
  height: 35px;
  width: 35px;
  min-width: auto;
  border-radius: 100%;
  vertical-align: middle;
}
.button.circle-button.plus, .circle-button.plus.third-button, .circle-button.plus.second-button, a.button.circle-button.plus {
  background: url("../img/plus.png") no-repeat center center #ffffff;
  background-size: 14px;
}
.button.circle-button.close, .circle-button.close.third-button, .circle-button.close.second-button, a.button.circle-button.close {
  background: url("../img/close.png") no-repeat center center #ffffff;
  background-size: 14px;
}

.second-button, a.second-button {
  background: #ffffff;
  color: #d60f2b !important;
  border: 1px solid #d60f2b;
}
.second-button:hover, .second-button:focus, a.second-button:hover, a.second-button:focus {
  color: #d60f2b;
}

.third-button, a.third-button {
  background: #2E80AF;
  color: #ffffff;
  border: 1px solid #2E80AF;
}
.third-button:hover, .third-button:focus, a.third-button:hover, a.third-button:focus {
  color: #ffffff;
}

.button.icon-button, .icon-button.third-button, .second-button.icon-button {
  text-align: left;
  padding-right: 15px !important;
}
.button.icon-button i, .icon-button.third-button i, .second-button.icon-button i {
  float: right;
  font-size: 20px;
  margin-top: 1.5%;
}

@media (max-width: 768px) {
  .button, .second-button, a.second-button, .third-button, a.third-button, a.button {
    padding: 10px;
    min-width: 100px;
  }
}
input, .input-line, textarea, input.form-control, select.form-control {
  display: block;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ffffff;
  padding: 7px 10px;
  background-color: #14264D;
  color: #ffffff;
}
input.input-icon, .input-icon.input-line, textarea.input-icon, input.form-control.input-icon, select.form-control.input-icon {
  padding-left: 40px;
}

textarea {
  min-height: 150px;
}

.input-line {
  border: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
}

.input-iphone {
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::-ms-input-placeholder {
  color: #ffffff;
}

.control-group {
  float: left;
}

.control {
  width: 92%;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.control input, .control textarea, .control .input-line {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 4px;
}

.radio-indicator {
  border-radius: 100%;
}

.control:hover input ~ .control-indicator, .control:hover textarea ~ .control-indicator, .control:hover .input-line ~ .control-indicator,
.control input:focus ~ .control-indicator,
.control textarea:focus ~ .control-indicator,
.control .input-line:focus ~ .control-indicator {
  background: #d60f2b;
}

.control input:checked ~ .control-indicator, .control textarea:checked ~ .control-indicator, .control .input-line:checked ~ .control-indicator {
  background: #d60f2b;
}

.control:hover input:not([disabled]):checked ~ .control-indicator, .control:hover textarea:not([disabled]):checked ~ .control-indicator, .control:hover .input-line:not([disabled]):checked ~ .control-indicator,
.control input:checked:focus ~ .control-indicator,
.control textarea:checked:focus ~ .control-indicator,
.control .input-line:checked:focus ~ .control-indicator {
  background: #d60f2b;
}

.control-indicator:after {
  position: absolute;
  display: none;
  content: "";
}

.control input:checked ~ .control-indicator:after, .control textarea:checked ~ .control-indicator:after, .control .input-line:checked ~ .control-indicator:after {
  display: block;
}

.control-checkbox .control-indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #d60f2b;
}

.control-checkbox .control-indicator.radio-indicator:after {
  border-radius: 100%;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  background: #ffffff;
  border: 1px solid #7F8FA6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.select select::-ms-expand {
  display: none;
}
.select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.select-arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #7F8FA6 transparent transparent transparent;
}

.password-1 {
  background: url("../img/lock-white.png") no-repeat left center;
  background-size: 18px;
}

.user-1 {
  background: url("../img/user-white.png") no-repeat left center;
  background-size: 18px;
}

.password {
  background: url("../img/lock-white.png") no-repeat left 10px center;
  background-size: 18px;
}

.user {
  background: url("../img/user-white.png") no-repeat left 10px center;
  background-size: 18px;
}

.date {
  background: url("../img/date-white.png") no-repeat left 10px center;
  background-size: 18px;
}

.place {
  background: url("../img/place-white.png") no-repeat left 10px center;
  background-size: 18px;
}

.mail {
  background: url("../img/mail-white.png") no-repeat left 10px center;
  background-size: 18px;
}

.img-label {
  position: relative;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-label img {
  object-fit: cover;
  border-radius: 12px;
}

.img-label.active {
  border: 4px solid #ffffff;
}
.img-label.active:after {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: -5px;
  right: -5px;
  background: url("../img/check.png") no-repeat center center;
  background-size: contain;
}

.error {
  color: #d60f2b;
  display: block;
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 14px;
}

label.number-radio {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  margin-bottom: 30px;
  margin-right: 10px;
}
label.number-radio input, label.number-radio textarea, label.number-radio .input-line {
  display: none;
}
label.number-radio span {
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  border-radius: 100%;
  left: 0;
  font-size: 20px;
  padding-top: 3px;
  cursor: pointer;
}
label.number-radio input:checked + span, label.number-radio textarea:checked + span, label.number-radio .input-line:checked + span {
  background: #ffffff;
  border-color: #ffffff;
  color: #d60f2b;
}

.modal-content {
  background-color: #14264D;
  border-radius: 6px;
  border: 1px solid #14264D;
}

.modal-header {
  border-bottom: 0;
}

.menu-modal .modal-content {
  background-color: #14264D;
}
.menu-modal .modal-content p, .menu-modal .modal-content a {
  color: #ffffff;
}

.modal-backdrop {
  background-color: #14264D;
}

.modal-backdrop.show {
  opacity: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom-color: transparent;
}

.tab-content {
  padding: 10px;
}

.nav > li > a:hover {
  background-color: #14264D;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #14264D;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #14264D;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 15px 10px;
  border-top: 1px solid #ffffff;
}

.table > thead > tr > th {
  border-bottom: 1px solid #ffffff;
}

.pagination > li > a, .pagination > li > span {
  border: 0;
  color: #ffffff;
  font-weight: 700;
}
.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:active, .pagination > li > span:focus {
  background-color: transparent;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #ffffff;
  border-radius: 6px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after {
  visibility: hidden;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 14px;
  padding-top: 12px;
}

div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter textarea, div.dataTables_wrapper div.dataTables_filter .input-line {
  vertical-align: initial;
  margin: 0 5px;
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
  font-size: 14px;
}

table#my-texts-revision-table tr:hover, table#my-texts-comparison-table tr:hover {
  background-color: #14264D;
  cursor: pointer;
}

.tooltip-inner {
  background-color: #14264D;
  opacity: 1 !important;
  border: 1px solid #fff;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #ffffff !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #ffffff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ffffff !important;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #14264D;
}

.popover {
  border-radius: 6px;
  border: 1px solid #ffffff;
}

.popover-content {
  padding: 5px 10px;
  font-size: 14px;
}

.popover.top > .arrow {
  border-top-color: #ffffff;
}

.popover.bottom > .arrow {
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  border-left-color: #ffffff;
}

.popover.right > .arrow {
  border-right-color: #ffffff;
}

.well {
  display: block;
  position: relative;
  background-color: #14264D;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
}

a.well {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.well:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  color: #ffffff;
  text-decoration: none;
}

.card-header {
  background-color: #14264D;
  padding: 15px;
}
.card-header .im {
  color: #ffffff;
  margin-right: 5px;
}
.card-header .h4.collapsed .im {
  transform: rotate(-90deg);
}

.card-body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.8;
}

pre {
  display: inline-block;
}

@media (max-width: 500px) {
  pre {
    font-size: 10px;
  }
}
.badge-success {
  color: #4CD137;
  background: #CAFFC2;
}

.badge-warning {
  color: #d60f2b;
  background: #FFE1C5;
}

.alert-success {
  color: #0a3622;
  background: #CAFFC2;
  border: 0px;
}

.alert-warning {
  color: #d60f2b;
  background: #FFE1C5;
  border: 0px;
}

input[type=number], textarea[type=number], [type=number].input-line {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, textarea[type=number]::-webkit-inner-spin-button, [type=number].input-line::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-outer-spin-button,
[type=number].input-line::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid #ffffff;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 0;
  position: relative;
  background-color: #14264D;
}

@supports (-ms-ime-align: auto) {
  .number-input button {
    display: none;
  }
}
.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #7F8FA6;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number], .number-input textarea[type=number], .number-input [type=number].input-line {
  font-family: "Raleway", sans-serif;
  max-width: 50px;
  padding: 0;
  border: solid #ffffff;
  border-width: 0 1px;
  font-size: 24px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}

.input-file {
  position: fixed;
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.input-file-trigger {
  display: block;
  height: 80px;
  width: 80px;
  background: url("../img/upload.png") no-repeat center center;
  background-size: 40px;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

.mb0 {
  margin-bottom: 0;
}

.mb7 {
  margin-bottom: 7px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt7 {
  margin-top: 7px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.ml40 {
  margin-left: 40px;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 25px;
}

.w100 {
  display: block;
  width: 100%;
}

.dati-personali-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #5DB996;
  border-radius: 100%;
  opacity: 0.2;
}
.dati-personali-circle.active {
  opacity: 1;
  border: 2px solid #ffffff;
}

.attivita-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #EE6B4C;
  border-radius: 100%;
  opacity: 0.2;
}
.attivita-circle.active {
  opacity: 1;
  border: 2px solid #ffffff;
}

.competenze-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #2E80AF;
  border-radius: 100%;
  opacity: 0.2;
}
.competenze-circle.active {
  opacity: 1;
  border: 2px solid #ffffff;
}

.portfolio-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #FBC652;
  border-radius: 100%;
  opacity: 0.4;
}
.portfolio-circle.active {
  opacity: 1;
  border: 2px solid #ffffff;
}

@media (max-width: 767.95px) {
  .dati-personali-circle, .attivita-circle, .competenze-circle, .portfolio-circle {
    height: 40px;
    width: 40px;
  }
}
.info {
  cursor: pointer;
  height: 18px;
  width: 18px;
  background: url("../img/info.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
}

.plus-circle {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url("../img/plus-circle.png") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.page-menu a {
  opacity: 0.4;
}
.page-menu a.active {
  opacity: 1;
}
.page-menu a.active span {
  opacity: 1;
}

.border {
  border-color: #ffffff !important;
}

.dot {
  display: block;
  height: 10px;
  width: 10px;
  margin: 0 0.3rem;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.dot.active {
  background: #ffffff;
}

.back {
  display: block;
  height: 30px;
  width: 30px;
  background: url("../img/arrow-back.png") no-repeat center center;
  background-size: contain;
  border: 0;
  box-shadow: 0;
}

.back-top {
  position: absolute;
  top: 15px;
  left: 15px;
}

/*.forward {
  display: block;
  height: 20px;
  width: 20px;
  background:url("../img/arrow-forward.png") no-repeat center center;
  background-size: contain;
  border: 0;
  box-shadow: 0;
}*/
.tour-img {
  max-width: 300px;
}

@media (max-width: 575.95px) {
  .tour-img {
    max-width: 220px;
  }
}
.table-dark {
  --bs-table-bg: $body-bg;
}

/*# sourceMappingURL=main.css.map */
