.borderless td, .borderless th {
  border: none !important;
}

.no-race {
  text-align: center;
  width: 100%;
}
.no-race .icon {
  font-size: 50px;
}

.user-profile {
  height: 100%;
}
.user-profile .container {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .user-profile .container {
    padding: 0;
  }
}
.user-profile .item-profile {
  margin: 0 auto;
}
.user-profile .item-profile .group-avatar {
  text-align: center;
}
.user-profile .item-profile .group-avatar .image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.user-profile .item-profile .group-avatar .user-id {
  font-size: 12px;
  margin: 5px 0;
}
.user-profile .item-profile .group-avatar .btn-toggle-update-profile {
  font-size: 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .user-profile .item-profile .group-avatar {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }
  .user-profile .item-profile .group-avatar .image {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -130px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    border: solid 5px #fff;
  }
}
@media screen and (max-width: 991px) {
  .user-profile .item-profile .box-profile-info {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.user-profile .item-profile .box-profile-info .profile-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.33;
  color: #212b36;
  margin: 0;
}
.user-profile .item-profile .box-profile-info .profile-moto {
  font-size: 13px;
  color: #637381;
  word-break: break-word;
  margin: 0;
  margin-top: 5px;
}
.user-profile .item-profile .box-profile-info .user-id {
  font-size: 13px;
  color: #637381;
  margin: 0;
}
.user-profile .item-profile .box-profile-info .dropdown-menu {
  padding: 0;
}
.user-profile .item-profile .box-profile-info .dropdown-menu .dropdown-item {
  border-bottom: solid 1px #f8f8f8;
  padding: 10px 20px;
}
.user-profile .item-profile .box-profile-info .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.user-profile .item-profile .box-btn-edit-profile {
  margin-bottom: 10px;
}
.user-profile .item-profile .box-btn-edit-profile a {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid var(--ir-text-danger);
  font-size: 13px;
  text-align: center;
  color: var(--ir-text-danger);
  padding: 6px 10px;
  cursor: pointer;
  min-width: 140px;
  display: inline-block;
}
.user-profile .box-user-stats .box-stats.box-stats-user-profile li {
  width: 33.33% !important;
}
.user-profile .box-user-stats .box-stats img {
  width: 24px;
}
.user-profile .box-user-stats .box-stats .count {
  font-size: 20px;
  line-height: 1.4;
  color: #212b36;
  border-right: 1px solid #c4cdd5;
}
.user-profile .box-user-stats .box-stats p {
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
  color: #637381;
  margin: 0;
}
.user-profile .box-user-stats .box-stats p span {
  text-transform: capitalize;
}
.user-profile .box-user-stats .box-stats .statitis-count-invited {
  font-size: 15px !important;
  max-width: 448px;
  display: inline-block;
}
.user-profile .box-user-stats .box-stats .statitis-count-invited img {
  width: 45px;
}
.user-profile .box-user-stats .box-stats .statitis-count-invited b {
  font-size: 18px;
  color: var(--ir-text-danger);
}
.user-profile .box-user-stats .box-stats .stats-font {
  font-size: 20px;
  line-height: 1.4;
  color: #212b36;
}
.user-profile .box-user-stats .box-stats ul {
  margin: auto;
  display: inline-block;
  width: 100%;
  padding: 0;
}
.user-profile .box-user-stats .box-stats ul.border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.user-profile .box-user-stats .box-stats ul li {
  display: inline-block;
  width: 25%;
  float: left;
}
.user-profile .box-user-stats .box-stats ul li:last-child .count {
  border-right: none;
}
.user-profile .box-user-badges .box-profile-badges {
  position: relative;
  line-height: 0;
  box-shadow: 4px 2px 12px rgba(0, 0, 0, 0.24);
}
.user-profile .box-user-badges .box-profile-badges .top-frame {
  width: 100%;
  position: relative;
  top: 1px;
}
.user-profile .box-user-badges .box-profile-badges .bottom-frame {
  width: 100%;
  position: unset;
  border: none;
  bottom: 1px;
  position: relative;
}
.user-profile .box-user-badges .box-profile-badges .box-badges {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100% 100%;
}
.user-profile .box-user-badges .box-profile-badges .box-badges .box-badges-wrapper {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .user-profile .box-user-badges .box-profile-badges .box-badges .box-badges-wrapper {
    margin-bottom: 0;
  }
}
.user-profile .box-user-badges .box-profile-badges .box-badges .box-badges-wrapper ul {
  position: relative;
}
@media screen and (max-width: 992px) {
  .user-profile .box-user-badges .box-profile-badges .box-badges .box-badges-wrapper ul li {
    margin-bottom: 20px;
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .user-profile .box-user-badges .box-profile-badges .box-badges .box-badges-wrapper ul li {
    min-height: 85px;
  }
}
.user-profile .box-user-badges .box-profile-badges .box-badges .box-badges-wrapper ul li img {
  cursor: pointer;
  max-width: 120px;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .user-profile .box-user-badges .box-profile-badges .box-badges .box-badges-wrapper ul li img {
    height: 80px;
  }
}
.user-profile .box-item-calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-profile .box-item-calendar .heading-calendar {
  display: flex;
  align-items: center;
  gap: 40px;
}
.user-profile .box-item-calendar .heading-calendar .group-action {
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-profile .box-item-calendar .heading-calendar .group-action .text-month-calendar {
  font-size: 16px;
  white-space: nowrap;
}
.user-profile .box-item-calendar .heading-calendar .group-action .action {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  background: var(--ir-text-primary);
  color: #fff;
  cursor: pointer;
}
.user-profile .box-item-calendar .heading-calendar .form-select {
  width: 140px;
}
@media (max-width: 425.9px) {
  .user-profile .box-item-calendar .heading-calendar .form-select {
    width: 100px;
  }
}
.user-profile .box-item-calendar #calendar table {
  width: 100%;
  text-align: center;
}
.user-profile .box-item-calendar #calendar table td {
  padding: 6px 0;
}
.user-profile .box-item-calendar #calendar table td img {
  cursor: pointer;
}
.user-profile .mobile-label {
  font-size: 70%;
}
.user-profile .order-table-lable {
  margin: 0;
}
.user-profile #user-account .group-item .btn-change {
  text-decoration: underline;
  font-style: italic;
  color: var(--ir-text-primary);
  cursor: pointer;
}
.user-profile #user-account .group-item-password {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}
.user-profile #user-account .group-item-password input {
  border: none !important;
  padding-right: 30px;
}
.user-profile #user-account .group-item-password i {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .update-password {
    padding: 0;
  }
}
.icon-social {
  margin: 15px 0;
}
.icon-social a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.icon-social a img {
  max-width: 24px;
}
.icon-social a:last-child {
  margin-right: 0;
}

