button[type=submit] .far {
      margin-right: 10px;
}

.login {
      flex-direction: column;
}

.login h2 {
      font-size: 18px;
      color: rgb(43, 45, 59);
      padding-bottom: 30px;
}

.login h2 .fa {
      margin-right: 5px;
}

.login form {
      width: 400px;
      background: #FFF;
      padding: 40px 30px;
      -webkit-box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
      box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
      border-radius: 6px;
}

.login .form-actions { display: flex;align-items: center;justify-content: center;color:rgb(101, 109, 154);margin-bottom:30px;margin-top:15px;font-weight:500; }
.login .form-actions a { margin-left:auto; color:rgb(150, 160, 181);font-weight:500; }

.login .info {
      max-width: 400px;
      min-width: 400px;
      min-width: 400px;
      color: #FFF;
      margin-top: 15px;
      text-align: center;
}

.sidebar {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 270px;
      display: flex;
      flex-direction: column;
      background: rgb(32, 34, 33);
      color: #cdd5df;
      overflow-y: auto;
      -webkit-transition: left .3s linear;
      -moz-transition: left .3s linear;
      -o-transition: left .3s linear;
      transition: left .3s linear;
      z-index: 999;
}

.sidebar::-webkit-scrollbar {
      width: 6px;
}

.sidebar::-webkit-scrollbar-track {
      background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, .2);
      border-radius: 20px;
}

.sidebar .logo {
      background: rgb(30, 157, 175);
      height: 72px;
      text-align: center;
      font-size: 40px;
      font-weight: bold;
      line-height: 72px;
      margin-bottom: 15px;
}

.sidebar .logo img {
      max-height: 40px;
}

.sidebar ul li {
      padding: 0px 15px;
}

.sidebar ul li[disabled] a {
      opacity: .6;
      cursor: not-allowed;
}

.sidebar ul li a {
      display: flex;
      align-items: center;
      color: rgb(205, 213, 223);
      font-size: 14px;
      padding: 0px 15px;
      font-weight: 500;
      border-radius: 4px;
      height: 42px;
}

.sidebar ul li.active>a,
.sidebar ul li a:hover {
      background: rgba(30, 157, 175, .1);
      color: rgb(30, 157, 175);
}

.sidebar ul li a .far {
      width: 25px;
      min-width: 25px;
}

.sidebar .profile {
      display: flex;
      margin-top: auto;
      padding: 25px 15px;
      border-top: 1px solid rgb(36, 43, 54);
}

.sidebar .profile .fal {
      width: 40px;
      min-width: 40px;
      max-width: 40px;
      height: 40px;
      min-height: 40px;
      max-height: 40px;
      line-height: 40px;
      font-size: 30px;
      text-align: center;
      border-radius: 100%;
      margin-right: 10px;
}

.sidebar .profile strong {
      display: block;
}

.sidebar .profile a {
      color: #cdd5df;
}

.sidebar .profile .right {
      display: flex;
      justify-content: center;
      flex-direction: column;
}

.overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, .5);
      width: 100%;
      height: 100%;
      z-index: 998;
}

.overlay.active { display:block; }
.tools {
      position: fixed;
      top: 0px;
      left: 270px;
      right: 0;
      padding: 16px 24px;
      height: 72px;
      min-height: 72px;
      background-color: #FFF;
      box-shadow: 0 .75rem 1.5rem #12263f08;
      display: flex;
      align-items: center;
      z-index: 15;
}

.tools .left {
      font-size: 18px;
      font-weight: bold;
      color: #121926;
}

.tools .left .fad {
      color: rgb(30, 157, 175);
      margin-right: 5px;
}

.tools .center {
      border-left: 1px solid rgba(0, 0, 0, .1);
      margin-left: 15px;
}

.tools .center>* {
      margin-left: 15px;
}

.tools .right {
      margin-left: auto;
      display: flex;
      align-items: center;
      justify-content: center;
}

.tools .right .btn-info {
      margin-left: 10px;
}

.box {
      background: #FFF;
      border-radius: 6px;
      box-shadow: rgba(142, 134, 171, 0.05) 0px 3px 16px 0px;
}

.box-header {
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px dashed rgb(226, 231, 241);
      padding: 30px;
}

.box-title {
      margin-bottom: 15px;
      font-weight: bold;
}

.box-price {
      font-size: 24px;
      font-weight: bold;
}

.box-right {
      background-color: rgb(244, 246, 249);
      border-radius: 100%;
      color: rgb(149, 160, 197);
      font-size: 24px;
      font-weight: 700;
      height: 60px;
      line-height: 60px;
      width: 60px;
      text-align: center;
      margin-left: auto;
}

