@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Conforta";
  src: url("../fonts/Comfortaa-Regular.ttf");
}

@font-face {
  font-family: "Conforta Bold";
  src: url("../fonts/Comfortaa-Bold.ttf");
}

:root {
  --login-primary: #2d203a;
  --login-secondary: #4e606e;
  --login-tertiary: #321c30;
  --page-bg: radial-gradient(50% 50% at 50% 50%, #2f1f39 34.37%, #122649 100%);
  --text-white: #ffffff;
  --menu-navbar: #321c30;
  --menu-active: rgba(255, 255, 255, 0.2);
  --menu-icon: #9ea8b0;
  --menu-bg: #321c30;
  --table-header: #d3d8d8;
  --table-line-white: #ffffff;
  --table-line-light: #edeff1;
  --table-line-hover: #0e5195;
  --side-left-bar1: #311a2e;
  --side-left-bar2: #4f616f;
  --side-left-bar3: #2e3a5e;
  --filter-bg: rgba(255, 255, 255, 0.15);
  --filter-button-bg: #122649;
  --filter-text-border: #4d5c77;
  --text-match-header: #311b2f;
  --text-match-result: #252631;
  --table-match-subheader: #0e5195;
  --text-match-header-information: #d3d8db;
  --text-match-border: #e8ecef;
  --bg-fixture-tbody: #ffffff;
  --bg-fixture-thead: #d3d8db;
  --auth-text-color: #122649;
  --profile-bg-modal: #122649;
  --text-career-personal-information: #000000;
  --text-career-shield-icon: #a8353b;
  --text-carrer-last-matches-header: #ffffff;
  --text-carrer-last-matches-body: #122649;
  --bg-career-section: #edeff1;
  --bg-career-section-alternative: #ffffff;
  --bg-career-last-matches-header: #0e5195;
  --border-career-last-matches: #c1c8cd;
  --calendar-thumbtack-selected: #40e0c6;
  --messenger-dark-blue: #122649;
}

body {
  font-family: Roboto;
}

h1 {
  font-size: 32px;
  font-family: "Conforta Bold";
  color: var(--text-white);
}

.h1-offline {
  font-size: 32px;
  font-family: "Roboto Medium";
  color: var(--calendar-thumbtack-selected);
}

h2 {
  font-size: 16px;
  font-family: "Roboto Medium";
}

h3 {
  font-size: 14px;
  font-family: "Roboto Bold";
}

h4 {
  font-size: 12px;
  font-family: "Roboto Medium";
}

p {
  font-size: 14px;
  font-family: "Roboto Regular";
}

.custom-bg {
  color: white;
}

.custom-button {
  background-color: var(--login-secondary);
  color: white;
}

.wrapper {
  background: var(--page-bg);
  min-width: 300px;
  min-height: calc(100vh - 57px);
  height: 100%;
}
.modal {
  min-width: 300px;
}
@media (max-width: 380px) {
  .modal .modal-dialog {
    margin: 0;
  }
  .modal {
    padding: 0;
  }
}
/* INITIAL PAGE */
.mb-23p {
  margin-bottom: 2.13vh;
}

/* AUTH */
.register-page,
.login-page {
  background: radial-gradient(50% 50% at 50% 50%, #2f1f39 34.37%, #122649 100%);
}

.error-card-width {
  /*width: 28rem;*/
  font-family: Conforta;
}

.auth-message-title {
  color: var(--auth-text-color);

  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
}

.header-span {
  font-family: "Roboto Regular";
  font-size: 18px;
}

.auth-message-body {
  color: var(--auth-text-color);
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.auth-button {
  background: var(--filter-text-border);
  color: var(--text-white);
}

.error-tooltip {
  display: inline-block;
  width: 320px;
  opacity: 1;
  position: absolute;
  left: 105%;
  color: white;
  font-family: Conforta;
  font-size: 13px;
}

.login-box .error-tooltip {
  width: 200px;
}

@media screen and (max-width: 850px) {
  .login-box .input-group.mb-3 {
    flex-direction: column;
  }

  .login-box .error-tooltip {
    width: 100%;
  }

  .login-box .tooltip.error-tooltip.bs-tooltip-right {
    position: unset;
    margin-top: 3%;
  }

  .login-box .arrow {
    display: none;
  }

  .login-box .tooltip-inner {
    max-width: unset;
    border-radius: 4px !important;
  }
}

.bs-tooltip-right .arrow::before {
  border-right-color: red !important;
}
.error-tooltip .tooltip-inner {
  background-color: red;
  border-radius: 0px 4px 4px 4px;
  text-align: left;
  padding: 4%;
  width: 100%;
}

.invalid-value {
  border: 2px solid #ce1205;
  border-radius: 2px;
}

.input-icon {
  position: absolute;
  margin-left: 90%;
  margin-top: 6px;
  color: red;
  height: 25px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.input-icon.not-override-eye {
  margin-left: 83%;
}
.input-icon i {
  font-size: 24px;
}

.validation-title {
  font-size: 18px;
  font-family: "Roboto Light";
}

.login-title {
  font-family: Conforta;
  font-size: 28px;
  color: #9ea8b0;
}

.forgot-password {
  color: #9ea8b0;
  font-size: 14px;
  font-family: Roboto;
}

#input_password_wrapper,
#messenger-search-wrapper {
  position: relative;
  width: 100%;
}

#input_password_wrapper .fas.fa-eye,
#input_password_wrapper .fa-eye-slash {
  position: absolute;
  color: #122649;
  float: right;
  left: 91%;
  top: calc(50% - 0.5em);
}
.pass-wraper {
  width: 100%;
}

input::-webkit-credentials-auto-fill-button {
  left: 82% !important;
  position: absolute !important;
}

#messenger-search-wrapper #magnify {
  position: absolute;
  float: right;
  color: #ffffff;
  left: 86%;
  top: calc(50% - 0.5em);
}

#messenger-search-wrapper {
  font-size: 14px;
}

/* END AUTH */
.navbar-expand {
  background-color: var(--menu-navbar);
  border-bottom-color: var(--menu-navbar);
}

a.nav-link,
.navbar-expand {
  color: var(--text-white);
}

.sidebar-custom {
  background: var(--menu-navbar);
  color: var(--text-white);
}

.active {
  background-color: var(--menu-active);
  border-radius: 0px;
}

.content-wrapper {
  position: relative;
  background: var(--page-bg);
  min-height: 480px !important;
  height: calc(100% - 57px);
  padding-bottom: 1rem;
  position: relative;
}

/* TABLE */

table {
  border-radius: 4px !important;
  overflow: hidden !important;
}

table thead,
tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.a-link {
  color: var(--text-match-result);
}

.a-link:hover {
  color: var(--table-line-white);
}

.table-title {
  font-family: Conforta;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: var(--text-white);
}

.club-info-card .table-title {
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tooltip-club {
  display: none;
}

.club-info-card .table-title:hover + .tooltip-club {
  display: block;
  position: absolute;
  top: -9%;
  background: rgba(0, 0, 0, 0.6);
  padding: 1% 3%;
  border-radius: 0.25rem;
  color: white;
}

.table-striped thead {
  background: var(--table-header);
}

.table-striped thead {
  background: var(--table-header);
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
}

.table-striped tbody {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: var(--table-line-white);
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: var(--table-line-light);
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: var(--table-line-hover);
  color: var(--table-line-white);
}

table .bold {
  font-weight: bold !important;
}

.table.table-striped.table-scrollable.table-hover.table-sm.dataTable-position.dataTable.no-footer {
  margin-top: 0 !important;
}

.home .table.table-striped.table-scrollable.table-hover.table-sm.dataTable-position.dataTable.no-footer {
  margin-bottom: 0 !important;
}

.card.home-calendar {
  height: calc(100% - 2rem - 27px);
  margin-bottom: 0;
}

.card.players-list {
  height: calc(100% - 2rem - 43px);
  margin-bottom: 0;
  padding: 0 1% 2.5%;
}

.game .card.home-calendar {
  height: calc(100% - 2rem - 27px);
  margin-bottom: 0;
}

.col-xxl-3-league-detail .card.home-calendar {
  height: calc(100% - 2rem - 24px);
}

/* END TABLE */

/* FILTER */

.filter {
  background: var(--filter-bg);
  color: var(--text-white);
  border-radius: 0.25rem;
  font-size: 16px;
  padding: 2px 4px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  max-height: 30px;
}

.filter-panel {
  background: var(--filter-bg);
  color: var(--text-white);
  border-radius: 0.25rem;
  font-size: 16px;
  padding: 2px 4px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}

.filter-panel .d-md-flex {
  width: 100%;
}

.home-filter-container {
  display: flex;
}

.home-filter-container .applied-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}

.home-filter-container .text-filter {
  max-height: 30px;
  max-width: 79px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1.5px;
}
.filter-list-container {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 5px;
}

.home-filter-container .filter {
  margin-left: 0.5rem;
}

.filter .fa-filter {
  margin-right: 3px;
}

.btn-filter,
.btn-reset {
  background: var(--filter-button-bg);
  color: var(--text-white);
  font-size: 12px;
  padding: 3px 10px;
}

.btn-filter:hover,
.btn-reset:hover {
  color: var(--filter-bg);
}

.btn {
  line-height: 1.4;
}

.text-filter {
  font-family: Conforta;
  font-size: 12px;
  border: 1.5px solid var(--filter-text-border);
  border-radius: 2px;
  color: var(--text-white);
  padding: 0.3em 0.4em;
  margin: 1.5px;
}

.filter-select {
  font-size: 12px;
  height: 25px;
  background-color: #edeff1;
  border-radius: 2px;
  padding: 0;
}

.control-label {
  font-size: 12px;
  font-weight: 500 !important;
}

/* END FILTER */

/* SCROLL TABLE */

.font-size-2vh {
  font-size: 2vh !important;
}

.height-size-25vh {
  height: 25vh !important;
}

.height-size-33vh {
  height: 33vh !important;
}

.height-size-36vh {
  height: 36vh !important;
}

.height-size-38vh {
  height: 38vh !important;
}

.height-size-40vh {
  height: 40vh !important;
}

.height-size-70vh {
  height: 70vh !important;
}

.height-size-83vh {
  height: auto !important;
}

.table-scrollable tbody {
  display: block;
  overflow-x: hidden;
}

.table-scrollable thead,
tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-scrollable ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px var(--table-line-light);
  box-shadow: inset 0 0 2px var(--table-line-light);
  border-radius: 2px;
  background-color: var(--table-line-white);
}

.table-scrollable ::-webkit-scrollbar {
  width: 6px;
  background-color: var(--table-line-white);
}

.table-scrollable ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 2px var(--table-line-white);
  -webkit-box-shadow: inset 0 0 2px var(--table-line-white);
  background-color: var(--table-header);
}

/* END SCROLL TABLE */

/* PROFILE MODAL */

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
  content: "";
}

.table.dataTable.table-sm > thead > tr > th {
  padding-right: 0;
}

.dataTable th i {
  font-size: 12px;
}

.modal-profile {
  border-radius: 5px 5px 0px 0px;
}