.nav-tab-edit {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nav-tab-edit {
    background: none !important;
    border: none;
    padding: 0 !important;
  }
}
.nav-tab-edit .nav-tabs {
  position: relative;
}
.nav-tab-edit .nav-tabs li {
  margin: 0 !important;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .nav-tab-edit .nav-tabs li {
    display: inline-block;
    float: left;
    width: 33.33%;
  }
  .nav-tab-edit .nav-tabs li a {
    padding: 10px 0 !important;
    margin-bottom: 0;
    font-size: 13px !important;
  }
}
.nav-tab-edit .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 20px 40px;
  border: none !important;
  color: #333;
}
.nav-tab-edit .nav-item.active {
  border-bottom: 0;
}
.nav-tab-edit .nav-item.active a {
  color: #f91879 !important;
  background: #eee;
  border-top: 3px #f91879 solid !important;
}
.nav-tab-edit .tab-content {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.nav-tab-edit .tab-content .box-profile-image {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-tab-edit .tab-content .box-profile-image {
    margin-bottom: 15px;
  }
}
.nav-tab-edit .tab-content .box-profile-image .avatar {
  width: 96px;
  height: 96px;
  background-size: cover !important;
  background-position: center center;
  border-radius: 50%;
  margin-bottom: 0;
  cursor: pointer;
}
.nav-tab-edit .tab-content .form-group div {
  margin-bottom: 5px;
}
.nav-tab-edit .tab-content .form-group .form-control {
  height: 34px;
  box-shadow: none;
  outline: 0;
}
.nav-tab-edit .tab-content .btn-change-password {
  cursor: pointer;
}
.nav-tab-edit .tab-content .group-change-password {
  display: none;
}
.nav-tab-edit .tab-content #app .box-item img {
  max-width: 100%;
}
.nav-tab-edit .tab-content #app .box-item .btn {
  margin-top: 15px;
}

.joined-race {
  padding: 15px 0;
}
.joined-race .container {
  height: 100%;
}
.joined-race .container .race-loop {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .joined-race .container {
    padding: 0;
  }
  .joined-race .container .nav-tabs li {
    width: 50%;
  }
  .joined-race .container .col-xs-12:last-child .race-loop {
    margin-bottom: 0 !important;
  }
}