.box-footer {
      padding: 30px;
      color: rgb(150, 160, 181);
}

.widget {
      background: #FFF;
      border-radius: 6px;
      box-shadow: rgba(142, 134, 171, 0.05) 0px 3px 16px 0px;
      margin-top: 30px;
}

.widget-title {
      font-weight: bold;
      padding: 30px;
      border-bottom: 1px solid #EEE;
}

.widget-content {
      padding: 30px;
}

.widget-body {
      overflow-x: hidden;
      overflow-y: scroll;
      max-height: 400px;
}

.widget-item {
      background: #FFF;
      border-bottom: 1px solid #EEE;
      padding: 30px;
}

.widget-header {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 5px;
}

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

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

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

table {
      width: 100% !important;
      max-width: 100% !important;
      border-collapse: separate;
      vertical-align: middle;
      border-spacing: 0;
}

table tbody {
      box-shadow: rgba(142, 134, 171, 0.05) 0px 3px 16px 0px;
}

table thead tr th:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
}

table thead tr th:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
}

table tfoot tr:first-child th:first-child {
      border-top-left-radius: 8px;
}

table tfoot tr:first-child th:last-child {
      border-top-right-radius: 8px;
}

table tfoot tr:last-child th:first-child {
      border-bottom-left-radius: 8px;
}

table tfoot tr:last-child th:last-child {
      border-bottom-right-radius: 8px;
}

table tbody tr:first-child td:first-child {
      border-top-left-radius: 8px;
}

table tbody tr:first-child td:last-child {
      border-top-right-radius: 8px;
}

table tbody tr:last-child td:first-child {
      border-bottom-left-radius: 8px;
}

table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 8px;
}

table thead tr th,
table tfoot tr th {
      position: relative;
      padding: 20px 15px;
      font-weight: 500;
      color: #000;
      text-align: left;
      vertical-align: middle;
}

table thead tr th:first-child,
table tbody tr td:first-child,
table tfoot tr th:first-child {
      padding-left: 30px !important;
}

table thead tr th:last-child,
table tbody tr td:last-child,
table tfoot tr th:last-child {
      padding-right: 30px !important;
}

table tbody tr td {
      vertical-align: middle;
      padding: 20px 15px;
      color: #2b2d3b;
      overflow-wrap: break-word;
      box-sizing: border-box;
      border-bottom: 1px dashed #e2e7f1;
      background: #FFF;
}

table thead tr th:last-child,
table tbody tr td:last-child {
      text-align: right !important;
}

table tbody tr td:last-child a:not([class*=btn-]) {
      color: rgb(149, 160, 197);
      display: inline-block;
      overflow-wrap: break-word;
      margin-left: 10px;
      font-size: 16px;
}

table thead th.sorting:after,
table thead th.sorting_asc:after,
table thead th.sorting_desc:after {
      position: absolute;
      top: 50%;
      margin-top: -7px;
      right: 8px;
      display: block;
      font-family: 'FontAwesome';
}

table thead th.sorting:after {
      content: "\f0dc";
      color: #ddd;
      font-size: 0.8em;
}

table thead th.sorting_asc:after {
      content: "\f0de";
}

table thead th.sorting_desc:after {
      content: "\f0dd";
}

.dataTables_wrapper .table {
      margin: 15px 0px;
}

.dataTables_wrapper .table tbody {
      box-shadow: none;
}

.dataTables_wrapper .table tbody tr:last-child td {
      border-bottom: 0px;
}

.dataTables_wrapper .table thead tr th,
.dataTables_wrapper .table tfoot tr th {
      background-color: #f4f6f9;
}

.dataTables_wrapper .table thead tr th,
.dataTables_wrapper .table tbody tr td,
.dataTables_wrapper .table tfoot tr th {
      padding-right: 25px !important;
}

.dataTables_wrapper .table tfoot tr+tr th {
      border-top: 1px dashed #e2e7f1;
}

.dataTables_wrapper .table thead tr th:first-child,
.dataTables_wrapper .table tbody tr td:first-child,
.dataTables_wrapper .table tfoot tr th:first-child {
      padding-left: 15px !important;
}

.dataTables_wrapper .table thead tr th:last-child,
.dataTables_wrapper .table tbody tr td:last-child,
.dataTables_wrapper . tabletfoot tr th:last-child {
      padding-right: 15px !important;
}

.dataTables_wrapper .form-control {
      padding: 15px;
}

