.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  top: 0;
  padding: 4px;
  position: relative;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.ck-editor__editable,
textarea {
  min-height: 150px;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
  top: 50%;
}

.dt-buttons .btn {
  margin-left: 0.333em;
  border-radius: 0;
}

.table.datatable {
  box-sizing: border-box;
  border-collapse: collapse;
}

table.dataTable thead th {
  border-bottom: 2px solid #e5e7e9;
}

.dataTables_wrapper.no- .dataTables_scrollBody {
  border-bottom: 1px solid #26ca70;
  background-color: #0f0a4a;
  color: #bcfe4a;
}

.select2 {
  max-width: 100%;
  width: 100%;
}

.select2-selection__rendered {
  padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
  display: block !important;
}

.btn-info,
.badge-info {
  color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-color: rgb(154, 255, 72);
  color: rgb(0, 0, 0);
}

table.dataTable .dt-body-nowrap {
  white-space: nowrap;
  color: red;
}

div#player_length.dataTables_length > label {
  color: rgb(255 247 9);
}

div#player_length.dataTables_length
  > label
  .dataTables_wrapper
  .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #8da2fb;
}

.sidebar .nav-item {
  cursor: pointer;
}

.btn-default {
  color: #0a864d;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-default:hover {
  color: #23282c;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.searchable-title {
  font-weight: bold;
}

.searchable-fields {
  padding-left: 5px;
}

.searchable-link {
  padding: 0 5px 0 5px;
}

.searchable-link:hover {
  cursor: pointer;
  background: #eaeaea;
}

.select2-results__option {
  padding-left: 0px;
  padding-right: 0px;
}

.form-group .required::after {
  content: ' *';
  color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
  display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
  color: inherit;
}

.nav-bar {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  color: white;
  justify-content: space-evenly;
  z-index: 1;
}

.content {
  background-color: transparent;
  position: relative;
}

.nav-bar-footer {
  width: 100%;
  box-shadow: solid 20px rgb(235, 229, 229);
  background: linear-gradient(to right, #4e3c8d, #324c7c, #201f68);
  text-transform: uppercase;
  color: white;
  bottom: 0;
}

.header__nav-indicator[_ngcontent-xhn-c1] {
  border-bottom: 4px solid #fff;
  display: inline-block;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup .text-sm.text-gray-700.underline {
  top: 30px;
  color: white;
  position: relative;
  height: 40px;
  width: 40px;
  background-color: rgb(173, 143, 179);
  border-radius: 100%;
}

.home {
  background-color: transparent;
  box-shadow: 0 0 8px 10px solid #8da2fb;
  border-radius: 2%;
}

@media screen and(max-width:740px) {
  .material-icons {
    display: block;
    overflow: hidden;
  }
}

.description {
  width: 100%;
  height: 520px;
}

.nav-register.nav-login {
  color: #f8f6f4;
  text-decoration: none;
  background: transparent;
}

@media screen and (max-width: 750px) {
  .nav {
    display: block;
    justify-content: center;
    overflow: hidden;
  }
}

@media screen and (max-width: 750px) {
  .item-cv {
    flex-direction: column;
    transition: all 0.8s;
    opacity: 0;
  }

  .description {
    margin-top: 100px;
  }
}

i {
  color: #fafafa;
  font-weight: bolder;
  text-transform: uppercase;
}

#view_headline::before {
  font-size: 2rem;
}

nav:hover .item-cv {
  transition: all 0.8s;
  margin-top: 0;
  opacity: 1;
}

.sub-menu {
  transition: all 0.8s;
  height: 0;
  overflow: hidden;
}

#view_headline:hover .sub-menu {
  transition: all 0.8s;
  height: 4rem;
}

.item-cv {
  padding: 0;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  background-color: #333;
}

.menu-item {
  padding: 1rem;
}

.login {
  background-color: black;
}

.nav-dahboard {
  color: #f8f6f4;
  text-decoration: none;
}

.ligne {
  background: rgb(214, 197, 197);
  color: rgb(17, 19, 19);
}

.tableh {
  color: white;
  border: none;
  height: 20px;
  text-decoration: none;
}

