@charset "UTF-8";

.fixbugtable {
  min-width: 900px;
  width: 100%;
}

.navbar-nav > li > a {
  border-right: 1px solid;
}

.navbar-nav > li:first-child > a {
  border-left: 1px solid;
}

.navbar-nav.main-menu-cc > li > a:hover {
  color: #fff;
  background-color: #080808;
}

div.note-editor {
  width: 710px;
}

.note-editor .btn-group > .btn,
.btn-group-vertical > .btn {
  height: 30px;
}

#gestori-area .row-gestori .campo-gestore select {
  width: 315px;
}

#gestori-area .row-gestori .campo-capogruppo select {
  width: 50px;
}

#gestori-area .aggiungi-gestore {
  float: left;
}

#gestori-area .row-gestori {
  width: 700px;
  margin-bottom: 10px;
}

#gestori-area .row-gestori:after {
  content: "";
  display: table;
  clear: both;
}

#gestori-area .row-gestori .select-wrapper {
  float: left;
  margin-right: 3%;
}

#gestori-area .row-gestori .delete-action {
  float: left;
}

#gestori-area .row-gestori .delete-action button {
  height: 22px;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0;
  }
}

:root {
  --primary-color: #bb4a62;
  --primary-color-hover: color-mix(in srgb, var(--primary-color) 50%, black);
  --primary-color-border: color-mix(in srgb, var(--primary-color) 75%, white);
  --text-label: #232323;
  --header-disabled-text: #e9e9e9;
  --input-border-color: #888;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.8em;
  transition: all 0.4s ease;
  background: #f4f6f4;
}

h1 {
  font-size: 1.8em;
  font-weight: 400;
}

h2 {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 300;
  color: #f4f6f4;
  padding: 0 5px 30px 20px;
  border-bottom: 1px solid #666961;
  margin-bottom: 0;
}

h2 p {
  font-size: 0.8em;
  margin-top: 10px;
}

h3 {
  font-size: 3em;
  font-weight: 300;
  color: #86b8be;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -1px;
  line-height: 0.5em;
}

h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: 400;
}

h5 {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
}

h6 {
  font-size: 1em;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  color: #646464;
  font-weight: 400;
}

.strong {
  font-weight: 700;
}

.small_p {
  font-size: 0.8em;
}

.medium_p {
  font-size: 0.9em;
}

.space-after-medium {
  margin-bottom: 0.5em;
}

.md-full-noindent {
  float: left;
  text-align: left;
}

h4.logo-mangopay::after {
  position: relative;
  content: "";
  display: inline-block;
  background-image: url(/assets/images/mangopay.png);
  width: 130px;
  height: 30px;
  margin-left: 20px;
  vertical-align: text-bottom;
}

h4.logo-mypaypal::after,
label.logo-mypaypal::after {
  position: relative;
  content: "";
  display: inline-block;
  background-image: url(/assets/images/paypal.png);
  width: 100px;
  height: 30px;
  margin-left: 20px;
  vertical-align: text-bottom;
}

h1 span {
  font-size: 0.5em;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #e6e6e8;
}

h3 span {
  font-size: 0.5em;
  color: #303030;
  font-weight: 400;
  margin-left: -5px;
}

h3.city {
  font-size: 2em;
  padding: 5px 0;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: #86b8be;
  text-decoration: none;
}

.cc_content {
  background: none;
  width: calc(100% - 204px);
  position: relative;
  top: 50px;
  left: 204px;
  z-index: 1;
  height: auto;
  overflow: hidden;
  background-size: cover;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cc_content.call-from-project {
  top: 0;
  left: 0;
  width: 100%;
}

.highlight {
  color: var(--primary-color);
}

.btn-semplice-back {
  font-size: 1.2em;
  font-weight: 700;
}

.btn-semplice-back:before {
  position: relative;
  content: "\f177";
  font-family: "FontAwesome";
  font-size: 1.2em;
  font-weight: 400;
  margin-right: 8px;
  top: 2px;
}

.login_content {
  background: #f4f6f4;
  width: 100%;
  height: auto;
  padding: 100px 0;
  min-height: 650px;
  text-align: center;
}

.login_content form {
  background: #000;
  width: 360px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #eee;
  padding: 18px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 #0000001a;
}

.login_content form button {
  width: 100%;
  margin: 20px 0;
}

.form-group {
  margin-bottom: 0;
  overflow: hidden;
}

.label-special {
  margin-bottom: 0 !important;
  float: left;
  display: inline;
  width: 50px;
  background: #f8f8f8;
  border-radius: 6px 0 0 0;
  border: 1px solid #555;
  padding: 13px 15px;
  height: 50px;
}

.label-special .fa {
  color: #86b8be;
}

#label-password {
  border-radius: 0 0 0 6px;
}

.form-container input {
  padding: 5px 15px;
  height: 50px;
}

.input-special {
  float: left;
  display: inline !important;
  width: 278px;
  background: #f8f8f8;
  border: 1px solid #555;
  border-left: none;
  border-radius: 0 6px 0 0;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  -moz-transition: 0.8s all;
  line-height: 1;
  box-shadow: none;
  color: #555;
  padding: 17px 15px;
  height: 50px;
}

.input-special::-webkit-input-placeholder {
  color: #555;
}

.input-special::-moz-placeholder {
  color: #555;
}

.input-special:-ms-input-placeholder {
  color: #555;
}

.input-special::-ms-input-placeholder {
  color: #555;
}

.input-special::placeholder {
  color: #555;
}

.input-special:hover {
  background: #fff;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  -moz-transition: 0.8s all;
}

.input-special:focus,
.form-group textarea:focus {
  background: #fff;
}

.input-special.active,
.form-group textarea.active {
  background: #eee0e4;
  border: 1px solid #df5f66;
}

#password {
  border-radius: 0 0 6px 0;
}

.register {
  width: 100%;
  border-top: 1px solid #eee;
  margin: 15px 0 0;
  padding: 15px 10px;
}

.register p {
  font-size: 1em;
}

.ripristina-password {
  font-size: 14px;
  margin-top: 20px;
}

.ripristina-password p {
  margin-bottom: 5px;
}

.ripristina-password i {
  font-size: 10px;
  color: var(--primary-color);
}

.ripristina-password a:hover i {
  color: #86b8be;
}

.new-campaign {
  position: fixed;
  bottom: 48px;
  left: 0;
  margin: 7px;
}

@media only screen and (max-height: 580px) {
  .new-campaign {
    display: none;
  }
}

.application-selector {
  margin-top: 30px;
  float: none;
  border-radius: 6px;
  height: 54px;
  border: 2px solid #e6e6e8;
  background: #424242;
  color: #fff;
}

.application-selector option {
  background: #424242;
  color: #fff;
}

.application-selector:hover,
.application-selector:focus {
  color: #ffff;
}

nav {
  background: #303030;
  width: 204px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30001;
  min-height: 100%;
}

.sidebar-main-menu {
  height: calc(60vh - 120px);
  overflow-y: auto;
  margin-bottom: 12px;
}

.version-info {
  position: fixed;
  top: 1px;
  left: 1px;
  color: #303030;
  font-size: 8px;
  line-height: 8px;
}

header {
  height: 50px;
  background: #e0e2e0;
  border-bottom: 1px solid #d2d2d4;
  width: calc(100% - 204px);
  position: fixed;
  top: 0;
  left: 204px;
  z-index: 30000;
}

header ul,
header ul li {
  list-style: none;
  margin: 0;
}

header ul li {
  float: left;
  display: inline;
  border-top: 3px solid #e0e2e0;
}

header ul li a {
  font-size: 1.2em;
  line-height: 2.7em;
  color: #303030;
  padding: 14px 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

header ul li a:hover,
header ul li.active {
  border-top: 3px solid #86b8be !important;
  background: #f4f6f4;
  text-decoration: none;
  color: #86b8be !important;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

header ul li a span {
  font-size: 0.7em;
  color: #a0a0a0;
}

.fundraising-publish {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 45px;
}

.transfer-donations {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 45px;
}

.fundraising-preview {
  float: right;
  margin-top: 45px;
}

.fundraising-preview.sidebar-version {
  float: none;
}

.sidebar-salva.sticky .fundraising-preview.sidebar-version {
  display: block;
}

.fundraising-preview.topbar-version {
  margin-top: 5px;
  margin-right: 28px;
}

.fundraising-preview div.fancy-select div.trigger {
  padding: 5px 24px 5px 9px;
  width: 125px;
}

.fundraising-preview.topbar-version div.fancy-select div.trigger {
  width: 200px;
}

.fundraising-preview.sidebar-version div.fancy-select div.trigger {
  width: 100%;
  height: 49.2px;
  line-height: 2.5;
}

.fundraising-preview div.fancy-select div.trigger::after {
  top: 15px;
}

.fundraising-preview.sidebar-version div.fancy-select div.trigger::after {
  top: 20px;
}

.fundraising-preview div.fancy-select ul.options.open {
  top: 40px;
  z-index: 1025;
}

.fundraising-preview.sidebar-version div.fancy-select ul.options.open {
  top: 46px;
}

.fundraising-preview.topbar-version div.fancy-select ul li {
  float: none;
  display: block;
  border-top: none;
}

.fundraising-preview.sidebar-version div.fancy-select ul {
  right: 0;
}

.fundraising-preview.sidebar-version div.fancy-select ul li {
  width: 100%;
  float: left;
}

.fundraising-top-navigator {
  height: 50px;
  width: 100%;
  z-index: 1001;
  border-top: 2px solid #e0e2e0;
  background: #fff;
  margin-bottom: 35px;
  padding: 0;
}

.fundraising-top-navigator ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 0 solid #fff;
}

.fundraising-top-navigator ul li {
  float: left;
  display: inline;
  background: #fff;
  width: 33.3333%;
  text-align: center;
}

.fundraising-top-navigator ul li.disabled {
  background: #dfdfdf;
}

.fundraising-top-navigator ul li a {
  font-size: 1.2em;
  line-height: 2.9em;
  color: #838385;
  display: inline-block;
  width: 100%;
  outline: none;
  text-decoration: none;
  transition: all 0.4s;
}

.fundraising-top-navigator ul li.disabled a {
  color: #f8f8f8;
}

.fundraising-top-navigator > ul > li.active {
  border-top: 2px solid #86b8be;
  background: #f4f6f4;
  margin-top: -2px;
  font-weight: 700;
}

.fundraising-top-navigator ul li.active a {
  color: #86b8be;
  text-decoration: none;
}

.fundraising-top-navigator > ul > li:hover {
  border-top: 2px solid #86b8be;
  margin-top: -2px;
}

.fundraising-top-navigator > ul > li.disabled:hover {
  border-top: none;
  margin-top: 0;
  cursor: default;
}

.fundraising-top-navigator ul li a:hover {
  background: #f2feff;
  text-decoration: none;
  color: #86b8be;
}

.fundraising-top-navigator ul li.disabled a:hover {
  background: transparent;
  color: #f8f8f8;
  cursor: default;
}

.fundraising-top-navigator > ul > li > a span {
  font-size: 0.7em;
  color: #a0a0a0;
}

.fundraising-top-navigator > ul > li.disactive > a {
  color: #e0e2e0 !important;
}

.fundraising-top-navigator > ul > li.disactive > a:hover {
  text-transform: none;
  border-bottom: 3px solid #e0e2e0 !important;
  transition: none;
  cursor: default;
}

.fundraising-top-navigator > ul > li.tab-with-menu {
  position: relative;
}

.fundraising-top-navigator > ul > li.tab-with-menu > a span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #838385 #0000 #0000;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 30px;
  top: 22px;
  width: 0;
}