.dataTables_wrapper {
      padding: 30px;
      background: #FFF;
      box-shadow: rgba(142, 134, 171, 0.05) 0px 3px 16px 0px;
      position: relative;
      clear: both;
      *zoom: 1;
      zoom: 1;
}

.dataTables_wrapper:after {
      display: block;
      content: "";
      visibility: hidden;
      clear: both;
      height: 0;
}

.dataTables_length {
      float: right;
      display: block;
      width: 9%;
}

.dataTables_filter {
      width: 90%;
}

.dataTables_info,
.dataTables_paginate {
      text-align: center;
      margin-top: 30px;
}

.dataTables_paginate .paginate_button {
      display: inline-block;
      background: #FFF;
      padding: 5px 10px;
      text-align: center;
      cursor: pointer;
      color: #333;
      border: 1px solid #EEE;
      border-radius: 4px;
      font-size: 12px;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover,
.dataTables_paginate .paginate_button.current:active,
.dataTables_paginate .paginate_button.current:focus {
      background: #34495e;
      color: #FFF;
}

.dataTables_paginate .paginate_button.disabled,
.dataTables_paginate .paginate_button.disabled:hover,
.dataTables_paginate .paginate_button.disabled:active,
.dataTables_paginate .paginate_button.disabled:focus {
      cursor: not-allowed;
      opacity: 0.6;
}

.dataTables_paginate .paginate_button:hover {
      cursor: hand;
      color: #333;
      background: #FFF;
}

.index {
      background: url(../uploads/bg.jpg) center center no-repeat;
      background-size: cover;
      padding: 30px;
      min-height: 100vh;
}

.index .main h1 {
      color: #FFF;
      font-size: 65px;
      line-height: 65px;
      letter-spacing: -5px;
      text-align: center;
      margin-bottom: 100px;
}

.index .main h1 span {
      color: #DBD320;
      background: linear-gradient(45deg, #DBD320, #E1B129, #E78E32, #EC7439, #F05F3E);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      animation: animated-text 5s ease infinite;
}

.index .main {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 16px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      min-height: 100vh;
      height: 100vh;
}

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

.index .wrapper {
      width: 100%;
}

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

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

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

.index .marquee-text p {
      background-color: #FFF;
      border-radius: 999px;
      font-size: 24px;
      font-weight: 500;
      padding: 1rem 2.5rem;
}

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

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

.index .icon img {
      max-width: 250px;
}

.index .actions {
      text-align: center;
      padding-top: 100px;
}

.index .btn-login {
      font-size: 18px;
      font-weight: 500;
      font-weight: 500;
      padding: 15px 30px;
      border-radius: 999px;
}

.index .btn-login+.btn-login {
      margin-left: 15px;
}
.court-toggle { display:none; }
.footer {
      display: none;
}

.menu-toggle { display:none; }
@media screen and (max-width: 767px) {
      body {
            padding: 90px 15px 100px 15px;
      }

      .index {
            padding: 15px;
      }

      .index .main {
            padding-bottom: 50px;
            height: auto;
            min-height: auto;
      }

      .index .icon {
            padding-top: 35px;
            margin-bottom: 35px;
      }

      .index .icon img {
            max-width: 150px;
      }

      .index .main h1 {
            font-size: 40px;
            line-height: 40px;
            padding: 0 30px;
            letter-spacing: -3px;
            margin-bottom: 50px;
      }

      .index .marquee-text p {
            font-size: 18px;
            padding: 10px 20px;
      }

      .index .actions {
            padding-top: 50px;
      }

      .index .marquee-text-track {
            gap: 5px;
      }

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

      .index .modal {
            padding: 0 15px;
      }

      .index .login form {
            width: 100%;
            min-width: 100%;
      }

      .index .login .info {
            font-size: 12px;
      }

      .index .btn-login {
            font-size: 18px;
            padding: 10px 20px;
            font-weight: 500;
      }

      .tools { 
            padding: 0px;
            top:0px;
            left: 0px;
            height: 60px;
            min-height: 60px;
            justify-content: center; 
            background: rgb(30, 157, 175);
            box-shadow: none;
            -webkit-transition:all .1s ease;
            z-index: 1000;
           

      }

      .tools .fad { display:none; } 

    
      .tools .left {font-size:15px;color:#FFF;}


      .tools .center, .tools .right { display:none; }

      .sidebar {
            top:60px;
            left: -270px;
            padding-top:15px;
            z-index: 9999;
      }

      .sidebar.active { left:0px; }

      .sidebar .logo,
      .sidebar .profile { display:none; }

     
      .box-footer {
            display: none;
      }

      .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,.025);
            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;  }

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


}