#sp-3 .med-post-wrap,
#sp-2 .med-post-wrap,
#sp-6 .med-post-wrap,
.pos-scro {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 3px 7px;
}

.post-sm-wrapz {
  scroll-snap-align: center;
  scroll-snap-stop: always;
  /*margin-right: 10px;*/
}

@media (min-width: 768px) {
  .col-md-8 {
    margin-right: 22px;
    width: 63.7%;
  }
}

#sp-1 .lnk,
#sp-4 .lnk {
  width: calc(100% - 16px);
  position: absolute;
  height: 85%;
  z-index: 1;
}

.lnk_m {
  text-decoration: none;
}

.dmain {
  max-width: 1050px;
  margin: auto;
}

.aside_bar {
  position: sticky;
  top: -50%;
}

.bx {
  padding: 10px;
}

.stars {
  background: url("../img/img/icons/fractional-star-gray.png") repeat-x;
  height: 17px;
  background-size: 15px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 75px;
}
.star {
  background: url("../img/img/icons/fractional-star-gray.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 14px;
  background-size: 15px;
  display: block;
}

.stars-o {
  background: url("../img/img/icons/fractional-star-orange.png") repeat-x;
  height: 12px;
  background-size: 11px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 56px;
}
.star-o {
  background: url("../img/img/icons/fractional-star-orange.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 10px;
  background-size: 11px;
  display: block;
}

.rating_ {
  background: url("../img/img/icons/fractional-star-other.png") repeat-x;
  height: 12px;
  background-size: 14px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 70px;
  display: inline-block;
}
.star-oth {
  background: url("../img/img/icons/fractional-star-other.png") repeat-x;
  background-position: 0 100%;
  height: 12px;
  background-size: 14px;
  display: block;
}

.stars-top {
  background: url("../img/img/icons/fractional-star-real-gray.png") repeat-x;
  height: 12px;
  background-size: 11px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 56px;
}
.star-top {
  background: url("../img/img/icons/fractional-star-real-gray.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 10px;
  background-size: 11px;
  display: block;
}

#post-rend {
  scroll-snap-align: center;
  scroll-snap-stop: always;
  margin-right: 10px;
  padding: 15px 0;
}
#post-rend h3 {
  color: #898989;
  text-transform: capitalize;
}

#post-rend .post-sm {
  display: flex;
  position: relative;
  align-items: center;
  height: 81px;
  padding: 1px 7px;
  margin: 5px auto;
}

#post-rend .thumb-3 {
  width: 91px;
  padding: 1px;
  border-radius: 9px;
}

#post-rend .post-sm-info {
  width: calc(100% - 91px);
  padding: 1px 2px 1px 7px;
}
#post-rend .post-sm-info ul {
  margin: 0;
}

#post-rend .lnk {
  width: calc(100% - 16px);
  position: absolute;
  height: 85%;
  z-index: 1;
}

#post-rend .thumb-3 > img {
  display: flex;
  width: 90px;
  height: 71px;
  object-fit: cover;
  border-radius: 9px;
}

#post-rend .post-sm-info > h2 {
  color: #999;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

#post-rend .post-sm-info > ul {
  color: #777;
  margin: 0;
  font-size: 12px;
  padding: 0px;
}

#post-rend .rating-sm {
  font-size: 12px;
  color: #d27100;
}

#post {
  background: #24282b;
}

#post .gameFil {
  text-align: center;
  padding: 15px 3px;
  background: #24282b;
}

#post h3 {
  font-size: 17px;
  color: #a3a3a3;
  margin-bottom: 25px;
}

#post .filaziz,
#post .filpop {
  color: #c3c0c0;
  box-shadow: 0px 0px 11px 1px #141617;
  margin-right: 15px;
}

.footr {
  padding: 1px 0;
}
.footr button {
  display: inherit;
  box-shadow: 0px 0px 11px 1px #141617;
  width: 85%;
  margin: 25px auto;
  color: #ccc;
}

.footr button:hover {
  box-shadow: 0px 0px 9px -3px #026cdb !important;
  color: #ccc;
}

.glowButt {
  box-shadow: 0px 0px 1px 1px #026cdb !important;
}

#titl::after {
  content: " Games";
}

.load {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: absolute;
  left: 180px;
  color: #fff;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}

.error {
  border: 1px solid #ff0000 !important;
}

.error::selection {
  border: 1px solid #ff0000 !important;
}

#scc .toast-header {
  position: absolute;
  margin: -36px 79px;
  background: #198754;
  font-weight: 200;
  color: #fff;
}

.pro_img img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid #893900;
  background: #777;
  width: 49px;
  height: 49px;
  box-shadow: 1px 1px 1px 1px;
  z-index: 11;
  position: absolute;
}

#pro {
  padding: 5px 7px;
  height: 63px;
  position: relative;
}

#pro h6 {
  display: table;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  box-shadow: -1px 1px 3px 1px #893900;
  font-size: 10px;
  padding: 1px 7px;
  margin: 0;
}

#pro h5 {
  border-top-right-radius: 9px;
  color: #a9a9a9;
  border-bottom-right-radius: 9px;
  box-shadow: 1px 1px 2px 1px #893900;
  font-size: 14px;
  padding: 3px 21px;
  margin: 0px 0px 0px -15px;
}

#pro .de_1 {
  margin-left: -23px;
  z-index: -5;
  padding-left: 22px;
}

.pro_img {
  position: relative;
}

.pro_o {
  position: absolute;
  padding: 0 45px;
}

.log_out {
  margin-top: 10px;
}

.pro_o a {
  text-decoration: none;
}

.pro_set a {
  color: #adadad !important;
  font-size: 12px;
}

.log_out a {
  color: #b6b6b8 !important;
  font-size: 12px;
}

.ani {
  animation: fadeInAnimation ease 1.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.table-dark {
  --bs-table-bg: #00000000;
  --bs-table-border-color: #242424;
}

.com_more {
  padding: 25px 1px 15px;
}

.com_more button {
  color: #ccc;
  background: #035a79;
}

.com_more button:hover {
  color: #ccc;
  background: #5c5c5c;
}

.rend_horiz{
  width: 90%;
  margin: 15px auto;
}

.de_1 h6{
  color: #fe8a39;
}

#pro h5 {
  border-top-right-radius: 9px;
  box-shadow: 3px 2px 3px -2px #893900;
}

#pro h6 {
  box-shadow: 3px 2px 3px -2px #893900;
}