.profile-image {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

#profile .close {
  position: absolute;
  right: 23px;
  top: 13px;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.image-upload {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-upload .profile-image:hover + i {
  display: block;
  z-index: 500;
  top: 52%;
  position: absolute;
  font-size: 16px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.image-upload i {
  display: none;
  position: absolute;
  text-align: center;
}

.edit-icon {
  float: right;
  margin-right: 15px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.image-upload > input {
  display: none;
}

.modal {
  background: rgba(18, 38, 73, 0.8);
}

.form-label {
  font-size: 16px !important;
  color: var(--profile-bg-modal) !important;
  font-weight: 600 !important;
}

.pointer {
  cursor: pointer;
}

.modal.fade.show#profile {
  padding: unset !important;
  min-width: 300px;
}

#profile .modal-dialog {
  margin: auto;
}

.tab-pane:not(.active) {
  display: none;
}

#profile .modal-dialog-centered {
  justify-content: center;
}

.height-body-notifications {
  width: 100%;
  padding: 2rem;
  position: relative;
  position: relative;
}
/*FOOTER NUEVO MODAL PROFILE*/

.modal-footer-flex {
  display: flex;
}

.modal-footer-contact-with-us {
  display: flex;
  flex: 0 0 50%;
}

.modal-footer-contact-with-us p {
  align-self: center;
  font-family: "Roboto Regular";
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  cursor: pointer;
  margin: 0;
  color: #4f616f;
}

.modal-footer-contact-with-us img {
  width: 8% !important;
  max-width: 8% !important;
  margin-right: 5px;
  cursor: pointer;
}

.profile-user-footer-container {
  background-color: #edeff1;
  height: 60px;
  padding: 0 1rem 0px 1rem;
  border-radius: 3px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-user-footer-container button {
  min-width: 100px;
}
@media (max-width: 480px) {
  .profile-user-footer-container:not(.subscription) {
    flex-direction: column;
    height: 80px;
  }
  .profile-user-footer-container:not(.subscription) .footer-buttons-container {
    order: 1;
    margin-top: 10px;
  }
  .profile-user-footer-container:not(.subscription) .modal-footer-contact-with-us {
    order: 2;
    align-self: baseline;
  }
  .profile-user-footer-container:not(.subscription) button {
    min-width: 125px;
  }
}

/*FOOTER NUEVO MODAL PROFILE*/
#term-and-conditions-container {
  padding: 0 1rem 1rem;
  margin: 0;
}
/*Estilos editar perfil usuario*/
#term-and-conditions-container .terms-conditions-profile {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.color-icon-cloud {
  color: white !important;
}
.name-user-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#user-profile-avatar .user-profile-avatar-container {
  border-radius: 50%;
  height: 15.1rem;
  width: 15.1rem;
}

#user-profile-avatar .user-profile-avatar-container {
  height: 13.1rem;
  width: 13.1rem;
}

@media (max-width: 576px) {
  #user-profile-avatar .user-profile-avatar-container {
    height: 10.1rem;
    width: 10.1rem;
  }
}
@media (max-width: 380px) {
  #user-profile-avatar .user-profile-avatar-container {
    height: 7.1rem;
    width: 7.1rem;
  }
}

.border-bottom-solid {
  border-bottom: 2px solid #c1c8cd;
}

.terms-and-conditions {
  display: flex;
}

.button-download {
  background-color: #40e0c6;
  border-radius: 28px;
  color: white;
  cursor: pointer;
  align-items: center;
  max-height: 31px;
  padding: 0 10px;
  font-size: 0.9rem;
}
/*Fin Estilos editar perfil usuario*/

/*Se agregan estilos para el modal de Subscripciones*/
#upgrade_premium .btn:hover,
.modal-color-premium-subscription:hover {
  background-color: #40e0c6;
}
#upgrade_premium .btn:focus {
  background-color: #40e0c6;
  border-color: #40e0c6;
}
.modal-color-premium-subscription {
  background-color: #40e0c6;
  border-color: #40e0c6;
  color: #fff;
  font-weight: 600;
}

.align-update-credit-card-container {
  align-self: flex-end;
}
.align-update-credit-card-container .button-submit button {
  background-color: #40e0c6;
  border-color: #40e0c6;
}
.expiration-and-upgrade-card-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #c1c8cd;
  padding-bottom: 1.25rem;
}

.profile-subscription-container {
  padding: 2rem;
  width: 100%;
}
/*Fin estilos subscripciones*/
#modal-header-profile-user .nav-tabs .nav-item {
  flex: 1;
}

#modal-header-profile-user a.nav-link {
  height: 56px;
  color: #9ea8b0;
  background-color: #edeff1 !important;
  border-bottom: 2px solid #9ea8b0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}

#modal-header-profile-user a.nav-link.active {
  height: 56px;
  color: white;
  background-color: #2e3a5e !important;
  border-color: #2e3a5e !important;
  border-bottom: 2px solid #40e0c6 !important;
}

#modal-header-profile-user .modal-header {
  padding: 0;
  position: relative;
}

#modal-header-profile-user .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  gap: 4px !important;
  width: calc(100% - 60px);
}

#modal-profile-content .tab-pane.active {
  height: 100%;
  min-height: 450px;
  padding-bottom: 60px;
}

#modal-profile-content .modal-content {
  position: relative;
  height: 100%;
}

#modal-profile-content .subscription-tab.active .form-label.description {
  text-align: center;
  padding: 50px;
}

@media (max-width: 480px) {
  #modal-profile-content .subscription-tab.active .form-label.description {
    padding: 7px;
  }
}
#modal-profile-content .subscription-tab #profile-subscription-form label {
  display: block !important;
  margin-bottom: 2px;
}

#modal-profile-content .subscription-tab #profile-subscription-form input,
#modal-profile-content .subscription-tab #profile-subscription-form input:focus,
#modal-profile-content .subscription-tab #profile-subscription-form input:hover,
#modal-profile-content .subscription-tab #profile-subscription-form input:focus-visible {
  border: none;
}
#modal-profile-content .subscription-tab #profile-subscription-form #cancel-subscription {
  font-size: 15px;
}
#modal-profile-content .subscription-tab #profile-subscription-form #cancel-subscription a {
  background: none;
  padding: 0;
  border: none;
  color: var(--bg-career-last-matches-header);
  margin-left: 3px;
  margin-bottom: 3px;
}
#modal-profile-content .subscription-tab .modal-footer-flex {
  justify-content: space-between;
}
#modal-profile-content .subscription-tab #cancel {
  max-width: 150px;
}

#modal-profile-content .description {
  font-size: 1em;
}
.divider {
  border-bottom: 1px solid #ced4da;
}

.avatar-data-container #user-profile-avatar {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

@media (max-width: 460px) {
  #modal-header-profile-user .nav.nav-tabs {
    width: calc(100% - 60px);
  }
}

@media (min-width: 575px) {
  #modal-profile-content {
    min-width: 575px;
  }
}

.nav-item.dropdown.user-menu .nav-link {
  padding-top: unset;
  padding-bottom: unset;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .main-header.navbar.navbar-expand .nav-item.dropdown.user-menu .form-inline .form-group {
    margin: 0;
  }
}

.nav-item.dropdown.user-menu .nav-link .user-image.img-circle {
  margin-top: unset;
  object-fit: cover;
}

/* END MODAL */
/* GAME VIEW */
.game-header {
  font-family: Roboto;
  justify-content: center;
}

.game-header p {
  font-size: 14px;
  line-height: 21px;
}

.game-header .color-alt {
  color: var(--text-match-header);
}

.game-header .header-date {
  font-weight: 500;
  line-height: 19px;
}

.game-header .header-championship {
  line-height: 18px;
  margin: 0px;
}

.game-header .header-team {
  line-height: 21px;
  color: var(--text-match-result);
  font-weight: bold;
}

.game-header .header-goals {
  line-height: 16px;
  color: var(--text-match-result);
}

.game-result {
  font-family: Roboto;
  margin: 0 -1rem;
  display: flex;
  justify-content: space-around;
}

.game-result .col-3 {
  padding: 0;
}

.game-result h2 {
  font-weight: 700;
  padding: 1em 0 0 0;
}

.game-result img {
  max-width: 127px;
  max-height: 127px;
  width: 100%;
}

.game-result .score {
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: var(--text-match-result);
}

.text-center.my-5 p {
  padding: 0 3%;
}

