

.tools { 

      position: fixed;

      top:0px;
      left: 0px;
      right:0px;
      height: 60px;
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: center; 
      background: #dc0d15;
      -webkit-transition:all .1s ease;
      font-size: 15px;
      font-weight: bold;
      color: #FFF;
      z-index: 1000;
     
}

.title {
      font-weight: bold;
      padding:0px 20px 20px 20px;
}


.widget-title {
      font-weight: bold;
      padding:0px 20px 20px 20px;
}

.widget-item {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      background: #FFF;
      border-bottom: 1px solid #EEE;
      padding: 20px;
      box-shadow: rgba(142, 134, 171, 0.05) 0px 3px 16px 0px;
      width:100%;
}

.widget-image { width:70px;min-width:70px;max-width:70px;max-height:70px;background-repeat:no-repeat;background-size:cover;background-position:center;margin-right:15px;border-radius: 4px;}
.widget-header {
      font-weight: bold;
      font-size: 13px;
      margin-bottom: 5px;
}

.widget-item p {
      font-size: 12px;
      color: #777;
      margin-bottom: 5px;
}

.checkbox {
      display: flex;
      align-items: center;
      justify-content: center;
}

.checkbox input {
      margin-right: 5px;
}


.index {
      background: #db0032;
      padding:50px 0px;
}

.index .logo img { filter:brightness(0) invert(100%); }


.index .main h1 {
      font-size: 30px;
      line-height: 30px;
      padding: 0 30px;
      letter-spacing: -2px;
      color:#FFF;
      text-align: center;
}




.index .center-content {
      display: flex;
      align-items: center;
      margin:50px 0px;
}

.index .wrapper {
      width: 100%;
}

.index .marquee-text {
      overflow: clip;
}


.index .marquee-text+.marquee-text {
      margin-top: 10px;
}

.index .marquee-text-track {
      display: flex;
      gap: 5px;
      width: max-content;
      animation: marquee-move-text var(--speed, 10s) linear infinite var(--direction, forwards);
}

.index .marquee-text p {
      background-color: rgba(255,255,255,.1);
      border-radius: 999px;
      color:#FFF;
      font-size: 14px;
      padding: 10px 20px;
      font-weight: 500;
}



@keyframes marquee-move-text {
      to {
            transform: translateX(-50%);
      }
}

.index .icon {
      
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
}




.index .icon img {
     max-width: 150px;
      filter: brightness(0) invert(100%);
}




.index .actions {
      text-align: center;
      padding:0px 50px ;
}

.index .btn-login {
      font-size: 16px;
      font-weight: 500;
      padding: 10px 20px;
      border-radius: 999px;
}




.index .btn-login+.btn-login {
      margin-top: 5px;
}


.index .btn-default { background:#FFF;color:#db0032; }



      .menu-toggle { display: block; position:fixed;top:18px;left:20px;color:#FFF;font-size:18px;z-index:9999; }
      .court-toggle { display: block; position:fixed;top:18px;right:20px;color:#FFF;font-size:18px;z-index:9999; }




      .footer {
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            bottom: 0px;
            left: 0;
            right: 0;
            height: 60px;
            min-height: 60px;
            background-color: #FFF;
            box-shadow: 0 .75rem 1.5rem #12263f08;
            border-top:1px solid rgba(0,0,0,.050);
            z-index: 1000;
            text-align: center;

      }

      .footer a {
            flex: 1;
            flex-grow: 1;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: #121926;
      }
      .footer .fa, .footer .far { font-size:20px;}
      .footer a + a { border-left:1px solid rgba(0,0,0,.025); }

      .footer a:nth-child(3) .fa{ font-size:25px !important;  }

      .footer a small { font-size:9px;display:block;margin-top:5px; }

      .index .footer {display: none;}
      .index .menu-toggle { display:none; }
      .index .court-toggle { display:none; }






