@import "typography.css";
@import "animations.css";
@import "buttons.css";
@import "checkboxes.css";
@import "datatable.css";
@import "navs.css";
@import "nav-tabs.css";
@import "notifs.css";
@import "utils.css";
@import "cards.css";
@import "popup.css";
@import "cypher.css";
@import "qa.css";
@import "filterMan.css";
@import "alert.css";
@import "rank.css";
@import "game-details.css";
@import "components.css";
@import "light.css";
@import "robot.css";
@import "stars.css";

:root {
  --nav-size: 85px;
}

#overlay {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.spinner {
  height: 60px;
  width: 60px;
  margin: 0px auto;
  -webkit-animation: rotation 0.3s infinite linear;
  -moz-animation: rotation 0.3s infinite linear;
  -o-animation: rotation 0.3s infinite linear;
  animation: rotation 0.3s infinite linear;
  border-radius: 100%;
  margin-top: 10px;
}

#spinner-message {
  margin-top: 10px;
  text-align: center;
  padding: 10px;
}

#questions-list input {
  width: 100%;
}

#questions-list .list-group-item:hover {
  background-color: #fff7;
}

.banner-small {
  max-width: 52px;
  border-radius: 9px;
  margin-right: 13px;
  border: 1px solid #dedede;
}

.dashboard-stats-number {
  font-size: 1.7rem;
  color: #0189cd;
}

#games-list {
  max-height: 210px;
  overflow-y: auto;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}

#games-list::-webkit-scrollbar { 
    display: none;  /* Older Safari and Chromium */
}
.game-list .row {
  margin-bottom: 15px;
}

.dashboard-card {
  width: 100%;
}

.leaderboard-row {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  margin-bottom: 5px;
  user-select: none;
}


#page-main-header {
  margin-bottom: 12px;
}

.leaderboard-row h3 {
  margin: 0 !important;
}

.my-position-leaderboard {
  background-image: linear-gradient(
    140deg,
    #0e2f6a 0%,
    #00121a 100%
  ) !important;
  color: white;
}

.nav-link {
  border: 0;
  font-weight: bold;
  background-color: transparent;
}

.rounded-circle {
  border-radius: 50% !important;
  width: 40px;
  margin-right: 10px;
  border: 1px solid rgb(193, 193, 193);
  background-color: white;
  display: inline-block;
  height: 40px;
}

.rounded-circle-big {
  border-radius: 50% !important;
  min-width: 100px;
  height: 100px;
  background-color: white;
  margin-right: 10px;
  color: transparent;
  border: 2px solid #55555524;
  background-color: white;
  display: block;
  margin: 0 auto;
  user-select: none;
  
}

.profile-username {
  color: #0e2f6a;
  font-weight: bold;
}

.rounded-circle-min {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #d5d5d5;
  background-color: white;
}

.cve-label {
  padding: 5px 20px;
  background: #fff2bd;
  border-radius: 50px;
  margin-right: 15px;
}

.mitre {
  padding: 3px 17px;
  background: #eaf3ff;
  border-radius: 50px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 10px;
}

#challenge-container {
  margin-top: 20px;
}

#left-sidebar {
  width: 220px;
  transition: all ease 500ms;
  position: fixed;
  z-index: 1;
}

#left-sidebar .left-sidebar-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  user-select: none;
  margin-bottom: 5px;
}

[class*="leader-board-number"] {
  margin: 0;
  display: inline-block;
  padding: 2px 10px;
  background: #0189cd;
  border-radius: 15px;
  color: white;
  font-weight: bold;
}

.h5,
h5 {
  font-size: 1.15rem;
}

.dropdown-toggle::after {
  position: relative;
  top: -2px;
}

.dashboard-card h5.leader-board-number-1 {
  background: #dbd968;
  color: #383838;
}

.dashboard-card h5.leader-board-number-2 {
  background: #9f9f9f;
}

.dashboard-card h5.leader-board-number-3 {
  background: #b47757;
}

.left-game-detail-colored img {
  box-shadow: 0 4px 10px #0005;
}

.left-game-detail-colored .card-body {
  padding-left: 5px;
  padding-right: 5px;
}

.left-game-detail-colored .btn-group .btn-primary {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #0e2e68;
  border-color: #0c285b;
}

.left-game-detail-colored .btn-group .btn-secondary {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.left-game-detail-colored .btn-group .btn-primary:hover,
.left-game-detail-colored .btn-group .btn-primary:active {
  background-color: #0c285b !important;
}

.left-game-detail-colored a,
.left-game-detail-colored .card-title {
  color: #7c7c7c;
}

#game-name {
  color: #0c285b;
}