.user-profile .wrapper-strava-log {
  margin-left: -7px;
  margin-right: -7px;
}
@media screen and (max-width: 767px) {
  .user-profile .wrapper-strava-log {
    margin: 0;
  }
}
.user-profile .box-item-strava {
  border: 0 !important;
  padding: 0 7px !important;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .user-profile .box-item-strava {
    padding: 0 !important;
  }
}
.user-profile .box-item-strava .strava-log {
  border: 1px solid #dfe3e8;
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
}
.user-profile .box-item-strava .box-profile {
  margin-bottom: 10px;
}
.user-profile .box-item-strava .box-profile .avatar {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.user-profile .box-item-strava .box-profile .user-info {
  display: inline-block;
  width: calc(100% - 45px);
  float: left;
  padding-left: 10px;
}
.user-profile .box-item-strava .box-profile .user-info .date {
  font-size: 13px;
  margin-top: 5px;
}
.user-profile .box-item-strava .box-profile .user-info .date img {
  margin-right: 5px;
}
.user-profile .box-item-strava .box-profile .user-info .icon {
  margin-top: 5px;
}
.user-profile .box-item-strava .box-profile .user-info .icon img {
  max-width: 20px;
  margin-right: 5px;
}
.user-profile .box-item-strava .box-profile .user-info .icon img a img {
  margin-right: 0;
}
.user-profile .box-item-strava .col-xs-8 {
  padding-right: 0;
}
.user-profile .box-item-strava .title img {
  width: 25px;
  margin-right: 5px;
}
.user-profile .box-item-strava .title .left {
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: var(--black);
  padding-right: 5px;
  color: #fc4c02;
}
.user-profile .box-item-strava .title .left a {
  color: #fc4c02;
  font-weight: 700;
}
.user-profile .box-item-strava .title .icon-strava {
  display: inline-block;
  float: left;
  text-align: right;
  width: 100px;
  color: #FC4C02;
  font-size: 11px;
  padding-top: 4px;
}
.user-profile .box-item-strava .distance-time {
  font-size: 13px;
  color: var(--black);
  margin-top: 10px;
}
.user-profile .box-item-strava .distance-time img {
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.user-profile .wrapper-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: solid 1px #ddd;
}

@media screen and (min-width: 992px) {
  .col-20 {
    width: 20%;
  }
  .wrapper-item-profile {
    display: flex;
  }
  .wrapper-item-profile .box-item {
    width: 50% !important;
    border: 0;
    flex: 1;
    margin-bottom: 0;
    border-radius: 0;
  }
  .wrapper-item-profile .box-item .item-profile {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-item-profile .box-item.box-item-stat {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .wrapper-item-profile {
    margin: 0;
  }
  .wrapper-item-profile .box-item-profile {
    padding: 0;
  }
  .wrapper-item-profile .box-item-profile .card-body {
    padding-top: 100px;
  }
  .wrapper-item-profile .box-item-stat {
    margin: 0;
    margin-bottom: 10px;
  }
  .wrapper-item-profile .box-item-stat .col-6 {
    padding: 0;
  }
  .wrapper-item-profile .box-item-stat .col-6.pl-5 {
    padding-left: 5px;
  }
  .wrapper-item-profile .box-item-stat .col-6.pr-5 {
    padding-right: 5px;
  }
  .wrapper-item-profile .box-item-stat .col-6 button, .wrapper-item-profile .box-item-stat .col-6 a {
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    margin-top: 12px;
    background-color: transparent !important;
    color: #1456f0 !important;
    white-space: nowrap;
  }
  .wrapper-item-profile .box-item-stat .card {
    border-radius: 4px !important;
    margin-bottom: 10px;
  }
  .wrapper-item-profile .box-item-stat .card-body {
    padding: 10px;
  }
}
.btn-sync-strava {
  display: block;
  margin-top: 5px;
  cursor: pointer;
}
.btn-sync-strava ul li {
  padding: 5px 10px;
}
.btn-sync-strava ul li:hover {
  background-color: #ddd;
}
.btn-sync-strava .fa-spin {
  display: none;
}
.btn-sync-strava.disabled .fa-spin {
  display: inline-block;
}
.btn-sync-strava.disabled .caret {
  display: none;
}

.modal-backdrop.in {
  z-index: 888888;
}

.btn-sync-manual .fa-spin {
  display: none;
}
.btn-sync-manual.disabled .fa-spin {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #modal-sync-strava-activity .input-group .input-group-addon {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .user-profile .wrapper-content {
    margin: 0;
  }
}
.user-profile .sidebar {
  height: -moz-fit-content;
  height: fit-content;
}
.user-profile .sidebar .list-menu {
  list-style-type: none;
  padding: 0;
}
.user-profile .sidebar .list-menu li {
  border-bottom: 1px solid #ddd;
}
.user-profile .sidebar .list-menu li a {
  display: flex;
  gap: 6px;
  align-items: baseline;
  padding: 10px 20px;
  color: var(--text-color);
  transition: 0.2s ease;
}
.user-profile .sidebar .list-menu li a:hover {
  background-color: #fcfcfc;
}
.user-profile .sidebar .list-menu li.active {
  border: 0;
}
.user-profile .sidebar .list-menu li.active a {
  background-color: var(--ir-text-primary);
  color: #fff;
}
.user-profile .sidebar .list-menu li:last-child {
  border-bottom: 0;
}
.user-profile .sidebar .list-menu li img {
  max-height: 14px;
}
@media (max-width: 768px) {
  .user-profile .content-right {
    padding: 0;
  }
}
.user-profile .content-right #user-application .item-application {
  text-align: center;
  border: 1px solid #ababab;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.user-profile .content-right #user-application .item-application .content-app {
  padding: 15px;
}
.user-profile .content-right #user-application .item-application.active {
  border-color: var(--ir-text-danger);
}
.user-profile .content-right #user-application .item-application.active .default {
  background-color: var(--ir-bg-danger);
}
.user-profile .content-right #user-application .item-application:hover {
  border-color: var(--ir-text-danger);
}
.user-profile .content-right #user-application .item-application:hover .default {
  background-color: var(--ir-bg-danger);
}
.user-profile .content-right #user-application .item-application .wrap-img {
  height: 60px;
}
.user-profile .content-right #user-application .item-application img {
  max-width: 100%;
  max-height: 100%;
}
.user-profile .content-right #user-application .item-application .btn-app {
  padding: 3px 8px;
  font-size: 12px;
}
.user-profile .content-right #user-application .item-application .tutorial {
  margin-top: 5px;
  font-size: 12px;
  padding: 2px 0;
  display: block;
}
.user-profile .content-right #user-application .item-application .default {
  width: 100%;
  background-color: #ababab;
  padding: 5px 0;
  color: #fff;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.user-profile .content-right #user-application .item-application .default.btn-set-to-default {
  cursor: pointer;
}
.user-profile .content-right #user-application .txt-connect {
  color: #969ba5;
}
.user-profile .content-right .item-user .content .user-avatar {
  margin-bottom: 20px;
  text-align: center;
}
.user-profile .content-right .item-user .content .user-avatar .avatar {
  width: 100px;
  height: 100px;
  background-size: cover !important;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.user-profile .content-right .item-user .content .user-avatar .lbl-avatar {
  cursor: pointer;
}
.user-profile .content-right .item-user .content .edit-content .form-group > div {
  margin-bottom: 5px;
}
.user-profile.wrapper-infomation .info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.user-profile.wrapper-infomation .info-item img {
  max-width: 18px;
  margin-right: 4px;
}
.user-profile.wrapper-infomation .info-item .i-title {
  text-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .table-user-profile {
    width: 100%;
  }
}
.table-user-profile tr td {
  border: none !important;
  padding: 10px 15px;
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  .table-user-profile tr td {
    padding-left: 0;
  }
}
.table-user-profile tr td .text-motto {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-user-profile tr td:first-child {
  padding-left: 0;
  white-space: nowrap;
}
.table-user-profile tr td .icon {
  display: inline-block;
  width: 30px;
  text-align: left;
  float: left;
}
.table-user-profile tr td .icon img {
  position: relative;
  width: 20px;
  top: -3px;
}
.table-user-profile tr td .i-title {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
@media screen and (max-width: 767px) {
  .table-user-profile tr td:last-child {
    padding-right: 0;
    word-break: break-word;
  }
}

.club-detail .box-wrapper .banner {
  margin-bottom: 15px;
  border-radius: 5px;
  background-size: cover !important;
  padding-bottom: 47%;
  background-position: center center;
}
.club-detail .box-wrapper .main-title {
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}
.club-detail .box-wrapper .list-user .filter {
  margin-bottom: 30px;
}
.club-detail .box-wrapper .list-user .filter ul {
  padding: 0;
  margin: 0;
}
.club-detail .box-wrapper .list-user .filter ul li {
  display: inline-block;
}
.club-detail .box-wrapper .list-user .filter ul li:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .club-detail .box-wrapper .list-user .filter ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  .club-detail .box-wrapper .list-user .filter ul li.li-race {
    float: right;
  }
  .club-detail .box-wrapper .list-user .filter ul li select {
    width: 100% !important;
  }
}
.club-detail .box-wrapper .list-user .filter ul li select {
  width: 150px;
  margin-right: 15px;
}
.club-detail .box-wrapper .list-user .filter ul li select.filter-race {
  width: 300px;
}
.club-detail .box-wrapper .list-user .filter ul li.total-users {
  float: right;
}
.club-detail .box-wrapper .list-user .filter ul li.total-users b {
  position: relative;
  top: 3px;
}
.club-detail .box-wrapper .list-user .filter ul li.total-users b span {
  font-size: 20px;
}
.club-detail .box-wrapper .list-user table {
  border-bottom: 1px solid #ebeff2;
}
.club-detail .box-wrapper .list-user table tr th {
  border-width: 1px;
}
.club-detail .box-wrapper .list-user table tr td {
  vertical-align: middle;
}
.club-detail .box-wrapper .list-user table tr td .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: cover !important;
  display: inline-block;
  float: left;
}
.club-detail .box-wrapper .list-user table tr td .name {
  position: relative;
  top: 14px;
  margin-left: 10px;
  font-weight: 500;
  position: static;
  max-width: calc(100% - 58px);
  float: left;
  color: #686868;
}
.club-detail .box-wrapper .list-user table tr td .name span {
  color: var(--ir-text-primary);
}
@media screen and (max-width: 767px) {
  .club-detail .box-wrapper .list-user table tr td .name-mobile {
    position: static;
    margin: 0;
    font-size: 17px;
  }
}
.club-detail .box-wrapper .list-user table tr td .media-user {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.club-detail .box-wrapper .list-user table tr td .charities-label {
  margin: 0;
}

.referral-link input {
  width: calc(100% - 125px);
  float: left;
  margin-right: 15px;
}
.referral-link span {
  display: inline-block;
  width: 110px;
  float: left;
  height: 38px;
  padding: 0;
  line-height: 38px;
  background-color: var(--ir-text-primary) !important;
  border-color: var(--ir-text-primary) !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.referral-link span i {
  margin-left: 5px;
}

.table-coupon .copy-coupon {
  cursor: pointer;
  margin-left: 5px;
  font-size: 13px;
  color: var(--ir-text-danger);
}
.table-coupon .coupon-code {
  border: 0;
  display: inline;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  display: inline;
  min-width: 90px;
  text-align: center;
  padding: 3px 5px;
}

.table-invited tr {
  vertical-align: middle;
}
.table-invited .wrap-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table-invited .wrap-name .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover !important;
  display: inline-block;
}
.table-invited .wrap-name .name {
  color: var(--ir-text-primary);
  font-weight: 500;
}

#modal-activity-image .modal-content {
  padding: 5px;
}
#modal-activity-image .modal-content .modal-body {
  padding: 0;
  text-align: center;
}
#modal-activity-image .modal-content .close {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #ED1D24;
  line-height: 20px;
  text-align: center;
  z-index: 9;
  color: #ffffff;
  padding: 0;
  opacity: 1;
  font-weight: normal;
}
#modal-activity-image .modal-content .close span {
  position: relative;
  top: -2px;
  font-size: 18px;
}

