.icon-container {
  padding-right: 0.5rem;
  line-height: 1.5;
  min-width: 6.5rem;
}

.icon-tooltip-screenshots {
  overflow: auto;
  padding: 0.5rem 0 0 0.5rem;
}

/* hide scrollbar
.icon-tooltip-screenshots { 
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.icon-tooltip-screenshots::-webkit-scrollbar {
  display: none;
}
*/

.icon-tooltip-screenshots ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  list-style: none;
}

.icon-tooltip-details {
  color: white;
  font-size: 0.8rem;
  text-align: left;
  padding: 0.5rem;
}

.icon-tooltip-title {
  font-size: 115%;
  color: white;
  font-weight: bold;
}

.icon-tooltip-main-info {
  border-right: 2px solid #373a67;
  width: 220px;
  overflow: hidden;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.icon-tooltip-summary {
  width: 340px;
  margin-left: 0.7rem;
  margin-bottom: 0.5rem;
}

.icon-text-title {
  color: #b4cbff;
}

.icon-plus-button {
  color: #b4cbff;
}

.sstooltip {
  display: inline;
  position: relative;
}

.sstooltip .tooltip-content {
  position: absolute;
  z-index: 1049;
  width: 600px;
  left: 50%;
  bottom: 100%;
  -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #111129;
  /*opacity: 0;*/
  display: none;
  cursor: default;
  pointer-events: none;
  border-radius: 10px;

  margin-left: -300px;
  margin-bottom: 0px;
}

.sstooltip .tooltip-content img {
  position: relative;
  height: 300px;
  display: block;
  float: left;
  margin-right: 0.4rem;
}

.sstooltip:hover .tooltip-item::after {
  pointer-events: auto;
}

.sstooltip:hover .tooltip-content {
  pointer-events: auto;
  /*opacity: 1;*/
  display: block;
  /*
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  */
}

.icon-gameicon-img {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 15%;
}

img.disabled {
  -webkit-filter: grayscale(100%);
  
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.icon-text-overflow {
  font-size: 0.65rem;
  white-space: nowrap;
  width: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-buttons {
  cursor: pointer;
  padding: 0 0.06rem;
}

.stlink {
  border-right: 1px solid #dde2ec;
  margin-right: 0.15rem;
  padding-right: 0.15rem;
}

a.star div{
  color: #dde2ec;
  background: url("../img/star_icon_grayline.svg") no-repeat;
  background-size: cover; 
}

a.star.selected div{
  color: #fec929;
  background: url("../img/star_icon_fill.svg") no-repeat;
  background-size: cover; 
}

a.star:hover div{
  color: #fec929;
  background: url("../img/star_icon_fill.svg") no-repeat;
  background-size: cover; 
}

a.tag div {
  color: #dde2ec;
  background: url("../img/tag_icon_grayline.svg") no-repeat;
  background-size: cover; 
}

a.tag.selected div {
  color: red;
  background: url("../img/tag_icon_fill.svg") no-repeat;
  background-size: cover; 
}

a.tag:hover div {
  color: red;
  background: url("../img/tag_icon_fill.svg") no-repeat;
  background-size: cover; 
}

.modal-body {
  min-height: 150px;
}

.modal-body .selectize-dropdown-content {
  max-height: 150px;
}

.icon-launch-status {
  background: url("../img/launch_icon.svg") no-repeat;
  background-size: cover; 
}

.icon-availability {
  background: url("../img/download_icon.svg") no-repeat;
  background-size: cover; 
}

.icon-pub-tag {
  background: url("../img/tag_icon_line.svg") no-repeat;
  background-size: cover; 
}

.icon-app-tag {
  background: url("../img/app_tag_icon.svg") no-repeat;
  background-size: cover; 
}
  
.icon-block {
  width:1em; 
  height:1em; 
  vertical-align:-.125em; 
  background-size: cover; 
  display: inline-block;
}

.icon-mob-block {
  width:1.5em; 
  height:1.5em; 
  background-size: cover; 
  display: inline-block;
}

.icon-mob-download-tag {
  background: url("../img/download_icon_blue.svg") no-repeat;
  background-size: cover; 
}

.icon-mob-cloud-tag {
  background: url("../img/cloud_icon_gray.svg") no-repeat;
  background-size: cover; 
}


/* 
.white_dev_div {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-bottom: -5px;
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: fit-content;
}
*/

.white_dev_div input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
}

.white_dev_div input:not(:checked) ~ .checkmark {
  background: red url("../img/icons/cross.svg") repeat center;
  background-size: contain;
}

/* When the checkbox is checked, add a blue background */
.white_dev_div input:checked ~ .checkmark {
  background-color: #008000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.white_dev_div input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.white_dev_div .checkmark:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}