th {
  color: white;
}

th,
.tableh {
  color: white;
  text-align: center;
}

th,
td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.tableh :hover {
  background-color: #ecedf3;
}

.tableh,
tr:hover {
  background-color: rgb(255, 255, 255);
}

.nav {
  box-shadow: 0px 10px 20px 0px solid black;
  width: 100%;
  background-color: none;
  box-sizing: border-box;
  color: white;
  padding: 20px;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-left: 18px;
  margin-right: 100px;
}

/*@font-face{font-family:'Concert One';font-display:fallback;src:url(https://1vs1-7f65.kxcdn.com/fonts/ConcertOne/ConcertOne-Regular.eot);src:url(https://1vs1-7f65.kxcdn.com/fonts/ConcertOne/ConcertOne-Regular.eot) format('embedded-opentype'),url(https://1vs1-7f65.kxcdn.com/fonts/ConcertOne/ConcertOne-Regular.woff2) format('woff2'),url(https://1vs1-7f65.kxcdn.com/fonts/ConcertOne/ConcertOne-Regular.woff) format('woff'),url(https://1vs1-7f65.kxcdn.com/fonts/ConcertOne/ConcertOne-Regular.ttf) format('truetype'),url(https://1vs1-7f65.kxcdn.com/fonts/ConcertOne/ConcertOne-Regular.svg#ConcertOne-Regular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:Montserrat;font-display:fallback;src:url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-Medium.eot);src:url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-Medium.eot) format('embedded-opentype'),url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-Medium.woff2) format('woff2'),url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-Medium.woff) format('woff'),url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-Medium.ttf) format('truetype'),url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-Medium.svg#Montserrat-Medium) format('svg');font-weight:500;font-style:normal}@font-face{font-family:Montserrat;font-display:fallback;src:url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-SemiBold.eot);src:url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-SemiBold.eot) format('embedded-opentype'),url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-SemiBold.woff2) format('woff2'),url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-SemiBold.woff) format('woff'),url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-SemiBold.ttf) format('truetype'),url(https://1vs1-7f65.kxcdn.com/fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold) format('svg');font-weight:700;font-style:normal}@font-face{font-family:Quicksand;font-display:fallback;src:url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Regular.eot);src:url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Regular.eot) format('embedded-opentype'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Regular.woff2) format('woff2'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Regular.woff) format('woff'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Regular.ttf) format('truetype'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Regular.svg#Quicksand-Regular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:Quicksand;font-display:fallback;src:url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Medium.eot);src:url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Medium.eot) format('embedded-opentype'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Medium.woff2) format('woff2'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Medium.woff) format('woff'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Medium.ttf) format('truetype'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Medium.svg#Quicksand-Medium) format('svg');font-weight:500;font-style:normal}@font-face{font-family:Quicksand;font-display:fallback;src:url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Bold.eot);src:url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Bold.eot) format('embedded-opentype'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Bold.woff2) format('woff2'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Bold.woff) format('woff'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Bold.ttf) format('truetype'),url(https://1vs1-7f65.kxcdn.com/fonts/Quicksand/Quicksand-Bold.svg#Quicksand-Bold) format('svg');font-weight:700;font-style:normal}@font-face{font-family:Roboto;font-display:fallback;src:url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Regular.eot);src:url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Regular.eot) format('embedded-opentype'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Regular.eot) format('woff2'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Regular.woff) format('woff'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Regular.ttf) format('truetype'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Regular.svg#Roboto-Regular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:Roboto;font-display:fallback;src:url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Medium.eot);src:url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Medium.eot) format('embedded-opentype'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Medium.eot) format('woff2'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Medium.woff) format('woff'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Medium.ttf) format('truetype'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Medium.svg#Roboto-Medium) format('svg');font-weight:500;font-style:normal}@font-face{font-family:Roboto;font-display:fallback;src:url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Bold.eot);src:url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Bold.eot) format('embedded-opentype'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Bold.eot) format('woff2'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Bold.woff) format('woff'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Bold.ttf) format('truetype'),url(https://1vs1-7f65.kxcdn.com/fonts/Roboto/Roboto-Bold.svg#Roboto-Bold) format('svg');font-weight:700;font-style:normal}*/