.red-team .btn-group .btn-primary {
  background: #cb1d1d !important;
  border-color: #b21919 !important;
}

.red-team .btn-group .btn-primary:hover,
.red-team .btn-group .btn-primary:active {
  background: #b21919 !important;
  border-color: #b21919 !important;
}

.red-team a,
.red-team .card-title {
  color: #e72626;
  font-weight: bold;
}

.red-team .btn-primary {
  background: #cb1d1d !important;
  border-color: #b21919 !important;
  color: white;
}

.blue-team .btn-primary {
  background: #019acd !important;
  border-color: #017ca5 !important;
  color: white;
}

.blue-team .btn-group .btn-primary {
  background: #019acd !important;
  border-color: #017ca5 !important;
}

.blue-team .btn-group .btn-primary:hover,
.blue-team .btn-group .btn-primary:active {
  background: #017ca5 !important;
  border-color: #017ca5 !important;
}

.blue-team a,
.blue-team .card-title {
  color: #019acd;
}

.item-flag {
  position: absolute;
  top: 0px;
  right: -1px;
  padding: 6px 7px;
  border-radius: 0 10px 0;
  font-weight: bold;
  font-size: 0.8rem;
}

#challenge-container {
  margin-top: 20px;
}

.challenge-card {
  margin-bottom: 30px;
}

.challenge-card .card-body .card-title {
  line-height:25px
}

#filter-aside {
  background-color: #eee;
  display: none;
}

#filter-aside .card-body {
  background-color: #eee;
}

#filter-aside .card-header {
  background: #eee;
  border-radius: 0;
}

#filter-aside a {
  color: rgb(31, 55, 82);
  border-radius: 0;
}

.red-team .mitre {
  padding: 3px 17px;
  background: #ffeaea;
  border-radius: 50px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 10px;
}

.profile-notifs-counter {
  display: none;
  min-width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 29px;
  color: #3c08af;
  font-size: 0.6rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
  box-shadow: 0px 0 3px #000;
}

.navbar-nav-right {
  position: relative;
  margin-right: 10px;
}

.jumbotron {
  border-radius: 0;
}

.filter-row {
  border-radius: 50px;
  box-shadow: 0 0 5px #0002;
}

table.dataTable td {
  padding: 10px;

  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-top: 1px solid #eee;
}

.banner-register {
  background: url("../../assets/images/bg-banner-home.jpg");
  background-position: center center;
  margin: 0;
}

#page-container {
  padding-left: 235px;
}

#game-details-main-bar {
  padding: 20px;
}

.game-list .card-body {
  text-align: center;
}

.game-session .sidebar-dark {
  background: var(--main-col-darker) !important;
  min-height: 100vh;
}

.dashboard-card .card-body {
  border-radius: 8px;
  box-shadow: 0 3px 17px #0001;
  border: 0;
  margin-bottom: 3px;
}

.dashboard-private .list-group-item,
.game-session .list-group-item {
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  border: 0;
  margin-bottom: 10px;
}

.dashboard-private .list-group-item span {
  color: var(--button-color);
}

.dashboard-private .list-group-item.active {
  background-color: #007bff2e;
}

.chart-widget {
  max-width: 98%;
  margin: 0 auto;
  background: #0c2b60;
  color: white;
  border-radius: 8px;
}

.col-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dashboard-private .sidebar a {
  color: white;
}

.result-label {
  font-size: 1.7rem;
  font-weight: 300;
  color: #0189cd;
}

.game-session .sidebar-dark a {
  color: white;
}

.dashboard-private {
  overflow-x: hidden;
  min-height: 100vh;
}

.dashboard-private .sidebar {
  background: var(--main-col) !important;
  min-height: 100vh;
}

.game-list-item {
  user-select: none;
  cursor: pointer;
  padding: 5px;
  margin-bottom: 0;
  border-radius: 0.5rem;
  font-weight: bold;
}

#notifications-container .dropdown-item {
  pointer-events: none;
  user-select: none;
  font-weight: bold;
}

#notifications-container .dropdown-item:hover,
#notifications-container .dropdown-item:active {
  background-color: transparent !important;
}

.ic-col {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

#games-info {
  user-select: none;
  height: 95%;
}

#games-info .card-body {
  position: relative;
}