.text-center.score {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.game-result .col-4.text-left.d-md-block,
.game-result .col-4.text-right.d-md-block {
  margin-bottom: 1rem;
}

.col-3-5 {
  flex: 0 0 29%;
  max-width: 29%;
}

@media screen and (max-width: 1400px) {
  .game-result .col-4.text-left.d-md-block,
  .game-result .col-4.text-right.d-md-block {
    margin-top: 2vw;
  }
}

.game-detail {
  font-family: Roboto;
}

.game-detail a {
  color: black;
}

.game-detail .alignment img {
  width: 100%;
}

.game-detail .alignment p {
  line-height: 21px;
}

.game-detail .game-information {
  margin: auto;
  border: 1.5px solid #e8ecef;
  border-radius: 4px;
}

.game-detail .game-information-header {
  background: var(--text-match-header-information);
  color: var(--filter-button-bg);
}

.game-detail .game-information-header span {
  line-height: 19px;
  letter-spacing: 0.2px;
  margin: auto;
}

.game-detail .game-information-details span {
  line-height: 21px;
  margin: auto;
  color: var(--text-match-result);
}

.game-detail .table-sm.table-striped > tbody {
  color: var(--text-match-result);
  line-height: 13px;
}

.game-detail .table-sm.table-striped > tbody .players {
  background: var(--text-match-header-information);
}

.game-detail .table-sm.table-striped > tbody .bench {
  font-weight: 700;
  background: var(--text-match-header-information);
}

.game-detail .table-sm.table-striped > tbody .coaching-staff {
  background: var(--table-match-subheader);
  color: var(--text-white);
}

.game-detail .table-sm td {
  padding: 0.3rem 0.1rem;
}

.game-detail .col-xl-3.col-md-4 {
  flex-grow: 2;
}

.col-xl-6.game-detail.col-md-4 {
  flex-grow: 1;
}

.game-detail table td[width="10%"] {
  text-align: center !important;
}

.game-detail .text-left.players,
.game-detail .text-left.bench,
.game-detail .text-left.coaching-staff {
  padding-left: 6px;
}

.game-detail .text-right.players,
.game-detail .text-right.bench,
.game-detail .text-right.coaching-staff {
  padding-right: 6px;
}

@media screen and (min-width: 1200px) {
  .row.game-detail .col-xl-3.col-md-4 {
    padding: 0;
  }
}

@media screen and (min-width: 1400px) {
  .col-xxl-3-league-detail,
  .col-xxl-3-club-detail {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-9-league-detail,
  .col-xxl-9-club-detail {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media screen and (min-width: 1800px) {
  .gral-info-card.league-card .gral-info-header img.gral-info-avatar {
    max-height: 200px;
  }
}

@media screen and (max-width: 1399px) {
  .gral-info-card.league-card .gral-info-header img.gral-info-avatar {
    max-height: 180px;
  }
  .league-detail-container {
    padding-bottom: 10px;
  }

  .gral-info-card.league-card {
    height: unset !important;
  }

  .gral-info-bottom.league-card-bottom td:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media screen and (max-width: 1399px) and (min-width: 800px) {
  .col-xxl-3-league-detail .card.home-calendar,
  .col-xxl-3-club-detail .card.home-calendar {
    display: flex;
    flex-direction: row;
  }
  .col-xxl-3-league-detail .card.home-calendar .calendar.calendar-first.mt-3,
  .col-xxl-3-club-detail .card.home-calendar .calendar.calendar-first.mt-3 {
    width: 50%;
    max-width: unset;
    padding: 1%;
  }
  .col-xxl-3-league-detail .card.home-calendar .fixture-home,
  .col-xxl-3-club-detail .card.home-calendar .fixture-home {
    width: 50%;
    padding: 1%;
  }
  .col-xxl-3-league-detail .card.home-calendar .calendar_weekdays,
  .col-xxl-3-league-detail .card.home-calendar .calendar_content,
  .col-xxl-3-club-detail .card.home-calendar .calendar_weekdays,
  .col-xxl-3-club-detail .card.home-calendar .calendar_content {
    margin: auto;
  }
  .col-xxl-3-league-detail .height-size-36vh,
  .col-xxl-3-club-detail .height-size-36vh {
    height: unset;
  }

  .col-xxl-3-league-detail .card.home-calendar {
    height: unset;
  }
}

@media screen and (min-width: 1285px) {
  .col-xxl-3-home {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-9-home {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 1284px) {
  .calendar-container {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1284px) and (min-width: 800px) {
  .col-xxl-3-home .card.home-calendar {
    display: flex;
    flex-direction: row;
  }
  .col-xxl-3-home .card.home-calendar .calendar.calendar-first.mt-3 {
    width: 50%;
    max-width: unset;
    padding: 1%;
  }
  .col-xxl-3-home .card.home-calendar .fixture-home {
    width: 50%;
    padding: 1%;
  }
  .col-xxl-3-home .card.home-calendar .calendar_weekdays,
  .col-xxl-3-home .card.home-calendar .calendar_content {
    margin: auto;
  }
  .col-xxl-3-home .calendar.calendar-first.mt-3 form + hr {
    display: none;
  }
  .col-xxl-3-home .height-size-36vh {
    height: unset;
  }
}

@media (min-width: 1441px) {
  .col-xxl-9-match-detail {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-3-match-detail {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-9-match-detail,
  .col-xxl-3-match-detail {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (max-width: 1440px) {
  .col-xxl-3-match-detail .card.home-calendar {
    display: flex;
    flex-direction: row;
    padding: 1%;
  }

  .col-xxl-3-match-detail .fixture-home,
  .col-xxl-3-match-detail .calendar.calendar-first {
    width: 50%;
  }

  .col-xxl-3-match-detail .calendar.calendar-first form + hr {
    display: none;
  }

  .col-xxl-3-match-detail .calendar.calendar-first {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .row.personal-information.pb-2 {
    justify-content: center;
  }

  .row.personal-information.pb-2 .col-xs-12.col-xl-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.personal-information.pb-2 .col-xs-12.col-xl-6:nth-child(2) {
    width: 80% !important;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.row.career-information .col-xs-12.col-md-12 {
  padding: 0;
}

@media screen and (min-width: 1201px) {
  .game-result .score {
    font-size: 2.292vw;
  }
  .game-result h2 {
    font-size: 1.25vw;
  }
  .game-header .header-goals {
    font-size: 0.729vw;
  }
  .game-header .header-team {
    font-size: 1.25vw;
  }
  .game-header .header-date {
    font-size: 0.938vw;
  }
}
@media screen and (max-width: 1201px) {
  .game-detail .table-sm.table-striped > tbody {
    font-size: 12px;
  }
  .game-detail .game-information-details span {
    font-size: 14px;
  }
  .game-detail .game-information-header span {
    font-size: 14px;
  }
  .game-detail .alignment p {
    font-size: 14px;
  }
  .game-detail .table td.coaching-staff {
    font-size: 14px;
  }
  .game-detail .table td.bench {
    font-size: 14px;
  }
  .game-detail .table td.players {
    font-size: 14px;
  }
  .game-result .score {
    font-size: 3vw;
  }
  .game-result p {
    font-size: 13px;
  }
  .game-result h2 {
    font-size: 18px;
  }
  .game-header .header-goals {
    font-size: 14px;
  }
  .game-header .header-team {
    font-size: 18px;
  }
  .game-header .header-championship {
    font-size: 16px;
  }
  .game-header .header-date {
    font-size: 18px;
  }
  .row.game-detail .col-xl-3.col-md-6:nth-child(2) {
    order: 2;
  }
  .row.game-detail .col-xl-6.game-detail.col-md-12 {
    order: 3;
  }
  .game-detail .alignment img {
    padding: 2vw;
  }
  .game-result .header-team.text-right {
    padding-left: 4px;
  }
  .game-result .header-team.text-left {
    padding-right: 4px;
  }

  .game-detail .alignment .col-md-6 {
    text-align: center !important;
  }
  .game-detail .alignment .col-md-6 img {
    width: 85%;
  }
}

@media screen and (max-width: 790px) {
  .col-xxl-3-match-detail .fixture-home,
  .col-xxl-3-match-detail .calendar.calendar-first {
    width: unset;
  }

  .col-xxl-3-match-detail .card.home-calendar {
    flex-direction: column;
  }

  .game-result .game-results-center {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }

  .game-result .game-results-center img {
    padding: 2px;
  }
}

@media screen and (max-width: 767px) {
  .game-detail .alignment .col-md-6 {
    width: 50%;
  }
  .game-detail .alignment .col-md-6 img {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .game-detail .alignment img {
    padding: 0;
  }
}
.game-results-center .justify-center {
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .game .card-body {
    padding: 0.5rem;
  }
  .game-result .score {
    font-size: 15px;
  }
  .game-results-center,
  .center-top-game .col-md-12 {
    padding: 0;
  }
  .game-result .game-results-center img {
    padding: 2px;
  }
  .game-result .header-team.text-left {
    font-size: 13px;
  }
  .game-result .header-team.text-right {
    font-size: 13px;
  }
  .game-information .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .game-detail .alignment img {
    padding: 0;
  }
  .game-detail .alignment .col-md-6 img {
    width: 100%;
  }
  .content-wrapper > .content {
    padding: 0 !important;
    padding-bottom: 1rem;
  }

  .my-team #dataTable-position td[width="40%"] {
    padding: 0 0 0 0.6rem;
  }

  #dataTable-position td[width="4%"] {
    padding: 0.2rem;
  }

  #dataTable-position-league td[width="40%"],
  #dataTable-position .height-size-33vh td[width="40%"] {
    padding: 1px 0px 1px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }

  #dataTable-position th[width="40%"] {
    padding-left: 10px;
  }

  #dataTable-position th[width="7%"] {
    padding-left: 0;
    padding-right: 0.2rem;
  }

  #dataTable-position .avatar-row {
    width: 20px;
    height: 20px;
  }

  .home_page_main .mt-auto.mb-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .home_page_main .mt-auto.mb-2 span {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .mr-auto.mb-2.table-title.mt-3 {
    line-height: 30px;
  }

  .my-team-main-card .generic-card {
    height: unset !important;
  }
}

@media screen and (min-width: 1400px) {
  .resume .game-detail .table-sm.table-striped > tbody {
    font-size: 12px;
  }
  .resume .game-detail .game-information-details span {
    font-size: 14px;
  }
  .resume .game-detail .game-information-header span {
    font-size: 14px;
  }
  .resume .game-detail .alignment p {
    font-size: 14px;
  }
  .resume .game-detail .table td.coaching-staff {
    font-size: 14px;
  }
  .resume .game-detail .table td.bench {
    font-size: 14px;
  }
  .resume .game-detail .table td.players {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  .resume .game-detail .table-sm.table-striped > tbody {
    font-size: 12px;
  }
  .resume .game-detail .game-information-details span {
    font-size: 14px;
  }
  .resume .game-detail .game-information-header span {
    font-size: 14px;
  }
  .resume .game-detail .alignment p {
    font-size: 14px;
  }
  .resume .game-detail .table td.coaching-staff {
    font-size: 14px;
  }
  .resume .game-detail .table td.bench {
    font-size: 14px;
  }
  .resume .game-detail .table td.players {
    font-size: 14px;
  }
}

/* END GAME VIEW */

/* CALENDAR FIXTURE TABLE */
.table-player-icon {
  height: 10px;
}

.table-player-icon-xs {
  height: 5px;
}

/* CALENDAR */

@media screen and (min-device-width: 1200px) and (max-device-width: 1920px) {
  .calendar,
  .calendar_weekdays,
  .calendar_content {
    max-width: 300px;
  }
}

/* iPhone 12 */
@media only screen and (min-device-width: 350px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .calendar,
  .calendar_weekdays,
  .calendar_content {
    width: auto !important;
    max-width: 100% !important;
  }
  .calendar {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #editProfileModal #ui-datepicker-div {
    top: 20% !important;
  }
}
/*iPhone 6+, 7+ and 8+*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .calendar {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*iPhone 11 Pro Max*/
/* 2688x1242px at 458ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .calendar {
    margin-left: 0;
    margin-right: 0;
  }
  /*
    #editProfileModal #ui-datepicker-div {
        top: 20%!important;
    }*/
}

/*iPhone 12 Pro Max*/
/* 2778x1284 pixels at 458ppi */
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .calendar {
    margin-left: 0;
    margin-right: 0;
  }
  #editProfileModal #ui-datepicker-div {
    top: 20% !important;
  }
}

@media screen and (max-width: 1570px) {
  .calendar,
  .calendar_weekdays,
  .calendar_content {
    padding-left: 1.3%;
  }
}

.calendar-fixture .px-2,
.calendar-fixture .score {
  margin-top: auto;
  margin-bottom: auto;
}

.calendar-fixture .btn.p-0.mr-1.bg-transparent.disabled {
  margin: auto;
}

.display-none {
  display: none;
}

.calendar {
  font-family: "Muli", sans-serif;
  margin-left: auto;
  margin-right: auto;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
  overflow: hidden;
}

.calendar_weekdays {
  display: flex;
  justify-content: space-around;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
}

.calendar_weekdays div,
.calendar_content div {
  width: 12.2864%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #6f6f6f;
  font-size: 14px;
  position: relative;
}

.calendar_content div {
  border: 1px solid transparent;
  margin: 1%;
  float: left;
}

.calendar_content div p {
  margin: 0.6rem auto;
}

.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent;
}

.calendar_content div.past-date {
  background-color: var(--table-line-light);
}

.calendar_content div.today {
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--table-match-subheader);
  -moz-box-shadow: inset 0px 0px 0px 2px var(--table-match-subheader);
  box-shadow: inset 0px 0px 0px 2px var(--table-match-subheader);
  font-size: 14px;
}

.calendar_content div.selected {
  background-color: var(--table-match-subheader);
}

.calendar_content div.selected p {
  color: white;
}

.calendar_header {
  width: 100%;
  text-align: center;
}

.calendar_header h2 {
  font-family: Roboto;
  font-size: 16px;
  color: var(--filter-button-bg);
  float: left;
  width: 60%;
  margin: 0 0 9px;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  color: #dcdcdc;
  float: left;
  width: 20%;
  transition: color 0.2s;
}

.day-number {
  color: var(--filter-button-bg);
  font-weight: bold;
}

.img-logo-sm {
  max-height: 20px;
  max-width: 20px;
}

.calendar-fixture {
  padding: 0 0.25vw !important;
  font-size: 14px;
  height: 100%;
}

.height100 {
  height: 100% !important;
}

@media screen and (min-width: 1400px) {
  .game .card.home-calendar div:nth-child(2),
  .table.table-sm.table-bordered.table-striped.table-scrollable {
    height: 98%;
  }

  .calendar-fixture .table.table-sm.table-bordered.table-striped.table-scrollable {
    margin-bottom: 0;
  }
}

.calendar-fixture .table.table-sm.table-bordered.table-striped.table-scrollable {
  margin-bottom: 24px;
}

.calendar-fixture tbody {
  font-size: 14px;
}

.calendar-fixture tbody td {
  padding-bottom: 0px;
  text-align: left;
}

.calendar-fixture .calendar-row {
  color: black;
}

.calendar-fixture .table-header {
  font-weight: bold;
  font-size: 14px;
  color: var(--login-tertiary);
}

.calendar-fixture .teams {
  width: 70%;
}

.calendar-fixture .score {
  width: 15%;
}

.calendar-fixture .btn-group {
  width: 50%;
}

.calendar-fixture .panel-collapse span {
  font-size: 14px;
}

.calendar-fixture .panel-collapse .collapse-score {
  font-size: 16px;
}

.calendar-fixture a {
  text-decoration: none;
  font-size: 14px;
  color: inherit;
}

@media screen and (min-width: 1200px) {
  .calendar-fixture .col-5.text-right a,
  .calendar-fixture .col-5.text-left a {
    display: flex;
    text-align: center !important;
    justify-content: space-around;
  }
}

@media screen and (max-width: 1200px) {
  .img-fixture-calendar {
    padding: 0 2%;
  }
}

.img-fixture-calendar {
  height: 44px;
  width: auto;
}

.players-list {
  font-size: 13px;
}

.calendar-fixture .panel-collapse ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.calendar-fixture tbody td .fa-thumbtack-selected {
  color: var(--calendar-thumbtack-selected) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1570px) {
  .img-fixture-calendar {
    height: 30px;
    width: auto;
  }

  .calendar-fixture .panel-collapse .collapse-team {
    font-size: 0.729vw !important;
  }

  .calendar-fixture .panel-collapse .players-list {
    font-size: 0.677vw;
  }

  .calendar-fixture .panel-collapse .collapse-score {
    font-size: 0.833vw;
  }

  .img-fixture-calendar {
    height: 30px;
    width: auto;
  }

  .calendar-fixture .panel-collapse .collapse-team {
    font-size: 0.729vw !important;
  }

  .calendar-fixture .panel-collapse .players-list {
    font-size: 0.677vw;
  }

  .day-number {
    font-size: 0.729vw;
  }

  .calendar-fixture .panel-collapse .collapse-score {
    font-size: 0.833vw;
  }
}

/* END CALENDAR */

/* FIXTURE */

@media screen and (max-width: 1400px) {
  #fixture tr td:nth-child(1),
  #fixture tr th:nth-child(1) {
    width: 17% !important;
  }

  #fixture tr th:nth-child(2),
  #fixture tr td:nth-child(2) {
    width: 49% !important;
  }

  .fixture-row span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 1400px) {
  /* and (max-width: 1700px) */

  #fixture tr td:nth-child(1),
  #fixture tr th:nth-child(1) {
    width: 20% !important;
  }

  #fixture tr th:nth-child(2),
  #fixture tr td:nth-child(2) {
    width: 46% !important;
  }

  .fixture-row span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.fixture-overflow {
  display: contents;
}

.field {
  display: block;
}

.field-margin {
  margin-left: 13px;
}

.dataTable-fixture {
  background-color: white !important;
  border-radius: 0px !important;
}

.dataTable-fixture tr td i {
  color: #122649;
}

.dataTable-fixture tr td i.fa-bell {
  color: var(--calendar-thumbtack-selected);
}

.dataTable-fixture .date-time {
  font-width: 300;
}

.table tbody tr td {
  vertical-align: middle;
}

.fixture-header {
  background-color: #d3d8db;
  color: #122649;
}

.fixture-header i.fa-sort,
.fixture-header i.fa-sort-up,
.fixture-header i.fa-sort-down {
  opacity: 0;
}

.fixture-header th:first-child {
  padding-left: 1%;
}

.fixture-row {
  padding-top: 0.1em !important;
  padding-bottom: 0.1em !important;
}

.text-center.fixture-row .text-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

.text-center.fixture-row .text-left {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.text-center.fixture-row .text-left img,
.text-center.fixture-row .text-left span,
.text-center.fixture-row .text-right img,
.text-center.fixture-row .text-right span {
  margin-top: auto;
  margin-bottom: auto;
}

.match-teams-width {
  width: 70%;
}

#fixture_info {
  color: var(--filter-text-border);
  padding: 0.3em;
  font-weight: 700;
}
#fixture_paginate ul li.paginate_button .page-link {
  background-color: var(--table-line-light) !important;
  border: none;
  padding: 0.1em 0.6em !important;
}

#fixture_paginate ul li.paginate_button .pagination-icon .fas {
  color: var(--filter-text-border);
}
#fixture_paginate ul.pagination {
  float: left;
}

.custom-datatable-paging {
  font-family: Roboto;
  background-color: var(--table-line-light) !important;
  padding: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  margin: -0.4em 0 1.5em;
}

.paginate_button.page-item.previous.disabled,
.paginate_button.page-item.next.disabled {
  opacity: 0;
}

#fixture_wrapper .custom-datatable-paging {
  margin-bottom: 0;
}