.fundraising-top-navigator > ul > li.tab-with-menu.open > a span {
  border-color: #86b8be #0000 #0000;
}

.fundraising-top-navigator > ul > li.tab-with-menu.disabled > a span {
  border-color: #f8f8f8 #0000 #0000;
}

.fundraising-top-navigator > ul > li.tab-with-menu .sub-menu-report {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
}

.fundraising-top-navigator > ul > li.tab-with-menu .sub-menu-report li {
  float: none;
}

.fundraising-top-navigator > ul > li.tab-with-menu.open .sub-menu-report {
  opacity: 1;
  max-height: 250px;
}

.fundraising-top-navigator > ul > li.tab-with-menu.open {
  padding: 0;
  border-top: 2px solid #86b8be;
  border-bottom: 2px solid #86b8be;
  margin-top: -2px;
}

.fundraising-top-navigator > ul > li.tab-with-menu.open a {
  background-color: #f4f6f4;
  color: #838385;
}

.fundraising-top-navigator > ul > li.tab-with-menu.open > a {
  font-weight: 700;
  color: #86b8be;
}

.fundraising-top-navigator > ul > li.tab-with-menu.open a:hover {
  color: #86b8be;
}

.fundraising-navigator {
  height: 50px;
  width: 100%;
  z-index: 1000;
}

.fundraising-navigator ul,
.fundraising-navigator ul li {
  list-style: none;
  margin: 0;
}

.fundraising-navigator ul li {
  float: left;
  display: inline;
  border-bottom: 3px solid #e0e2e0;
}

.fundraising-navigator ul li a {
  outline: none;
  font-size: 1.2em;
  line-height: 2.7em;
  color: #303030;
  padding: 14px 20px;
  transition: color 0.4s;
  -webkit-transition: color 0.4s;
}

.fundraising-navigator ul li a:hover,
.fundraising-navigator ul li.active a {
  border-bottom: 3px solid #86b8be;
  background: #f4f6f4;
  text-decoration: none;
  color: #86b8be;
  padding-bottom: 12px;
}

.fundraising-navigator ul li.completed {
  border-bottom: 3px solid #3a0;
  text-decoration: none;
  color: #86b8be;
}

.fundraising-navigator ul li a span {
  font-size: 0.7em;
  color: #a0a0a0;
}

.fundraising-navigator ul li.disactive a {
  color: #e0e2e0 !important;
}

.fundraising-navigator ul li.disactive a:hover {
  text-transform: none;
  border-bottom: 3px solid #e0e2e0 !important;
  transition: none;
  cursor: default;
}

.fundraising-navigator ul li.incompleted {
  border-bottom: 3px solid red !important;
  text-decoration: none;
  color: #86b8be !important;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.fundraising-navigator ul li.incompleted.active a {
  background: #fcc;
  border-bottom: none;
  color: #303030;
}

.fundraising-navigator ul li.completed.active a {
  background: #dfc;
  border-bottom: none;
  color: #303030;
}

.fundraising-header {
  padding: 35px 30px;
  background-color: #fff;
}

.fundraising-logo {
  float: left;
  width: 128px;
  height: 128px;
  overflow: hidden;
  background: transparent url() scroll no-repeat center center / contain;
  margin-right: 40px;
}