#games-info .card-body a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.recents-icon {
  display: block;
  font-size: 100px;
  text-align: center;
  color: #dedede44;
  margin-top: 40px;
}
.play-message-success {
  background: green;
  padding: 8px;
  border-radius: 5px;
}

.play-message-fail {
  background: #b6110b;
  padding: 8px;
  border-radius: 5px;
}

.play-session-actions a {
  font-size: 0.9rem;
  padding: 8px 35px;
}

#formContentLogin {
  color: white;
}

#attemps {
  max-height: 500px;
  overflow-y: auto;
}

.card-img-top {
  background: transparent;
  max-height: 205px;
  max-height: 90%;
  width: 85%;
  position: relative;
  box-shadow: 0px 0px 20px #0002 !important;
  border-radius: 10px;
  overflow: hidden;
}


@keyframes skeleton {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }}

  img.skeleton{
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: skeleton 1.6s infinite linear;
  }
.slide-game .card-img-top {
  max-height: 100%;
  margin: 0 auto;
}

.card-img-top img {
  object-fit: cover;
}

.card-img-top-fw {
  max-width: 100% !important;
  max-height: 100% !important;
}

.card-home {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 14px #0001 !important;
  border-radius: 20px;
  max-height: 340px;
  position: relative;
  transform: scale(1);
  transition: all ease 500ms;
  padding-top: 5px;
  padding-bottom: 10px;
}

.card-home:hover:not(.disabled-home) {
  box-shadow: 0px 13px 18px #0002 !important;
  transform: scale(1.05);
  transition: all ease 300ms;
}

.card-home-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.card-title a:hover {
 color:inherit;
}

.card-icon-action-overlay {
  z-index: 101;
  position: relative;
} 

.card-icon-summary-detail {
  opacity: .7;
  font-size: 0.9rem;
} 

#world-desktop svg {
  width: 100%;
  cursor: pointer;
  position: relative;
}

.card-home .card-title a {
  font-size: 1.1rem !important;
  word-wrap: normal;
}

.card-home .card-img-top {
  max-width: 275px;
  top: 13px;
}

.card-home .challenge-details .icon-round {
  border-radius: 50%;
  color: #fff;
  padding: 7px;
}

.card-home .challenge-details .icon-round.red {
  background-color: #cb1d1d;
}

.card-home .challenge-details .icon-round.blue {
  background-color: #019acd;
}

.card-home .card-img-top .red {
  position: absolute;
  top: 0px;
  left: -10px;
  background: #cb1d1d;
  padding: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-left: 20px;
  border-radius: 0 0 20px;
  padding-right: 12px;
  color: white;
}

.card-home .card-img-top .blue {
  position: absolute;
  top: 0px;
  left: -10px;
  background: #019acd;
  padding: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-left: 20px;
  border-radius: 0 0 20px;
  padding-right: 12px;
  color: white;
}

.card-home .card-body {
  width: 100%;
}

.card-home .btn-group {
  position: relative;
  bottom: calc((1.25rem - 7px) * -1);
}

.card-home .btn-group a {
  font-size: 1.1rem;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border-radius: 20px !important;
}

.card {
  border: 0;
  box-shadow: 0;
}

.card-header {
  background: white;
}

.card-header a {
  font-weight: bold;
}

.icon-menu-sidebar {
  font-size: 1.1rem;
  vertical-align: center;
}

#attemps .card-header a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 30px;
  top: 19px;
  color: #06233c;
  pointer-events: none;
}




#bookmark-icon {
  text-align: center;
}

.nav-tabs .nav-link {
  font-weight: bold;
  color: grey;
  background: transparent;
  border: 0px;
}

#history-list #game-list-main , #history-list #game-list,#history-list #games-info-content{
  height: 100%;
  overflow-x: hidden;
  user-select: none;
  display: block;
}



#history-list > [class*="col-"]:first-child {
  border-right: 1px solid #00000017;
}

.level-meter {
  width: 40px;
  background-color: #ddd;
  border-radius: 82px;
  overflow: hidden;
  height: 12px;
}

.btn-play-actions {
  padding: 10px 45px;
}