#fixture_wrapper .row:nth-child(2) {
  margin: 0;
}

#fixture_wrapper .row:nth-child(2) .col-sm-12 {
  padding: 0;
}

#fixture_wrapper .table.dataTable-fixture.table-sm.table-scrollable.dataTable.no-footer {
  border-radius: 0.25rem 0.25rem 0 0 !important;
}

.home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-empty-table {
  display: flex;
  flex-direction: column;
  justify-content: normal;
}

@media screen and (min-width: 1200px) {
  .dataTable-fixture {
    font-size: 0.75rem;
  }

  #fixture_info {
    font-size: 0.625vw;
  }

  .fixture-header {
    font-size: 0.75rem;
  }

  .dataTable-fixture .date-time {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1200px) {
  #fixture tr td:nth-child(1),
  #fixture tr th:nth-child(1) {
    width: 30% !important;
  }

  #fixture tr th:nth-child(2),
  #fixture tr td:nth-child(2) {
    width: 36% !important;
  }

  .dataTable-fixture {
    font-size: 0.65rem;
  }

  #fixture_info {
    font-size: 0.75rem;
  }

  .fixture-header {
    font-size: 0.75rem;
  }

  .dataTable-fixture .date-time {
    font-size: 0.65rem;
  }

  .vs-span {
    padding-left: 0%;
  }
}

@media screen and (max-width: 400px) {
  .dataTable-fixture {
    font-size: 0.5rem;
  }

  #fixture_info {
    font-size: 0.5rem;
  }

  .fixture-header {
    font-size: 0.5rem;
  }

  .dataTable-fixture .date-time {
    font-size: 0.5rem;
  }
}
/* END FIXTURE*/

/* CAREER */
.career-section {
  background-color: var(--bg-career-section-alternative);
  border-radius: 4px;
}

.career-section .row.custom-datatable-paging {
  margin: -0.4em 0 0.1rem;
}

.row.last-matches .col-xs-12.col-md-12.pt-2 {
  padding-right: 0;
  padding-left: 0;
}

.row.career {
  padding-top: 3px;
}

#dataTable-career_wrapper .text-center.sorting_disabled {
  padding-bottom: 0.45rem;
}

.personal-information {
  background-color: var(--bg-career-section);
  padding: 10px;
  border-radius: 4px;
  margin-top: -9px;
}

.row.last-matches {
  margin-bottom: -4px;
}

.personal-information h1 {
  color: var(--text-career-personal-information);
  font-family: Roboto;
  font-style: normal;
}

.personal-information span {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: 0.3px;
}

.personal-information span > i {
  color: var(--text-career-shield-icon);
}

.career-information {
  background-color: var(--bg-career-section-alternative);
}

.dataTable-career {
  background-color: var(--bg-career-section-alternative);
}

.dataTable-career > thead > tr > th {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  color: var(--text-career-personal-information);
}

.last-matches-header {
  background: var(--bg-career-last-matches-header);
  border-radius: 4px 4px 0px 0px;
}

.last-matches-header-off {
  background: var(--bg-career-section);
  border-radius: 4px 4px 0px 0px;
}

.last-matches-box {
  background: var(--bg-career-section-alternative);
  border: 1px solid var(--border-career-last-matches);
  border-radius: 4px;
}

.last-matches-box .date {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.last-matches-box .result {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  color: var(--text-carrer-last-matches-body);
}

.last-matches-box .result-off {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: var(--bg-career-section);
}

.last-matches-box .no-match {
  color: var(--bg-career-section);
}

.last-matches-box span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: var(--text-carrer-last-matches-body);
}

.last-matches-header span {
  color: var(--text-carrer-last-matches-header);
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

#dataTable-career_info {
  color: var(--filter-text-border);
  padding: 0.3em;
  font-weight: 700;
}

#dataTable-career_paginate ul li.paginate_button .page-link {
  background-color: var(--table-line-light) !important;
  border: none;
  padding: 0.1em 0.6em !important;
}
#dataTable-career_paginate ul li.paginate_button .pagination-icon .fas {
  color: var(--filter-text-border);
}
#dataTable-career_paginate ul.pagination {
  float: left;
}

#dataTable-career_info {
  font-size: 12px;
}

.avatar-row {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 1%;
}

.dataTable-career.table-sm td {
  padding: 0.01rem 0.1rem !important;
}

.personal-information .col-xs-12.col-md-7 .col-6 {
  line-height: 1.4;
}

@media screen and (min-width: 1200px) {
  .personal-information h1 {
    font-size: 1.25vw;
  }

  .personal-information-details {
    line-height: 0.938vw;
  }

  .personal-information span {
    font-size: 14px;
  }

  .row.personal-information.pb-2 .col-xs-12.col-md-6:first-child {
    padding: 0;
  }

  .row.personal-information.pb-2 .col-xs-12.col-md-6:nth-child(2) {
    padding: 0;
    padding-left: 7.5px;
  }

  .dataTable-career > thead > tr > th {
    font-size: 0.625vw;
    line-height: 0.625vh;
  }

  .dataTable-career > thead > tr > th > img {
    height: 0.625vw;
  }

  .last-matches-box .date {
    font-size: 0.729vw;
    line-height: 1.094vh;
  }

  .last-matches-box .result {
    font-size: 1.354vw;
    line-height: 1.094vh;
  }

  .last-matches-box .result-off {
    font-size: 1.354vw;
    line-height: 1.094vh;
  }

  .last-matches-box span {
    font-size: 0.625vw;
    line-height: 0.729vh;
  }

  .last-matches-header span {
    font-size: 0.729vw;
    line-height: 1.094vh;
  }

  .last-matches-box .team-img {
    height: 5vh;
  }

  /* Player List */

  #dataTable-career_info {
    font-size: 0.625vw;
  }

  .day-number {
    font-size: 14px;
  }

  .calendar-fixture .panel-collapse .collapse-score {
    font-size: 0.833vw;
  }
}

@media screen and (max-width: 1200px) {
  .personal-information h1 {
    font-size: 24px;
  }

  .personal-information-details {
    line-height: 18px;
  }

  .personal-information span {
    font-size: 14px;
  }

  .dataTable-career > thead > tr > th {
    font-size: 12px;
    line-height: 12px;
  }

  .dataTable-career > thead > tr > th > img {
    height: 12px;
  }

  .dataTable-career > tbody > tr > td {
    font-size: 12px;
    line-height: 16px;
  }

  .last-matches-box .date {
    font-size: 14px;
    line-height: 21px;
  }

  .last-matches-box .result {
    font-size: 26px;
    line-height: 21px;
  }

  .last-matches-box .result-off {
    font-size: 14px;
    line-height: 21px;
  }

  .last-matches-box span {
    font-size: 14px;
    line-height: 14px;
  }

  .last-matches-header span {
    font-size: 14px;
    line-height: 21px;
  }

  .last-matches-box .team-img {
    height: 6vh;
  }

  #dataTable-players tbody {
    font-size: 14px;
  }
}

/* END CAREER */

.main-sidebar,
.main-sidebar::before {
  width: 201px;
}

@media (min-width: 768px) {
  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 201px;
  }
}

.main-sidebar.sidebar-custom {
  background: linear-gradient(180deg, rgba(49, 26, 46, 1) 0%, rgba(79, 97, 111, 1) 81%, rgba(46, 58, 94, 1) 100%);
  overflow-x: hidden;
}

.nav-item a.nav-link {
  display: flex;
  align-items: center;
}

.nav-item .notification {
  border-radius: 50px;
  color: white;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-top: -7px;
  width: 30px;
  margin-left: 4%;
}

/* chatify */

.emojionearea .emojionearea-editor {
  min-height: unset !important;
  max-height: 200px !important;
  height: 42px !important;
  color: unset !important;
  font-size: 14px !important;
  padding: 10px 0px !important;
  background: unset !important;
  padding-left: 30px !important;
}

.emojionearea,
.emojionearea.form-control {
  outline: none !important;
  border: unset !important;
  background: unset !important;
}

.emojionearea .emojionearea-button {
  top: 9px !important;
  left: 0;
  position: absolute !important;
  opacity: 1 !important;
}

.emojionearea.focused {
  box-shadow: unset !important;
}

.emojionearea-picker .emojionearea-wrapper:after {
  background-image: unset !important;
}

.svg-inline--fa.fa-smile.fa-w-16 {
  margin: auto;
}

.emojionearea-picker.emojionearea-picker-position-top.emojionearea-filters-position-top.emojionearea-search-position-top {
  left: -14px;
}

.emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  left: 20px !important;
}