#modal-shopee-pay-qr .modal-dialog {
  max-width: 400px;
}
#modal-shopee-pay-qr .modal-content {
  padding: 5px;
}
#modal-shopee-pay-qr .modal-content .modal-body {
  padding: 0;
  text-align: center;
}
#modal-shopee-pay-qr .modal-content .modal-body img {
  max-width: 300px;
}

.show-image,
.show-map {
  cursor: pointer;
  display: inline-block;
  margin-left: 4px;
}

.nav-tabs-activities {
  flex-wrap: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
}
.nav-tabs-activities li {
  background-color: #f5f5f5;
  width: 25%;
  text-align: center;
}
.nav-tabs-activities li a img {
  height: 16px;
}
@media screen and (max-width: 768px) {
  .nav-tabs-activities li {
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .nav-tabs-activities li a {
    padding: 10px 0 !important;
    font-size: 13px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .nav-tabs-activities li a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .nav-tabs-activities li a img {
    width: 18px;
  }
}
.nav-tabs-activities li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: normal !important;
  border-bottom: 3px solid transparent !important;
  padding: 10px 0;
  background: #fff;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .nav-tabs-activities li a {
    flex-direction: column;
    gap: 0;
  }
}
.nav-tabs-activities li a:hover {
  border-color: var(--ir-text-primary) !important;
}
.nav-tabs-activities li a.active {
  background-color: #fff !important;
  color: var(--ir-text-primary) !important;
  border-color: var(--ir-text-primary) !important;
}

