/*colors*/
/*SCROLLBAR */
* {
  scrollbar-width: thin;
  scrollbar-color: #2D86FC #DEDEDE;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #DEDEDE;
}
*::-webkit-scrollbar-thumb {
  background-color: #2D86FC;
  border-radius: 20px;
  border: 3px solid #2D86FC;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #DEDEDE;
}
*::-webkit-scrollbar-thumb {
  background-color: #2D86FC;
  border-radius: 20px;
  border: 3px solid #DEDEDE;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #EEEEEE;
  color: #707E95;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04rem;
  margin-bottom: 60px;
}
body .wrapper {
  padding: 40px 20px;
}
body .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 22px;
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 10px 0;
}
body .footer a {
  color: #2D86FC;
  font-weight: 600;
}
body .footer .version {
  font-weight: 600;
  font-size: 15px;
}
a,
.link-primary {
  color: #2D86FC;
}
a:hover,
.link-primary:hover {
  color: #0354c0;
}
.text-primary {
  color: #2035B6;
}
.text-muted {
  color: #abb3c0 !important;
}
.bg-rounded {
  border-radius: 15px;
}
.bg-top-rounded {
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
}
.bg-bottom-rounded {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}
.bg-rounded-top-left-0 {
  border-top-left-radius: 0;
}
h1,
.h1 {
  font-size: 20px;
  font-weight: 600;
}
p {
  letter-spacing: 0;
}
.jumbotron {
  background: #EEEEEE;
}
.speech-bubble {
  position: absolute;
  background: #2D86FC;
  border-radius: 15px;
  color: #fff;
  width: 250px;
  z-index: 1000;
  text-align: left;
  right: 0px;
  top: 50px;
  text-align: center;
  padding: 20px;
}
.speech-bubble .link {
  color: #fff;
  text-decoration: underline;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.speech-bubble .btn-speech {
  color: #2D86FC;
  background: white;
}
.speech-bubble .close {
  padding: 0.3rem 0.7rem;
}
.speech-bubble:after {
  content: '';
  position: absolute;
  top: 0;
  right: 24px;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-bottom-color: #2D86FC;
  border-top: 0;
  margin-left: -13px;
  margin-top: -13px;
}
.help {
  color: #2D86FC;
  font-weight: bold;
}
.help:hover {
  text-decoration: none;
}
.st0 {
  fill: #2D86FC;
}
.st90 {
  fill: rgba(45, 134, 252, 0.2);
}
.st91 {
  fill: #2D86FC;
}
/********button********/
.btn {
  border-radius: 25px;
  font-size: 0.85rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.btn-sm {
  border-radius: 25px;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.btn-primary {
  color: #393939;
  background-color: #FDD046;
  border-color: #FDD046;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #dba502;
  border-color: #dba502;
  box-shadow: none;
}
.btn-light-primary {
  color: #393939;
  background-color: #fff;
  border-color: #FDD046;
}
.btn-secondary {
  color: #fff;
  background-color: #2D86FC;
  border-color: #2D86FC;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #0354c0;
  border-color: #0354c0;
  box-shadow: none;
}
.btn-light-secondary {
  color: #2035B6;
  background-color: rgba(45, 134, 252, 0.2);
  border-color: rgba(45, 134, 252, 0.1);
}
.btn-light {
  color: #707E95;
}
.btn-link {
  color: #2D86FC;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active {
  color: #0354c0;
}
.header-dropdown .dropdown-menu {
  transition: opacity 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  border: none;
}
.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
  font-size: 0.85rem;
  color: #707E95;
}
.header-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #2D86FC;
}
.header-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #2D86FC !important;
}
.header-dropdown .dropdown-menu.show {
  max-height: 200px;
  opacity: 1;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #2D86FC;
}
/********tables********/
.table {
  color: #707E95;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.table thead th {
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  padding: 1rem 1.5rem;
}
.table thead th td {
  background: #EEEEEE !important;
}
.table td {
  padding: 1.5rem;
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.9rem;
  background: white;
  border-top: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table td .brand {
  color: #2D86FC;
  background: rgba(45, 134, 252, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 47px;
  font-size: 25px;
  font-weight: 600;
  border: 3px solid #fff;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(45, 134, 252, 0.2);
}
.table td .name {
  color: #2D86FC;
}
.table tr:nth-of-type(2) td {
  border-top: 1px solid #fff;
}
.badge {
  font-size: 80%;
}
.badge-info {
  color: #212529;
  background: rgba(45, 134, 252, 0.2);
}
.badge-warning {
  color: #fff;
  background: #ea6d03;
}
.badge-danger {
  background: #c83d3f;
}
.border-table-up td:first-child {
  border-top-left-radius: 15px;
}
.border-table-up td:last-child {
  border-top-right-radius: 15px;
}
.border-table-down td:first-child {
  border-bottom-left-radius: 15px;
}
.border-table-down td:last-child {
  border-bottom-right-radius: 15px;
}
/********form********/
.form-group {
  margin-bottom: 1.4rem;
  align-items: center;
}
.form-control,
.custom-select {
  background-color: #fff;
  border-color: #EEEEEE !important;
  border-width: 2px;
  font-size: 0.9rem;
  padding: 22px 20px;
  border-radius: 6px;
  letter-spacing: 0.1rem;
  color: #707e95;
}
.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
  color: rgba(112, 126, 149, 0.7);
}
.form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
  color: rgba(112, 126, 149, 0.7);
}
.form-control::-ms-input-placeholder,
.custom-select::-ms-input-placeholder {
  color: rgba(112, 126, 149, 0.7);
}
.form-control::placeholder,
.custom-select::placeholder {
  color: rgba(112, 126, 149, 0.7);
}
.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
  color: rgba(112, 126, 149, 0.7);
}
.form-control::-ms-input-placeholder,
.custom-select::-ms-input-placeholder {
  color: rgba(112, 126, 149, 0.7);
}
.form-control:focus,
.custom-select:focus {
  color: #707E95;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 122, 205, 0.25);
}
.form-control:focus-visible {
  text-shadow: 0 0 0 #fff;
}
.custom-file-label {
  background-color: #fff;
  border-color: #EEEEEE;
  border-width: 2px;
  height: 44px;
  line-height: 2;
  font-size: 0.9rem;
  padding: 0.375rem 1.75rem 0.375rem 1rem;
}
.form-control:disabled,
.form-control[readonly],
.custom-select:disabled,
.custom-select[readonly] {
  background-color: #EEEEEE;
}
.form-control-uploadfile {
  background-color: #EEEEEE;
  border: #EEEEEE;
  font-size: 0.9rem;
  padding: 5px 5px;
  border-radius: 6px;
  letter-spacing: 0.1rem;
  color: #707e95;
}
.form-control-uploadfile::-webkit-input-placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.form-control-uploadfile::-moz-placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.form-control-uploadfile::-ms-input-placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.form-control-uploadfile::placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.form-control-uploadfile:-ms-input-placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.form-control-uploadfile::-ms-input-placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.form-control-uploadfile:focus {
  color: #707E95;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 122, 205, 0.25);
}
.search {
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 15px;
  padding: 22px 40px;
  width: 300px !important;
  border-radius: 25px;
}
.custom-select {
  padding: 0.375rem 1.75rem 0.375rem 1rem;
  height: 48px;
  color: #707e95;
}
.search::-webkit-input-placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.search::-moz-placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.search::-ms-input-placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.search::placeholder {
  color: rgba(112, 126, 149, 0.6);
}
.input-group-text {
  color: #707E95;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2D86FC;
  background-color: #2D86FC;
}
.custom-control-label {
  font-size: 0.9rem;
}
.col-form-label {
  font-weight: 600;
  line-height: 1;
}
.table-checkbox label {
  line-height: 40px;
}
.table-checkbox .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.custom-control-label::after {
  top: 0.25rem;
  left: 0;
}
.custom-file-label::after {
  display: none;
}
.check-storico::before,
.check-storico::after {
  top: 0.8rem !important;
  left: -23px !important;
}
.custom-radio .custom-control-label::after {
  left: -24px !important;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #2D86FC;
  opacity: 0.5;
}
#inputGroupFileAddon01 {
  display: none;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.radio-block .custom-radio {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  margin: 4px;
  padding: 10px 16px 8px 37px;
  border-radius: 4px;
}
.radio-block .custom-radio-selected {
  background: rgba(45, 134, 252, 0.1);
  border-color: #2D86FC;
  color: #2D86FC;
}
.radio-block .custom-control-label::after {
  top: 0.25rem;
  left: -24px;
}
.radio-block .custom-radio-selected .custom-control-input:checked ~ .custom-control-label::before {
  color: #2D86FC;
  border-color: #fff;
  background-color: #2D86FC;
}
.radio-block label {
  width: 100%;
  cursor: pointer;
}
/********mobile menu********/
.navbar-toggler {
  z-index: 5;
  margin: 40px 10px;
}
.navbar-toggler-icon span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #2D86FC;
  border-radius: 3px;
  z-index: 1;
}
/********card********/
.card {
  border-color: #fff;
  border-radius: 15px;
  font-weight: bold;
}
.card .description {
  font-weight: normal;
  font-size: 0.9rem;
}
.card .card-title {
  color: #2D86FC;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
.card .card-text {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.card .card-footer {
  background-color: transparent;
  border-top: none;
}
.card-lg {
  border-color: #2D86FC;
}
.card-lg .card-title {
  font-size: 1.25rem;
}
.card-lg .description {
  font-size: 1.05rem;
}
.card-verbali {
  background: #2D86FC;
  background: linear-gradient(230deg, #2D86FC, #2035B6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@primary", endColorstr="@primary-dark", GradientType=1);
  color: white;
}
.card-verbali .text-muted {
  color: #fff !important;
}
/********login********/
.form-login {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}
.form-login a {
  color: #2D86FC;
  font-weight: 600;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -33px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.eye {
  background-image: url("/res/img/show.svg");
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  background-size: 22px;
}
.eye-slash {
  background-image: url("/res/img/hide.svg");
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  background-size: 22px;
}
.password-required .form-text {
  display: flex;
  margin-top: 0.25rem;
  align-content: center;
}
.password-required .password-not-check {
  background-image: url("/res/img/check-ko.svg") !important;
  background-size: 14px;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: inline-block;
  align-self: center;
}
.password-required .password-check {
  background-image: url("/res/img/check-ok.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  display: inline-block;
  align-self: center;
}
/********error********/
.jumbotron {
  justify-content: center;
}
/********modal********/
.modal-footer {
  padding: 2rem 2rem;
}
.modal-footer {
  border-top: 1px solid #fff;
  padding: 0.75rem 0.75rem 2rem;
  justify-content: center;
}
.modal-header {
  border-bottom: 1px solid #fff;
}
.modal-body {
  font-size: 18px;
}
/********nav stepper-vertical ********/
.stepper-vertical li:not(:last-child)::after {
  position: absolute;
  top: 3.44rem;
  left: 2.19rem;
  width: 1px;
  height: calc(100% - 40px);
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.stepper-vertical2 li:not(:last-child)::after {
  position: absolute;
  top: 2rem;
  left: 0.5rem;
  width: 1px;
  height: calc(100% - 26px);
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
ul.stepper li.active a .circle,
ul.stepper li.completed a .circle {
  background-color: #2D86FC !important;
}
ul.stepper li h6 .circle {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  line-height: 1.7rem;
  color: #fff;
  text-align: center;
  background: #2D86FC;
  background-color: #2D86FC;
  border-radius: 50%;
}
ul.stepper li h6 {
  padding: 1rem 1.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6rem;
}
.stepper-vertical li h6,
.stepper-vertical2 li h6 {
  position: relative;
  display: flex;
  align-self: flex-start;
}
ul.stepper {
  margin: 1em -1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section;
}
.stepper-vertical,
.stepper-vertical2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.stepper > li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  transition: margin-bottom 0.4s;
}
ul.stepper li {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  list-style: none;
}
.stepper-vertical li,
.stepper-vertical2 li {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}
.stepper-vertical2 li a {
  color: #707E95;
}
.stepper-vertical2 li a:hover {
  color: #2D86FC;
  text-decoration: none;
}
.stepper-vertical2 li a:hover .check {
  fill: #2D86FC;
}
.stepper-vertical li .step-content {
  display: block;
  padding: 0 1rem;
  margin-top: 0;
  margin-left: 3.13rem;
  width: 96%;
}
.tooltip-inner {
  background-color: #393939;
}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #393939;
}
.info {
  margin: -1px 5px;
  width: 14px;
  height: 14px;
  position: absolute;
}
/******** tabs ********/
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs .nav-link {
  color: #707E95 !important;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  text-transform: uppercase;
  background: transparent;
  letter-spacing: 0.04rem;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  border-color: #fff;
}
.nav-tabs .danger-dot {
  position: absolute;
  padding: 0.25rem !important;
  border-radius: 50%;
  height: 5px;
  margin-left: 6px;
  right: 12px;
  top: 17px;
}
/******** scadenziario ********/
.button-tasks {
  color: #707E95;
  border: 0;
}
.button-tasks h5 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card-warning h5 {
  color: #ea6d03;
  background: #f7dab6;
}
.card-warning h2 {
  color: #ea6d03;
}
.card-danger h5 {
  color: #c83d3f;
  background: #ecbcbc;
}
.card-danger h2 {
  color: #c83d3f;
}
.card-info h5 {
  color: #3f73f6;
  background: #bccefc;
}
.card-info h2 {
  color: #3f73f6;
}
/******** nav-pills big button ********/
.nav-big .nav-link {
  border-radius: 0.25rem;
  border: 1px solid;
  position: relative;
  padding: 11px 20px;
}
.nav-big svg {
  position: absolute;
  top: -13px;
  left: calc(50% - 13px);
  display: none;
  width: 25px;
}
.nav-big .nav-link.active,
.nav-big .nav-pills .show > .nav-link {
  border-radius: 0.25rem;
  border: 1px solid;
}
.nav-big .nav-link.active svg,
.nav-big .nav-pills .show > .nav-link svg {
  display: block;
}
.nav-big .nav-link.showSvg,
.nav-big .nav-pills .show > .nav-link {
  border-radius: 0.25rem;
  border: 0px solid;
}
.nav-big .nav-link.showSvg svg,
.nav-big .nav-pills .show > .nav-link svg {
  display: block;
}
.nav-big .active-disabled {
  color: #fff;
  pointer-events: none;
  cursor: default;
  background: #6c757d !important;
  opacity: 0.6;
}
.nav-big .active-disabled svg .st066 {
  fill: #6c757d;
}
.nav-big .non-active-disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  background: #fff;
  opacity: 0.7;
}
.nav-big .non-active-disabled svg {
  display: none;
}
/********nuova sidebar********/
.main,
.logo {
  padding-left: 100px;
}
.sidebar {
  background: #2035B6;
  background: linear-gradient(0deg, #2035B6, #2D86FC);
  height: calc(100vh - 40px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-size: cover;
  background-position: 50%;
  display: block;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 5px;
  width: 73px;
  transition-property: top, bottom, width;
  transition-duration: 0.2s, 0.2s, 0.35s;
  transition-timing-function: linear, linear, ease;
  -webkit-overflow-scrolling: touch;
}
.sidebar .disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.sidebar .sidebar-wrapper {
  width: 100%;
  min-height: 100%;
  max-height: calc(100vh - 705px);
  z-index: 4;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar .sidebar-wrapper .nav {
  margin-top: 20px;
  display: block;
}
.sidebar .sidebar-wrapper .nav li a {
  border-radius: 4px;
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.625rem;
  width: 310px;
}
.sidebar .sidebar-wrapper .nav li a:hover {
  opacity: 0.8;
}
.sidebar .sidebar-wrapper .nav li .active .sidebar-icon::before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  display: block;
  height: 40px;
  position: absolute;
  border-radius: 4px;
  top: 1px;
  left: 12px;
  transition: all 300ms ease-in-out;
}
.sidebar .sidebar-wrapper .nav li .sidebar-icon {
  margin-left: 14px;
  margin-right: 9px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 4px;
}
.sidebar .sidebar-wrapper .nav li .brand-sidebar {
  color: #2035B6;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  line-height: 13px;
  font-size: 15px;
  font-weight: 600;
  border: 3px solid transparent;
  text-align: center;
  box-shadow: 0 0 0 3px #2035B6, 0 0 0 4px #fff;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 12px;
}
.sidebar .sidebar-wrapper .nav li .brand-sidebar-top {
  box-shadow: 0 0 0 3px #2D86FC, 0 0 0 4px #fff;
  color: #2D86FC;
}
.sidebar .sidebar-wrapper .nav li .brand-name-container {
  height: 50px;
  width: 255px;
  margin-left: 57px;
}
.sidebar .sidebar-wrapper .nav li .brand-name-container .brand-name {
  width: 248px;
  overflow: hidden;
  display: block ruby;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 18px;
}
.sidebar .sidebar-wrapper .nav .user {
  margin: 5px 15px 0;
  padding: 3px 2px;
}
.sidebar:hover {
  width: 334px;
}
.sidebar:hover .sidebar-wrapper .nav li .active .sidebar-icon::before {
  width: 100%;
}
.activeRecord h6,
.activeRecord p {
  color: #2D86FC;
}
.activeRecord .check {
  fill: #2D86FC;
}
/********media query********/
@media screen and (max-width: 1200px) {
  .wrapper {
    padding: 20px 0;
  }
  .nav-link,
  .logo {
    padding: 20px 20px;
  }
  .customer-name {
    padding: 10px 35px 30px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
  .cerca {
    position: absolute;
    width: auto;
    right: 30px;
    top: 33px;
  }
  .footer {
    height: auto;
    position: relative;
  }
  body {
    margin-bottom: 0;
  }
  .sidebar {
    width: 90%;
    margin-top: 60px;
  }
  .sidebar:not(.show) {
    display: none;
  }
  .main {
    padding-left: 10px;
  }
  .navbar-toggler {
    z-index: 5;
    margin: 0px 10px;
  }
}
/*da sistemare il padding top e semantica per less */
.ratio {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.ratio:before {
  padding-top: 56.25%;
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-moz-document url-prefix() {
  @-webkit-keyframes autofill {
    0%,
    100% {
      color: #666;
      background: #fff;
    }
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation-delay: 1s;
  /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.pagination {
  background: white;
  border-radius: 50px;
}
.pagination .page-item {
  border-radius: 50%;
  background: white;
  line-height: 1.9rem;
  font-size: 0.8rem;
  margin: 0 1px;
  width: 32px;
  text-align: center;
}
.pagination .page-item .page-link {
  color: #393939;
  border: none;
  width: 32px;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.pagination .page-active {
  background: fade #2D86FC, 20%;
  border-radius: 50%;
}
.list-style {
  list-style-type: none;
}
/********accordion********/
.accordion .card {
  border: 1px solid #2D86FC;
  border-radius: 6px;
  margin-bottom: 5px;
}
.accordion .card .card-header {
  cursor: pointer;
  background: rgba(45, 134, 252, 0.1);
  font-size: 0.9rem;
}
.accordion .card .card-header .title {
  color: #2D86FC;
}
.accordion .card .card-header .accicon {
  float: right;
  width: 1.2em;
}
.accordion .card .card-header:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .card:not(:last-of-type) {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom: 1px solid #2D86FC;
}
.accordion .card:not(:first-of-type) {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.accordion .card .card-body {
  border-top: 1px solid #fff;
}
.accordion .card .card-body p {
  font-weight: normal;
}