.emojionearea .emojionearea-editor {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

.news-long-text {
  overflow-wrap: anywhere;
}

.error {
  border: 2px solid red;
  border-radius: 4px;
  outline: unset;
}

.messenger-infoView-btns a.danger:hover {
  background: rgba(255, 255, 255, 0.1);
}
.messenger-infoView-btns a.danger {
  color: white;
}

/* ########################### */
/* ######### leagues ######### */
/* ########################### */

.league-card {
  background: white;
  padding: 0;
  border-radius: 10px 10px 50px 50px;
  height: 277px;
  margin: 1.2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 12%;
  min-width: 170px;
}

.clubs .league-card,
.leagues .league-card {
  margin: 0.2vw;
}

.league-card p {
  margin: unset;
}

.league-card .league-card-top {
  display: flex;
  justify-content: center;
}

.league-card .league-card-top img {
  text-align: center;
  height: 108px;
}

.league .league-card .league-card-top img {
  opacity: 0.4;
}

.league-card .league-card-bottom {
  color: white;
  padding: 10px;
  background: rgb(77, 92, 119);
  border-radius: 0 0 10px 10px;
  height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.league-card .league-card-bottom .bottom-header p {
  font-size: 15px;
}

.league-card .league-card-bottom .bottom-header p.bold.uppercase {
  line-height: 17px;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 900;
}

.leagues #collapseOne .d-md-flex,
.clubs #collapseOne .d-md-flex {
  flex-wrap: wrap;
}

.league-card .league-card-bottom .bottom-bottom {
  display: flex;
}

.league-card .league-card-bottom .bottom-bottom-leagues {
  display: flex;
  justify-content: space-between;
}

.league-card .league-card-bottom .bottom-bottom p {
  padding-right: 5px;
}

.fixed-height {
  display: flex;
  justify-content: center;
  height: calc(100vh - 51px);
}

.fixed-height .league-card {
  margin-top: auto;
  margin-bottom: auto;
}

.uppercase {
  text-transform: uppercase;
}

.row.leagues,
.row.clubs {
  display: flex;
  flex-direction: column;
  padding: 1% 0.5%;
}

.cards-container {
  padding: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
}

.leagues .mr-auto.mb-2.table-title.mt-3,
.clubs .mr-auto.mb-2.table-title.mt-3 {
  margin-bottom: -35px !important;
}

.leagues #collapseOne .p-2.align-self-end,
.clubs #collapseOne .p-2.align-self-end {
  text-align: end;
}

@media (min-width: 680px) {
  .messenger-listView {
    display: unset !important;
  }
}

/* ######### league detail ######### */

.league-detail {
  display: flex;
  flex-direction: column;
}

.league-detail-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.league-detail-container .info-div-champ {
  display: flex;
  flex-wrap: wrap;
}

.league-detail-container .gral-info-card.league-card {
  margin: 0.4vw 0 1.2vw;
  width: 100%;
  min-height: 380px;
}

.league-detail-container .gral-info-header {
  display: flex;
  padding: 2%;
  height: 54%;
}

@media screen and (max-width: 1280px) {
  .league-detail-container .gral-info-header {
    height: 47%;
  }
}

.league-detail-container .gral-info-header img.gral-info-avatar {
  margin-top: auto;
  margin-bottom: auto;
}

.league-detail-container .gral-info-header img {
  width: 40%;
  margin-right: 2%;
}

.league-detail-container .gral-info-header h2 {
  font-size: 40px;
  font-weight: bold;
  color: rgb(18, 38, 73);
}

.league-detail-container .gral-info-header div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.league-detail-container .gral-info-header div p {
  font-size: 17px;
  display: flex;
  color: rgb(77, 92, 119);
  height: auto;
  flex-wrap: wrap;
}

.league-detail-container .gral-info-header div p img {
  margin-right: 1%;
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

.league-detail-container .gral-info-header div p label {
  font-weight: 100;
  margin: 0;
}

.league-detail-container .gral-info-header div p span {
  margin-left: 1%;
}

.league-detail-container .league-championships {
  color: white;
  height: 50%;
}

.league-detail-container .league-championships .league-championships-in {
  display: flex;
  justify-content: space-between;
}

.league-detail-container .league-championships-inner {
  display: flex;
}

.league-detail-container .league-championships-inner div.mb-2.mt-3 {
  margin-right: 0.2vw;
}

.league-detail-container .league-championships-inner div.mb-2.mt-3.table-title {
  margin-right: 0.7vw;
}

.league-detail-container .league-championships table {
  overflow: auto !important;
  height: 28vh;
  display: block;
  white-space: nowrap;
}

.league-detail-container .league-championships td {
  background: rgb(77, 92, 119);
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}

.league-detail-container .league-championships tr {
  margin: 1px 0;
}

.league-detail-container .div-champ {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.filters-container {
  display: flex;
  justify-content: space-evenly;
  background: var(--filter-bg);
  color: var(--text-white);
  border-radius: 0.25rem;
  font-size: 16px;
  padding: 2px 4px;
  border: 1px solid transparent;
}
.filters-container label {
  color: white;
}

.filters-container .filer-col {
  display: flex;
  flex-direction: column;
  margin: 1% 2% 2% 2%;
  width: 43%;
}

.filters-container .control-label {
  margin: 0;
  color: white;
}

.filters-container .filter-select {
  width: 100%;
}

.league-detail .league-card .league-card-top img {
  width: 55%;
}

.league-detail .league-card .league-card-bottom {
  height: auto;
}

.league-detail .league-card .league-card-bottom .bottom-header p {
  font-size: 20px;
}

/* search data table */

.dataTables_filter label {
  color: transparent;
}

.dataTables_filter label input {
  background: rgb(77, 92, 119);
  color: white;
  border: unset;
  border-radius: 25px;
  font-style: italic;
  padding: 0.25rem 0.9rem;
}

.dataTables_filter label input:focus {
  background: rgb(77, 92, 119);
  color: white;
  border-color: unset;
}

.dataTables_filter label input:focus::-ms-clear {
  display: none;
}

#sorter {
  cursor: pointer;
}

.date-square-container {
  display: flex;
  width: 100% !important;
  height: 100%;
  position: absolute !important;
  bottom: 0;
  right: 0;
  float: unset !important;
  align-items: flex-end;
  justify-content: flex-end;
}

.date-square {
  height: 8px;
  width: 29% !important;
  border-radius: 2px !important;
  float: unset !important;
  margin: 1% !important;
}

.date-square-turquoise {
  background-color: rgb(64, 224, 198) !important;
}

.date-square-blue {
  background-color: rgb(77, 92, 119) !important;
}

.gral-info-header .info-container {
  width: 60%;
  height: 100%;
}

/* width */
.div-champ ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.div-champ ::-webkit-scrollbar-track {
  border-radius: 8px;
  background: rgb(77, 92, 119);
}

/* Handle */
.div-champ ::-webkit-scrollbar-thumb {
  background: #122649;
  border-radius: 5px;
}

/* no championships */

#no-championships {
  background: rgb(77, 92, 119);
  width: 98%;
  height: 52%;
  margin: 0 0 1.2vw 0;
  position: absolute;
  bottom: 0;
  border-radius: 0.25rem;
}

#no-championships p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-style: italic;
  opacity: 0.8;
}

.leagues #no-championships,
.clubs #no-championships {
  margin: 0;
  min-height: 75px;
  height: auto;
  width: 100%;
  position: relative;
  color: white;
}

#league-detail {
  height: 100%;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.legend span {
  display: flex;
  white-space: nowrap;
}

.legend span .date-square {
  width: 10px !important;
  margin: auto !important;
}

.legend span p {
  padding-left: 4px;
  font-size: 12px;
  font-style: italic;
  margin: auto;
}

.gral-info-bottom.league-card-bottom td {
  width: 30%;
}

.gral-info-bottom.league-card-bottom td.bold {
  width: 70%;
  padding-left: 1%;
}

@media screen and (max-width: 1691px) {
  .leagues .league-card,
  .clubs .league-card {
    width: 13.7% !important;
  }
}

@media screen and (max-width: 1511px) {
  .leagues .league-card,
  .clubs .league-card {
    width: 16.1% !important;
  }
}

@media screen and (max-width: 1317px) {
  .leagues .league-card,
  .clubs .league-card {
    width: 19.4% !important;
  }
}

@media screen and (max-width: 1134px) {
  .leagues .league-card,
  .clubs .league-card {
    width: 24.3% !important;
  }
}

@media screen and (max-width: 745px) {
  .leagues .league-card,
  .clubs .league-card {
    width: 32.8% !important;
  }
}

@media screen and (max-width: 565px) {
  .leagues .league-card,
  .clubs .league-card {
    width: 48.8% !important;
  }

  .gral-info-card.league-card .gral-info-header .info-container h2 {
    font-size: 30px;
  }

  .subscription-label {
    display: none;
  }

  .subscription-description {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 353px) {
  .leagues .league-card,
  .clubs .league-card {
    min-width: unset !important;
  }
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .gral-info-bottom.league-card-bottom table {
    font-size: 14px;
  }

  .gral-info-card.league-card .gral-info-header .info-container p {
    font-size: 15px;
  }

  .gral-info-card.league-card .gral-info-header .info-container h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .gral-info-container-league {
    margin-bottom: 24px;
  }

  .div-champ .championship-table {
    display: block !important;
  }

  .dataTables_filter label {
    float: right;
  }
}

#dataTable-position-league_filter label {
  height: 31px;
  width: 1vw;
}

#dataTable-position-club_filter label .fa-search,
#dataTable-position-league_filter label .fa-search {
  color: white;
  height: 31px;
  float: right;
  padding-top: 7px;
  opacity: 1;
  width: auto;
  transition: color 0.2s;
  transition: width 0.2s;
  transition: margin 0.2s;
  margin-left: 3%;
}

#dataTable-position-club_filter label input {
  transition: width 0.2s;
  width: 0;
  padding: 0;
}

#dataTable-position-league_filter label input {
  float: right;
  transition: width 0.2s;
  width: 0;
  padding: 0;
}

/* ######### club detail ######### */

.club-detail {
  display: flex;
  flex-direction: column;
}

.club-detail-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.club-detail-container .info-div-champ {
  display: flex;
  flex-wrap: wrap;
}

.club-detail-container .gral-info-card.club-card {
  margin: 0;
  width: 100%;
  min-height: 330px;
}

.club-detail-container .gral-info-header {
  display: flex;
  height: 90%;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  color: white;
}

.club-detail-container .gral-info-header img.gral-info-avatar {
  width: 100%;
  padding: 15%;
}

.club-detail-container .gral-info-header .gral-info-avatar-container {
  width: 30%;
  margin-right: 2%;
  border-radius: 100px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 13px;
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: #ffffff;
}

.club-detail-container .gral-info-header img.gral-info-background {
  border-radius: 0.25rem;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.club-detail-container .gral-info-header h2 {
  font-size: 40px;
  font-weight: bold;
  color: rgb(18, 38, 73);
}

.club-detail-container .gral-info-header div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.club-detail-container .gral-info-header p {
  position: absolute;
  bottom: 8%;
  left: 42%;
  font-size: 16px;
}

.club-detail-container .gral-info-header div p img {
  margin-right: 1%;
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

.club-detail-container .gral-info-header div p label {
  font-weight: 100;
  margin: 0;
}

.club-detail-container .gral-info-header div p span {
  margin-left: 1%;
}

.club-detail-container .club-championships {
  color: white;
  height: 50%;
}

.club-detail-container .club-championships .club-championships-in {
  display: flex;
  justify-content: space-between;
}

.club-detail-container .club-championships-inner {
  display: flex;
}

.club-detail-container .club-championships-inner div.mb-2.mt-3 {
  margin-right: 0.2vw;
}

.club-detail-container .club-championships-inner div.mb-2.mt-3.table-title {
  margin-right: 0.7vw;
}

.club-detail-container .club-championships table {
  overflow: auto !important;
  height: 28vh;
  display: block;
  white-space: nowrap;
}

.club-detail-container .club-championships td {
  background: rgb(77, 92, 119);
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}

.club-detail-container .club-championships tr {
  margin: 1px 0;
}

.club-detail-container .div-champ {
  display: flex;
  flex-direction: column;
}

.club-detail .club-card .club-card-top img {
  width: 55%;
}

.club-detail .club-card .club-card-bottom {
  height: auto;
}

.gral-info-bottom.club-card-bottom {
  font-size: 14px;
  margin: 0 28px 0 28px;
}

.club-card {
  padding: 0;
  height: 277px;
  margin: 1.2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 12%;
  min-width: 170px;
}

.clubs .club-card,
.clubs .club-card {
  margin: 0.2vw;
}

.club-card p {
  margin: unset;
}

.club-card .club-card-top {
  display: flex;
  justify-content: center;
}

.club-card .club-card-top img {
  text-align: center;
  height: 108px;
  opacity: 0.4;
}

.club-card .club-card-bottom {
  color: white;
  padding: 10px;
  background: rgb(77, 92, 119);
  border-radius: 0 0 10px 10px;
  height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.club-card .club-card-bottom .bottom-header p {
  font-size: 15px;
}

.club-card .club-card-bottom .bottom-bottom {
  display: flex;
}

.club-card .club-card-bottom .bottom-bottom-clubs {
  display: flex;
  justify-content: space-between;
}

.club-card .club-card-bottom .bottom-bottom p {
  padding-right: 5px;
}

.fixed-height .club-card {
  margin-top: auto;
  margin-bottom: auto;
}

.row.clubs,
.row.clubs {
  display: flex;
  flex-direction: column;
  padding: 1% 0.5%;
}

.clubs .mr-auto.mb-2.table-title.mt-3,
.clubs .mr-auto.mb-2.table-title.mt-3 {
  margin-bottom: -35px !important;
}

.field-card {
  border-radius: 0.25rem;
  background: white;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 0 0 0;
  height: 90%;
}

.field-card .img-container {
  text-align: center;
  height: 17vh;
  width: 100%;
  margin-bottom: 2%;
}

.field-card .img-container img {
  height: 100%;
  border-radius: 5px;
  width: 90%;
  object-fit: cover;
}

.gral-info-header .club-card-icons {
  width: 4vw;
  flex-direction: row !important;
  position: absolute;
  bottom: 8%;
  right: 2%;
}

.gral-info-header .club-card-icons i {
  cursor: pointer;
  color: white;
}

.gral-info-header .club-card-icons button {
  background: transparent;
  border: unset;
}

.gral-info-header .club-card-icons button:focus {
  outline: none;
}

.club-fixed-height-table {
  height: 358px !important;
}

.club-detail table.dataTable {
  margin: 0 !important;
}

#dataTable-position-club_wrapper .row:nth-child(2) {
  margin: 13px 0 0 0;
}

.club-detail #dataTable-position-club_filter label {
  margin-bottom: 0;
  width: 100%;
}

.club-detail .mr-auto.table-title.mt-3 {
  position: unset !important;
}

#dataTable-position-club_wrapper .mr-auto.table-title.mt-3 {
  margin-left: 6px;
}

