.boxTable {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    display: block;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}

.accelerator {
    /* background-color: #f3f2f4; */
    background-color: #c9d4e9;
    color: #605b63 !important;
}

.accelerator span {
    color: #605b63 !important;
}

.no-accelerator span {
    color: #605b63 !important;
}

.color_indicator {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #c9d4e9;
    border: 1px solid #605b63;
}

.accelerator_text {
    font-weight: bold;
    font-style: italic;
}

.rank-title {
    color: #220049;
    font-family: "title";
    font-size: 1.5rem;
}

.insitu_tab {
    min-width: 115px !important;
}

.your_position {
    color: #220049;
    font-family: "title";
    font-size: 1.2rem;
}

/* PROGRESO CON ESTRELLAS */
/* * {
    box-sizing: border-box;
  } */

  .rating {
    width: 120px;
    height: 24px;
    position: relative;
    background-color: gray;
  }

  .rating progress.rating-bg {
    -webkit-appearance: none;
    -moz-appearence: none;
    appearance: none;
    border: none;
    display: inline-block;
    height: 24px;
    width: 100%;
    color: orange;
  }

  .rating progress.rating-bg::-webkit-progress-value {
    background-color: orange;
  }

  .rating progress.rating-bg::-moz-progress-bar {
    background-color: orange;
  }

  .rating svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/* PROGRESO CON ESTRELLAS */

.position {
    width: 40px;
    height: 40px;
    background-color: orange;
    text-align: center;
    padding: 5px;
    border-radius: 50% 50%;
    font-size: 1.2rem;
}

.my_position {
    width: 40px;
    height: 40px;
    background-color: #220049;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 50% 50%;
    font-size: 1.2rem;
}

.batter-accomplishment strong {
    font-size: 1.2rem;
}

.trophy {
    max-height: 40px;
}

.rankingCard .number.other {
  color:#A8A8A8
}

.row-form {
  margin-bottom: 0px !important;
}

#categories_wrapper .row>[class*=col-] {
  margin-bottom: 0px !important;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: none;
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Seleccionar";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}

.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
overflow: hidden;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
/* border: 1px solid #ced4da; */
border: 1px solid #e4eaec;
border-radius: 0.25rem;
box-shadow: none;
}

.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Seleccionar";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}

.btn-xs {
/* padding: 0.125rem 0.25rem; */
text-decoration: none !important;
padding: 0.25rem 0.5rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.15rem;
}

#delete-category .modal-open {
overflow: hidden;
}

#delete-category .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}

#delete-category .modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}

#delete-category .modal-dialog {
position: relative;
width: auto;
margin: 5rem;
pointer-events: none;
}

#delete-category .modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
#delete-category .modal.fade .modal-dialog {
  transition: none;
}
}

#delete-category .modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}

#delete-category .modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}

#delete-category .modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}

#delete-category .modal-dialog-scrollable .modal-header,
#delete-category .modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}

#delete-category .modal-dialog-scrollable .modal-body {
overflow-y: auto;
}

#delete-category .modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}

#delete-category .modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: "";
}

#delete-category .modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}

#delete-category .modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}

#delete-category .modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}

#delete-category .modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #22a7f0;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}

#delete-category .modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}

#delete-category .modal-backdrop.fade {
opacity: 0;
}

#delete-category .modal-backdrop.show {
opacity: 0.5;
}

#delete-category .modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}

#delete-category .modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}

#delete-category .modal-title {
margin-bottom: 0;
line-height: 1.5;
}

#delete-category .modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}

#delete-category .modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}

#delete-category .modal-footer > :not(:first-child) {
margin-left: .25rem;
}

#delete-category .modal-footer > :not(:last-child) {
margin-right: .25rem;
}

#delete-category .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}

@media (min-width: 576px) {
#delete-category .modal-dialog {
  max-width: 500px;
  margin: 5rem auto;
}
#delete-category .modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem);
}
#delete-category .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem);
}
#delete-category .modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
#delete-category .modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
}
#delete-category .modal-sm {
  max-width: 300px;
}
}

@media (min-width: 992px) {
#delete-category .modal-lg,
#delete-category .modal-xl {
  max-width: 800px;
}
}

@media (min-width: 1200px) {
#delete-category .modal-xl {
  max-width: 1140px;
}
}