@media screen and (min-width: 768px) {
  .tab-content-activities td {
    vertical-align: middle;
  }
  .tab-content-activities td .date-time {
    width: 140px;
  }
  .tab-content-activities td .activity-title {
    display: flex !important;
    align-items: center;
    gap: 3px;
  }
  .tab-content-activities td .activity-title .activity-name {
    display: inline-block;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .tab-content-activities td {
    vertical-align: middle;
  }
  .tab-content-activities td .activity-name b {
    display: inline-block;
    max-width: 150px;
  }
}
.tab-content-activities table td, .tab-content-activities table th {
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
  font-weight: normal;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .tab-content-activities table td, .tab-content-activities table th {
    font-size: 13px;
  }
}
.tab-content-activities table td .activity-title, .tab-content-activities table th .activity-title {
  color: #000;
  display: block;
}
.tab-content-activities table td .activity-title .activity-name, .tab-content-activities table th .activity-title .activity-name {
  margin-left: 3px;
}
.tab-content-activities table td .activity-title img, .tab-content-activities table th .activity-title img {
  width: 20px;
  border-radius: 4px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .tab-content-activities table td .activity-title img, .tab-content-activities table th .activity-title img {
    top: 0;
  }
}
.tab-content-activities table td .activity-distance, .tab-content-activities table th .activity-distance {
  font-size: 13px;
  margin-top: 5px;
}
.tab-content-activities table td .invalid-activity, .tab-content-activities table th .invalid-activity {
  cursor: pointer;
  font-size: 16px;
  margin-left: 5px;
}
.tab-content-activities table td .btn-remove-activity, .tab-content-activities table th .btn-remove-activity {
  cursor: pointer;
}
.tab-content-activities table th {
  text-transform: capitalize;
}

.box-item.box-item-activities {
  margin-bottom: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-select .check-mark::after {
  content: "";
}

.confirm-email {
  width: 14px;
  position: relative;
  top: -2px;
  margin-left: 2px;
}

.dropdown-tree-companies .dropdown-toggle.btn-default,
.dropdown-tree-schools .dropdown-toggle.btn-default {
  background-color: transparent !important;
  color: #565656 !important;
  height: 38px;
  width: 100%;
  text-align: left;
  border: 1px solid #E3E3E3 !important;
  box-shadow: none !important;
}
.dropdown-tree-companies .dropdown-toggle.btn-default .caret,
.dropdown-tree-schools .dropdown-toggle.btn-default .caret {
  float: right;
  margin-top: 10px;
}
.dropdown-tree-companies ul li ul,
.dropdown-tree-schools ul li ul {
  padding-left: 20px;
}
.dropdown-tree-companies ul li a,
.dropdown-tree-schools ul li a {
  cursor: pointer;
}
.dropdown-tree-companies ul li a .arrow,
.dropdown-tree-schools ul li a .arrow {
  padding: 5px 10px;
  margin-left: -25px;
}

.coupon-partner {
  background-color: #fff8dc;
}

@media (max-width: 425.9px) {
  .my-orders .container-order {
    margin: 0;
  }
}
.my-orders .item-user {
  background-color: transparent !important;
}
.my-orders .item-user .title {
  background-color: #fff;
}
.my-orders .item-user .content .nav-tabs {
  margin-bottom: 10px;
  background-color: #fff;
}
.my-orders .item-user .content .nav-tabs li {
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.my-orders .item-user .content .nav-tabs a {
  font-weight: normal;
  background-color: transparent;
}
.my-orders .item-user .content .nav-tabs a:hover {
  color: var(--ir-text-primary);
}
.my-orders .item-user .content .nav-tabs li.active {
  border-color: var(--ir-text-primary);
}
.my-orders .item-user .content .nav-tabs li.active a {
  color: var(--ir-text-primary);
}
.my-orders .item-user .content .show-content .item-order img {
  max-width: 100%;
  max-height: 100px;
}
.my-orders .item-user .content .show-content .item-order img.img-event {
  position: relative;
  top: 18px;
}
.my-orders .item-user .content .show-content .item-order .info .label {
  font-weight: normal;
}
.my-orders .item-user .content .show-content .item-order .info > div {
  margin-bottom: 5px;
}
.my-orders .item-user .content .show-content .item-order .info > div i {
  margin-right: 5px;
}
.my-orders .item-user .content .show-content .item-order .info .race-name {
  font-size: 16px;
  color: var(--ir-text-danger);
}
.my-orders .item-user .content .show-content .item-order .info .user-name {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .my-orders .item-user .content .show-content .pagination-orders {
    margin: 0 0 30px;
  }
}

.order-detail .content-right .item-order-detail.item-customer > div {
  margin-bottom: 5px;
}
.order-detail .content-right .item-order-detail.item-customer > div:last-child {
  margin-bottom: 0;
}
.order-detail .content-right .item-order-detail.item-customer > div i {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .order-detail .content-right {
    padding: 0 15px;
  }
  .order-detail .content-right .item-order-detail.right {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
}
.order-detail .content-right .item-user .content .item {
  margin-bottom: 5px;
}
.order-detail .content-right .item-user .content .box-title {
  color: var(--ir-text-primary);
  margin-bottom: 10px;
  font-weight: bold;
}
.order-detail .content-right .item-user .content .order-lines {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .order-detail .content-right .item-user .content .order-lines {
    padding: 0;
  }
}
.order-detail .content-right .item-user .content .order-lines .box-info {
  padding: 15px;
}
.order-detail .content-right .item-user .content .order-lines button.btn {
  margin-top: 10px;
}
.order-detail .content-right .item-user .content .order-lines .shipping-processing {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.order-detail .content-right .item-user .content .order-lines .shipping-processing .step-item {
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
}
.order-detail .content-right .item-user .content .order-lines .shipping-processing .step-item .image {
  width: 50px;
  height: 50px;
  border: 3px solid #2dc258;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .order-detail .content-right .item-user .content .order-lines .shipping-processing .step-item .image {
    width: 40px;
    height: 40px;
  }
}
.order-detail .content-right .item-user .content .order-lines .shipping-processing .step-item .image img {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .order-detail .content-right .item-user .content .order-lines .shipping-processing .step-item .image img {
    width: 15px;
  }
}
.order-detail .content-right .item-user .content .order-lines .shipping-processing .step-item .step-title {
  margin-top: 10px;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .order-detail .content-right .item-user .content .order-lines .shipping-processing .step-item .step-title {
    font-size: 12px;
  }
}
.order-detail .content-right .item-user .content .order-lines .shipping-processing .step-item .step-datetime {
  margin-top: 2px;
  font-size: 12px;
  color: var(--lightgray);
}
@media screen and (max-width: 768px) {
  .order-detail .content-right .item-user .content .order-lines .shipping-processing .step-item .step-datetime {
    font-size: 10px;
  }
}
.order-detail .content-right .item-user .content .order-lines .shipping-processing .step-line {
  position: absolute;
  top: 24px;
  width: 100%;
  height: 3px;
  background-color: #2dc258;
}
@media screen and (max-width: 768px) {
  .order-detail .content-right .item-user .content .order-lines .shipping-processing .step-line {
    top: 19px;
  }
}
.order-detail .content-right .item-user .content .carts .item-cart {
  margin-bottom: 15px;
}
.order-detail .content-right .item-user .content .carts .item-cart:last-child {
  margin-bottom: 0;
}
.order-detail .content-right .item-user .content .carts .item-cart .img {
  width: 200px;
  height: 111px;
  display: inline-block;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.order-detail .content-right .item-user .content .carts .item-cart .product-name {
  display: inline-block;
  width: calc(100% - 200px);
  float: left;
  padding-left: 10px;
}
.order-detail .content-right .item-user .content .carts .item-cart .product-name .variant {
  font-size: 13px;
}
.order-detail .content-right .item-user .content .carts .item-cart .product-name .price {
  font-size: 14px;
  color: var(--ir-text-danger);
  padding: 0;
  width: initial;
}
@media screen and (max-width: 767px) {
  .order-detail .content-right .item-user .content .carts .item-cart .img {
    width: 100%;
    padding-bottom: 55%;
    height: initial;
    display: block;
  }
  .order-detail .content-right .item-user .content .carts .item-cart .product-name {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}

#modal-edit-order .modal-body .form-group .row .col-xs-3 span {
  display: inline-block;
  padding-top: 9px;
}
#modal-edit-order .modal-body .form-group .row .list-addons .item-addon {
  margin-bottom: 10px;
  padding: 10px 0;
}
#modal-edit-order .modal-body .form-group .row .list-addons .item-addon .form-control {
  margin-bottom: 5px;
}
#modal-edit-order .modal-body .form-group .row .list-addons .item-addon .form-control:last-child {
  margin-bottom: 0;
}

#modal-delete-account .content-warning {
  padding: 10px;
  background: rgba(255, 197, 197, 0.2588235294);
}
#modal-delete-account .content-warning .icon-warning {
  color: #f91879;
  font-size: 18px;
  margin-right: 6px;
}
#modal-delete-account .content-confirm {
  margin: 20px 0;
}
#modal-delete-account .content-confirm .data-confirm {
  background: #f8f8f8;
  padding: 4px;
  margin-left: 4px;
  border-radius: 4px;
}
#modal-delete-account .content-confirm input {
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #ddd;
  padding-left: 10px;
}

