.gmr-rating-item.rateing {
  bottom: 0 !important;
  top: auto !important;
}

.pagi-nav.clearfix.ignore-select {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto;
}

.pagi-nav.clearfix.ignore-select a,
.pagi-nav.clearfix.ignore-select span {
  padding: 3px 8px;
  border: 1px solid #ccc;
  margin: 2px 3px;
}
.alert.warning {
  padding: 10px;
  text-align: center;
  background: #dbb3b3;
  color: #8b1d1d;
  width: 100%;
  margin: 10px auto;
}
header.entry-header {
  height: 25px;
  text-align: left;
  font-size: 11px;
  overflow: hidden;
}
.content-thumbnail img {
  width: 100%;
  height: 231px;
}
.speedbar {
  margin: 5px 0;
  margin-bottom: 11px;
}
.gmr-box-content {
  margin-right: 10px;
}
.post-text {
  text-align: justify;
  margin: 8px auto;
}
.full-text {
  max-height: 300px;
  overflow: auto;
}
.textwidget {
  text-align: justify;
  padding-right: 11px;
}
iframe {
  display: block !important ;
  min-height: 400px;
  position: relative !important ;
}
.media_container {
  min-height: 500px;
  height: auto;
  padding-bottom: 0;
}
.PlayersTable td {
  color: #fff;
}
.bwac-btn {
  background: #e50a4a linear-gradient(180deg, #e50a4a, #ff6592) repeat-x;
}
.bwac-btn i {
  top: 19px;
}
.season_header {
  display: none;
}
.serie_seasons {
  margin: 0;
  background: transparent;
}
span.season_name {
  background: #e50a4a;
  color: #fff;
  padding: 7px;
}
.season_epsiodes {
  background: #dbadad45 !important;
  border-radius: 5px !important;
}
.serie_Epsiode {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid #e50a4a;
}
a.loginbutin {
  margin-left: 19px;
  background: #fcbb23;
  color: #000 !important;
  border-radius: 5px;
  padding: 6px 20px;
  /* margin-bottom: -3px; */
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: -23px;
}
a.loginbutin:hover {
  color: #fff !important;
}
a.epsiode_link:hover {
  color: #e50a4a;
}
.epsiode_link {
  background: #e50a4a;
  color: #fff4f4;
}
.serie_seasons {
  border-bottom: 2px solid #e50a4a;
  margin-bottom: 15px;
}
a.loginbutin {
  margin-left: 19px;
  background: #fcbb23;
  color: #000 !important;
  border-radius: 5px;
  padding: 6px 20px;
  margin-bottom: -12px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.login_buton {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.loginbutin {
  font-size: 18px;
  font-weight: bold;
  color: #4caf50;
  background-color: #ffffff;
  border: 2px solid #4caf50;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.loginbutin:hover {
  background-color: #4caf50;
  color: white;
}

/* Full Page Background */
.full_page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Login Form */
.loginform {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 57px 40px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 481px;
  text-align: left;
  position: relative;
}

.loginform label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #333;
}

.form_input {
  width: 100%;
  padding: 10px;
  margin: 10px 0 20px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

.form_input:focus {
  border-color: #4caf50;
  outline: none;
}

.submit_btn {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #e50a4a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit_btn:hover {
  background-color: #45a049;
}

.login_buton.active .full_page {
  display: flex;
}

/* Show/Hide form */
.hidden {
  display: none;
}
.close {
  position: absolute;
  top: 9px;
  right: 30px;
  color: #e50a4a;
  font-size: 30px;
  transition: 1s all ease-in;
  font-weight: bold;
  cursor: pointer;
}
.close:hover {
  color: yellow;
}
.loginform {
  background: #fff;
}
button.submit_btn {
  margin-top: 16px;
}

.loginform label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #000;
  font-weight: bold;
  margin: 5px auto;
  margin-top: 18px;
}
.loginform h2 {
  font-size: 20px;
  display: block;
  text-align: center;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 12px;
  font-weight: bold;
  color: #e50a4a;
}

.dropdown_menu_user {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.avatr {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-left: 20px;
  background: yellow;
  vertical-align: middle;
  margin-top: -7px;
}

.avatr_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatr:hover {
  transform: scale(1.1);
}

.dropdown_menu_user ul {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  background-color: #ededed;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 192px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-radius: 2px;
  z-index: 1000;
}
.dropdown_menu_user:hover ul {
  display: block;
}

.dropdown_menu_user ul li {
  padding: 9px 16px;
  transition: background-color 0.3s ease;
  border-bottom: 1px dotted #ccc;
}

.dropdown_menu_user ul li a {
  text-decoration: none;
  color: #a70836;
  font-size: 13px;
  display: block;
  transition: color 0.3s ease;
}

.dropdown_menu_user ul li:hover {
  background-color: #f5f5f5;
}

.dropdown_menu_user ul li a:hover {
  color: #e50a4a;
}

.widget {
  margin: 0 21px 15px;
}
img.footer-logo {
  width: 214px;
  float: right;
}
.avatr {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-left: 20px;
  background: #e50a4a;
  vertical-align: middle;
  margin-top: -1px;
}
span.fa.fa-user-circle {
  font-size: 37px;
  color: #fff;
}

.gmr-server-wrap {
  background-color: transparent;
}

.player-wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .dropdown_menu_user ul {
    width: 100%;
  }
  .pagi-nav.clearfix.ignore-select a,
  .pagi-nav.clearfix.ignore-select span {
    padding: 7px 19px;
    border: 1px solid #ccc;
    margin: 3px 3px;
    display: inline-block;
  }
  .sidr-class-dropdown_menu_user {
    display: none;
  }
  .sidr-class-loginform.sidr-class-hidden.sidr-class-login-form {
    display: none;
  }

  form#search-topsearchform-container {
    display: none;
    position: absolute;
    bottom: -85px;
    left: 0;
    margin-top: 10pc;
    background: #222;
    z-index: 999999999;
    padding: 20px;
    width: 100%;
  }
}

.gmr-item-modulepost .entry-header {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .col-md-125,
  .col-md-2,
  .col-md-20 {
    flex: 0 0 auto;
    width: 49.33%;
    justify-content: space-between;
    align-items: center;
  }
}
