/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 26, 2022, 4:33:18 PM
    Author     : objects
*/
@media screen and (max-width: 991px) {
  :root,
  html,
  body {
    font-size: 18px !important;
  }
}

.xfire-archive-game-aside .xfire-genre-list li::before {
  content: "\2022";
}

.game-compare-remove,
.remove-item-from-compare {
  background: #ff0669;
  color: #fff;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: left;
  line-height: 19px;
  font-size: 0.7rem;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-weight: bolder;
  text-shadow: 0 1px 1px #fff, 1px 0 0 #fff;
  text-indent: 5px;
}

.xfire-game-archive-wrapper {
  position: relative;
  padding-top: 1rem;
}

.xfire-filtering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  gap: 10px;
}

.xfire-filtering input {
  padding: 0 10px;
  border: none;
  border-radius: 4px;
  background: #262626;
}

.xfire-filtering input:not(.filter-btn) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
}

.xfire-filtering input[type="submit"] {
  text-transform: capitalize;
}

.xfire-filtering .filter-btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 30px;
  background: #ff0669;
  color: #fff;
  font-weight: 600;
  height: 48px;
}

.xfire-filtering .range-slider-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 15px;
  font-weight: normal;
  position: relative;
}

.xfire-filtering .range-slider-wrapper > label {
  position: relative;
  top: -35px;
  margin-bottom: -20px;
}

.xfire-filtering .range-slider-wrapper .xfire-game-rate {
  min-width: 100%;
  height: 5px;
}

.xfire-filtering .range-slider-wrapper .ui-slider-handle {
  border-radius: 50%;
  background: #ff0669;
  border: none;
  top: -9px;
}

.xfire-filtering .range-slider-wrapper .xfire-game-rate-value {
  position: absolute;
  top: -34px;
  right: 17px;
}