.level {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.hard {
  width: 90%;
  background-color: #f44336;
}

.medium {
  width: 50%;
  background-color: #f4c136;
}

.easy {
  width: 20%;
  background-color: #8ab232;
}

.category-tag {
  padding: 4px;
  background: #f2f2f2;
  border-radius: 4px;
  color: grey;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.attempt p {
  border-bottom: 1px solid #dedede11;
  padding-bottom: 15px;
}

.toolbox-head {
  position: -webkit-sticky;
  position: sticky;
  background-color: transparent;
  top: 0;
  padding: 10px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.custom-dropdown {
  min-width: 400px;
}

.custom-dropdown .dropdown-header {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0;
  margin-bottom: 5px;
}

.filters-selector li {
  border: 1px solid #ccc;
  padding: 5px 20px;
  border-radius: 50px;
  cursor: pointer;
}

.filters-selector li:hover {
  background-color: #0001;
}

.modal-content {
  border-radius: 20px;
  padding: 15px;
}

.modal-footer {
  border-top: 1px solid #f9f9f933 !important;
}

.modal-header {
  border-bottom: 1px solid #f9f9f933 !important;
}

#game-play .game-bar {
  padding: 0px;
  padding-right: 12px;
  padding-left: 12px;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  align-items: center;
}

#game-play {
  background-color: #dedede;
  overflow-x: hidden;
  background-image: var(--global-gradient);
  margin-top: 80px;
}

.multi-icon {
    position: relative;
    top: -1px;
    margin-left: 11px;
    background: #82c2f81c;
    padding: 5px;
    border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .multi-icon-detail {
    position: relative;
    top: -9px;
    margin-left: 11px;
    background: #82c2f852;
    padding: 5px;
    border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 0.7rem;
    white-space: nowrap;
  }

  #pills-tab {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#pills-tab::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

@media only screen and (max-width: 1200px) {
  .rounded-circle-big {
   
    min-width: 70px;
    height: 70px;
   
    
  }

}

@media only screen and (max-width: 768px) {


  #left-sidebar .left-sidebar-footer {

    position: absolute;

  }
  canvas {
    max-width: 250px;
  }

  .nav {

    flex-wrap: nowrap;
    overflow-x: auto;
  }

  #history-list #game-list,#history-list #games-info-content{
    height: auto;
  }
  
  #history-list > [class*="col-"]:first-child {
    border-right: 0px ;
  }
  #history-list #games-info-content{
    max-height: 100%;
  }
  
  #game-list-main {
    height: 100%;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 0 10px #0001;
    padding: 10px;
    left: 0;
    top: 0;
    border-radius: 10px;
  }


  

  #attemps .card-header a::after {
    display: none;
  
  }

  #attemps {
    max-height: 100%;
    overflow-y: auto;
  }
}

div#done-answer-list {
  padding-left: 30px;
  border-left: 2px solid #dededede;
  counter-reset: section;
}

.question-road-item {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.done-answer-item {
  border-radius: 0.25rem;
  user-select: none;
  position: relative;
  font-weight: bold;
}

.play-game-answer-container {
  max-width: 75%;
}

.play-game-answer-road {
  max-width: 25%;
}

.play-game-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media only screen and (max-height: 476px) {
#left-sidebar .left-sidebar-footer {

  position: static;

}
}
@media only screen and (max-width: 576px) {
  .play-game-answer-container {
    max-width: 100%;
  }

  .play-game-answer-road {
    display: none;
  }

  .play-game-topbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
  }

  .game-session .page-layout {
    margin-bottom: 40px;
  }
}

.done-answer-item.not-completed {
  background: transparent /* #dedede */;
  color: grey;
}

.done-answer-item.current {
  background: transparent /*#d1efff*/;
  color: rgb(0, 64, 85);
}

.done-answer-item.completed {
  background: transparent;
  color: #19e119;
  cursor: pointer;
}

.done-answer-item.completed-with-penalty {
  background: transparent;
  color: orange;
  cursor: pointer;
}

.done-answer-item.completed-no-points {
  background: transparent;
  color: #ff0000;
  cursor: pointer;
}

.done-answer-item.help {
  background: transparent;
  color: #8c42f5;
  cursor: pointer;
}

.done-answer-item.warning {
  background: transparent;
  color: #f5a742;
  cursor: pointer;
}

.done-answer-item.info {
  background: transparent;
  color: #4287f5;
  cursor: pointer;
}

.done-answer-item::before {
  display: block;
  position: absolute;
  background: #06233c;
  height: 25px;
  width: 25px;
  text-align: center;
  left: -44px;
  top: 7px;
  border-radius: 50%;
  counter-increment: section;
  content: counter(section);
  border: 2px solid #fff;
  color: white;
  font-size: 1rem;
}

