* {
  font-family: "Open Sans", sans-serif;
}

body {
  padding: 10px;
  background: #f2f2f2;
  color: rgba(0, 0, 0, 0.87);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.tm .team .team-header {
  top: 0;
  left: 0;
  width: 100%;
  background: lightgray;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (min-width: 601px) {
  .tm .team .team-header .team-info-container .spherecol {
    max-width: 300px;
  }

  .tm .team .team-header .team-info-container .tag,
  .tm .team .team-header .team-info-container .name {
    margin: 30px auto 0 0 !important;
  }
}

.tm .team .team-header .team-info-container .sphere {
  background: #9e9e9e;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  text-align: center;
  margin: 16px auto;
}

.tm .team .team-header .team-info-container .sphere span {
  color: white;
  font-size: 90px;
  line-height: 150px;
}

.tm .team .team-header .team-info-container .tag,
.tm .team .team-header .team-info-container .name {
  background: rgba(0, 0, 0, 0.7);
  min-height: 38px;
  color: white;
  line-height: 30px;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 1.2em;
  padding: 4px 10px;
  letter-spacing: 1px;
  margin: 10px auto 0px;
}

.tm .team .team-header .team-info-container .name {
  top: 130px;
  font-size: 1.5em;
}

.tm .team .team-header .nav-content .tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.tm .team .team-header .nav-content .tabs::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #f5f5f5;
}

.tm .team .team-header .nav-content .tabs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.tm .team .team-header .tabs .tab a {
  font-size: 16px;
}

.tm .team .team-header .team-action {
  position: absolute;
  right: 20px;
  margin-top: -20px;
}

.tm .team .team-header .joinbtn {
  position: absolute;
  right: 8px;
  top: 8px;
}

@media only screen and (min-width: 601px) {
  .tm .team .team-header .joinbtn {
    right: 20px;
    top: 20px;
  }
}

.tm .team .team-container {
  top: 250px;
  left: 0;
  height: auto;
  min-height: 150px;
  width: 100%;
  background: white;
  padding: 1em 0;
}

.tm .team .team-container h1,
.tm .team .team-container h2,
.tm .team .team-container h3,
.tm .team .team-container h4,
.tm .team .team-container h5 {
  margin: 0 0.5em 0.5em 0.5em;
  font-weight: 300;
}

/*#region Home */

.tm .team .team-container .statinfo {
  float: none;
  width: 100%;
  display: inline-block;
  padding: 0.75em 2em;
}

.tm .team .team-container .statinfo .row {
  margin-bottom: 0;
}

.tm .team .team-container .statinfo .card {
  display: flex;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.22);
  font-size: 20px;
  min-height: 70px;
}

.tm .team .team-container .statinfo .card:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.13), 0 3px 6px rgba(0, 0, 0, 0.26);
}

.tm .team .team-container .statinfo .card div {
  float: left;
  margin: auto;
  overflow: hidden;
}

.tm .team .team-container .statinfo .card div span {
  text-transform: uppercase;
  line-height: 70px;
  text-align: center;
}

.tm .team .team-container .statinfo .card div:first-child span {
  font-weight: 500 !important;
  font-weight: 200;
}

.tm .team .team-container .summ-members {
  width: 100%;
  padding: 0.75em 2em;
  margin: auto;
  display: block;
}

@media only screen and (min-width: 601px) {
  .tm .team .team-container .summ-members {
    display: flex !important;
  }
}

.tm .team .team-container .summ-members > div {
  margin: auto;
  padding: 0;
}

.tm .team .team-container .summ-members .card {
  margin-left: 0;
  display: block;
  min-height: 104px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.22);
}

.tm .team .team-container .summ-members .card:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.13), 0 3px 6px rgba(0, 0, 0, 0.26);
}

.tm .team .team-container .summ-members .card .image {
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.91);
  text-align: center;
  overflow: hidden;
}

.tm .team .team-container .summ-members .card .image .bg {
  position: inherit;
  margin-top: -40%;
  width: 100%;
  filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);
}

.tm .team .team-container .summ-members .card .image img:not(.bg) {
  z-index: 1;
  width: 100%;
  max-width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
}

.tm .team .team-container .summ-members .card .name span {
  font-size: 16px;
  text-align: center;
}

.tm .team .team-container .summ-members .card .btn-floating {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.tm .team .team-container .summ-members .card .btn-floating.role {
  left: 4px;
}

.tm .team .team-container .summ-members .card .btn-floating.role img {
  height: 26px;
  margin:2px;
}

.tm .team .team-container .summ-members .card .btn-floating i {
  line-height: 30px;
}

/*#endregion */

/*#region Matchlist */

.tm .match .team-tag {
  margin-top: calc(1.5rem - 11px);
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: grey;
  border-radius: 2px;
  min-width: 3rem;
  padding: 0 6px;
  margin-right: 14px;
  text-align: center;
  line-height: 22px;
  height: 22px;
  float: left;
  box-sizing: border-box;
}

.tm .match.win .collapsible-header {
  border-left-color: #4caf50;
}

.tm .match.loss .collapsible-header {
  border-left-color: #e53935;
}

.tm .match .collapsible-header {
  border-left: 5px solid grey;
  overflow: hidden;
}

.tm .match .collapsible-header span {
  float: left;
  margin-right: 1rem;
}

.tm .match .collapsible-header .time {
  float: right;
}

.tm .match .collapsible-header .time div {
  float: left;
}

.tm .match .collapsible-header .time div:nth-child(2) span {
  min-width: 74px;
  text-align: right;
}

.tm .match.win .collapsible-body {
  background-color: #e8f5e9;
}

.tm .match.loss .collapsible-body {
  background-color: #ffebee;
}

/*#endregion */

/*#region requests list */

.tm #requests .nocontent {
  text-align: center;
}

.tm #requests .nocontent i {
  font-size: 4em;
  color: #e0e0e0;
  margin: 20px 0 10px;
}

.tm #requests .nocontent span {
  color: #757575;
  margin: 10px auto;
  display: block;
}

.tm #requests li {
  min-height: 104px;
  padding-left: 96px !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100% !important;
}

.tm #requests img {
  position: absolute !important;
  height: 64px;
  left: 15px;
  cursor: pointer;
}

.tm #requests span:not(.badge) {
  font-size: 1.2rem;
  cursor: pointer;
}

.tm #requests .opt {
  float: right;
}

.tm #requests:hover .opt {
  visibility: visible;
}

.tm #requests .opt a {
  color: black;
  opacity: 0.65;
  background-color: transparent;
  box-shadow: none;
  display: block;
  padding: 0 8px;
  margin-top: 4px;
}

.tm #requests .opt a:hover {
  opacity: 1;
}

/*.tm #requests .badges {
    position: relative;
    float: left;
    top: 10px;
}*/

.tm #requests .progress {
  margin-bottom: 0;
  width: 100%;
  top: 4px;
}

/*#endregion */

.tm .add-member {
  font-size: 1.3rem;
}
.tm .add-member i {
  margin: 10px;
  font-size: 3rem;
}
.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form h4 {
  text-align: center;
  margin-bottom: 30px;
}