#dataTable-position-club_wrapper .table tbody tr td {
  height: 24px;
}

.club-detail .card.home-calendar {
  height: calc(100% - 2rem - 21px);
}

@media screen and (max-height: 930px) {
  .club-detail-container .gral-info-header {
    height: 85%;
  }
}

@media screen and (max-height: 860px) {
  .club-detail-container .gral-info-header img.gral-info-avatar {
    bottom: 2%;
  }

  .gral-info-header .club-card-icons {
    bottom: 5%;
  }

  .club-detail-container .gral-info-header p {
    bottom: 5%;
  }
}

@media screen and (max-width: 1600px) {
  .gral-info-header .club-card-icons {
    width: 6vw;
  }
}

@media screen and (max-width: 900px) {
  .gral-info-header .club-card-icons {
    width: 10vw;
  }
}

@media screen and (max-width: 500px) {
  .gral-info-header .club-card-icons {
    width: 12vw;
  }

  .club-detail-container .club-championships .club-championships-in {
    margin-top: 20px;
  }
}

.col-xxl-3-league-detail .legend,
.col-xxl-3-club-detail .legend {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt-1-mobile {
    margin-top: 1%;
  }
  .club-detail-container .gral-info-header p,
  .gral-info-header .club-card-icons {
    bottom: 0%;
  }
  .league-detail-container .league-championships table,
  .club-detail-container .club-championships table {
    height: unset;
  }

  .col-xxl-9-league-detail.col-12.info-div-champ .league-championships,
  .col-xxl-9-league-detail.col-12.info-div-champ #dataTable-position-league_wrapper,
  .col-xxl-3-league-detail.col-12,
  .col-xxl-3-club-detail.col-12,
  .col-xxl-3-home.col-12,
  #dataTable-position-club_wrapper,
  .col-md-6.col-12.club-info-card {
    margin-top: 20px;
  }

  .card.home-calendar {
    padding-bottom: 13px;
  }

  .club-detail .card.home-calendar,
  .field-card,
  .col-xxl-3-club-detail .height-size-36vh,
  .home-row .card.home-calendar {
    height: unset !important;
  }

  .div-champ #no-championships {
    height: unset;
    position: unset;
  }

  .div-champ #no-championships p {
    position: unset;
    padding: 9px;
    transform: unset;
    margin: 0;
  }
}

#pos-table-title,
#pos-table-input {
  max-width: unset;
}

#pos-table-title .table-title {
  transition: font-size 0.2s;
}

#pos-table-title,
#pos-table-input {
  transition: flex 0.2s;
}

.col-md-6.col-12.mt-1-mobile {
  padding: 0;
}

.table-responsive-md {
  overflow-x: hidden !important;
}

#shareModal .modal-content .modal-profile {
  padding: 2%;
  height: 59px;
}

@media screen and (max-width: 490px) {
  .club-detail-container,
  .home-container {
    width: 100vw;
    min-width: 100%;
  }

  .club-detail-container .gral-info-header img.gral-info-avatar {
    padding: 15%;
  }

  .gral-info-header .club-card-icons {
    width: 17vw;
  }
}

a.nav-link svg.svg-inline--fa.fa-bars.fa-w-14.p-1 {
  height: 24px;
  width: unset;
}

/* ###################### */
/* ##### my profile ##### */
/* ###################### */

.generic-card {
  border-radius: 0.25rem;
  background: white;
}

.my-team-main-card .img-container i,
.my-profile-main-card .img-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  opacity: 0;
  color: white;
}

*:hover > i.fa-pen {
  opacity: 1;
  z-index: 999;
}

.display-flex {
  display: flex;
}

.display-flex-column {
  display: flex;
  flex-direction: column;
}

.my-profile-main-card h1 {
  color: black;
  font-family: "Archivo Black";
  margin: 0;
}

.my-profile-main-card .profile-main-data {
  padding: 2% 3%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.my-profile-main-card .profile-main-data p.profile-description {
  margin: 0;
}

.my-profile-main-card .profile-main-data h2 {
  font-size: 31px;
  margin: 0;
}

.my-profile-main-card .profile-main-data .name-icon-profile-container .user-name {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.my-profile-main-card .profile-main-data .name-icon-profile-container .fa-running {
  margin-right: 0.3rem;
  height: auto;
  width: auto;
  max-width: 29px;
  max-height: 45px;
}

.my-profile-main-card .profile-main-data .under-p {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.my-profile-main-card .profile-main-data .under-p .under-p-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 0;
}

.my-profile-main-card .profile-main-data .under-p .under-p-container i {
  color: rgb(80, 92, 117);
  font-size: 23px;
  margin-bottom: 6px;
}

.my-profile-main-card .profile-main-data .under-p .under-p-container p.s {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

.my-profile-main-card .profile-main-data .under-p .under-p-container p.f {
  margin: 0;
}

.profile-main-data .button-container {
  text-align: end;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.my-profile-main-card .profile-main-data .profile-description-wrapper {
  max-width: 660px;
}
.my-profile-main-card .profile-main-data .profile-description-wrapper .profile-description {
  word-break: break-word;
  margin-top: 15px;
}

.career-avatar-button-container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  text-align: end;
}

.career-avatar-button-container button {
  width: 150px !important;
  min-width: auto;
}

@media screen and (max-width: 767px) {
  .career-social {
    margin: 1%;
  }
}

.career-avatar-button-container button,
.profile-main-data .button-container button {
  border: 1px solid transparent;
  color: white;
  min-width: 140px;
  padding: 0;
}

.career-avatar-button-container button i {
  margin-right: 5px;
}

.career-avatar-button-container button.career-social,
.profile-main-data .button-container button.statistics {
  background: rgb(80, 92, 117);
}

.profile-main-data .button-container button.edit {
  background: rgb(22, 39, 71);
}

.profile-main-data .button-container button i {
  padding-right: 5%;
}

.my-profile .my-profile-statistics-card {
  height: 100%;
  padding: 3%;
  display: flex;
  flex-direction: column;
}

.my-profile .my-profile-statistics-card .data-table-career {
  margin-top: 0.4rem;
}
.my-profile .col-12.col-xl-4.my-profile-statistics-card-container.fixed-width .my-profile-statistics-card td {
  width: 30%;
  line-height: 1.35;
}

.my-profile .my-profile-statistics-card td.bold {
  width: 70%;
}

.my-profile-statistics-card-container {
  padding: 0;
  padding-left: 1%;
}

.my-profile-statistics-card .data-table-title {
  font-weight: bold;
  font-size: 19px;
  margin: 0;
}

.my-profile-statistics-card select {
  border: transparent;
  width: 100%;
}

.my-profile-statistics-card .data-table-top {
  display: flex;
  justify-content: space-between;
}

.my-profile-statistics-card .fa-share-alt {
  position: absolute;
  right: 6%;
  font-size: 20px;
  color: rgb(80, 92, 117);
  display: none;
}

.my-profile-statistics-card .data-table-top .seemore {
  font-style: italic;
  font-weight: 900;
  color: gray;
  cursor: pointer;
  margin: 0;
}

.my-profile-statistics-card .data-table-top .seemore:hover {
  color: darkgrey;
}

.profile-description .see-more-description,
.profile-description .see-less-description {
  cursor: pointer;
  font-style: italic;
  color: gray;
}

.profile-description .see-more-description:hover,
.profile-description .see-less-description:hover {
  color: darkgrey;
}

.profile-vid-img {
  padding: 1% 2%;
}

.profile-vid-img h2 {
  color: rgb(22, 39, 71);
  font-size: 22px;
}

.profile-vids-container-less-5 .profile-vid {
  width: 19%;
  margin-right: 1.25%;
}

.profile-vids-container-less-5 {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-direction: row;
}

.profile-vids-container video,
.profile-vids-container-less-5 video,
.profile-vids-container img,
.profile-vids-container-less-5 img {
  width: 100%;
  border-radius: 0.25rem;
  height: 190px;
  object-fit: fill;
}

.profile-vids-container img,
.profile-vids-container-less-5 img {
  height: 190px;
  object-fit: fill;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 630px) {
  .profile-vids-container video,
  .profile-vids-container-less-5 video,
  .profile-vids-container img,
  .profile-vids-container-less-5 img .profile-vids-container img,
  .profile-vid.video-display .pending-approve,
  .profile-vids-container-less-5 img {
  }
}

.profile-vids-container video:hover,
.profile-vids-container-less-5 video:hover,
.profile-vids-container img:hover,
.profile-vids-container-less-5 img:hover {
  filter: brightness(50%);
}

.profile-vids-container .video-info-top,
.profile-vids-container-less-5 .video-info-top {
  /* display: flex; */
  justify-content: space-between;
  flex-direction: row;
}

.profile-vids-container .profile-vid p.video-title,
.profile-vids-container-less-5 .profile-vid p.video-title {
  font-size: 1rem;
  color: rgb(80, 92, 117);
  font-weight: bold;
  word-break: break-word;
}

.profile-vids-container .profile-vid p,
.profile-vids-container-less-5 .profile-vid p {
  margin: 0;
}

.break-line {
  width: 100%;
  height: 1px;
  background: #d4d4d4;
}

.watch-video {
  cursor: pointer;
}

*:hover > i.fas.fa-play-circle {
  opacity: 0.8;
}

#editProfileModal .modal-dialog {
  max-width: 700px;
}

#profile-form .modal-content p,
#deleteNewsModal .modal-content p,
#editNewsModal .modal-content p,
#uploadNewsModal .modal-content p,
#editPlayerModal .modal-dialog p,
#deletePlayerModal .modal-dialog p,
#addPlayerModal .modal-dialog p,
#editImageModal .modal-dialog p,
#uploadImageModal .modal-dialog p,
#editAvatarModal .modal-dialog p,
#editProfileModal .modal-dialog p,
#addCoachCareerModal .modal-dialog p,
#deleteCoachedClubModal .modal-dialog p {
  margin: 0;
  font-weight: bold;
  color: rgb(22, 39, 71);
}

#uploadNewsModal .modal-dialog .profile-input-container,
#deleteNewsModal .modal-dialog .profile-input-container,
#editNewsModal .modal-dialog .profile-input-container,
#editImageModal .modal-dialog .profile-input-container,
#uploadImageModal .modal-dialog .profile-input-container,
#editProfileModal .modal-dialog .profile-input-container {
  margin-right: 3%;
  margin-bottom: 3%;
}

