.v-application ul {
  padding-left: 0px !important;
}
.text-xs-right {
  text-align: right;
}

.v-dialog .v-card .v-card__title {
  background: #008d4c;
  color: white;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.powered {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}
.text-white {
  color: #fff;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}

.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}

.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}

.divider {
  border-top: 1px solid #c4bfbf !important;
}

.line-header {
  border-bottom: solid;
  border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-width: 2px;
  padding-bottom: 15px;
  border-color: #b3d4fc;
}

.tracing-row-service {
  background: #eee;
  padding: 10px;
}

.circle {
  background: #b3d4fc;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  margin-right: 10px;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

.text-white {
  color: white !important;
}

.apexcharts-legend-text {
  font-size: 16px !important;
  margin-left: 5px;
}
.apexcharts-legend-series {
  margin-bottom: 10px !important;
}

.content-wrapper {
  z-index: 800 !important;
}
.main-sidebar {
  z-index: 801 !important;
}
.main-header {
  z-index: 801 !important;
}
.main-sidebar {
  top: 50px !important;
  padding-top: 0px !important;
  min-height: calc(100% - 50px) !important;
}

@media screen and (max-width: 750px) {
  .content-step-2 {
    display: flex;
    align-items: center;
    max-width: 100% !important;
  }
  .bottom-bar{
     left:0px !important;
     background-color:#2e3d45 !important;
     z-index: 100;
     /* left:0; */
     position:fixed;
     bottom:0px;
     height:55px !important;
      right: 0;
  }
}

@media screen and (max-width: 480px) {
  .toggleMargin {
    transform: translateX(230px);
    transition-duration: 0.5s;
  }

  .toggleMargin0 {
    transform: translateX(0px);
    transition-duration: 0.5s;
  }
}

.btn-foto {
  margin: 5px;
}

.content-step {
  min-height: 500px !important;
}

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

.card-disabled {
  background-color: #e0e0e0; 
  cursor: pointer; 
  transition: background-color 0.3s; 
}

.card-selected {
  background-color: white; 
  border: 1px solid rgba(0,0,0,.55) !important;
}

.content-button { 
  display: flex;
  justify-content: space-between;
}

.card {
  padding: 15px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card:hover {
  background: #e0e0e0;
}

.card-match {
  padding: 15px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-match:hover {
  background: #e0e0e0;
}

.name-tournament {
  font-size: 25px !important;
  padding: 16px !important;
  margin-bottom: 0px !important;
}

.tipo-tournament {
  font-size: 15px !important;
  margin-bottom: 0px !important;
  color: #000;
}

.descripcion-tournament {
  font-size: 15px !important;
  margin-bottom: 0px !important;
  color: rgba(0,0,0,.55);
}

.name-player {
  font-size: 18px !important;
}
.dni-player{
  font-size: 15px !important;
  margin-bottom: 0px !important;
  color: rgba(0,0,0,.55);
}

.bottom-bar{
  background-color:#2e3d45 !important;
  z-index: 100;
  left:0;
  position:fixed;
  bottom:0px;
  height:55px !important;
  right: 0;
  justify-content: end;
}

.title-step {
  font-size: 18px;
}

.v-skeleton-loader__card-heading .v-skeleton-loader__bone {
  display: none;
}

.partido {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(0,0,0,.55);
}

.partido-cerrado {
  background-color: #e0e0e0 !important;
}

.card-yellow {
  color: #ffd000 !important;
}

.card-red {
  color: #ff1900 !important;
}