.woocommerce-MyAccount-content{
  position: relative;
}

.spinner {
   position: absolute;
   left: 50%;
   /* top: 50%; */
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top: 6px solid rgb(35 80 169);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
 }

/* Sidebar pagina My Account */
.woocommerce-MyAccount-navigation-link--stato-richieste a
,.woocommerce-MyAccount-navigation-link--tabellone a
,.woocommerce-MyAccount-navigation-link--documenti-volontario a {
  background-color: #435c7c !important;
  color: #fff !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a{
    background-color: #ed1c24 !important;
    color: #fff !important;
}

/* LE TUE RICHIESTE */
table.le_tue_richieste tr.stato-3.stato-3{
  background-color: #4CAF50;
}

table.le_tue_richieste tr.stato-4.stato-4{
  background-color: #2196F3;
}

.schema-colori span{
  position:relative;
  padding-left:20px;
  font-size: 15px;
  line-height:15px;
  display: block;
  margin-bottom: 15px;
}

.schema-colori span::before{
  content: '';
  position: absolute;
  width: 15px;
  height:15px;
  left: 0;
  top: 0px;
}

.schema-colori .stato-3::before{
  background-color:#4CAF50;
}

.schema-colori .stato-4::before{
  background-color:#2196F3;
}

table.le_tue_richieste td.contratto{
  text-align: center;
}

table.le_tue_richieste .pw_delete{
  cursor: pointer;
  color: red;
}

table .contratto .file-prevent-overflow{
  display: none;
}

table .contratto .control-label{
  background-color: #ed1c24;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.woocommerce-MyAccount-content .documenti-container .pw_delete{
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.vol-buttons-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.vol-buttons-container div {
    padding: 10px;
    background: #2350a9;
    text-align: center;
    color: #fff;
    border: 1px solid #0d3ea1;
}

.vol-buttons-container a {
    color: #fff;
}

.vol-buttons-container div.selected
, .vol-buttons-container div:hover {
    background-color: #ed1c24;
    border-color: #9c060c;
    cursor: pointer;
}