.table-match {
  display: table;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  min-width: 100%;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  white-space: normal;
}

@media only screen and (max-width: 750px) {
  .table-match thead,
  .table-match tr {
    display: none;
  }

  .table-match,
  .table-match thead,
  .table-match tr,
  .table-match td,
  .table-match tr th .table-match tr td s.table-match {
    display: flex;
    overflow-y: hidden;
    text-align: center;
    width: 100%;
  }
}

tr:hover {
  background-color: #f7f8f8;
}

.topnav {
  overflow: hidden;
  background-color: #695353;
}

/* Style the links inside the navigation bar */

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */

.topnav a:hover {
  background-color: rgb(83, 92, 143);
  color: black;
}

/* Style the "active" element to highlight the current page */

.topnav a.active {
  background-color: #3b5fa3;
  color: white;
}

/* Style the search box inside the navigation bar */

.topnav input[type='text'] {
  float: right;
  padding: 10px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */

@media screen and (max-width: 768px) {
  .topnav a,
  .topnav input[type='text'] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .topnav input[type='text'] {
    border: 1px solid #ccc;
  }
}

.dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

.container {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}

.bg-info {
  background-color: #201f68;
}

#edite {
  display: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.faster {
  animation-duration: 500ms;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.tooltip .tooltip-text {
  visibility: hidden;
  text-align: center;
  padding: 2px 6px;
  position: absolute;
  z-index: 100;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

.legend {
  display: flex;
  position: relative;
}

.cartePlayer {
  display: flex;
  justify-content: space-evenly;
  text-justify: auto;
  flex-wrap: wrap;
  perspective-origin: left;
  perspective: 10px;
  animation: load 2s cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
}

.cartePlayer2 {
  display: flex;
  justify-content: space-evenly;
  text-justify: auto;
  flex-wrap: wrap;
  perspective-origin: left;
  perspective: 10px;
  animation: load 5s cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
}

.stat_player {
  display: flex;
  flex-wrap: wrap;
  animation: loadingJ 2s cubic-bezier(0.6, 0.3, 0.43, 0.67) infinite;
}

@keyframes load {
  0% {
    transform: translate3d(200px 0px, 0) rotate(90deg);
  }

  100% {
    transform: translate3d(200px, 100px, 0);
    background-color: rgb(170, 207, 170);
  }

  90% {
    transform: translate3d(0, 120px, 0px);
    background-color: rgb(118, 202, 118);
  }

  80% {
    transform: translate3d(0, 160px, 0px);
    background-color: rgb(82, 146, 82);
  }

  60% {
    transform: translate3d(20px, 220px, 0px);
  }

  50% {
    transform: translate3d(100px, 260px, 0px);
  }

  30% {
    transform: translate3d(150px, 260px, 0px);
  }

  10% {
    transform: translate3d(200px, 260px, 0px);
  }
}

@keyframes loadingJ {
  0%,
  100% {
    transform: translate(40, 20);
  }

  70% {
    transform: translate(100px, -160px);
    background-color: rgb(34, 18, 18);
  }

  40% {
    transform: translate(-100px, -160px);
    background-color: rgb(49, 37, 37);
  }

  10% {
    transform: translate(0, 6px);
    background-color: rgb(34, 18, 18);
  }
}

.statistic_player {
  width: 500px;
  transform: translate3d(20px, 100px, 0) rotateY(20deg) rotateX(60deg)
    rotateZ(8deg);
  border-color: transparent transparent #4caf50 transparent;
  border-radius: 8px 20%/60px 8px 10px;
}

.pitch {
  background-color: #238729;
  width: 590px;
  height: 380px;
  position: relative;
}

.pitch:after {
  content: '';
  border-left: 1px solid white;
  position: absolute;
  top: 20px;
  left: 295px;
  display: block;
  height: 340px;
}

.pitch:before {
  content: '';
  border: 1px solid white;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 550px;
  height: 340px;
}

.center-circle {
  position: absolute;
  top: 145px;
  left: 250px;
  width: 90px;
  height: 90px;
  border: 1px solid white;
  border-radius: 50%;
}

.center-circle:after {
  position: absolute;
  top: 43px;
  left: 43px;
  width: 1px;
  height: 1px;
  background-color: white;
  content: '';
  border: 1px solid white;
}

.penalty-area {
  position: absolute;
  height: 140px;
  width: 80px;
  top: 120px;
  border: 1px solid white;
}

.left .penalty-area {
  left: 20px;
  border-left: 0;
}

.right .penalty-area {
  right: 19px;
  border-right: 0;
}

.penalty-area:before {
  position: absolute;
  height: 70px;
  width: 35px;
  top: 35px;
  border: 1px solid white;
  content: '';
}

.left .penalty-area:before {
  left: 0px;
  border-left: 0;
}

.right .penalty-area:before {
  right: 0px;
  border-right: 0;
}

.penalty-area:after {
  position: absolute;
  height: 2px;
  width: 2px;
  top: 70px;
  background-color: white;
  content: '';
}

.left .penalty-area:after {
  right: 15px;
}

.right .penalty-area:after {
  left: 15px;
}

.player {
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.player:after {
  font-size: 10px;
  position: absolute;
  left: 3px;
}

.home-team .player {
  background: red;
}

.home-team .player.one {
  top: 190px;
  left: 20px;
  background: gray;
}

.home-team .player.one:after {
  content: '1';
}

.home-team .player.two {
  top: 310px;
  left: 80px;
}

.home-team .player.two:after {
  content: '2';
}

.home-team .player.three {
  top: 60px;
  left: 80px;
}

.home-team .player.three:after {
  content: '3';
}

.home-team .player.four {
  top: 145px;
  left: 80px;
}

.home-team .player.four:after {
  content: '4';
}

.home-team .player.five {
  top: 225px;
  left: 80px;
}

.home-team .player.five:after {
  content: '5';
}

.home-team .player.six {
  top: 310px;
  left: 160px;
}

.home-team .player.six:after {
  content: '6';
}

.home-team .player.seven {
  top: 60px;
  left: 160px;
}

.home-team .player.seven:after {
  content: '7';
}

.home-team .player.eight {
  top: 145px;
  left: 160px;
}

.home-team .player.eight:after {
  content: '8';
}

.home-team .player.nine {
  top: 225px;
  left: 160px;
}

.home-team .player.nine:after {
  content: '9';
}

.home-team .player.ten {
  top: 145px;
  left: 240px;
}

.home-team .player.ten:after {
  content: '10';
  left: 0px;
}

.home-team .player.eleven {
  top: 225px;
  left: 240px;
}

.home-team .player.eleven:after {
  content: '11';
  left: 0px;
}

.visitor-team .player {
  background: blue;
}

.visitor-team .player:after {
  color: white;
}

.visitor-team .player.one {
  top: 190px;
  right: 20px;
  background: cyan;
}

.visitor-team .player.one:after {
  content: '1';
  color: red;
}

.visitor-team .player.two {
  top: 310px;
  right: 80px;
}

.visitor-team .player.two:after {
  content: '2';
}

.visitor-team .player.three {
  top: 60px;
  right: 80px;
}

.visitor-team .player.three:after {
  content: '3';
}

.visitor-team .player.four {
  top: 145px;
  right: 80px;
}

.visitor-team .player.four:after {
  content: '4';
}

.visitor-team .player.five {
  top: 225px;
  right: 80px;
}

.visitor-team .player.five:after {
  content: '5';
}

.visitor-team .player.six {
  top: 310px;
  right: 160px;
}

.visitor-team .player.six:after {
  content: '6';
}

.visitor-team .player.seven {
  top: 60px;
  right: 160px;
}

.visitor-team .player.seven:after {
  content: '7';
}

.visitor-team .player.eight {
  top: 145px;
  right: 160px;
}

.visitor-team .player.eight:after {
  content: '8';
}

.visitor-team .player.nine {
  top: 225px;
  right: 160px;
}

.visitor-team .player.nine:after {
  content: '9';
}

.visitor-team .player.ten {
  top: 145px;
  right: 240px;
}

.visitor-team .player.ten:after {
  content: '10';
  left: 0px;
}

.visitor-team .player.eleven {
  top: 225px;
  right: 240px;
}

.visitor-team .player.eleven:after {
  content: '11';
  left: 0px;
}

.player {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}

.home-team .player.nine {
  animation-name: nine;
}

@keyframes nine {
  0% {
    left: 160px;
    top: 225px;
  }

  25% {
    left: 200px;
    top: 265px;
  }

  50% {
    left: 200px;
    top: 225px;
  }

  75% {
    left: 200px;
    top: 185px;
  }

  100% {
    left: 160px;
    top: 225px;
  }
}

.home-team .player.eight {
  animation-name: eight;
}

@keyframes eight {
  0% {
    left: 160px;
    top: 145px;
  }

  25% {
    left: 200px;
    top: 185px;
  }

  50% {
    left: 200px;
    top: 145px;
  }

  75% {
    left: 200px;
    top: 105px;
  }

  100% {
    left: 160px;
    top: 145px;
  }
}

.modal {
  transition: opacity 0.25s ease;
}

.modal2 {
  transition: opacity 0.25s ease;
}

.modal3 {
  transition: opacity 0.25s ease;
}

h1 {
  text-align: center;
}

/* Mark input boxes that gets an error on validation: */

input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */

.tab {
  display: none;
}

button {
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #4caf50;
}

.field {
  --green: #4c7;
  --light: #5d8;
  background: var(--green);
}

.body_field {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 50vmin;
  border: 0.5vmin solid white;
  background-image: radial-gradient(
      circle at 0% 0%,
      transparent,
      1%,
      white 0 1.5%,
      transparent 0
    ),
    radial-gradient(
      circle at 100% 0%,
      transparent,
      1%,
      white 0 1.5%,
      transparent 0
    ),
    radial-gradient(
      circle at 0% 100%,
      transparent,
      1%,
      white 0 1.5%,
      transparent 0
    ),
    radial-gradient(
      circle at 100% 100%,
      transparent,
      1%,
      white 0 1.5%,
      transparent 0
    ),
    radial-gradient(circle at 50% 50%, transparent, 1%, transparent 0),
    radial-gradient(
      circle at 50% 50%,
      transparent,
      14%,
      white 0 14.75%,
      transparent 0
    ),
    radial-gradient(
      circle at 16% 50%,
      transparent,
      10%,
      white 0 10.5%,
      transparent 0
    ),
    radial-gradient(
      circle at 84% 50%,
      transparent,
      10%,
      white 0 10.5%,
      transparent 0
    ),
    linear-gradient(to right, transparent, 49.75%, white)
      repeating-linear-gradient(
        to rigth,
        var(--green) 0 10%,
        var(--light) 0 20%
      );
}

div {
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

/* Create a column layout with Flexbox */

.row {
  display: flex;
}

/* Left column (menu) */

.left {
  flex: 35%;
  padding: 15px 0;
}

.left h2 {
  padding-left: 8px;
}

/* Right column (page content) */

.right {
  flex: 65%;
  padding: 15px;
}

/* Style the search box */

#mySearch,
#search {
  width: 100%;
  font-size: 18px;
  border: 1px #ddd;
  border-bottom: solid #67ed46;
}

/* Style the navigation menu inside the left column */

#myMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myMenu li a {
  padding: 12px;
  text-decoration: none;
  color: black;
  display: block;
}

#myMenu li a:hover {
  background-color: #eee;
}

.next_button {
  background: chartreuse;
  color: #0f0a4a;
}

.notification {
  color: white;
  text-decoration: none;
  padding: 2px 10px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(47, 55, 172);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
  overflow: hidden;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

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

article {
  grid-column: 4/13;
  background-color: lightpink;
}

/*
Centrage des enfants de chaque "zone" (pour la cosmétique)
*/

.footer {
  position: absolute;
}

.footer .bottom-footer {
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  padding-top: 20px;
}

.footer .footer-contains {
  height: 50px;
}

.log {
  z-index: 1;
  width: 100vh;
  background-color: #4e3c8d;
}

.nav_dashboard {
  height: 120px;
  flex-grow: inherit;
  text-transform: uppercase;
  color: white;
  justify-content: space-evenly;
  z-index: 1;
  justify-items: stretch;
  display: flex;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
}

.container2 {
  width: 100%;
  height: 80%;
  background-color: green;
  font-size: 4px;
  padding: 5em;
}

.field2 {
  width: inherit;
  height: inherit;
  border: 0.3em solid white;
}

.center_line {
  height: 80%;
  border: 0.3em;
  justify-content: center;
}

.headercolor {
  background-color: #0f0a4a;
  color: #67ed46;
}

.headercolor:hover {
  background-color: #f3f3f3;
  color: #0f0f0f;
}

.btn_bg {
  background-color: #bcfe4a;
  color: #0f0a4a;
  justify-content: space-around;
  text-align: justify;
}

.tblcolor {
  background-color: white;
  color: #0f0a4a;
  font-weight: bolder;
}

.searchInputcolor {
  background-color: #0f0a4a;
  color: white;
  font-weight: bold;
}

.searchInputcolor:hover {
  background-color: #0f0a4a;
  color: white;
  font-weight: bold;
}

.offrepleyer {
  background-color: white;
  color: #0f0a4a;
  font-weight: bold;
}

.inputcolor {
  color: black;
  font-weight: bold;
  border-color: #67ed46;
}

.tbl_body_color {
  background-color: none;
  color: black;
}

.image_bg {
  background-blend-mode: color;
  color: #0f0a4a;
  background-color: transparent;
  overflow: hidden;
  background-image: none;
}

.image_bg,
img {
  color: #726f7ee7;
  border: 1rem white;
}

.btn_bg2,
.titre_dashboard {
  background-color: #bcfe4a;
  color: #0f0a4a;
  font-weight: bold;
  font-size: medium;
}

.logo {
  background-image: none;
  color: #726f7ee7;
  -webkit-print-color-adjust: transparent;
          color-adjust: transparent;
  background-color: transparent;
  border: 1rem white;
}

.titlMatch {
  background-color: #bcfe4a;
  color: #0f0a4a;
  font-weight: bold;
}

.mydropdownColor {
  background-color: #0f0a4a;
  color: #bcfe4a;
}

.myButton {
  background-color: #0f0a4a;
  color: #b5fa20;
  font-weight: bold;
  justify-items: center;
  display: flex;
  text-align: center;
}

.mydiv {
  height: 50vh;
  background: transparent;
  width: 20%;
  border-radius: 20% 120% 20% 120%;
  box-shadow: 0 2px 8px 2px greenyellow;
  position: relative;
}

.app_navbar {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.navbar-links {
  text-decoration: none;
  padding: 1rem;
  display: flex;
}

.linbar {
  border: #b5fa20;
}

.search-container,
.mysearchbtn {
  margin: 0;
  padding: 0;
  padding-top: 3px;
  background: #ddd;
  font-size: 17px;
  background: #0f0a4a;
  border: none;
  cursor: pointer;
  border-radius: 32px;
}

.search-container {
  display: inline-block;
  justify-content: center;
  justify-items: center;
}

.mysearchbtn {
  right: 0;
  display: flex;
  justify-items: flex-end;
}

#usersChart,
#user,
#chart1,
#commontchart,
.chart1,
#myChart {
  height: 45vh;
  width: 100%;
}

.myChat canvas {
  color: #23de20;
  font-weight: bold;
  font-size: 64px;
}

.myChat {
  background-color: #181c30;
  color: #23de20;
  font-weight: bold;
}

.creatMatchImage {
  background-image: url('/images/stad2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.previousbtn {
  background-color: #b5fa20;
  color: #0f0a4a;
  font-weight: bold;
  justify-items: center;
  display: flex;
  text-align: center;
}

.searhHome {
  max-height: 33vh;
  background-color: #b5fa20;
  color: #0f0a4a;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

/* This is based on the work of Joshua Saunders */

.board-layout {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  grid-template-rows: max-content auto;
  grid-gap: 10px;
  padding: 10px;
  height: 600px;
}

.list-layout {
  display: grid;
  grid-gap: 10px;
}

.board-text {
  font-weight: bold;
  font-size: 28px;
  padding: 5px;
}

.board-lists {
  grid-auto-flow: column;
  grid-gap: 10px;
  height: 400px;
}

.board-list {
  background-color: rgb(235, 236, 240);
  border-radius: 0px 0px 6px 6px;
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 10px;
  /* Chrome use a fixed height */
  height: 33vh;
  overflow: auto;
  padding: 10px;
}

.title-list {
  background-color: rgb(235, 236, 240);
  border-radius: 6px 6px 0 0;
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 10px;
  /* Chrome use a fixed height */
  overflow: auto;
  padding: 10px;
}

.input-list {
  border-radius: 0px 0px 6px 6px;
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 10px;
  /* Chrome use a fixed height */
  overflow: auto;
  padding: 10px;
}

.list-title {
  font-size: 18px;
  font-weight: bold;
  background-color: #67ed46;
  color: #0f0a4a;
}

.card {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(9, 30, 66, 0.25);
  padding: 10px;
  cursor: pointer;
}

/*Overrides for Tailwind CSS */

/*Form fields*/

.dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
  color: #17b92d; /*text-gray-700*/
  padding-left: 1rem; /*pl-4*/
  padding-right: 1rem; /*pl-4*/
  padding-top: 0.5rem; /*pl-2*/
  padding-bottom: 0.5rem; /*pl-2*/
  line-height: 1.25; /*leading-tight*/
  border-width: 2px; /*border-2*/
  border-radius: 0.25rem;
  border-color: #4fe097; /*border-gray-200*/
  font-weight: bold;
}

/*Row Hover*/

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #0f0a4a;
  color: #bcfe4a;
  /*bg-indigo-100*/
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  zoom: 1;
  background-color: #0f0a4a;
  color: #bcfe4a;
  padding: 1px;
}

/*Pagination Buttons - Current selected */

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #ffff; /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); /*shadow*/
  font-weight: 700; /*font-bold*/
  border-radius: 0.25rem; /*rounded*/
  /*bg-indigo-500*/
  border: 1px solid transparent;
  /*border border-transparent*/
}

/*Pagination Buttons - Hover */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff; /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); /*shadow*/
  font-weight: 700; /*font-bold*/
  border-radius: 0.25rem; /*rounded*/
  /*bg-indigo-500*/
  border: 1px solid transparent; /*border border-transparent*/
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #23de20;
  color: rgb(35, 150, 70);
  padding: 0.5em 0;
  width: 100%;
  direction: rtl;
}

