html {-moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover;}
a {text-decoration: none; background-color: transparent;}
body, .login-page, .content-wrapper {background-color: transparent; background: transparent;}
form .form-check.form-switch {margin-top: 32px!important;}
form .row .form-check.form-switch {margin-top: 5px!important;}
table .form-check.form-switch {display: inline-block!important; text-align: center; margin-top: 0px!important}
.form-switch.form-switch-md {padding-left: 4.5em; height: 2.5em;}
.form-switch.form-switch-md .form-check-input {margin-left: -4.5em; height: 2em; width: 4em;}
.form-switch.form-switch-md .form-check-label {padding-top: 0.5em;}
.form-switch.form-switch-lg {padding-left: 8.5em; height: 4.5em;}
.form-switch.form-switch-lg .form-check-input {margin-left: -8.5em; height: 4em; width: 8em;}
.form-switch.form-switch-lg .form-check-label {padding-top: 1.5em;}
.form-check-input:checked {background-color: #198754;border-color: #198754;}
.toast {z-index: 1048;}
.card .overlay, .info-box .overlay, .overlay-wrapper .overlay, .small-box .overlay {border-radius: .25rem; -ms-flex-align: center; align-items: center; background-color: rgba(255, 255, 255, .7); display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; z-index: 50;}
.card>.loading-img, .card>.overlay, .info-box>.loading-img, .info-box>.overlay, .overlay-wrapper>.loading-img, .overlay-wrapper>.overlay, .small-box>.loading-img, .small-box>.overlay {height: 100%; left: 0; position: absolute; top: 0; width: 100%;}
.card>.overlay>.spinner-border{width: 3rem; height: 3rem;}
.h-1 {height: 120px!important;}
.h-2 {height: 80px!important;}
.h-3 {height: 60px!important;}
.h-4 {height: 40px!important;}
.h-5 {height: 25px!important;}
.h-6 {height: 20px!important;}
.w-1 {width: 120px!important;}
.w-2 {width: 80px!important;}
.w-3 {width: 60px!important;}
.w-4 {width: 40px!important;}
.w-5 {width: 25px!important;}
.w-6 {width: 15px!important;}
.list-group {--bs-list-group-active-bg: #198754;}
.bg-none {background: transparent!important;}
.toast-container-exception .toast-body {overflow-x: scroll; height: 250px; font-size: 10px}
/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.ribbon {
  --f: .5em; /* control the folded part */
  
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #BD1550; /* the main color  */
}
.bg-danger, .bg-success{color: white!important;}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon-rose {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.ribbon-rose {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  left: 15px;
  top: calc(-1*var(--f));
  padding: .2em;
  background: #BF4D28;
  border-left: var(--f) solid #0005;
  border-bottom: var(--r) solid #0000;
  clip-path: polygon(var(--f) 0,100% 0,100% 100%,calc(50% + var(--f)/2) calc(100% - var(--r)), var(--f) 100%,var(--f) var(--f),0 var(--f));
}
.nav-tabs .nav-link {color: #198754;}
.bg-inter {background-color: #002060}
.bg-inter .bi {color: #ffffff;}
.bg-juventus {background-color: #ffffff}
.bg-milan {background-color: #ff0000}
.bg-milan .bi {text-shadow: 0.5px 0 currentColor, -0.5px 0 currentColor, 0 0.5px currentColor, 0 -0.5px currentColor;}
.bg-roma {background-color: #ff0000}
.bg-roma .bi {text-shadow: 0.5px 0 currentColor, -0.5px 0 currentColor, 0 0.5px currentColor, 0 -0.5px currentColor;}
.bg-trapani {background-color: #953734}
.bg-trapani .bi {color: #ffffff;}
.bg-palermo {background-color: #e5b9b7}
.bg-palermo .bi {text-shadow: 0.5px 0 currentColor, -0.5px 0 currentColor, 0 0.5px currentColor, 0 -0.5px currentColor;}
.login-box .nav-pills .nav-link.active, .nav-pills .show>.nav-link {background-color: #198754}
.login-box .nav-link {color: #198754}
.pagination .page-link {color: #198754}
.card-campo{margin-right: auto !important;margin-left: auto !important;}
@media (max-width: 768px) {
    .card-campo {width:100%;}
}