.fundraising-title h1 {
  font-size: 25px;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.fundraising-title .sottotitolo-tipo {
  font-size: 17px;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  margin: 0;
}

footer {
  padding: 10px 20px;
  background: #000;
  color: #cacdc5;
}

nav ul,
nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a.nav-item {
  border-left: 5px solid #303030;
  border-bottom: 1px solid #666961;
  padding: 16px 10px 5px 15px;
  width: 100%;
  float: left;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

a.nav-item:hover,
a.active {
    color: var(--primary-color);
    background: #FFFFFF;
    border-left: 5px solid var(--primary-color);
    text-decoration: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

a.nav-item:hover p,
a.nav-item.active p {
    color: var(--primary-color);
}

a.semi-active {
  background: #64ffff1a;
  border-left: 5px solid #86b8be;
  text-decoration: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

a.super-active {
  background: #64ffff33;
  border-left: 5px solid #86b8be;
  text-decoration: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.icon-nav {
  display: none;
}

a.nav-item p {
  color: #cacdc5;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 1px;
}

nav button {
  margin: 30px;
  width: 80%;
  margin-left: 14px;
  padding: 10px;
  font-size: 0.9em;
  line-height: 1.4em;
  background: #303030;
}

.fa {
  margin-bottom: 10px;
  color: var(--primary-color);
}

hr {
  margin: 10px 0;
}

.accordion-item > ul {
  display: none;
  transition: all 0.2s ease-in-out;
}

.accordion-item > .nav-item.semi-active + ul {
  display: block;
}

.accordion-item > .nav-item .fa-caret-right {
  transition: all 0.3s ease-in-out;
}

.accordion-item > .nav-item.open-menu-cc .fa-caret-right {
  transform: rotate(90deg);
}

.scrollToTheTop {
  display: none;
  transition: all 0.2s ease-in 0s;
  position: fixed;
  width: 62px;
  height: 62px;
  right: 20px;
  bottom: 30px;
  z-index: 400;
  color: #333;
  text-align: center;
  background: none;
  border: none;
  transition: all 0.6s ease-in 0s;
}

.scrollToTheTop .scroll-up {
  color: #333;
  border: 1px solid #333;
  line-height: 52px;
  display: block;
  background: transparent;
  border-radius: 50% 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 10px;
  opacity: 0.75;
  position: relative;
  left: -23px;
  top: -4px;
}

.scrollToTheTop:hover {
  background: transparent;
  border: none;
  text-shadow: none;
}

.scrollToTheTop:hover .scroll-up {
  opacity: 1;
}

.scrollToTheTop .scroll-up i.fa {
  font-size: 40px;
  color: #333;
}

.scrollToTheTop:hover .scroll-up:hover {
  opacity: 1;
}

.scrollToTheTop:active .scroll-up:hover {
  outline: none;
}

form {
  margin-top: 40px;
}

form.margin-top-medium {
  margin-top: 20px;
}

legend {
  width: 100%;
  font-size: 1em;
  border-bottom: none;
  background: #ddd !important;
}

.continue-button {
  text-align: center;
  background: var(--primary-color);
  border-radius: 6px;
  border: 2px solid #d83e5e;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 30px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.continue-button:hover {
  background: #86b8be;
  border: 2px solid #86b8be;
  text-shadow: 1px 1px #64969c;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.preview-button {
  text-align: center;
  background: var(--primary-color);
  border-radius: 6px;
  border: 2px solid #d83e5e;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.preview-button:hover {
  background: #86b8be;
  border: 2px solid #86b8be;
  text-shadow: 1px 1px #64969c;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.main-button {
  text-align: center;
  background: var(--primary-color);
  border-radius: 6px;
  border: 2px solid #d83e5e;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 30px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.main-button:hover {
  background: #86b8be;
  border: 2px solid #86b8be;
  text-shadow: 1px 1px #64969c;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.main-button.wide {
  display: block;
  width: 100%;
}

.donazione-suggerita {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1em;
}

.datepicker-inline {
  width: 100% !important;
  background-color: #fff !important;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.datepicker-inline thead {
  background-color: #e8e8e8 !important;
  border-radius: 4px !important;
}

.datepicker-inline th {
  border-radius: 0 !important;
}

.logo-box,
.cover-box {
  width: 100%;
  height: 100px;
  background-color: #bbb;
  border-radius: 4px;
  border: 2px solid #aaa;
}

.table-condensed {
  width: 100%;
}

.bg_popup .fa-question,
.raccolta-fieldset .fa-question {
  margin-left: 1px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  margin-left: 10px;
  text-align: center;
  font-weight: 100;
}

.logoLabel {
  padding: 0.5em !important;
}

#logoInput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.field-error {
  background-color: var(--primary-color) !important;
}

.field-error p,
.field-error li,
.field-error span,
.field-error .advice {
  color: #fff;
}

button {
  background: var(--primary-color);
  border-radius: 6px;
  border: 2px solid var(--primary-color-border);
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 30px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

button:hover {
  background: #86b8be;
  border: 2px solid #86b8be;
  text-shadow: 1px 1px #64969c;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.btn {
  background: none;
  border-radius: 6px;
  border: 2px solid var(--primary-color);
  color: #646464;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.btn:hover {
  background: #86b8be;
  border: 2px solid #86b8be;
  color: #fff;
  text-shadow: 1px 1px #64969c;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.btn i {
  margin-right: 10px;
  margin-bottom: 0;
}

.btn.bottomless {
  padding: 8px 20px 0;
}

.bootstrap-switch input[type="checkbox"] {
  top: -15px !important;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.fileUpload.btn {
  padding: 8px 60px 9px;
  border: 2px dotted #e6e6e8;
}

.fileUpload.btn span {
  font-size: 40px;
  color: var(--primary-color);
}

.fileUpload.btn:hover span {
  color: #f4f6f4;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.preview {
  padding: 9px 18px 10px;
  margin-left: 20px;
  font-size: 80%;
}

.preview:hover i {
  color: #303030;
}

input[type="text"],
input[type="number"],
.fileUpload input.upload,
textarea {
  background-color: #fff;
  box-shadow: none;
  outline: none;
  border: 2px solid #e6e6e8;
  border-radius: 6px;
  padding: 5px 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  float: left;
  display: inline;
}

input[type="number"] {
  margin-top: -5px;
}

.dataTables_filter input {
  background-color: #fff;
  box-shadow: none;
  outline: none;
  border: 2px solid #e6e6e8;
  border-radius: 6px;
  padding: 5px 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
.fileUpload input.upload:hover,
.fileUpload input.upload:focus,
textarea:hover,
textarea:focus,
.dataTables_filter input:hover,
.dataTables_filter input:focus {
  background-color: #f9fbf9;
  border: 2px solid #86b8be;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

textarea {
  margin-bottom: 6px;
}

select {
  box-shadow: none;
  outline: none;
  border: 2px solid #e6e6e8;
  border-radius: 6px 0 0 6px;
  padding: 5px 25px 5px 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  float: left;
  display: inline;
  overflow: hidden;
  height: 40px;
}

input:focus,
select:focus,
:focus {
  outline: none;
}

select:hover,
select:focus {
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #333;
  border: 2px solid #86b8be;
}

span.select-conteiner {
  width: 200px;
  height: 32px;
  float: right;
  display: inline;
}

#menulist {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 32px;
  width: 200px;
}

.arrow {
  cursor: pointer;
  height: 35px;
  width: 20px;
  position: absolute;
  left: 170px;
  background-color: none;
  background: url(http://crowdchicken.com/wp-content/uploads/2015/12/select1.png)
    0;
}

option {
  background: #f4f6f4;
  color: #646464;
  border: none !important;
  outline: none !important;
  opacity: 0.8;
}

label {
  margin-bottom: 20px;
  float: left;
  clear: left;
  font-size: 1.05em;
  font-weight: 400;
}

label.for-radio {
  margin-bottom: 0;
  float: none;
  clear: none;
  font-size: 1.05em;
  padding: 0 12px 0 5px;
  font-weight: 400;
}

.padding-top {
  padding-top: 7px;
}

.list {
  float: left;
  width: 16px;
  height: 16px;
  clear: left;
}

.list_inline {
  float: left;
  display: inline !important;
  width: auto;
  height: 50px;
  margin-left: 10px;
}

.raccolta-fieldset {
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 2em;
}

.pgalt-fieldset {
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 2em;
}

.raccolta-fieldset div.fake-textarea {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #e6e6e8;
  border-radius: 6px;
}

.impostazioni-fieldset {
  padding: 1em;
  margin-bottom: 2em;
}

.raccolta-fieldset .btn-div a.btn {
  width: 96%;
  margin: 10px auto;
}

.raccolta-fieldset .custom-field {
  margin: 10px 15px;
  border-top: 1px solid #ddd;
  padding: 12px 0 2px;
}

.raccolta-fieldset .custom-field .remove-field a.fa {
  margin-top: 3px;
}

.raccolta-fieldset .custom-field-title {
  padding-left: 15px;
  font-weight: 700;
  font-size: 1.05em;
}

.row.tmp-custom-field {
  margin: 4px 0;
}

.row.tmp-custom-field .text-right {
  padding-right: 4px;
}

.raccolta-fieldset .custom-field.disabled,
.row.tmp-custom-field.disabled {
  color: #aaa;
}

.raccolta-fieldset .custom-field input[type="checkbox"]:checked + label::after,
.tmp-custom-field input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 1.5ex;
  height: 0.8ex;
  background: #0000;
  top: 1.1ex;
  left: 0.3ex;
  border: 2px solid #d83e5e;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.tmp-custom-field input[type="checkbox"]:checked:disabled + label::after {
  border: 2px solid #bbb;
  border-top: none;
  border-right: none;
}

.raccolta-fieldset .custom-field input[type="checkbox"],
.tmp-custom-field input[type="checkbox"] {
  line-height: 2.1ex;
  position: absolute;
  left: -999em;
}

.raccolta-fieldset .custom-field input[type="checkbox"] + label,
.tmp-custom-field input[type="checkbox"] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.raccolta-fieldset .custom-field input[type="checkbox"] + label::before,
.tmp-custom-field input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -10%;
  height: 2ex;
  width: 2ex;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  box-shadow: inset 0 2px 5px #0003;
  margin-right: 0.5em;
}

.tmp-custom-field input[type="checkbox"]:disabled + label::before {
  border: 1px solid #c8c8c8;
}

.raccolta-fieldset .custom-field label,
.tmp-custom-field label {
  font-size: 14px;
  margin-bottom: 0;
}

.tmp-custom-field input[type="checkbox"]:disabled + label::after,
.tmp-custom-field input[type="checkbox"]:disabled + label,
.tmp-custom-field input[type="checkbox"]:disabled + label::before {
  cursor: default;
}

.onoffswitch {
  position: relative;
  width: 220px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: -15px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid var(--primary-color);
  border-radius: 6px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "Attiva";
  padding-left: 11px;
  background-color: var(--primary-color);
  color: #fff;
  text-align: left;
}

.onoffswitch-inner:after {
  content: "Non attiva";
  padding-right: 11px;
  background-color: #fff;
  color: #646464;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  height: 23px;
  margin: 8px 24px;
  background: #c02646;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 151px;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 70px;
}

table a {
    color: #3b3c3b;
    text-decoration: underline;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

table a:hover {
    color: var(--primary-color);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

th {
  background: #e8e8e8;
  color: #8c8c8c;
}

th:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

table.dataTable,
thead,
tbody,
tr,
th {
  border: none !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 8px 10px;
  border-top: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 4px 10px;
}

.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}

.dataTables_wrapper .dataTables_length {
  float: right;
  text-align: left;
  margin-top: 7px;
}

.dataTables_length select {
  float: right;
  margin-left: 15px;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background: none;
}

.empty {
  background: #e8e8e8 !important;
}

.tiny {
  width: 1%;
}

table.dataTable tbody td.importo {
  padding-right: 20px;
  text-align: right;
}

.input-class-codmydonor {
  width: 50px;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 2px solid var(--primary-color);
    background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: var(--header-disabled-text) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:not(.disabled):hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff !important;
}

.next,
.previous {
  border: none !important;
}

#sostenitore_wrapper {
  width: 101.2%;
  margin-left: 0;
}

div.dt-buttons {
  float: right;
}

button.gray-version,
button.gray-version:hover {
  color: #838385;
  border-color: #838385;
  background-color: #fff;
  text-shadow: none;
}

button.gray-version.input-like,
button.gray-version.input-like:hover {
  padding: 5px 8px;
  text-transform: none;
  font-weight: 300;
  border-color: #e6e6e8;
  text-align: left;
  letter-spacing: 0;
}

button.gray-version.input-like .fa,
button.gray-version.input-like:hover .fa {
  margin-bottom: 0;
  float: right;
  position: relative;
  top: 2px;
}

button.ricerca-avanzata {
  min-width: 215px;
  margin-bottom: 10px;
}

button.gray-version.input-like.ricerca-avanzata.on {
  color: #e6e6e8;
  background-color: #a8a8a8;
}

button.gray-version.input-like.ricerca-avanzata.on .fa {
  color: #e6e6e8;
}

button.link-like {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background: transparent;
    text-transform: none;
    color: var(--primary-color);
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
}

button.link-like:hover {
    border-color: currentColor;
}

button.link-like .fa {
  margin-bottom: 0;
    color: inherit;
  vertical-align: text-bottom;
}

.filters-area .dynamic-filters-wrapper {
  opacity: 0;
  max-height: 0;
  padding: 0 10px;
  background-color: #e8e8e8;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}

.filters-area .dynamic-filters-wrapper.opened {
  overflow: visible;
}

.filters-area .ricerca-avanzata.on + .dynamic-filters-wrapper {
  opacity: 1;
  max-height: 500px;
  padding: 10px;
  margin-bottom: 20px;
}

.filters-area .row-filter input,
.filters-area .row-filter select,
.filters-area .row-filter div.fancy-select div.trigger {
  border-radius: 0;
  border: none;
  height: 27px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
}

.filters-area .row-filter div.fancy-select div.trigger {
  padding-top: 1px;
}

.filters-area .row-filter div.fancy-select ul.options {
  min-width: 100%;
  top: 30px;
}

.filters-area .row-filter div.fancy-select ul.options.overflowing {
  bottom: auto;
  top: 30px;
}

.filters-area .row-filter div.fancy-select ul.options li {
  padding: 2px 8px;
  text-transform: none;
  font-weight: 400;
}

.filters-area .row-filter div.fancy-select div.trigger::after {
  top: 12px;
  border-color: #8c8c8c #0000 #0000;
}

.filters-area .row-filter div.fancy-select div.trigger.open::after {
  border-color: silver #0000 #0000;
}

.filters-area .aggiungi-filtro {
  float: left;
  padding-left: 10px;
    color: var(--primary-color);
}

.filters-area .aggiungi-filtro .fa {
  font-size: 13px;
  line-height: 18px;
  margin-right: 10px;
    color: inherit;
}

.filters-area .save-cancel-action {
  float: right;
  margin-right: 10%;
}

.filters-area .row-filter {
  width: 100%;
  margin-bottom: 15px;
}

.filters-area .row-filter:after {
  content: "";
  display: table;
  clear: both;
}

.filters-area .row-filter .select-wrapper {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.filters-area .row-filter .valore-filter {
  float: left;
  width: 50%;
  margin-right: 2%;
}

.filters-area .row-filter .delete-action {
  float: left;
  width: 8%;
}

.filters-area .delete-action button {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 27px;
}

.filters-area .delete-action .fa {
  font-weight: 400;
}

.no-margin-top {
  margin-top: 0;
}

.fat-divider {
  margin: 80px 0;
}

.divider {
  margin: 30px 0;
}

.open {
  padding: 20px 0 60px;
}

.open-small {
  padding: 20px 0;
}

.box {
  min-height: 210px;
  height: auto;
  width: 100%;
  text-align: center;
  background: #e8e8e8;
  border-radius: 6px;
  padding: 3px 0 20px;
  border: 2px solid #e6e6e8;
}

.box_sostenitore {
  display: block;
  background: #eeeeec;
  font-size: 2.5rem;
  padding: 20px;
  margin: 0;
  text-align: center;
}

.box_sostenitore > h3 {
  display: block;
  width: 100%;
  font-size: 0.8em;
  line-height: normal;
  margin: 0;
  margin-bottom: 0.9rem;
}

.box_sostenitore > span {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: normal;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

.box_sostenitore > span > small {
  font-size: 0.75em;
  font-weight: normal;
}

.box_sostenitore > small {
  display: block;
  width: 100%;
  font-size: 0.6em;
  line-height: normal;
  margin: 0;
  font-weight: normal;
}

.box_analitycs {
  height: 120px;
}

.box_analitycs h5 {
  font-size: 1em;
}

.box_choice {
  padding: 40px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.box_choice:hover {
  background: #86b8be;
  transition: all 0.4s ease-in 0.2s;
  -webkit-transition: all 0.4s ease-in 0.2s;
  box-shadow: 0 0 10px 0 #0000001a;
}

.box_choice:hover h4,
.box_choice:hover p {
  color: #fff;
  transition: all 0.2s 0.4s;
  -webkit-transition: all 0.2s 0.4s;
}

.box_choice:hover i {
  color: #303030;
  transition: all 0.2s 0.4s;
  -webkit-transition: all 0.2s 0.4s;
}

.box_choice.locked {
  position: relative;
}

.box_choice.locked:hover {
  background: none;
  box-shadow: none;
}

.box_choice.locked h4,
.box_choice.locked p,
.box_choice.locked i,
.box_choice.locked:hover h4,
.box_choice.locked:hover p,
.box_choice.locked:hover i {
  color: #444;
}

.box_choice.locked .locking-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #c8c8c8;
  opacity: 0.9;
  border-radius: 4px;
  margin: 3px;
  transition: all 0.3s ease 0s;
  height: 97%;
}

.box_choice.locked .locking-overlay:hover {
  background-color: #aaa;
  opacity: 0.7;
}

.box_choice.locked .locking-overlay i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.box_choice.locked .locking-overlay i.fa-lock,
.box_choice.locked:hover .locking-overlay i.fa-unlock-alt {
  display: inline-block;
}

.box_choice.locked .locking-overlay i.fa-unlock-alt,
.box_choice.locked:hover .locking-overlay i.fa-lock {
  display: none;
}

.choices-new-campaign a:focus {
  text-decoration: none;
}

.box_realtime {
  background: #fff;
  text-align: left !important;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 0;
}

.box_realtime ul {
  margin: 10px 0;
  padding: 0;
}

.box_realtime ul li {
  padding: 0;
  list-style: none;
  color: #646464;
}

.box_realtime ul li span {
  text-align: right;
  color: #86b8be;
  float: right;
}

.box_upload {
  padding: 10px;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.box_upload ul {
  padding: 0;
  margin: 0;
}

.box_upload ul li {
  list-style: none;
  margin: 0 7px 0 0;
  float: left;
  display: inline;
}

.fa {
  font-size: 1.3em;
  color: #cacdc5;
}

.fa:hover {
  color: #86b8be;
}

.fa-1x {
  margin-top: 6px;
}

.fa-5x {
  font-size: 5em;
}

.info {
  padding-left: 0;
}

.info h3 {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
}

.contatti {
  text-align: right;
  margin-top: 28px;
}

.contatti i {
  margin: 0 10px;
  opacity: 0.5;
  transition: 400ms;
}

.contatti :is(a, i) {
  color: #666;
  opacity: 0.5;
  transition: 400ms;
}

.contatti:hover :is(a, i) {
  color: var(--primary-color);
  opacity: 1;
}

.bg_popup {
  background: #86b8becc;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.bg_popup label,
.bg_popup p,
.bg_popup h5,
.bg_popup h6 {
  color: #ddd;
}

.bg_popup h5,
.bg_popup h6 {
  background: none;
}

.popup {
  border-radius: 0 0 6px 6px;
  position: absolute;
  top: 8px;
  left: 35%;
  z-index: 201;
  width: 30%;
  text-align: center;
  height: auto;
  overflow: hidden;
  padding: 20px;
  background: #303030;
}

.big-popup {
  border-radius: 0 0 6px 6px;
  position: absolute;
  top: 8px;
  left: 15%;
  z-index: 201;
  width: 70%;
  text-align: justify;
  height: auto;
  overflow: hidden;
  padding: 20px;
  background: #303030;
}

.popup h5 {
  color: #86b8be;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.popup p {
  color: #cacdc5;
}

.popover {
  color: #555;
  min-width: 140px;
}

.tooltip_cc {
  display: inline;
  position: relative;
}

.tooltip_cc p {
  color: #cacdc5;
  font-size: 13px;
}

.tooltip_cc:hover:after {
  background: #333;
  background: #000c;
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}

.tooltip_cc:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

.gallina {
  float: right;
  background-image: url(/assets/images/gallina.png);
  width: 56px;
  height: 70px;
}

.speech-bubble {
  padding: 10px;
  margin: -2px 15px;
  color: #000;
  background: #fff;
  width: 100%;
  max-width: 550px;
  line-height: 19px;
  overflow: hidden;
  float: right;
  border-radius: 4px;
  border: 2px solid #ddd;
  text-align: left;
  vertical-align: center;
}

.youtube-link {
  width: 100%;
}

.modal.altre-lingue ul {
  padding-left: 15px;
}

.modal.altre-lingue .main-button {
  margin-top: 40px;
  width: 95%;
}

.img-altre-lingue {
  background: transparent url(/assets/images/info_altre_lingue.png) no-repeat
    scroll center center / cover;
  height: 400px;
  margin-bottom: -30px;
  width: 360px;
}

header.registrazione {
  background: transparent none repeat scroll 0 0;
  border-bottom: none;
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 20px;
}

.domanda-registrato {
  font-size: 13px;
  text-align: center;
  padding-bottom: 20px;
  color: #646464;
}

.domanda-registrato i {
  font-size: 10px;
  color: var(--primary-color);
}

.domanda-registrato a:hover i {
  color: #86b8be;
}

.login_content.registration {
  padding-top: 50px;
}

.login_content.registration form,
.above-registration {
  width: 545px;
  margin-left: auto;
  margin-right: auto;
}

.login_content.registration form button {
  margin-top: 0;
}

.sep-reg {
  border-bottom: 1px solid #e6e6e8;
  width: 100px;
  margin: 20px auto;
}

.registration-form-wrapper .form-group {
  margin-bottom: 5px;
}

.lesspadding-right {
  padding-right: 5px !important;
}

.lesspadding-left {
  padding-left: 5px !important;
}

.input-reg.form-control {
  border: 1px solid #e6e6e8;
  border-radius: 6px;
  box-shadow: none;
  outline: medium none;
  padding: 14px;
  height: auto;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.input-reg.form-control:hover,
.input-reg.form-control:focus {
  background-color: #fff;
  border: 1px solid #86b8be;
  box-shadow: none;
  outline: medium none;
  transition: all 0.3s ease 0s;
}

.input-reg.form-control.has-error {
  border: 1px solid red;
}

.info-button {
  font-size: 18px;
  position: absolute;
  right: 28px;
  top: 14px;
}

.info-button:hover {
  cursor: pointer;
}

.info-button i {
  color: #000;
}

.highlight-red,
.highlight-red i {
  color: var(--primary-color);
}

.url-dominio {
  line-height: 0.5;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0 15px;
  text-align: left;
}

.url-dominio i {
  padding-right: 5px;
  font-size: 22px;
  vertical-align: sub;
}

.url-dominio i:hover {
  color: var(--primary-color);
}

#custom-dominio {
  line-height: 0.8;
  transition: all 0.3s ease 0s;
}

.registration-form-wrapper {
  position: relative;
  width: 580px;
}

.registration-form-wrapper form {
  position: relative;
  z-index: 3;
}

.registration-form-wrapper .privacy-wrapper {
  padding: 10px;
  padding-left: 0;
  border: 1px solid transparent;
  border-radius: 6px;
  text-align: left;
  line-height: 1.2;
}

.registration-form-wrapper .privacy-wrapper.has-error {
  border-color: red;
  padding-left: 10px;
  margin-bottom: 10px;
}

.registration-form-wrapper .privacy-wrapper input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-top: 3px;
  width: 15px;
}

.tooltip-label {
  opacity: 0;
  position: absolute;
  right: 0;
  background-color: #000;
  border-right: 4px solid var(--primary-color);
  color: #fff;
  padding: 15px;
  z-index: 2;
  width: 300px;
  line-height: 1.1;
  transition: all 0.5s ease 0s;
}

.tooltip-label.mostra {
  opacity: 1;
  right: -275px;
}

.tooltip-label.tooltip-dominio {
  top: 98px;
}

.tooltip-label.tooltip-password {
  top: 43px;
}

footer.registrazione {
  display: block;
  background: #f4f6f4 none repeat scroll 0 0;
  bottom: 0;
  color: #646464;
  padding: 10px 20px;
  position: fixed;
  text-align: center;
  width: 100%;
  font-size: 13px;
  border-top: 1px solid #d2d2d4;
}

footer.registrazione.relative-position {
  position: relative;
}

.login_content .btn.bigger {
  padding: 13px 40px;
  margin-top: 20px;
}

.ci-siamo-quasi .above-registration {
  width: 600px;
}

.ci-siamo-quasi p {
  margin-bottom: 20px;
}

.login_content .moremargintop {
  margin-top: 40px;
  margin-bottom: 10px;
}

.login_content .moremargintop + .btn.bigger {
  margin-top: 0;
}

.link-highlight {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.riquadro-wrapper {
  background-color: #fff;
  padding: 10px;
  border: 2px solid #ddd;
}

.riquadro-wrapper .btn {
  padding: 8px 20px;
}

.col-piano-attuale {
  min-height: 135px;
}

.piano-attuale {
  background-color: var(--primary-color);
  color: #fff;
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
}

.piano-attuale .fa {
  color: #fff;
  float: right;
  font-size: 30px;
  position: relative;
  top: -2px;
  margin-bottom: 0;
}

.trial-version {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -1px 1px 2px 0 #999 inset;
  color: var(--primary-color);
  display: inline-block;
  font-size: 11px;
  margin-top: 10px;
  padding: 0 15px;
}

.progress.num-donatori {
  height: 30px;
}

.progress.num-donatori .progress-bar {
  padding-top: 5px;
}

.progress.num-donatori .progress-bar[aria-valuenow="1"],
.progress.num-donatori .progress-bar[aria-valuenow="2"] {
  min-width: 8%;
}

.progress.num-donatori .progress-bar[aria-valuenow="0"] {
  color: gray;
  min-width: 8%;
  background: transparent;
  box-shadow: none;
}

.progress.num-donatori
  .progress-bar[aria-valuenow^="9"]:not([aria-valuenow="9"]),
.progress.num-donatori .progress-bar[aria-valuenow="100"] {
  background: #f03825;
}

.progress.num-donatori .progress-bar.out-of-range {
  max-width: 100%;
  background: #f03825;
}

.num-donatori-label {
  margin-top: 30px;
}

.num-donatori-label .value {
  font-size: 45px;
  font-weight: 700;
}

.sottoscrizione-creata {
  font-size: 12px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 5px;
}

.icon-scadenza-sottoscrizione {
  display: inline-block;
  font-size: 40px;
  margin-left: 30px;
  position: relative;
}

.icon-scadenza-sottoscrizione .fa {
  color: #333;
}

.icon-scadenza-sottoscrizione .fa-clock-o {
  font-size: 26px;
  left: 13px;
  position: absolute;
  top: 20px;
}

.data-scadenza-piano {
  font-weight: 400;
  margin-top: 15px;
}

.label-scadenza-sottoscrizione {
  display: inline-block;
  line-height: 1;
  padding-top: 5px;
}

.importo-prossima-fattura .value {
  font-size: 17px;
  font-weight: 700;
}

.piano-attuale .cambia-piano {
  margin-bottom: -5px;
  margin-top: 5px;
  overflow: hidden;
}

.piano-attuale .cambia-piano a {
  text-align: right;
  color: #fff;
  font-size: 10px;
  float: right;
  transition: all 0.4s ease 0s;
}

.piano-attuale .cambia-piano a .fa {
  margin-left: 5px;
  font-size: 18px;
  line-height: 1.5;
}

.piano-attuale .cambia-piano a:hover,
.piano-attuale .cambia-piano a:hover .fa {
  color: #f8d3da;
}

.piano-attuale-actions .btn,
.piano-attuale-actions .continue-button {
  display: block;
  margin-bottom: 15px;
  padding: 8px 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.label-feature-piano {
  font-weight: 700;
}

.row-feature-piano {
  border-top: 1px solid #ddd;
  margin: 0 5px;
  padding-top: 10px;
}

.feature-piano {
  display: inline-block;
  margin-right: 8%;
}

.feature-piano .fa {
  color: #333;
}

.pagamenti-fatture h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  padding: 0 15px;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}

.pagamenti-fatture h3 .fa {
  margin-left: 20px;
  margin-bottom: 0;
  color: #86b8be;
}

.pagamenti-fatture h3.title-dettaglio-pagamento {
  margin-bottom: 0;
}

.pagamenti-fatture form {
  margin-top: 5px;
  text-align: center;
}

.pagamenti-fatture .form-control-static {
  background-color: #ddd;
  margin-top: 8px;
}

.pagamenti-fatture .control-label {
  font-weight: 700;
  padding-top: 15px;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}

.pagamenti-fatture .form-horizontal,
.pagamenti-fatture form {
  margin: 0 0 30px;
}

.cambia-mod-pag {
  text-align: center;
  margin-bottom: 20px;
}

.cambia-mod-pag .fa {
  color: var(--primary-color);
  font-size: 10px;
  vertical-align: middle;
  margin-bottom: 0;
}

.cambia-mod-pag a:hover .fa,
.cambia-mod-pag .fa:hover {
  color: #86b8be;
}

.indirizzo-fatturazione {
  text-align: center;
  padding-top: 15px;
}

.indirizzo-fatturazione h4,
.dati-bonifico h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.indirizzo-fatturazione p {
  margin-bottom: 0;
  font-size: 18px;
}

.actions-pulsanti-pf {
  margin-top: 20px;
}

.fatture-legenda {
  padding-left: 10px;
  float: left;
  position: relative;
  top: 10px;
}

.fatture-visualizza-ultime {
  padding-right: 10px;
  float: right;
  position: relative;
  top: 10px;
}

.impostazioni-fieldset {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 2em;
  padding: 1em;
}

.impostazioni-fieldset label {
  margin-bottom: 0;
}

.impostazioni-fieldset.con-descrizione label {
  margin-bottom: 20px;
}

.impostazioni-fieldset.documenti-da-caricare {
  border: 2px solid #ddd;
  border-radius: 10px;
  float: left;
  margin: 1.15%;
  min-height: 350px;
  width: 31%;
  position: relative;
}

.impostazioni-fieldset.documenti-da-caricare:last-child {
  margin-right: 0;
}

.impostazioni-fieldset.documenti-da-caricare.green {
  border-color: #48e28d;
  background-color: #48e28d33;
}

.impostazioni-fieldset.documenti-da-caricare.red {
  border-color: #e21721;
  background-color: #e2172133;
}

.impostazioni-fieldset.documenti-da-caricare.orange {
  border-color: #fa5;
  background-color: #fa53;
}

.impostazioni-fieldset.documenti-da-caricare > label {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.result-validation-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 6;
  font-size: 30px;
}

.result-validation-icon:hover {
  cursor: pointer;
}

.result-validation-icon .fa {
  color: #333;
  margin-bottom: 0;
}

.documenti-da-caricare.green .result-validation-icon .fa {
  color: #48e28d;
}

.documenti-da-caricare.orange .result-validation-icon .fa {
  color: #fa5;
}

.documenti-da-caricare.red .result-validation-icon .fa {
  color: #e21721;
}

.scarica-doc {
  text-align: center;
  margin: 30px auto;
}

.scarica-doc .btn {
  padding: 8px 20px;
}

.scarica-doc em {
  line-height: 2.8;
  color: #999;
}

.scarica-doc .btn .fa {
  margin: 0;
  color: #646464;
  transition: all 0.4s ease 0s;
}

.scarica-doc .btn:hover .fa {
  color: #fff;
}

.fileinput-new.input-group .btn-file {
  padding-bottom: 6px;
  border: 2px solid var(--primary-color);
}

.fileinput-new.input-group .btn-file.disabled {
  border-color: #ccc;
}

.documenti-da-caricare-wrapper {
  min-width: 1100px;
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 30px;
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-control .fileinput-filename {
  display: inline;
  left: 30px;
  line-height: 1.5;
  position: absolute;
  word-break: break-all;
}

.fileinput .form-control {
  overflow: hidden;
  float: none;
}

.documenti-da-caricare .fileinput.input-group {
  display: block;
}

.documenti-da-caricare .fileinput-new.input-group .btn-file {
  border-radius: 0 0 4px 4px;
}

.documenti-da-caricare .fileinput .form-control {
  border-radius: 4px 4px 0 0;
}

.documenti-da-caricare .input-group-addon:not(:first-child) {
  border-left: 2px solid var(--primary-color);
  border-radius: 0 0 0 4px;
  padding-bottom: 7px;
}

.documenti-da-caricare .input-group-addon:not(:first-child) + a {
  border-radius: 0 0 4px 0;
}

.documenti-da-caricare .fileinput.fileinput-exists .form-control {
  min-width: 200px;
}

.glyphicon.fileinput-exists {
  top: 2px;
}

.pulsante-validazione-documenti {
  clear: both;
  margin: 1.15%;
  padding-top: 20px;
  text-align: center;
}

.btn.with-padding {
  padding: 8px 20px;
}

.dati-non-inseriti {
  display: table;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.dati-non-inseriti em {
  display: table-cell;
  vertical-align: middle;
}

.qtip-content {
  font-size: 14px;
  line-height: 1.2;
  padding: 15px !important;
}

.metodo-di-pagamento {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.metodo-di-pagamento .logo-paypal {
  margin-top: 14px;
  max-width: 100%;
}

.metodo-di-pagamento .info-pagamento-paypal {
  margin-top: 12px;
}

.metodo-di-pagamento .fa {
  font-size: 26px;
  float: right;
  margin-top: 13px;
  border: 1px solid;
  border-radius: 50%;
  padding: 13px;
  margin-left: 5px;
}

.metodo-di-pagamento .fa.fa-check {
  color: #48e28d;
  background-color: #deffed;
}

.metodo-di-pagamento .rimuovi-paypal:hover {
  cursor: pointer;
}

.metodo-di-pagamento .btn {
  float: right;
  margin-top: 10px;
  margin-left: 15px;
  text-align: center;
  width: 350px;
  background: var(--primary-color);
  border-radius: 6px;
  border: 2px solid #d83e5e;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 30px;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.metodo-di-pagamento .btn:hover {
  background: #86b8be;
  border: 2px solid #86b8be;
  text-shadow: 1px 1px #64969c;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.paypal-response-wrapper {
  background-color: #fff;
  height: 100%;
}

.paypal-response-footer {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
  padding-bottom: 20px;
}

.paypal-response-footer::after {
  position: relative;
  content: "";
  display: block;
  background-image: url(/assets/images/logo.png);
  width: 160px;
  height: 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.locking-overlay-general {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: #000;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.locking-overlay-general .close-button {
  float: right;
  font-size: 30px;
  margin: 10px;
  text-align: center;
}

.locking-overlay-general .close-button .fa {
  margin-bottom: 0;
}

.locking-overlay-general .close-button .label-close {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.paypal-response-wrapper h1 {
  margin-bottom: 20px;
}

.paypal-response-wrapper.failure-paypal-wrapper h1 {
  color: red;
}

.paypal-response-wrapper.success-paypal-wrapper h1 {
  color: green;
  margin-bottom: 60px;
}

.paypal-response-wrapper .logo-paypal {
  margin-top: 40px;
  margin-bottom: 55px;
}

.failure-paypal-wrapper .fa-warning {
  display: block;
  font-size: 36px;
  color: red;
  border: 1px solid red;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 40px;
  width: 85px;
  margin-left: auto;
  margin-right: auto;
}

.failure-paypal-wrapper .alert {
  overflow-y: auto;
  max-height: 200px;
  width: 90%;
  margin: 40px auto;
  margin-top: 20px;
  list-style: none;
  box-shadow: none;
  font-weight: 700;
}

.success-paypal-wrapper .fa-check {
  display: block;
  font-size: 36px;
  color: green;
  border: 1px solid green;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 40px;
  width: 85px;
  margin-left: auto;
  margin-right: auto;
}

.chargebe-style {
  background: #fff;
  padding: 25px 0;
}

.chargebe-style label {
  margin-bottom: 5px;
  font-size: 13px;
  color: #000;
}

.chargebe-style .form-group {
  margin-bottom: 7px;
}

.chargebe-style input[type="text"],
.chargebe-style input[type="number"],
.chargebe-style .fileUpload input.upload,
.chargebe-style textarea,
.chargebe-style .form-control {
  background-color: #fff;
  border: 1px solid #d6d3ce;
  border-radius: 0;
  font-size: 13px;
  height: 34px;
  min-height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
}

.chargebe-style select.form-control {
  -webkit-appearance: spinner-textfield;
  -moz-appearance: spinner-textfield;
  appearance: spinner-textfield;
}

.chargebe-style select.form-control:focus,
.chargebe-style select.form-control:hover {
  box-shadow: none;
  color: #555;
}

.chargebe-style .btn,
.chargebe-style .btn:hover {
  display: block;
  border: 2px solid #453a59;
  border-radius: 2px;
  line-height: 1;
  min-height: 40px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 15px;
  width: 100%;
  text-transform: none;
  background-color: transparent;
  color: #453a59;
  text-shadow: none;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  box-shadow: none;
}

.chargebe-style .btn.btn-primary,
.chargebe-style .btn.btn-primary:hover {
  background-color: #db4956;
  color: #fff;
  border-color: #db4956;
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
}

.chargebe-style .cb-well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
}

.chargebe-style .cb-well.ordine-summary {
  font-size: 13px;
}

.chargebe-style h4.header-ordine {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  margin: -16px -16px 9px;
  padding: 9px 15px;
  background: #352d45;
  color: #fff;
}

.chargebe-style .mainlist {
  margin-top: 5px;
  margin-bottom: 0;
}

.chargebe-style .sublist-elem hr {
  margin: 7px 15px;
  margin-bottom: 12px;
  border-color: #e3e3e3;
  border-style: dashed;
}

.chargebe-style .sublist-elem {
  margin-top: 5px;
  margin-bottom: 5px;
}

.chargebe-style .total-elem {
  font-size: 16px;
  margin-top: 10px;
}

.scheduled-change-info {
  font-size: 12px;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  background-color: #fff;
  margin-left: 20px;
  line-height: 3;
}

.scheduled-change-info .fa {
  color: #fc0;
}

.piano-attuale-note {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 40px;
}

.change-plan {
  display: inline-block;
  margin: 10px 0;
  padding: 8px 20px;
  width: 150px;
  margin-right: 5px;
}

.plans-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.plans-wrapper.card-2,
.plans-wrapper.card-4 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.plan-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #c8c8c8;
}

.plans-wrapper.card-2 .plan-card,
.plans-wrapper.card-4 .plan-card {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 10px;
  float: left;
}

.plans-wrapper.card-3 .plan-card {
  width: 32.2%;
  margin-right: 1%;
  float: left;
}

.plan-card.current-plan {
  border: 1px solid var(--primary-color);
}

.plan-card.current-plan:hover,
.plan-card.scheduled-plan:hover {
  cursor: default;
}

.plan-card.last-child {
  margin-right: 0 !important;
}

.plan-card .header-card {
  background-color: var(--primary-color);
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #f4f5f3;
  height: 250px;
  transition: all 0.3s ease-in-out;
}

.plan-card.current-plan .header-card {
  background-color: #fdd8e0;
}

.plan-card .header-card h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.plan-card .header-card hr {
  margin-bottom: 15px;
}

.plan-card .header-card .tariffa-mensile {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.plan-card .header-card .tariffa-currency {
  font-size: 30px;
  vertical-align: top;
  position: relative;
  top: 10px;
}

.plan-card .header-card .tariffa-value {
  font-size: 72px;
  line-height: 1;
}

.plan-card .header-card .tariffa-contattaci {
  display: inline-block;
  margin-top: 30px;
  font-size: 46px;
  line-height: 1;
}

.plan-card .header-card .tariffa-periodicita {
  font-size: 18px;
  line-height: 1;
}

.plan-card .header-card .tariffa-paragraph {
  font-size: 18px;
  color: #fff;
}

.plan-card .header-card .tariffa-annuale {
  font-size: 14px;
  color: #fff;
}

.plan-card.current-plan .header-card h2 {
  color: #303030;
}

.plan-card.current-plan .header-card .tariffa-paragraph,
.plan-card.current-plan .header-card .tariffa-mensile,
.plan-card.current-plan .header-card .tariffa-annuale {
  color: var(--primary-color);
}

.plan-card .body-card,
.plan-card.current-plan:hover .body-card,
.plan-card.scheduled-plan:hover .body-card {
  background-color: #fff;
  padding: 10px;
  height: 230px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.plan-card .plan-features strong {
  color: #303030;
}

.plan-card .plan-features .fa {
  color: #777;
  display: block;
}

.plan-card .plan-features {
  color: #555;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plan-card .corner-ribbon.top-right {
  right: -88px;
  width: 280px;
  padding: 10px 0;
  line-height: 1.2;
}

.plan-card.scheduled-plan .annulla-scheduled-plan {
  position: relative;
  left: 90px;
  float: left;
}

.plan-card.scheduled-plan .annulla-scheduled-plan .fa {
  margin-bottom: 0;
  color: red;
}

.plan-card .footer-card {
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 20px;
  height: 90px;
}

.plan-card .footer-card hr {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px #0000004d;
}

.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

.corner-ribbon.black {
  background: #333;
}

.corner-ribbon.grey {
  background: #999;
}

.corner-ribbon.blue {
  background: #39d;
}

.corner-ribbon.green {
  background: #1ec460;
}

.corner-ribbon.turquoise {
  background: #1b9;
}

.corner-ribbon.purple {
  background: #95b;
}

.corner-ribbon.red {
  background: #e43;
}

.corner-ribbon.orange {
  background: #e82;
}

.corner-ribbon.yellow {
  background: #ec0;
}

#send-mail-result {
  margin: 20px auto 5px;
}

#send-mail-result .fa {
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 0;
  transition: all 0.3s ease 0s;
}

#send-mail-result.success .fa {
  color: green;
  font-size: 36px;
}

#send-mail-result.error,
#send-mail-result.error .fa {
  color: red;
  margin-top: 0;
}

.send-mail-message {
  width: 200px;
  margin: 10px auto;
  line-height: 1;
}

.send-mail-message.success {
  color: green;
}

.send-mail-message.error {
  color: red;
  margin-bottom: 25px;
}

#passwordResetForm {
  position: relative;
  z-index: 3;
}

.password-reset-form-wrapper #password {
  border-radius: 0 6px 0 0;
}

.password-reset-form-wrapper #ripeti-password {
  border-radius: 0 0 6px 0;
}

.password-reset-form-wrapper {
  margin: 0 auto;
  position: relative;
  width: 400px;
}

.password-reset-form-wrapper .info-button {
  top: 30px;
}

.password-reset-form-wrapper .input-special.has-error,
.password-reset-form-wrapper .label-special.has-error {
  border: 1px solid red;
}

.modal-body {
  background-color: #fff;
  box-shadow: 0 3px 4px -3px #c8c8c8 inset;
  padding: 30px;
  min-height: 100px;
  border-radius: 0 0 10px 10px;
}

.modal-header {
  border-bottom: 1px solid #c8c8c8;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px !important;
  line-height: 1.2;
}

.bootbox-body {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.modal-footer {
  background-color: #fff;
}

.modal-body .gallina {
  margin: 20px auto 0;
  float: none;
}

.modal-header button.close {
  padding: 2px 15px;
}

table.info-bank-account {
  width: 450px;
  margin: 0 auto;
}

table.info-bank-account td {
  text-align: left;
}

table.info-bank-account td.title {
  font-weight: 700;
  width: 190px;
}

.ns-box {
  position: fixed;
  background: #2a2d32d9;
  padding: 22px;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  color: #fafbfff2;
  font-size: 90%;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ns-box.ns-show {
  pointer-events: auto;
}

.ns-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
  opacity: 1;
}

.ns-box p {
  margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto;
}

.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
  outline: none;
}

.ns-close::before,
.ns-close::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
  background: #fff;
}

.ns-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ns-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ns-growl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 900px;
  border-radius: 5px;
  font-size: 26px;
  padding: 0;
  color: #333;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ns-growl .alert {
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #86b8be;
  border-color: #86b8be;
}

.ns-growl p {
  margin: 0;
  line-height: 1.3;
}

.ns-close {
  display: none;
}

[class^="ns-effect-"].ns-growl.ns-hide,
[class*=" ns-effect-"].ns-growl.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.ns-effect-scale {
  background: #c8c8c8;
  box-shadow: 0 25px 10px -15px #0000000d;
}

.ns-effect-scale .ns-close::before,
.ns-effect-scale .ns-close::after {
  background: #1f8a4c;
}

.ns-effect-scale .ns-close:hover::before,
.ns-effect-scale .ns-close:hover::after {
  background: #fff;
}

.ns-effect-scale.ns-show,
.ns-effect-scale.ns-hide {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@-webkit-keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -60%, 0) scale3d(0.1, 0.6, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
}

@keyframes animScale {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -60%, 0) scale3d(0.1, 0.6, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
}

.ns-effect-jelly {
  background: #97d2f1;
  max-width: 280px;
}

.ns-effect-jelly a {
  color: #5699bc;
}

.ns-effect-jelly a:hover,
.ns-effect-jelly a:focus {
  color: #fff;
}

.ns-effect-jelly .ns-close::before,
.ns-effect-jelly .ns-close::after {
  background: #5699bc;
}

.ns-effect-jelly .ns-close:hover::before,
.ns-effect-jelly .ns-close:hover::after {
  background: #fff;
}

.ns-effect-jelly.ns-show {
  -webkit-animation-name: animJelly;
  animation-name: animJelly;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ns-effect-jelly.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animJelly {
  0% {
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  2.083333% {
    transform: matrix3d(
      0.75266,
      0,
      0,
      0,
      0,
      0.76342,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  4.166667% {
    transform: matrix3d(
      0.81071,
      0,
      0,
      0,
      0,
      0.84545,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  6.25% {
    transform: matrix3d(
      0.86808,
      0,
      0,
      0,
      0,
      0.9286,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  8.333333% {
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.416667% {
    transform: matrix3d(
      0.96482,
      0,
      0,
      0,
      0,
      1.05202,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  12.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.583333% {
    transform: matrix3d(
      1.02563,
      0,
      0,
      0,
      0,
      1.09149,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  16.666667% {
    transform: matrix3d(
      1.04227,
      0,
      0,
      0,
      0,
      1.08453,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  18.75% {
    transform: matrix3d(
      1.05102,
      0,
      0,
      0,
      0,
      1.06666,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  20.833333% {
    transform: matrix3d(
      1.05334,
      0,
      0,
      0,
      0,
      1.04355,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  22.916667% {
    transform: matrix3d(
      1.05078,
      0,
      0,
      0,
      0,
      1.02012,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  25% {
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  27.083333% {
    transform: matrix3d(
      1.03699,
      0,
      0,
      0,
      0,
      0.98534,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  29.166667% {
    transform: matrix3d(
      1.02831,
      0,
      0,
      0,
      0,
      0.97688,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  31.25% {
    transform: matrix3d(
      1.01973,
      0,
      0,
      0,
      0,
      0.97422,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  33.333333% {
    transform: matrix3d(
      1.01191,
      0,
      0,
      0,
      0,
      0.97618,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  35.416667% {
    transform: matrix3d(
      1.00526,
      0,
      0,
      0,
      0,
      0.98122,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  37.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  39.583333% {
    transform: matrix3d(
      0.99617,
      0,
      0,
      0,
      0,
      0.99433,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  41.666667% {
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.75% {
    transform: matrix3d(
      0.99237,
      0,
      0,
      0,
      0,
      1.00413,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  45.833333% {
    transform: matrix3d(
      0.99202,
      0,
      0,
      0,
      0,
      1.00651,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  47.916667% {
    transform: matrix3d(
      0.99241,
      0,
      0,
      0,
      0,
      1.00726,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  50% {
    transform: matrix3d(
      0.99329,
      0,
      0,
      0,
      0,
      1.00671,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  52.083333% {
    transform: matrix3d(
      0.99447,
      0,
      0,
      0,
      0,
      1.00529,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  54.166667% {
    transform: matrix3d(
      0.99577,
      0,
      0,
      0,
      0,
      1.00346,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  56.25% {
    transform: matrix3d(
      0.99705,
      0,
      0,
      0,
      0,
      1.0016,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  58.333333% {
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  60.416667% {
    transform: matrix3d(
      0.99921,
      0,
      0,
      0,
      0,
      0.99884,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  62.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  64.583333% {
    transform: matrix3d(
      1.00057,
      0,
      0,
      0,
      0,
      0.99795,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  66.666667% {
    transform: matrix3d(
      1.00095,
      0,
      0,
      0,
      0,
      0.99811,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  68.75% {
    transform: matrix3d(
      1.00114,
      0,
      0,
      0,
      0,
      0.99851,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  70.833333% {
    transform: matrix3d(
      1.00119,
      0,
      0,
      0,
      0,
      0.99903,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  72.916667% {
    transform: matrix3d(
      1.00114,
      0,
      0,
      0,
      0,
      0.99955,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  75% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  77.083333% {
    transform: matrix3d(
      1.00083,
      0,
      0,
      0,
      0,
      1.00033,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  79.166667% {
    transform: matrix3d(
      1.00063,
      0,
      0,
      0,
      0,
      1.00052,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  81.25% {
    transform: matrix3d(
      1.00044,
      0,
      0,
      0,
      0,
      1.00058,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  83.333333% {
    transform: matrix3d(
      1.00027,
      0,
      0,
      0,
      0,
      1.00053,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  85.416667% {
    transform: matrix3d(
      1.00012,
      0,
      0,
      0,
      0,
      1.00042,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  87.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  89.583333% {
    transform: matrix3d(
      0.99991,
      0,
      0,
      0,
      0,
      1.00013,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  91.666667% {
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  93.75% {
    transform: matrix3d(
      0.99983,
      0,
      0,
      0,
      0,
      0.99991,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  95.833333% {
    transform: matrix3d(
      0.99982,
      0,
      0,
      0,
      0,
      0.99985,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  97.916667% {
    transform: matrix3d(
      0.99983,
      0,
      0,
      0,
      0,
      0.99984,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animJelly {
  0% {
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  2.083333% {
    transform: matrix3d(
      0.75266,
      0,
      0,
      0,
      0,
      0.76342,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  4.166667% {
    transform: matrix3d(
      0.81071,
      0,
      0,
      0,
      0,
      0.84545,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  6.25% {
    transform: matrix3d(
      0.86808,
      0,
      0,
      0,
      0,
      0.9286,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  8.333333% {
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.416667% {
    transform: matrix3d(
      0.96482,
      0,
      0,
      0,
      0,
      1.05202,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  12.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.583333% {
    transform: matrix3d(
      1.02563,
      0,
      0,
      0,
      0,
      1.09149,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  16.666667% {
    transform: matrix3d(
      1.04227,
      0,
      0,
      0,
      0,
      1.08453,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  18.75% {
    transform: matrix3d(
      1.05102,
      0,
      0,
      0,
      0,
      1.06666,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  20.833333% {
    transform: matrix3d(
      1.05334,
      0,
      0,
      0,
      0,
      1.04355,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  22.916667% {
    transform: matrix3d(
      1.05078,
      0,
      0,
      0,
      0,
      1.02012,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  25% {
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  27.083333% {
    transform: matrix3d(
      1.03699,
      0,
      0,
      0,
      0,
      0.98534,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  29.166667% {
    transform: matrix3d(
      1.02831,
      0,
      0,
      0,
      0,
      0.97688,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  31.25% {
    transform: matrix3d(
      1.01973,
      0,
      0,
      0,
      0,
      0.97422,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  33.333333% {
    transform: matrix3d(
      1.01191,
      0,
      0,
      0,
      0,
      0.97618,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  35.416667% {
    transform: matrix3d(
      1.00526,
      0,
      0,
      0,
      0,
      0.98122,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  37.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  39.583333% {
    transform: matrix3d(
      0.99617,
      0,
      0,
      0,
      0,
      0.99433,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  41.666667% {
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.75% {
    transform: matrix3d(
      0.99237,
      0,
      0,
      0,
      0,
      1.00413,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  45.833333% {
    transform: matrix3d(
      0.99202,
      0,
      0,
      0,
      0,
      1.00651,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  47.916667% {
    transform: matrix3d(
      0.99241,
      0,
      0,
      0,
      0,
      1.00726,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  50% {
    transform: matrix3d(
      0.99329,
      0,
      0,
      0,
      0,
      1.00671,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  52.083333% {
    transform: matrix3d(
      0.99447,
      0,
      0,
      0,
      0,
      1.00529,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  54.166667% {
    transform: matrix3d(
      0.99577,
      0,
      0,
      0,
      0,
      1.00346,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  56.25% {
    transform: matrix3d(
      0.99705,
      0,
      0,
      0,
      0,
      1.0016,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  58.333333% {
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  60.416667% {
    transform: matrix3d(
      0.99921,
      0,
      0,
      0,
      0,
      0.99884,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  62.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  64.583333% {
    transform: matrix3d(
      1.00057,
      0,
      0,
      0,
      0,
      0.99795,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  66.666667% {
    transform: matrix3d(
      1.00095,
      0,
      0,
      0,
      0,
      0.99811,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  68.75% {
    transform: matrix3d(
      1.00114,
      0,
      0,
      0,
      0,
      0.99851,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  70.833333% {
    transform: matrix3d(
      1.00119,
      0,
      0,
      0,
      0,
      0.99903,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  72.916667% {
    transform: matrix3d(
      1.00114,
      0,
      0,
      0,
      0,
      0.99955,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  75% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  77.083333% {
    transform: matrix3d(
      1.00083,
      0,
      0,
      0,
      0,
      1.00033,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  79.166667% {
    transform: matrix3d(
      1.00063,
      0,
      0,
      0,
      0,
      1.00052,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  81.25% {
    transform: matrix3d(
      1.00044,
      0,
      0,
      0,
      0,
      1.00058,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  83.333333% {
    transform: matrix3d(
      1.00027,
      0,
      0,
      0,
      0,
      1.00053,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  85.416667% {
    transform: matrix3d(
      1.00012,
      0,
      0,
      0,
      0,
      1.00042,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  87.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  89.583333% {
    transform: matrix3d(
      0.99991,
      0,
      0,
      0,
      0,
      1.00013,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  91.666667% {
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  93.75% {
    transform: matrix3d(
      0.99983,
      0,
      0,
      0,
      0,
      0.99991,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  95.833333% {
    transform: matrix3d(
      0.99982,
      0,
      0,
      0,
      0,
      0.99985,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  97.916667% {
    transform: matrix3d(
      0.99983,
      0,
      0,
      0,
      0,
      0.99984,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.ns-effect-slide {
  background: #415f76cc;
  top: auto;
  bottom: 30px;
}

.ns-effect-slide .ns-close::before,
.ns-effect-slide .ns-close::after {
  background: #333;
}

.ns-effect-slide .ns-close:hover::before,
.ns-effect-slide .ns-close:hover::after {
  background: #fff;
}

.ns-effect-slide.ns-show {
  -webkit-animation-name: animSlideElastic;
  animation-name: animSlideElastic;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes animSlideElastic {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }

  1.666667% {
    transform: matrix3d(
      1.92933,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -739.26805,
      0,
      0,
      1
    );
  }

  3.333333% {
    transform: matrix3d(
      1.96989,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -521.82545,
      0,
      0,
      1
    );
  }

  5% {
    transform: matrix3d(
      1.70901,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -349.26115,
      0,
      0,
      1
    );
  }

  6.666667% {
    transform: matrix3d(
      1.4235,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -218.3238,
      0,
      0,
      1
    );
  }

  8.333333% {
    transform: matrix3d(
      1.21065,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -123.29848,
      0,
      0,
      1
    );
  }

  10% {
    transform: matrix3d(
      1.08167,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -57.59273,
      0,
      0,
      1
    );
  }

  11.666667% {
    transform: matrix3d(
      1.0165,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -14.72371,
      0,
      0,
      1
    );
  }

  13.333333% {
    transform: matrix3d(
      0.99057,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      11.12794,
      0,
      0,
      1
    );
  }

  15% {
    transform: matrix3d(
      0.98478,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      24.86339,
      0,
      0,
      1
    );
  }

  16.666667% {
    transform: matrix3d(
      0.98719,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      30.40503,
      0,
      0,
      1
    );
  }

  18.333333% {
    transform: matrix3d(
      0.9916,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      30.75275,
      0,
      0,
      1
    );
  }

  20% {
    transform: matrix3d(
      0.99541,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      28.10141,
      0,
      0,
      1
    );
  }

  21.666667% {
    transform: matrix3d(
      0.99795,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      23.98271,
      0,
      0,
      1
    );
  }

  23.333333% {
    transform: matrix3d(
      0.99936,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      19.40752,
      0,
      0,
      1
    );
  }

  25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
  }

  26.666667% {
    transform: matrix3d(
      1.00021,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      11.08575,
      0,
      0,
      1
    );
  }

  28.333333% {
    transform: matrix3d(
      1.00022,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      7.82507,
      0,
      0,
      1
    );
  }

  30% {
    transform: matrix3d(
      1.00016,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      5.23737,
      0,
      0,
      1
    );
  }

  31.666667% {
    transform: matrix3d(
      1.0001,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      3.27389,
      0,
      0,
      1
    );
  }

  33.333333% {
    transform: matrix3d(
      1.00005,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      1.84893,
      0,
      0,
      1
    );
  }

  35% {
    transform: matrix3d(
      1.00002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0.86364,
      0,
      0,
      1
    );
  }

  36.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
  }

  38.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
  }

  40% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
  }

  41.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
  }

  43.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
  }

  45% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
  }

  46.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
  }

  48.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
  }

  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
  }

  51.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
  }

  53.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
  }

  55% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
  }

  56.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
  }

  58.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
  }

  60% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
  }

  61.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
  }

  63.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
  }

  65% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
  }

  66.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
  }

  68.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
  }

  70% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
  }

  71.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
  }

  73.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
  }

  75% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
  }

  76.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
  }

  78.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
  }

  80% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
  }

  81.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
  }

  83.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
  }

  85% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
  }

  86.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
  }

  88.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
  }

  90% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }

  91.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }

  93.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }

  95% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
  }

  96.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }

  98.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
  }

  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animSlideElastic {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }

  1.666667% {
    transform: matrix3d(
      1.92933,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -739.26805,
      0,
      0,
      1
    );
  }

  3.333333% {
    transform: matrix3d(
      1.96989,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -521.82545,
      0,
      0,
      1
    );
  }

  5% {
    transform: matrix3d(
      1.70901,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -349.26115,
      0,
      0,
      1
    );
  }

  6.666667% {
    transform: matrix3d(
      1.4235,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -218.3238,
      0,
      0,
      1
    );
  }

  8.333333% {
    transform: matrix3d(
      1.21065,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -123.29848,
      0,
      0,
      1
    );
  }

  10% {
    transform: matrix3d(
      1.08167,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -57.59273,
      0,
      0,
      1
    );
  }

  11.666667% {
    transform: matrix3d(
      1.0165,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -14.72371,
      0,
      0,
      1
    );
  }

  13.333333% {
    transform: matrix3d(
      0.99057,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      11.12794,
      0,
      0,
      1
    );
  }

  15% {
    transform: matrix3d(
      0.98478,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      24.86339,
      0,
      0,
      1
    );
  }

  16.666667% {
    transform: matrix3d(
      0.98719,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      30.40503,
      0,
      0,
      1
    );
  }

  18.333333% {
    transform: matrix3d(
      0.9916,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      30.75275,
      0,
      0,
      1
    );
  }

  20% {
    transform: matrix3d(
      0.99541,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      28.10141,
      0,
      0,
      1
    );
  }

  21.666667% {
    transform: matrix3d(
      0.99795,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      23.98271,
      0,
      0,
      1
    );
  }

  23.333333% {
    transform: matrix3d(
      0.99936,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      19.40752,
      0,
      0,
      1
    );
  }

  25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
  }

  26.666667% {
    transform: matrix3d(
      1.00021,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      11.08575,
      0,
      0,
      1
    );
  }

  28.333333% {
    transform: matrix3d(
      1.00022,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      7.82507,
      0,
      0,
      1
    );
  }

  30% {
    transform: matrix3d(
      1.00016,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      5.23737,
      0,
      0,
      1
    );
  }

  31.666667% {
    transform: matrix3d(
      1.0001,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      3.27389,
      0,
      0,
      1
    );
  }

  33.333333% {
    transform: matrix3d(
      1.00005,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      1.84893,
      0,
      0,
      1
    );
  }

  35% {
    transform: matrix3d(
      1.00002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0.86364,
      0,
      0,
      1
    );
  }

  36.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
  }

  38.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
  }

  40% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
  }

  41.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
  }

  43.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
  }

  45% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
  }

  46.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
  }

  48.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
  }

  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
  }

  51.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
  }

  53.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
  }

  55% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
  }

  56.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
  }

  58.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
  }

  60% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
  }

  61.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
  }

  63.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
  }

  65% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
  }

  66.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
  }

  68.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
  }

  70% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
  }

  71.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
  }

  73.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
  }

  75% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
  }

  76.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
  }

  78.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
  }

  80% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
  }

  81.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
  }

  83.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
  }

  85% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
  }

  86.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
  }

  88.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
  }

  90% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }

  91.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }

  93.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }

  95% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
  }

  96.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }

  98.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
  }

  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.ns-effect-slide.ns-hide {
  -webkit-animation-name: animSlide;
  animation-name: animSlide;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@-webkit-keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes animSlide {
  0% {
    transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.ns-effect-genie {
  top: auto;
  bottom: 30px;
  background: #1c2e2d;
  box-shadow: 0 7px 6px #0003 2px 4px 6px #00000080;
}

.ns-effect-genie .ns-close::after,
.ns-effect-genie .ns-close::before {
  background: #0eada0;
}

.ns-effect-genie .ns-close:hover::after,
.ns-effect-genie .ns-close:hover::before {
  background: #fff;
}

.ns-effect-genie.ns-show,
.ns-effect-genie.ns-hide {
  -webkit-animation-name: animGenie;
  animation-name: animGenie;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes animGenie {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(200% + 30px), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
  }

  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
  }

  70% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes animGenie {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(200% + 30px), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
    transform: translate3d(0, calc(200% + 30px), 0) scale3d(0, 1, 1);
    animation-timing-function: ease-in;
  }

  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    animation-timing-function: ease-out;
  }

  70% {
    opacity: 0.6;
    transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@media screen and (max-width: 25em) {
  .ns-growl {
    top: 10px;
    left: 10px;
    right: 10px;
    max-width: none;
  }

  .ns-effect-slide,
  .ns-effect-genie {
    top: auto;
    bottom: 10px;
  }
}

.form-group.note-group-select-from-files label {
  float: none;
}

.g-recaptcha {
  margin-top: 5px;
  margin-bottom: 20px;
}

.g-recaptcha > div:first-child {
  width: 100% !important;
}

@media (max-width: 1280px) and (min-width: 993px) {
  h3 {
    font-size: 2em;
  }

  span.select-conteiner {
    width: 140px;
  }

  .arrow {
    left: 124px;
  }

  #menulist {
    width: 150px;
  }
}

.modal-content {
  background: #303030 none repeat scroll 0 0;
}

.modal-header {
  border: 0;
}

.modal-footer {
  border: 0;
}

.modal-title {
  color: #86b8be;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bootbox-body {
  color: #000;
}

.bootbox.modal {
  z-index: 40000;
}

.note-toolbar.panel-heading .btn {
  border: none;
}

.note-editor.note-frame .note-editing-area .note-editable {
  min-height: 220px;
}

.modal-loading.modal-backdrop.in {
  text-align: center;
  opacity: 0.7;
  display: block;
  z-index: 99999;
  height: 100%;
}

.loading {
  font-size: 100px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -75px;
}

.modal.summernote-modal {
  z-index: 40000;
}

.modal.in .modal-dialog {
  margin-top: 10%;
}

.modal.in.large-size .modal-dialog {
  width: 1000px;
}

.modal.in.medium-size .modal-dialog {
  width: 800px;
}

.modal.in.small-size .modal-dialog {
  width: 400px;
}

.note-image-input.form-control {
  height: 100%;
}

.modal-content .modal-footer .btn {
  background: none;
  padding: 6px 12px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.modal-content .modal-footer .btn:hover {
  color: #646464;
  border: 2px solid var(--primary-color);
}

@media (max-width: 1000px) {
  .container-fluid,
  .login-container {
    width: 100%;
    background: none;
  }

  .form-container {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .form-container {
    width: 90%;
  }
}

button.dt-button,
div.dt-button,
a.dt-button,
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover,
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled),
button.dt-button:active:hover:not(.disabled):not(.disabled),
button.dt-button.active:hover:not(.disabled):not(.disabled),
div.dt-button:active:hover:not(.disabled):not(.disabled),
div.dt-button.active:hover:not(.disabled):not(.disabled),
a.dt-button:active:hover:not(.disabled):not(.disabled),
a.dt-button.active:hover:not(.disabled):not(.disabled) {
  background: none;
  border: none;
  box-shadow: none;
}

a.dt-button.buttons-collection.buttons-colvis .fa,
a.dt-button.buttons-excel.buttons-html5 .fa {
  font-size: 2em;
  color: #8c8c8c;
}

div.dt-button-collection {
  width: 240px;
  overflow: visible;
  margin-bottom: 50px;
}

div.dt-button-collection:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 45px;
  position: absolute;
  right: 62px;
  top: -18px;
}

.with-mydonor-integration div.dt-button-collection:before {
  right: 122px;
}

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  color: #8c8c8c;
  font-size: 14px;
  margin-left: 0;
  padding-left: 50px;
  padding-bottom: 0;
  background: transparent url(/assets/images/checkbox-colonne-visibili-off.png)
    no-repeat scroll 10px 5px;
  margin-bottom: 0;
  padding-top: 0;
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled),
div.dt-button-collection
  button.dt-button.active:hover:not(.disabled):not(.disabled),
div.dt-button-collection
  div.dt-button.active:hover:not(.disabled):not(.disabled),
div.dt-button-collection
  a.dt-button.active:hover:not(.disabled):not(.disabled) {
  box-shadow: none;
  background-image: none;
  background-color: #ccc;
  color: #666;
  font-size: 14px;
  margin-left: 0;
  padding-left: 50px;
  padding-bottom: 0;
  background: transparent url(/assets/images/checkbox-colonne-visibili-on.png)
    no-repeat scroll 10px 5px;
  margin-bottom: 0;
  padding-top: 0;
}

div.dt-button-collection button.dt-button:hover:not(.disabled):not(.disabled),
div.dt-button-collection div.dt-button:hover:not(.disabled):not(.disabled),
div.dt-button-collection a.dt-button:hover:not(.disabled):not(.disabled) {
  box-shadow: none;
  background-image: none;
  background-color: #ccc;
  color: #fff;
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  padding-bottom: 0;
  background: #ccc url(/assets/images/checkbox-colonne-visibili-off.png)
    no-repeat scroll 10px 5px;
  margin-bottom: 0;
  padding-top: 0;
}

div.dt-button-collection .dt-button.buttons-colvisRestore {
  border: 2px solid #838385;
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #838385;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  padding-left: 11px;
  background: none;
  transition: all 0.3s ease-in-out;
  margin: 15px auto 20px;
}

div.dt-button-collection .dt-button.buttons-colvisRestore.cv-annulla {
  margin: 1rem auto;
  width: 100%;
}

div.dt-button-collection .dt-button.buttons-colvisRestore.cv-default {
  margin: 1rem auto;
  width: 100%;
}

div.dt-button-collection
  .dt-button.buttons-colvisRestore.cv-default:hover:not(.disabled):not(
    .disabled
  ) {
  margin-bottom: 20px;
}

div.dt-button-collection
  .dt-button.buttons-colvisRestore:hover:not(.disabled):not(.disabled) {
  border: 2px solid #86b8be;
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #86b8be;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  padding-left: 11px;
  background: none;
}

.mydonor-export {
  display: inline-block;
  background: transparent url(/assets/images/logo_mydonor.png) scroll no-repeat
    center center / contain;
  width: 30px;
  height: 41px;
}

.sidebar-salva.sticky {
  position: fixed;
  width: 100%;
  max-width: 20%;
  top: 80px;
}

@media (max-width: 768px) {
  .sidebar-salva.sticky {
    position: fixed;
    max-width: calc(100% - 200px);
    top: 48px;
    background: #fff;
    padding: 1rem 2rem;
  }
}

.inline-title {
  display: inline-block;
}

.datepicker-range {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-left: 40px;
  margin-right: 20px;
  position: relative;
}

.datepicker-range label {
  clear: none;
  display: inline-block;
  margin: 7px 5px 0;
}

.datepicker-range:hover,
#daterange:hover {
  cursor: pointer;
}

.datepicker-range .date-picker {
  width: 130px;
}

.datepicker-range .date-picker + .fa {
  float: left;
  left: -26px;
  position: relative;
  top: 9px;
  color: var(--primary-color);
}

.datepicker-range .date-picker + .fa:hover {
  color: #86b8be;
}

.datepicker-range + .btn {
  margin-top: -10px;
}

#daterange {
  padding-right: 50px;
}

#daterange + .fa {
  color: var(--primary-color);
  position: absolute;
  right: 13px;
  top: 9px;
}

.daterangepicker .fa {
  margin-bottom: 0;
  color: #505050;
}

.daterangepicker td,
.daterangepicker th {
  background-color: #fff;
  color: #505050;
}

.daterangepicker thead tr:first-child th:hover,
.daterangepicker tfoot tr th:hover {
  background-color: #eee;
}

.daterangepicker .daterangepicker_input i {
  top: 5px;
  color: #cacdc5;
}

.note-toolbar.panel-heading .btn {
  height: 34px;
  padding: 8px 14px;
  border: 1px solid #c8c8c8;
}

.note-toolbar.panel-heading .btn i {
  color: #646464;
  margin-right: 0;
  font-size: 14px;
}

.note-toolbar.panel-heading .btn:hover i {
  color: #fff;
  text-shadow: none;
}

.note-toolbar.panel-heading .btn .caret {
  margin-left: 4px;
  color: #646464;
  position: relative;
  top: -2px;
}

.note-toolbar.panel-heading .btn:hover .caret {
  color: #fff;
}

.panel-heading.note-toolbar .note-para .dropdown-menu .btn {
  padding: 8px 7px;
}

.datepicker table tr td,
.datepicker table tr th {
  background-color: #fff;
  color: #505050;
}

.lingua-abilitata.field-error > .row {
  padding-bottom: 7px;
}

.lingua-abilitata input[disabled] {
  border: none;
  height: 38px;
  color: #8c8c8c;
}

.lingua-abilitata input {
  width: 100%;
}

.anteprima-mail-block {
  position: relative;
  min-height: 243px;
}

.anteprima-mail-select,
.pulsanti-container-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.anteprima-mail-select .select-wrapper,
.anteprima-mail-select .menu-a-tendina {
  margin-top: 10px;
}

.anteprima-mail-select .select-wrapper select,
.anteprima-mail-select div.fancy-select div.trigger {
  width: 300px;
}

.anteprima-mail-select div.fancy-select ul.options {
  min-width: 300px;
}

select.custom-style {
  color: #838385;
  border-color: #838385;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

select.custom-style option {
  padding: 10px 5px;
}

.btn.gray-version,
div.fancy-select div.trigger {
  border: 2px solid #838385;
  background: #fff;
  color: #838385;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
}

.btn.gray-version:hover {
  text-shadow: none;
}

div.fancy-select div.trigger.open {
  border: 2px solid silver;
  background: #fff;
  color: silver;
  border-radius: 6px;
}

div.fancy-select ul.options {
  background-color: #fff;
  border-top-color: #fff;
  padding: 0;
}

div.fancy-select ul.options li {
  color: var(--primary-color);
}

div.fancy-select ul.options li.hover,
div.fancy-select ul.options li.selected {
  background-color: #86b8beb3;
  color: #fff;
}

div.fancy-select.disabled .trigger:hover {
  cursor: default;
}

.modal.full-height.in {
  z-index: 30001;
}

.modal.full-height.in .modal-dialog {
  margin-top: 30px;
}

.checkbox-wrapper {
  margin: 5px 0;
  overflow: hidden;
}

.checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.checkbox-wrapper .input-checkbox[type="checkbox"] + label {
  vertical-align: top;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

.checkbox-wrapper .input-checkbox[type="checkbox"] + label:hover {
  cursor: pointer;
}

.checkbox-wrapper .input-checkbox[type="checkbox"] + label span {
  border: 2px solid #e6e6e8;
  float: left;
  height: 25px;
  margin-bottom: 20px;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
  width: 25px;
  background: #fff;
  border-radius: 6px;
}

.checkbox-wrapper .input-checkbox[type="checkbox"] + label span i.fa {
  color: #86b8be;
  left: 1px;
  position: absolute;
  top: 1px;
  font-size: 14px;
  padding: 2px;
  transition: all 0.2s ease-out 0s;
}

.checkbox-wrapper
  .input-checkbox[type="checkbox"]:not(:checked)
  + label
  span
  i.fa {
  opacity: 0;
}

.checkbox-wrapper .input-checkbox[type="checkbox"]:checked + label span i.fa {
  opacity: 1;
}

.reset-image .checkbox-wrapper .input-checkbox[type="checkbox"] + label span {
  margin-bottom: 0;
}

.safari .sidebar-salva.sticky {
  margin-left: 204px;
}

.footer.registrazione {
  display: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.login_content {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #3b3c3b;
}

.login_content a,
.login_content i {
  color: #008990;
}
.login_content a:hover,
.login_content i:hover {
  color: #3da435;
}

.login_content button {
  border: 0px;
  color: #ffffff;
  background: #008990;
}
.login_content button:hover {
  color: #ffffff;
  background: #3da435;
}

.privacy-wrapper {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #3b3c3b;
  margin-bottom: 20px;
}

table td .fa {
  color: var(--text-label);
}