﻿/*COLOR*/ /* COMMON */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
}

iframe {
  width: 100%;
  border: 0;
}

.text-gray {
  color: gray;
}

.text-red {
  color: #cc122e;
}

::selection {
  color: #FFFFFF;
  background: #cc122e;
}

.border-bottom-black {
  border-bottom: 1px solid #000000;
}

.border-gray {
  border: 1px solid #eee;
}

.border-bottom-gray {
  border-bottom: 1px solid #eee;
}

.toast-message {
  font-size: 15px;
  font-weight: bold;
}

td {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a:not(.btn):hover {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.alert {
  font-weight: 500 !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.padding-15 {
  padding: 15px;
}

.padding-30 {
  padding: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.bold-100 {
  font-weight: 100;
}

.bold-200 {
  font-weight: 200;
}

.bold-300 {
  font-weight: 300;
}

.bold-400 {
  font-weight: 400;
}

.bold-500 {
  font-weight: 500;
}

.bold-600 {
  font-weight: 600;
}

.bold-700 {
  font-weight: 700;
}

.bold-800 {
  font-weight: 800;
}

.bold-900 {
  font-weight: 900;
}

/* HEADER */
header {
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px 0;
}

header img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/* MAIN */
main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.avviso {
  font-size: 20px;
  color: #af2020;
}

.check-completed {
  font-size: 65px;
  color: #009b00;
}

.option {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.opt-disabled {
  color: #d5d5d5;
}

.opt-checked .fa-circle-check {
  color: #e20613;
}

.opt-disabled .fa-circle-check,
.opt-checked .fa-circle {
  display: none !important;
}

.notti-2 .notte-11-12 {
  display: none;
}

.notti-1 .notte-11-12,
.notti-1 .notte-12-13 {
  display: none;
}

/* FOOTER */
footer {
  background-color: #e20613;
  color: #FFFFFF;
  padding: 30px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

footer img {
  width: 100%;
  max-width: 200px;
}

/* MEDIA QUERY */