.modal-dialog .profile-input-container.terms {
  display: flex;
  white-space: nowrap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

.modal-dialog .profile-input-container.terms p {
  margin-right: 9px !important;
  width: 100%;
}

#editProfileModal .modal-dialog .profile-input-container .display-flex p {
  margin: auto;
  margin-left: 3%;
}

#editPlayerModal .modal-dialog .profile-radio-container,
#addPlayerModal .modal-dialog .profile-radio-container,
#editProfileModal .modal-dialog .profile-radio-container,
#addCoachCareerModal .modal-dialog .profile-radio-container,
#deleteCoachedClubModal .modal-dialog .profile-radio-container {
  margin-right: 3%;
  margin-bottom: 3%;
  display: flex;
}

#editProfileModal .modal-dialog .profile-input-container select {
  height: 30px;
  padding: 1px 2px;
}

#editProfileModal .modal-dialog .profile-input-container div {
  margin-right: 1%;
}

#editProfileModal .modal-dialog textarea {
  width: 100%;
  max-height: 100px;
}

#editProfileModal .modal-dialog .display-flex .empty-field-text {
  color: red;
  margin: auto;
  font-weight: 100;
  display: none;
}

#editPlayerModal .empty-field-text,
#addPlayerModal .empty-field-text,
#addCoachCareerModal .empty-field-text,
#deleteCoachedClubModal .empty-field-text {
  color: red !important;
  margin: auto !important;
  font-weight: 100 !important;
  display: none;
}

.error-field {
  border: 2px solid red;
  border-radius: 4px;
}

#deleteNewsModal .modal-content .modal-profile .modal-title,
#editNewsModal .modal-content .modal-profile .modal-title,
#uploadNewsModal .modal-content .modal-profile .modal-title,
#editPlayerModal .modal-content .modal-profile .modal-title,
#deletePlayerModal .modal-content .modal-profile .modal-title,
#addPlayerModal .modal-content .modal-profile .modal-title,
#displayNewsModal .modal-content .modal-profile .modal-title,
#editImageModal .modal-content .modal-profile .modal-title,
#editVideoModal .modal-content .modal-profile .modal-title,
#uploadVideoForm .modal-content .modal-profile .modal-title,
#uploadImageForm .modal-content .modal-profile .modal-title,
#editAvatarForm .modal-content .modal-profile .modal-title,
#editProfileForm .modal-content .modal-profile .modal-title,
#deleteVideoModal .modal-content .modal-profile .modal-title,
#deleteImageModal .modal-content .modal-profile .modal-title,
#addCoachCareerModal .modal-content .modal-profile .modal-title,
#deleteCoachedClubModal .modal-content .modal-profile .modal-title {
  color: black;
  font-size: 25px;
  font-weight: 100;
  margin: 1%;
}

#deleteNewsModal .modal-content .modal-profile,
#editNewsModal .modal-content .modal-profile,
#uploadNewsModal .modal-content .modal-profile,
#editPlayerModal .modal-content .modal-profile,
#deletePlayerModal .modal-content .modal-profile,
#addPlayerModal .modal-content .modal-profile,
#displayNewsModal .modal-content .modal-profile,
#editImageModal .modal-content .modal-profile,
#editVideoModal .modal-content .modal-profile,
#uploadVideoForm .modal-content .modal-profile,
#uploadImageForm .modal-content .modal-profile,
#editAvatarForm .modal-content .modal-profile,
#editProfileForm .modal-content .modal-profile,
#deleteVideoModal .modal-content .modal-profile,
#deleteImageModal .modal-content .modal-profile,
#addCoachCareerModal .modal-content .modal-profile,
#deleteCoachedClubModal .modal-content .modal-profile {
  display: flex;
  justify-content: space-between;
  background-color: #edeff1;
  margin: 0%;
  height: 58px;
  font-family: "Roboto";
  padding: 0 15px;
  align-items: center;
}

#deleteNewsModal .modal-content .modal-profile button,
#editNewsModal .modal-content .modal-profile button,
#uploadNewsModal .modal-content .modal-profile button,
#editPlayerModal .modal-content .modal-profile button,
#deletePlayerModal .modal-content .modal-profile button,
#addPlayerModal .modal-content .modal-profile button,
#displayNewsModal .modal-content .modal-profile button,
#editImageModal .modal-content .modal-profile button,
#editVideoModal .modal-content .modal-profile button,
#uploadVideoForm .modal-content .modal-profile button,
#uploadImageForm .modal-content .modal-profile button,
#editAvatarForm .modal-content .modal-profile button,
#editProfileForm .modal-content .modal-profile button,
#deleteVideoModal .modal-content .modal-profile button,
#deleteImageModal .modal-content .modal-profile button,
#addCoachCareerModal .modal-content .modal-profile button,
#deleteCoachedClubModal .modal-content .modal-profile button {
  margin: 2%;
}

.profile-radio-container input {
  margin: auto;
  margin-right: 7%;
}

.loader {
  display: none;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid rgb(22, 39, 71);
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  position: relative;

  top: 17%;
  left: 47%;
  transform: translate(-50%, -50%);
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.my-profile-statistics-card #height div {
  margin-right: 2.5%;
}

#addPlayerModal .loader,
#deletePlayerModal .loader,
#editPlayerModal .loader,
#addCoachCareerModal .loader,
#deleteCoachedClubModal .loader {
  top: unset;
  left: unset;
  bottom: 3%;
  left: 47%;
}

.image-player.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0, 0.7);
  display: none;
  z-index: 10000;
}
.image-player .image-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  height: auto;
  max-height: 80vh;
  min-height: 400px;
  min-width: 310px;
}

.image-player img {
  width: 100%;
}

.image-player i.fa-times {
  position: absolute;
  color: rgb(64, 224, 198);
  right: 3%;
  top: 3%;
  opacity: 1;
  cursor: pointer;
}

.video-player i.fa-times {
  position: absolute;
  color: rgb(64, 224, 198);
  right: 3%;
  top: 3%;
  opacity: 0;
  cursor: pointer;
}

*:hover > #close-video {
  opacity: 1;
}

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

.videos-header i {
  margin-right: 5px;
  background: rgb(80, 92, 117);
  color: white;
  padding: 8%;
  border-radius: 10%;
  cursor: pointer;
}

.modal .modal-profile {
  background-color: #edeff1;
  border-bottom: none;
}
#showImageModal .modal-dialog.modal-dialog-centered,
#showVideoModal .modal-dialog.modal-dialog-centered {
  max-width: 50vw;
  min-width: 370px;
  max-width: 600px;
}

#showImageModal .modal-dialog.modal-dialog-centered .modal-profile,
#showVideoModal .modal-dialog.modal-dialog-centered .modal-profile {
  height: 58px;
}

#showImageModal .modal-dialog.modal-dialog-centered .modal-profile button.close,
#showVideoModal .modal-dialog.modal-dialog-centered .modal-profile button.close {
  position: absolute;
  z-index: 3;
  color: black;
  right: 21px;
  top: 17px;
  font-size: 1.5rem;
}

#showImageModal .modal-dialog.modal-dialog-centered .modal-profile button,
#showImageModal .modal-content .modal-body #showVideoModal .modal-dialog.modal-dialog-centered .modal-profile button,
#showVideoModal .modal-content .modal-body {
  margin: 0 !important;
}
#showImageModal .modal-content .modal-body,
#showVideoModal .modal-content .modal-body {
  padding: 0;
  min-height: 300px;
  margin: 0!important;
}
#showImageModal .modal-content {
    overflow: hidden;
}
#showImageModal .modal-content .modal-body img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

#showVideoModal .ytplayer.ytplayer--simple,
#showVideoModal .modal-dialog.modal-dialog-centered video.video-player {
  width: 100%;
  min-width: 370px;
  max-width: 600px;
  margin-bottom: 0;
}
#showVideoModal .modal-video-container .ytplayer {
  min-height: 400px;
  border-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
#showVideoModal .controls .controls__btn:before {
  font-size: 80px;
}
#showVideoModal .modal-video-container,
.editVideoModal-ytplayer,
.uploadVideoModal-ytplayer {
  background: #dee2e6;
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 95%);
  }
  100% {
    background-color: hsl(200, 20%, 80%);
  }
}
.owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
}
.training-plans-container .owl-nav {
  width: calc(100% - 5px);
  left: 2px;
}

.profile-vids-container.owl-carousel .owl-nav .owl-prev,
.profile-vids-container.owl-carousel .owl-nav .owl-next,
.training-plans-container .owl-carousel .owl-nav .owl-prev,
.training-plans-container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.6) !important;
  height: 76px;
  width: 38px;
}