/*Add padding to bottom border */

table.dataTable.no-footer {
  border-bottom: 1px solid #e2e8f0; /*border-b-1 border-gray-300*/
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

table.dataTable > tbody > tr > td {
  --bg-opacity: 1;
}

/*Change colour of responsive icon*/

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #04aa6d;
  color: #201f68; /*bg-indigo-500*/
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  border-radius: 2%;
  border: 1px solid #0f0a4a;
  opacity: 0.68;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    text-justify: auto;
  }
}

/*Downloaded from https://www.codeseek.co/samtrion/svg-soccer-field-vKxRpg */

svg {
  width: 100%;
}

svg .turf {
  fill: #53c653;
}

svg .cell-free {
  fill: #7f7c5d;
}

svg .cell-reserved,
svg .cell-free:hover {
  fill: url(#striped);
}

svg .cell-sold {
  fill: transparent;
}

svg .stripe {
  stroke: #7f7c5d;
  stroke-width: 1;
}

svg .line {
  stroke: #ffffff;
  stroke-width: 1.2;
  fill: none;
}

svg .curve {
  stroke: #ffffff;
  stroke-width: 1.2;
  fill: none;
}

svg .dot {
  stroke: #ffffff;
  fill: #ffffff;
  r: 1.5;
}

svg .goal {
  stroke: #ffffff;
  stroke-width: 0.75;
  fill: url(#goal);
}

svg .goal-stripe {
  stroke: #ffffff;
  stroke-width: 1;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgb(0, 110, 255);
  border-radius: 5px;
}

#managersearch ::-webkit-scrollbar {
  width: 1px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #00b3b3;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */

.select-selected:after {
  position: absolute;
  content: '';
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */

.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #7876e6;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.textanimation {
  color: #333;
  font-family: tahoma;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.textanimation span {
  font-size: 40px;
  margin-left: 40px;
}

.message {
  color: whitesmoke;
  font-weight: 900;
  overflow: hidden;
  padding-left: 0.5rem;
  top: 0.2rem;
  left: 270px;
  animation: openclose 10s ease-in-out infinite;
}

.word1,
.word2,
.word3 {
  font-family: tahoma;
}

@keyframes openclose {
  0% {
    top: 0.2rem;
    width: 0;
  }

  5% {
    width: 0;
  }

  15% {
    width: 100%;
  }

  30% {
    top: 0.2rem;
    width: 90%;
  }

  33% {
    top: 0.2rem;
    width: 0;
  }

  35% {
    top: 0.2rem;
    width: 0;
  }

  38% {
    top: -4.5rem;
  }

  48% {
    top: -4.5rem;
    width: 40%;
  }

  62% {
    top: -4.5rem;
    width: 100%;
  }

  66% {
    top: -4.5rem;
    width: 0;
    text-indent: 0;
  }

  71% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }

  86% {
    top: -9rem;
    width: 90%;
  }

  95% {
    top: -9rem;
    width: 100%;
  }

  98% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }

  100% {
    top: 0;
    width: 0;
    text-indent: 0;
  }
}

div.myChat .chartisan-controller,
.chartisan-body {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-fill: var(--green);
       column-fill: var(--green);
}

.chartisan-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.chartisan-help-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chartisan-help-text {
  margin-top: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
}

div.myChat .chartisan-help-text-error {
  margin-top: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.6rem;
  color: white;
}

.chartisan-refresh-chart {
  cursor: pointer;
}

div.myChat #fichephysique div div canvas.chartjs-render-monito {
  color: #23de20;
  -webkit-text-decoration: #67ed46;
          text-decoration: #67ed46;
}