@media screen and (max-width: 767px) {
  .xfire-filtering {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xfire-filtering input,
  .xfire-filtering .filter-btn {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media screen and (max-width: 480px) {
  .xfire-filtering input,
  .xfire-filtering .filter-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .xfire-filtering .range-slider-wrapper {
    padding: 40px 10px 11px;
  }
  .xfire-filtering .range-slider-wrapper .xfire-game-rate-value {
    top: 6px;
  }
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  background: none;
  color: #333;
  padding: 0;
}

.daterangepicker .calendar-table th.in-range,
.daterangepicker .calendar-table td.in-range {
  background: rgba(255, 6, 105, 0.1);
}

.daterangepicker .calendar-table th:hover, .daterangepicker .calendar-table th.active,
.daterangepicker .calendar-table td:hover,
.daterangepicker .calendar-table td.active {
  background: #ff0669;
  color: #fff;
}

.daterangepicker .drp-selected {
  color: #666;
}

.xfire-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 20px;
  list-style: none;
}

.xfire-content.col-3 .game-item {
  -ms-flex-preferred-size: calc((100% / 3) - 14px);
      flex-basis: calc((100% / 3) - 14px);
  max-width: calc((100% / 3) - 14px);
	border: 1px solid #683cd0;
    border-radius: 0 0 4px 4px;
}

@media screen and (min-width: 992px) and (max-width: 1199px), screen and (max-width: 575px) {
  .xfire-content.col-3 .game-item {
    -ms-flex-preferred-size: calc((100% / 2) - 10px);
        flex-basis: calc((100% / 2) - 10px);
    max-width: calc((100% / 2) - 10px);
  }
}

@media screen and (max-width: 480px) {
  .xfire-content.col-3 .game-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.xfire-content.col-5 .game-item {
  -ms-flex-preferred-size: calc((100% / 5) - 16px);
      flex-basis: calc((100% / 5) - 16px);
  max-width: calc((100% / 5) - 16px);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .xfire-content.col-5 .game-item {
    -ms-flex-preferred-size: calc((100% / 4) - 15px);
        flex-basis: calc((100% / 4) - 15px);
    max-width: calc((100% / 4) - 15px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .xfire-content.col-5 .game-item {
    -ms-flex-preferred-size: calc((100% / 5) - 16px);
        flex-basis: calc((100% / 5) - 16px);
    max-width: calc((100% / 5) - 16px);
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .xfire-content.col-5 .game-item {
    -ms-flex-preferred-size: calc((100% / 3) - 14px);
        flex-basis: calc((100% / 3) - 14px);
    max-width: calc((100% / 3) - 14px);
  }
}

@media screen and (min-width: 391px) and (max-width: 480px) {
  .xfire-content.col-5 .game-item {
    -ms-flex-preferred-size: calc((100% / 2) - 10px);
        flex-basis: calc((100% / 2) - 10px);
    max-width: calc((100% / 2) - 10px);
  }
}

@media screen and (max-width: 390px) {
  .xfire-content.col-5 .game-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.xfire-content .game-item {
  position: relative;
}

.xfire-content .game-item .game-compare-remove {
  position: absolute;
  top: -8px;
  right: -8px;
}

.xfire-content .game-item img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.xfire-content .game-item .game-item-details {
  padding: 6px;
  height: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.xfire-content .game-item .game-item-header {
  margin-bottom: 0.75rem;
}

.xfire-content .game-item .game-item-header .rate-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
  height: 26px;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.xfire-content .game-item .game-item-header h2 {
  margin: 0;
  color: #ff0669;
  line-height: normal;
  font-size: 1.25rem;
}

.xfire-content .game-item .game-item-header .rate {
  white-space: nowrap;
  background: #683cd0;
  color: #fff;
  padding: 1px 5px 3px;
  font-size: 0.75rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

.xfire-content .game-item .game-content p {
  line-height: normal;
  font-weight: normal;
  margin-bottom: 20px;
}

.xfire-content .game-item .game-bottom {
  margin: auto 0 0;
}

.xfire-content .game-item .game-bottom .xfire-add-to-games-compare {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid transparent;
  background: #ff0669;
    border-radius: 0.25rem; 
}

.xfire-content .game-item .game-bottom .xfire-add-to-games-compare:hover {
  border-color: #ff0669;
}

.xfire-content .game-item .game-bottom .xfire-add-to-games-compare.added {
  color: green;
}

.xfire-content .game-item .game-bottom .xfire-add-to-games-compare.added:before {
  content: "\2713";
  margin-right: 5px;
  color: green;
}

.xfire-content .game-item .game-bottom .game-msg {
  text-align: center;
  font-size: 0.85rem;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 10px;
}

.xfire-content .game-item .game-bottom .game-msg.fail {
  color: red;
}

.xfire-content .game-item .game-bottom .game-msg.sucess {
  color: greenyellow;
}

.xfire-content .game-item .game-meta {
  padding: 0;
  margin: 0;
}

.xfire-content .game-item .game-meta li {
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xfire-content .game-item .game-meta li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.xfire-content .game-item .game-meta li h4,
.xfire-content .game-item .game-meta li p {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font-size: 0.85rem;
}

.xfire-content .game-item .game-meta li h4 {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.xfire-content .game-item .game-meta li p {
  font-weight: normal;
  color: #ccc;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xfire-content .game-item .game-meta li p a {
  color: #e5c687;
}

.xfire-content .game-item .game-meta li p a:not(:last-child):after {
  content: "";
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  border-right: 1px solid #fff;
}

.xfire-archive-game-aside h2 {
  color: #ff0669;
}

.xfire-archive-game-aside .xfire-genre-list {
  padding: 0;
  margin: 0;
}

.xfire-archive-game-aside .xfire-genre-list li {
  margin-bottom: 1rem;
  list-style: none;
}

.xfire-archive-game-aside .xfire-genre-list li::before {
  margin-right: 5px;
  color: #683cd0;
  font-size: 1.75em;
  position: relative;
  top: 4px;
  line-height: 0;
  height: 0;
}

.xfire-archive-game-aside .xfire-genre-list li a {
  color: rgba(255, 255, 255, 0.75);
}

.xfire-archive-game-aside .xfire-genre-list li:hover a, .xfire-archive-game-aside .xfire-genre-list li.active a {
  color: #e5c687;
}

.xfire-archive-game-aside .xfire-genre-list li:hover::before, .xfire-archive-game-aside .xfire-genre-list li.active::before {
  color: #e5c687;
}

.game-tags,
.game_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.game-tags h2,
.game_tag h2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 10px;
}

.game-tags a,
.game_tag a {
  color: #fff !important;
  margin: 0 3px 6px 0;
  padding: 7px 13px 7px;
  border: 1px solid #ff0669;
  font-size: 14px !important;
  border-radius: 3px;
  background: #000;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.75;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.game-tags a:hover,
.game_tag a:hover {
  opacity: 1;
}

/* -------------- Loader & Load more -------------- */
.xfire-search-page-load-more {
  color: #fff;
  background: #ff0669;
  border-radius: 4px;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.xfire-search-page-load-more:hover {
  background: #d20053;
}

.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.xfire-games-pagination-wrapper{
    margin-top: 70px;
}
.lds-hourglass {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
          animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

/* END Loader ------------------------------------- */
/* -------------- Warning Message ----------------- */
.xfire-compare-msg-error {
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #ff0669;
  color: #ff0669;
  background: #262626;
  line-height: normal;
  border-radius: 4px;
  margin: 200px auto 30px;
  text-transform: capitalize;
  max-width: 50vw;
}

/* END Warning Message ---------------------------- */
/* -------------- Compare Widget ------------------ */
.xfire-compare-widget {
  display: none;
  position: fixed;
  top: 50%;
  right: -195px;
  color: #fff;
  background: #ff0669;
  z-index: 999;
  padding: 2px 15px 2px 5px;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.xfire-compare-widget .open-widget {
  font-size: 42px;
  margin-right: 5px;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
}

.xfire-compare-widget.extend {
  right: 0;
}

.xfire-compare-widget span {
  width: 16px;
  font-weight: 700;
  font-size: 22px;
  margin: 0 5px;
  color: #9f003f;
}

.xfire-compare-widget a {
  color: #fff;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xfire-compare-widget.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* END Compare Widget ----------------------------- */
/* --------------- Rating Stars ------------------- */
.star-rating.game-rate {
  height: 16px;
  position: relative;
  width: 83px;
  display: inline-block;
  vertical-align: middle;
}

.star-rating.game-rate:before {
  background-image: url("../../imgs//stars-gray.svg");
  background-repeat: repeat-x;
  background-size: 83px;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 83px;
}

.star-rating.game-rate > span {
  display: block;
  text-indent: -10000px;
  width: 83px;
  height: 14px;
  position: absolute;
  overflow: hidden;
}

.star-rating.game-rate > span:before {
  background-image: url("../../imgs/stars-yellow.svg");
  background-repeat: repeat-x;
  background-size: 83px;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}

/* END Rating Stars ------------------------------- */
.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.comment-form-cookies-consent input {
  margin-right: 10px !important;
}

#html5lightbox-watermark {
  display: none !important;
}
/*# sourceMappingURL=general-styles.css.map */