.profile-vids-container.owl-carousel .owl-nav .owl-prev,
.training-plans-container .owl-carousel .owl-nav .owl-prev {
  left: 0%;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.profile-vids-container.owl-carousel .owl-nav button.owl-next,
.training-plans-container .owl-carousel .owl-nav button.owl-next {
  right: 0%;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.owl-nav button span {
  color: rgb(64, 224, 198);
  font-size: 70px;
  font-weight: bold;
  line-height: 38px;
}

.right {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.owl-nav button.owl-prev span {
  margin-right: 7px;
}

.owl-nav button.owl-next span {
  margin-left: 7px;
}

.owl-nav button:focus {
  outline: none;
}

.register-page .error-message,
.modal-dialog .error-message {
  color: red !important;
  margin: auto !important;
  font-weight: 100 !important;
  display: none;
}

.profile-vid.video-display {
  margin-right: 10px;
  width: 100%;
  position: relative;
  min-height: 295px;
}
.profile-vid.video-display .video-info-bottom {
  text-align: right !important;
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-vid.video-display .video-info-bottom .fa-pen,
.profile-vid.video-display .video-info-bottom .fa-trash {
  color: rgb(80, 92, 117);
}
.my-profile .my-profile-main-card .profile-avatar-pending.avatar-display {
  margin-right: 10px;
  width: 100%;
  height: 100%;
}
.my-profile .my-profile-main-card .profile-avatar-pending.avatar-display .pending-approve {
  width: 100%;
  background: rgb(80, 92, 117);
  height: 100%;
  border-radius: 0.25rem;
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2%;
}
.my-profile .my-profile-main-card .profile-avatar-pending.avatar-display .pending-approve i {
  color: rgb(64, 224, 198);
  font-size: 30px;
  opacity: 1 !important;
}
.my-profile .my-profile-main-card .profile-avatar-pending.avatar-display .pending-approve .pending-approve-short-text {
  color: rgb(64, 224, 198);
  font-size: 20px;
}

.my-profile .my-profile-main-card .profile-avatar-pending.avatar-display .pending-approve .pending-approve-long-text {
  color: white;
  font-size: 12px;
}

.editVideoModal-ytplayer .controls .controls__btn:before,
.editVideoModal-ytplayer .controls .controls__btn:before {
  font-size: 77px;
  margin-left: -2px;
}
.editVideoModal-ytplayer .controls .controls__btn,
.editVideoModal-ytplayer .controls .controls__btn {
  width: 73px;
  height: 73px;
}

@media (max-width: 480px) {
  .modal.fade.show {
    padding: 0 !important;
  }
  .modal.fade.show .modal-dialog {
    margin: 0 !important;
  }
  .modal.fade.show .modal-dialog .modal-content {
  }
}

.profile-vid.video-display .pending-approve i {
  color: rgb(64, 224, 198);
  font-size: 30px;
}

.profile-vid.video-display .pending-approve .pending-approve-short-text {
  color: rgb(64, 224, 198);
}

.profile-vid.video-display .pending-approve .pending-approve-long-text {
  color: white;
  font-size: 12px;
}
.crop_edit_image {
  width: 100px;
}
.modal-profile .pending-approve {
  width: 150px;
  background: rgb(80, 92, 117);
  height: 150px;
  border-radius: 100%;
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2%;
}

.modal-profile .pending-approve i {
  color: rgb(64, 224, 198);
  font-size: 25px;
  display: block !important;
  position: unset !important;
}

.modal-profile .pending-approve .pending-approve-short-text {
  color: rgb(64, 224, 198) !important;
  margin: 0;
}

.fas.fa-cloud-upload-alt.disabled {
  opacity: 0.4;
  cursor: default;
}

.video-info-top .fa-pen,
.video-info-top .fa-trash {
  color: rgb(80, 92, 117);
}

.profile-input-container img,
.profile-input-container video {
  width: 100% !important;
}

.profile-input-container .button-input-file input {
  position: absolute;
  opacity: 0;
  z-index: 999;
  width: 90%;
  height: 32px;
  cursor: pointer;
}
.cr-slider {
  position: initial !important;
  opacity: initial !important;
}
.profile-input-container .button-input-file button {
  width: 100%;
  max-width: unset;
}

.profile-input-container .button-input-file {
  margin-top: 1%;
}

.button-input-file p {
  color: black !important;
  font-weight: 100 !important;
  margin-top: 1% !important;
  font-size: 17px !important;
}

.display-flex.profile-input-container .button-input-file {
  width: 100%;
}

.owl-dot {
  border-radius: 119% !important;
  height: 15px;
  width: 15px;
  border-color: transparent !important;
  margin: 0 0.5%;
  background: rgb(80, 92, 117) !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.owl-dot.active {
  background: rgb(64, 224, 198) !important;
}

.owl-dot:focus {
  outline: none;
}

.terms-conditions-profile {
  display: flex;
  justify-content: space-between;
}

.terms-conditions-profile svg,
.terms-conditions-profile i {
  margin-right: 5px;
  color: #6c757d;
  font-size: 19px;
}

.terms-conditions-profile p {
  font-size: 15px !important;
}

.terms-conditions-profile .download-link:hover {
  color: rgb(64, 224, 198) !important;
  cursor: pointer;
}

.terms-conditions-profile .download-link:hover svg,
.terms-conditions-profile .download-link:hover i {
  color: rgb(64, 224, 198) !important;
}

.select2-container .select2-selection--single {
  padding: 3px;
}

.home-filter-social-button-container .d-flex.mt-3 {
  width: 97%;
}

@media screen and (max-width: 1600px) {
  .home-filter-social-button-container .d-flex.mt-3 {
    width: 96%;
  }
}

@media screen and (max-width: 800px) {
  .home-filter-social-button-container .d-flex.mt-3 {
    width: 94%;
  }
}

@media screen and (max-width: 670px) {
  .home-filter-social-button-container .mr-auto.mb-2.table-title {
    width: 100%;
  }
  .home-filter-social-button-container .mt-auto.mb-2 {
    width: 64%;
    text-align: right;
  }

  .home-filter-social-button-container .d-flex.mt-3 {
    width: 93%;
  }
}

@media screen and (max-width: 540px) {
  .home-filter-social-button-container .mr-auto.mb-2.table-title.mt-3 {
    width: 36%;
  }
  .home-filter-social-button-container .mt-auto.mb-2 {
    width: 64%;
    text-align: right;
  }
  .home-filter-social-button-container .d-flex.mt-3 {
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .home-filter-social-button-container .d-flex.mt-3 {
    margin-top: 37px !important;
  }

  #modal-header-profile-user .nav-tabs .nav-item {
    flex: 0 0 100%;
  }

  .expiration-and-upgrade-card-container {
    flex-direction: column;
  }

  .align-update-credit-card-container {
    align-self: flex-start;
  }

  #modal-profile-content .modal-content {
    width: 100%;
    max-width: 100vw;
    min-width: 300px;
  }
}

button.show-news,
button.hide-news,
.initial-social-cards-icons .statistics-button,
.home-filter-social-button-container .statistics-button {
  background: rgb(77, 92, 119);
  border-radius: 0.25rem;
  border: 1px solid transparent;
  color: white;
  padding: 0 0.4em;
  height: 30px;
  margin-left: 10px;
}

button.hide-news {
  padding: 0 0.5em;
}

.home-filter-social-button-container a.to-social {
  position: absolute;
  top: 5px;
  right: 0;
}

.dataTable-position a {
  text-decoration: none;
  color: inherit;
}

.dataTable-fixture a {
  text-decoration: none;
  color: inherit;
}

.dataTable-position-club a {
  text-decoration: none;
  color: inherit;
}

.dataTable-position-league a {
  text-decoration: none;
  color: inherit;
}

.game-result a {
  text-decoration: none;
  color: inherit;
}

.personal-information a {
  text-decoration: none;
  color: inherit;
}

.dataTable-career a {
  text-decoration: none;
  color: inherit;
}

.league-card-bottom a {
  text-decoration: none;
  color: inherit;
}

/* First access pop */

#first-access-pop {
  position: absolute;
  max-width: 375px;
  z-index: 999;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: anim1;
}

@keyframes anim1 {
  0% {
    margin-right: 0%;
  }
  50% {
    margin-right: 1%;
  }
  100% {
    margin-right: 0%;
  }
}

@media screen and (max-width: 450px) {
  #first-access-pop {
    margin-right: unset !important;
  }
}

#first-access-pop .first-access-bubble {
  margin: 10px;
  background: rgb(64, 224, 198);
  border-radius: 0.25rem;
  padding: 18px;
}

#first-access-pop .first-access-title {
  font-family: "Roboto Medium";
  font-size: 20px;
  color: white;
}

#first-access-pop .first-access-paragraph {
  color: rgb(22, 39, 71);
  font-size: 17px;
}

#first-access-pop button {
  border-radius: 0.25rem;
  color: white;
  font-family: "Roboto Medium";
  border-color: transparent;
}

#first-access-pop button.first-access-close {
  background-color: #545b62;
}

#first-access-pop button.first-access-next {
  background-color: rgb(22, 39, 71);
}

#first-access-pop .first-access-arrow {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: rgb(64, 224, 198);
  position: absolute;
}
#first-access-pop .first-access-arrow:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: rgb(64, 224, 198);
}

#profile-ajax-errors p {
  display: block;
}

p#profile-success {
  display: none;
}

li.nav-item.dropdown.user-menu {
  display: flex;
}

li.nav-item.dropdown.user-menu a {
  margin: auto 0;
  color: white;
}
.break-word {
  overflow-wrap: break-word;
}

.nav-pills .nav-link p {
  font-size: 18px;
  font-family: "Roboto Medium";
}

.profile-notifications .modal-header {
  background: #edeff1;
}

.profile-notifications .modal-title {
  font-family: "Conforta";
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #122649;
}

.profile-notifications .modal-content .modal-header .close span i {
  color: #4d5c77 !important;
}

.profile-notifications .modal-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #122649;
}

.profile-notifications .button-submit {
  text-align: right;
}

.profile-notifications .button-submit button {
  text-align: center;
  font-family: "Conforta";
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  width: 126px;
  height: 35px;
  background: #4d5c77;
  border-radius: 28px;
  border-color: #4d5c77;
}

.profile-invite-user .modal-header {
  background: #edeff1;
}

.profile-invite-user .modal-title {
  font-family: "Conforta";
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #122649;
}

.profile-invite-user .modal-content .modal-header .close span i {
  color: #4d5c77 !important;
}

.profile-invite-user .modal-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;

  color: #122649;
}

.profile-invite-user .button-submit {
  text-align: right;
}

.profile-invite-user .button-submit button {
  text-align: center;
  font-family: "Conforta";
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  height: 35px;
  background: #4d5c77;
  border-radius: 28px;
  border-color: #4d5c77;
}

.profile-subscription .modal-header {
  background: #edeff1;
}

.profile-subscription .modal-title {
  font-family: "Conforta";
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #122649;
}

.profile-subscription .modal-content .modal-header .close span i {
  color: #4d5c77 !important;
}

.profile-subscription .modal-body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;

  color: #122649;
}

.profile-subscription .button-submit {
  text-align: right;
}

.profile-subscription .button-submit button {
  text-align: center;
  font-family: "Conforta";
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  height: 35px;
  background: #4d5c77;
  border-radius: 28px;
  border-color: #4d5c77;
}

.profile-subscription .button-cancel a {
  text-align: center;
  font-family: "Conforta";
  font-style: normal;
  font-size: 14px;
  height: 35px;
  background: #4d5c77;
  border-radius: 28px;
  border-color: #4d5c77;
}

.editVideoModal-ytplayer,
.uploadVideoModal-ytplayer,
.modal#editVideoModal .video-container,
.modal#uploadVideoModal .video-container {
  max-width: 350px;
}
@supports (-webkit-touch-callout: none) {
  .brand-image-xs.logo-xl {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    position: relative;
    height: 33px;
    max-height: 33px;
    left: 18px;
    top: 12px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .modal-dialog {
    overflow-y: initial !important;
  }

  .modal-body {
    max-height: calc(100vh - 18vh);
    overflow-y: auto;
  }

  .modal-body.no-max-height {
    max-height: none;
  }

  .modal-body ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px var(--table-line-light);
    box-shadow: inset 0 0 2px var(--table-line-light);
    border-radius: 2px;
    background-color: var(--table-line-white);
  }

  .modal-body ::-webkit-scrollbar {
    width: 6px;
    background-color: var(--table-line-white);
  }

  .modal-body ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 2px var(--table-line-white);
    -webkit-box-shadow: inset 0 0 2px var(--table-line-white);
    background-color: var(--table-header);
  }

  .croppie-container {
    height: auto !important;
  }
}

/* width */
.modal-body::-webkit-scrollbar,
.initial-social-cards-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.modal-body::-webkit-scrollbar-track,
.initial-social-cards-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.modal-body::-webkit-scrollbar-thumb,
.initial-social-cards-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
.modal-body::-webkit-scrollbar-thumb:hover,
.initial-social-cards-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: var(--calendar-thumbtack-selected);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px var(--calendar-thumbtack-selected);
}

a.float:hover {
  color: #fff;
  background-color: var(--calendar-thumbtack-selected);
  box-shadow: 2px 2px 3px var(--calendar-thumbtack-selected);
}

.my-float {
  margin-top: 22px;
}

#profile .modal-header {
  background: #edeff1;
}

#profile .modal-title {
  font-family: "Conforta";
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #122649;
}

#profile .modal-content .modal-header .close span i {
  color: #4d5c77 !important;
}

#profile .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  padding: 0.375rem 0.75rem;
}

#profile .select2-container .select2-selection--single {
  height: calc(1.8125rem + 6px);
}

#profile .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 1rem !important;
  font-size: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: 0;
}
select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
}

#profile .select2-results {
  display: block;
}

.offline-container {
  display: flex;
  min-height: 350px;
  justify-content: center;
  align-items: center;
}

a.link {
  color: #40e0c6 !important;
  text-decoration: none;
  background-color: transparent;
}

a.link:hover {
  color: #34b5a0 !important;
  text-decoration: underline;
}

input,
select,
.select2-container--default.select2-container .select2-selection--single {
  border-radius: 4px;
  border: 1px solid #d9d8d9;
  color: #495057;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px !important;
}
input:not(input[type="checkbox"]):not(input[type="radio"]) {
  min-height: 28px !important;
}
input[type="checkbox"] {
  background: #f7f7f7;
  border: 1px solid #d9d8d9;
  border-radius: 2px;
  margin-right: 5px;
}

input:focus,
input:focus-visible,
select:focus-visible {
  outline: none;
}

input:not(.select2-search__field):hover,
input:not(.select2-search__field):focus,
select:not(.select2-hidden-accessible):focus,
select:not(.select2-hidden-accessible):hover,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container:hover .select2-selection--single {
  border: 1px solid #80bdff;
}

label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #122649;
  margin-bottom: 0.1rem;
}

.form-control-sm {
  display: block;
  width: 100%;
  font-size: inherit;
  height: calc(1.8125rem + 6px);
}

label.filter-label {
  color: #ffffff !important;
}

h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 1.375rem;
}

.btn-primary2,
.btn-secondary2,
.btn-download {
  font-size: 0.9rem;
  border-radius: 25px;
  color: white;
}
.btn-primary2 {
  background: rgb(22, 39, 71);
}
.btn-secondary2 {
  background: rgb(80, 92, 117);
}
.btn-download {
  background-color: rgb(64, 224, 198);
}
.btn-primary2:hover,
.btn-secondary2:hover,
.btn-download:hover {
  color: white;
}