.done-answer-item.current::before {
  display: block;
  position: absolute;
  background: #3a8ed6;
  height: 25px;
  width: 25px;
  text-align: center;
  left: -44px;
  top: 7px;
  border-radius: 50%;
  counter-increment: section;
  content: counter(section);
  border: 2px solid #73daff;
  color: white;
  font-size: 1rem;
}

.completed .question-road-item::after,
.completed-with-penalty .question-road-item::after,
.completed-no-points .question-road-item::after,
.warning .question-road-item::after,
.info .question-road-item::after,
.help .question-road-item::after {
  content: "Clicca per maggiori informazioni";
  display: block;
  font-size: 0.7rem;
  color: #ffffff5e;
}

#edit_profile_btn {
  position: relative;
  top: -10px;
}

.done-answer-item.completed::before {
  display: block;
  position: absolute;
  background: #267d25;
  height: 25px;
  width: 25px;
  text-align: center;
  left: -44px;
  top: 7px;
  border-radius: 50%;
  counter-increment: section;
  content: counter(section);
  border: 2px solid #c0ff73;
  color: white;
  font-size: 1rem;
}

.done-answer-item.completed-with-penalty::before {
  display: block;
  position: absolute;
  background: #7d5825;
  height: 25px;
  width: 25px;
  text-align: center;
  left: -44px;
  top: 7px;
  border-radius: 50%;
  counter-increment: section;
  content: counter(section);
  border: 2px solid #ffad73;
  color: white;
  font-size: 1rem;
}

.done-answer-item.current::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -3px;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #84c0f5, #fff, #23a6d5, #ffffff);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: -1;
  width: 102%;
  height: 111%;
  border-radius: 25px;
  box-shadow: 0 0 4px #84c0f5;
}

.question-content p:first-child {
  font-size: 1.6rem;
}

.question-content a {
  display: inline-block;

  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
}

.question-content a::before {
  content: "\e9cb";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.arg .card-body {
  border-radius: 0 0 5px 5px;
}

.slide-game {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.new-challenge {
  padding: 3px;
  background: violet;
  font-weight: bold;
  font-size: 0.9rem;
  border-radius: 3px;
}

.carousel-loading-bar {
  width: 0%;
  height: 4px;
  background-color: #fff5;
  position: absolute;
  bottom: 0;
  transition: width 0;
}

.carousel-loading-bar.load {
  transition: width 9.5s ease-in-out;
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 2%;
}

#challenges-new {
  border-radius: 8px;
  overflow: hidden;
}

#todo-icon-container {
  height: 35px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

#todo-icon-container .icon-ok-1_1 {
  color: greenyellow;
}

.challenge-action-icons {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#action-bar a {
  margin-left: 5px;
}

.challenge-action-icons .action {
  height: 40px;
  width: 40px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7e9acd;
  border-radius: 50%;
}

.general-challenge-details {
  position: relative;
  top: -10px;
}

.red-team .challenge-action-icons .action {
  background: #cb1d1d !important;
}

.blue-team .challenge-action-icons .action {
  background: #019acd !important;
}

.icon-list::before {
  content: "\e90d";
  position: relative;
  left: 2px;
  top: -1px;
}

.arrow-tab {
  float: right;
}
.red-team .arrow-tab {
  color: #cb1d1d !important;
}

.blue-team .arrow-tab {
  color: #019acd !important;
}

[role="tab"] {
  cursor: pointer;
}

#helplist-tabContent .tab-pane {
  max-height: 250px;
  overflow-y: scroll;
  padding: 10px;
}

#helplist-tabContent {
  padding-top: 10px;
}

.nav-link {
  border: 1px solid #dedede59;
}

@media only screen and (max-width: 992px) {
  .slide-game .card-img-top {
    max-width: 50%;
  }

  .actions-text {
    display: none;
  }

  #left-sidebar {
    width: 70px;
  }

  #page-container {
    padding-left: 85px;
  }

  .general-challenge-details {
    top: 10px;
  }

  #left-sidebar .item-name {
    display: none;
  }

  .dashboard-private .list-group-item,
  .game-session .list-group-item {
    padding: 11px;
  }

  #profile-info {
    text-align: center;
  }

  .rank-bar {
    margin: 0 auto;
  }

  .profile-name-dashboard {
    align-items: center !important;
    flex-direction: column;
  }

  [class*="col-"] {
    margin-bottom: 10px;
  }

  .profile-nav {
    flex-direction: row !important;
  }
}