.wrapper-page {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .wrapper-page {
    padding-top: 0;
    max-width: 100%;
    height: 100%;
  }
}

td .icon-upload-manual {
  max-width: 20px;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.btn-disconnect-strava {
  cursor: pointer;
}

.user-certificate .container {
  padding: 15px;
  background-color: #fff;
}
.user-certificate .container .uncompleted {
  margin-bottom: 100px;
}
.user-certificate canvas {
  width: 100%;
}
.user-certificate #download_image {
  margin-right: 10px;
  position: relative;
  top: -3px;
  background: #FF5000;
  color: #fff;
  height: 28px;
  padding: 0 15px;
}
.user-certificate #download_image .fa-spin {
  display: none;
}
.user-certificate #download_image.disabled .fa-spin {
  display: inline-block;
}

.table-user-weight tr td .btn-remove-weight {
  font-size: 18px;
  cursor: pointer;
}

#activity-walk td.icon img {
  width: 20px;
  margin-right: 3px;
}

.item-user.coins .current-balance img {
  max-width: 51px;
  float: left;
}
.item-user.coins .current-balance .view-more {
  padding-top: 15px;
  color: var(--ir-text-primary);
}
.item-user.coins .current-balance .balance {
  display: inline-block;
  padding-left: 10px;
  padding-top: 5px;
  float: left;
}
.item-user.coins .list-details {
  margin-top: 20px;
  background-color: #fff;
}
.item-user.coins .list-details .nav-tabs {
  border-radius: 0 !important;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.item-user.coins .list-details .nav-tabs li {
  width: 33.3333333333%;
  text-align: center;
}
.item-user.coins .list-details .item-order {
  position: relative;
}
.item-user.coins .list-details .item-order img {
  width: 80px;
  float: left;
}
.item-user.coins .list-details .item-order.item-iwallet img {
  width: 60px;
}
.item-user.coins .list-details .item-order .detail {
  display: inline-block;
  width: calc(100% - 80px);
  padding-left: 15px;
  padding-right: 30px;
  float: left;
  font-size: 14px;
  padding-top: 8px;
  line-height: 22px;
}
.item-user.coins .list-details .item-order .detail .large {
  font-size: 18px;
  color: var(--black);
}
.item-user.coins .list-details .item-order .amount {
  position: absolute;
  top: 30px;
  right: 15px;
  color: var(--ir-text-danger);
  font-size: 20px;
}
.item-user.coins .list-details .item-order .amount.use {
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .item-user.coins .list-details .item-order img {
    width: 60px;
    float: left;
    margin-top: 20px;
  }
  .item-user.coins .list-details .item-order .detail {
    width: calc(100% - 60px);
    padding-right: 50px;
    font-size: 13px;
  }
  .item-user.coins .list-details .item-order .detail .large {
    font-size: 16px;
  }
  .item-user.coins .list-details .item-order .amount {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 18px;
  }
}

.user-checkin-wrapper {
  display: none;
  width: 100%;
  max-width: 448px;
  text-align: center;
}
.user-checkin-wrapper .title img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.user-checkin-wrapper .list-day-checkin {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.user-checkin-wrapper .list-day-checkin .item-checkin {
  display: inline-block;
  white-space: nowrap;
}
.user-checkin-wrapper .list-day-checkin .item-checkin .item {
  width: 40px;
  height: 40px;
  border: solid 2px #eff0f2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F6FA;
  margin-bottom: 6px;
}
.user-checkin-wrapper .list-day-checkin .item-checkin .item.active {
  border-color: var(--ir-text-danger);
  cursor: pointer;
}
.user-checkin-wrapper .list-day-checkin .item-checkin .item.active-checked {
  border-color: var(--ir-text-danger);
}
.user-checkin-wrapper .list-day-checkin .item-checkin .item img {
  width: 24px;
}
@media (max-width: 767px) {
  .user-checkin-wrapper .list-day-checkin {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

@keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
.user-statistics .box-item {
  background-color: #fff;
}
.user-statistics .box-item .box-content .box-user-chart {
  padding: 25px 10px;
}
.user-statistics .box-item .box-content .box-user-chart .btn-chart-statistics {
  color: var(--ir-text-danger);
  border: 1px solid var(--ir-text-danger);
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 10px;
  cursor: pointer;
}
.user-statistics .box-item .box-content .box-user-chart .btn-chart-statistics:hover, .user-statistics .box-item .box-content .box-user-chart .btn-chart-statistics.active {
  background-color: var(--ir-text-danger);
  color: #fff;
}
.user-statistics .box-item .box-content .box-user-chart #user-chart {
  margin-top: 30px;
}

ul {
  list-style-type: none;
  padding: 0;
}

.wrapper-settings .list-menu .heading {
  padding: 12px 20px;
  background: #f9f6fa;
  font-weight: 600;
}
.wrapper-settings .list-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrapper-settings .list-menu ul li {
  padding: 12px 20px;
  border-bottom: solid 1px #ddd;
}
.wrapper-settings .list-menu ul li:last-child {
  border: none;
}
.wrapper-settings .list-menu ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
.wrapper-settings .list-menu ul li i {
  font-size: 16px;
}

.wrapper-activity-mb {
  background: linear-gradient(90deg, #9BD9FE 0%, #B2F3F3 50.5%, #9BD9FE 94.17%, #98D6FF 100%);
  padding-top: 20px;
  padding-bottom: 50px;
}
.wrapper-activity-mb .item .card {
  border-radius: 16px !important;
  margin: 0;
}
.wrapper-activity-mb .item .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px;
}
.wrapper-activity-mb .item .card .card-body a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper-activity-mb .item img {
  width: 26px;
}
.wrapper-activity-mb .item p span {
  white-space: nowrap;
  color: #686868;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .user-profile.my-orders, #user-coupon {
    margin-top: 50px;
  }
  .my-orders .nav-tabs {
    display: flex;
  }
  .my-orders .nav-tabs li {
    display: flex;
  }
}
#page-charity-detail .information {
  text-align: center;
}
#page-charity-detail .information img {
  max-width: 70%;
  max-height: 150px;
}
@media (max-width: 767px) {
  #page-charity-detail .information img {
    max-width: 50%;
    max-height: 110px;
  }
}
#page-charity-detail .information h3 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--ir-text-danger);
}
#page-charity-detail .information .content {
  text-align: justify;
  margin: 0 auto;
}