.searchbar :hover {
  box-shadow: 3px 6px 7px -3px #ccc;
}

.tab {
  display: none;
}

.slide,
.slide2 {
  animation: slideanim 2s ease-in-out;
}

@keyframes slideanim {
  0% {
    transform: translate(100%);
  }

  100% {
    transform: translate(0px);
  }
}

.slide2 {
  transition: ease-in-out;
  animation: slideanim2 2s ease-in-out;
}

@keyframes slideanim2 {
  0% {
    transform: translate(100%);
  }

  100% {
    transform: translate(0px);
  }
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}

.informationbgColor :hover {
  background-color: #091c3e;
}

.homebg {
  background-color: #091c3e;
}

.balanceTonMatchbtn {
  background-color: #cdfb0a;
  color: #091c3e;
}

.infovolor {
  background-color: #cdfb0a;
}

.listclubbg {
  background-image: linear-gradient(
    90deg,
    #cdfb0a 10%,
    #ffffff 20%,
    #161a42 70%,
    #cdfb0a 100%
  );
}

.ring-0 {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
}

.ring-1 {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
}

.ring-2 {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
}

.ring {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
}

.ring-4 {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
}

.ring-8 {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
}

.ring-inset {
  --tw-ring-inset: inset;
}

a.texthover:hover {
  opacity: 0.75;
  color: #23282c;
  background-color: hsl(203, 62%, 29%);
  background-color: rgba(25, 24, 248 var(--opacity));
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none ;
  cursor: pointer;
  cursor: hand;
  color: rgb(22, 216, 38) ;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #34a1ff;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #34a1ff !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #452483;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: rgb(255 247 9);
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td {
  vertical-align: middle;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

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

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

.moalplayer::-webkit-scrollbar {
  width: 0px;
}

/* Track */

.moalplayer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 5px;
}

/* Handle */

.moalplayer::-webkit-scrollbar-thumb {
  background: rgb(0, 110, 255);
  border-radius: 0px;
}

