body {
  padding-top: 0px !important;
}
.img-profile {
  height: 2rem;
  width: 2rem;
}
.rounded-circle {
  border-radius: 50% !important;
}
.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.no-underline {
  text-decoration: none !important;
}
a.stretched-link.no-underline {
  color: #aaa;
}
.badge-light2 {
  color: #272b30;
  background-color: #aaa;
}
.text-purple {
  color: #772ce8 !important;
}
.text-purple2 {
  color: #9c5aff !important;
}
.text-teal {
  color: teal !important;
}
.orange-text {
  color: #ff9800 !important;
}
.yellow-text {
  color: #ffeb3b !important;
}
.green-text {
  color: #4caf50 !important;
}
.light-blue-text {
  color: #03a9f4 !important;
}
.utd-blue {
  color: #e0033b !important;
}
.btn-purple {
  color: #fff;
  background-color: #772ce8;
  border-color: #772ce8;
}
.btn-utd-red {
  color: #fff;
  background-color: #bf012e;
  border-color: #bf012e;
}
.btn-utd-red:hover {
  color: #fff;
  background-color: #e0033b;
  border-color: #96072a;
}
.btn-utd-red {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bf012e),
    color-stop(60%, #bf012e),
    to(#e0033b)
  );
  background-image: linear-gradient(#bf012e, #bf012e 60%, #6d0620);
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
  color: #fff;
}
.btn-utd-red:not([disabled]):not(.disabled):hover,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled):focus {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ca0a37),
    color-stop(40%, #ca0a37),
    to(#e0033b)
  );
  background-image: linear-gradient(#ca0a37, #ca0a37 40%, #420313);
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}
.btn-grad {
  background-image: linear-gradient(
    to right,
    #24c6dc 0,
    #514a9d 51%,
    #24c6dc 100%
  );
  color: #fff;
}
.btn-grad:hover {
  background-position: right center;
}
.btn-dark2 {
  color: #aaa;
  background-color: #32383e;
  border-color: #32383e;
}
.btn-dark2:hover {
  color: #fff;
  background-color: #3a3f44;
  border-color: #3a3f44;
}
.profile-image {
  position: relative;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  margin-top: 10px;
}
.deep-dark {
  background-color: #1c1e22;
  border: 0 solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.deep-dark:focus {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.media-body.user {
  position: relative;
  display: inline-block;
}
.media-body.user::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid #1c1e22;
  border-left: 16px solid transparent;
  width: 0;
  height: 0;
  left: -15px;
  top: 1px;
  content: "";
  display: block;
  position: absolute;
  bottom: 10%;
}
.btn-outline-ftg {
  color: #ff4141;
  border-color: #bf012e;
}
.btn-outline-ftg:hover {
  color: #fff;
  border-color: #fff;
}
.button2 {
  cursor: pointer;
}
.btn-outline-dark {
  color: #7a8288;
  border-color: #52575c;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3a3f44;
  border-color: #3a3f44;
}
.main-cont {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 60px;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.02);
  box-shadow: 0 0.9rem 1rem rgba(0, 0, 0, 0.199) !important;
  z-index: 1;
}
.display-5 {
  font-size: 1.2rem;
}
.plus-library {
  margin-top: -2px;
  font-size: x-small;
}
.library-button:hover {
  color: #fff;
}
a {
  outline: 0 !important;
}
@media only screen and (max-width: 1100px) {
  .jumbotron {
    background: url(../images/paladins.png);
    background-repeat: no-repeat;
    background-color: #1c1e22;
    background-position: top;
    background-size: cover;
  }
  .blog-read-more {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .jumbotron {
    background: url(../images/paladins.png);
    background-repeat: no-repeat;
    background-color: #1c1e22;
    background-position: top;
    background-size: cover;
  }
  .footer-logo {
    float: right;
  }
}
@media only screen and (min-width: 1050px) {
  .h-100-xl {
    height: 100% !important;
    display: flex;
  }
}
.badge-ftg {
  color: #fff;
  background-color: #bf012e;
}
.badge-purple {
  color: #f5f5f5;
  background-color: #772ce8;
}
.level {
  background-color: #3a3f44;
  margin-top: 16px;
  margin-bottom: 17px;
  border-radius: 50px;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 120px;
}
.level:hover {
  cursor: pointer;
}

.btn:hover {
  color: #fff;
}
.btn-grey {
  color: #fff;
  background-color: #464c53;
  border-color: #464c53;
}
.bg-ftg {
  background-color: #bf012e !important;
}
.bg-purple {
  background-color: #772ce8 !important;
}
.text {
  text-align: justify;
  text-justify: inter-word;
}
.border-left-purple {
  border-left: 0.25rem solid #772ce8 !important;
  border-radius: 10px;
}
.border-left-primary {
  border-left: 0.25rem solid #316aa2 !important;
  border-radius: 10px;
}
.border-top-primary {
  border-top: 0.25rem solid #bf012e !important;
  border-radius: 6px;
}
.border-left-ftg {
  border-left: 0.25rem solid #316aa2 !important;
  padding-left: 5px;
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.a2 {
  color: #bf012e;
  text-decoration: none;
  background-color: transparent;
}
.nocolor {
  color: #aaa;
}
.btn-sm2 {
  padding: 0.1rem 0.4rem;
  font-size: 0.8203125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.scrollbar-black::-webkit-scrollbar-track {
  background-color: #1c1e22;
}
.scrollbar-black::-webkit-scrollbar {
  width: 5px;
  background-color: #1c1e22;
}
.scrollbar-black::-webkit-scrollbar-thumb {
  background-color: #7a8288;
}
.scrollbar-black {
  overflow-y: scroll;
  scrollbar-color: #7a8288 #1c1e22;
  scrollbar-width: thin;
}
.badge-genre {
  padding-top: 1px;
  padding-bottom: 2px;
  transform: translateY(-12%);
}
.btn-xs {
  padding: 0.1rem 0.1rem;
  font-size: 0.3203125rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}
.display-6 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}
.toast {
  position: fixed;
  bottom: 0;
  z-index: 999;
  overflow: visible !important;
}
.featuredvideo {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  left: 0;
  top: 0;
}
.image-wrapper {
  position: relative;
}
.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 255, 0.247);
  display: none;
}
@media (max-width: 576px) {
  .featuredvideo4 {
    object-fit: cover;
    position: absolute;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
  .featuredvideo3 {
    object-fit: cover;
    position: absolute;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
  .featuredvideo3widget {
    object-fit: cover;
    position: absolute;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 576px) {
  .featuredvideo4 {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 289px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
  .featuredvideo3 {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 289px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
  .featuredvideo3widget {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 289px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
  .featuredvideo4 {
    position: absolute;
    object-fit: cover;
    width: 216.667px;
    height: 122.283px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
  .featuredvideo3 {
    position: absolute;
    object-fit: cover;
    width: 216.667px;
    height: 122.283px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1052px) {
  .featuredvideo4 {
    position: absolute;
    object-fit: cover;
    width: 296.677px;
    height: 169.433px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
  .featuredvideo3 {
    position: absolute;
    object-fit: cover;
    width: 296.667px;
    height: 169.433px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
  .featuredvideo3widget {
    object-fit: cover;
    position: absolute;
    width: 191.1px;
    height: 107.85px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .featuredvideo4 {
    position: absolute;
    object-fit: cover;
    width: 262.5px;
    height: 148.15px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
  .featuredvideo3 {
    position: absolute;
    object-fit: cover;
    width: 357.667px;
    height: 202.03px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
  .featuredvideo3widget {
    position: absolute;
    object-fit: cover;
    width: 231.1px;
    height: 130.433px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 0;
  }
}
.truncate4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.disclosure {
  font-style: italic;
  font-size: 89%;
  font-weight: 400;
}
.active {
  background-color: #1c1e22;
  color: #7a8288;
  border-color: #1c1e22;
}
a {
  cursor: pointer;
}

@media only screen and (min-width: 1220px) {
  .nav-item {
    padding-left: 15px;
  }
}

.cl-white {
  color: #ebe1e1;
}

.cl-light {
  color: #dd355d !important;
}

.bg-about {
  background-color: #23262b !important;
  border: 1px solid rgba(28, 28, 28, 0.6);
}

.active-policy {
  color: #dd355d !important;
}

.bg-image {
  background: url(../images/banner3-image.png);
  background-position: center;
}

.bg-register-image {
  background: url(../images/banner-image-utd.png);
  background-position: center;
}

#preloader {
  background-color: #171d22;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
  overflow: hidden;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hr-md-red {
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgb(191 1 46);
}

.other-guides {
  list-style: auto;
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 500;
}

.other-guides li:hover {
  color: white;
  cursor: pointer;
}

.guide-list-active {
  color: #df0a3c;
}

.navbar {
  background: #1c1e22 !important;
  border-bottom: 3px solid rgb(39 43 48) !important;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.success-text {
  color: #63c363;
}

.background {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 38rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0rem;
  z-index: -1;
  opacity: 0.5;
}

.error-text {
  color: rgb(230, 54, 54);
  font-size: 13px;
  padding-left: 5px;
}

.avatar2 {
  width: 300px;
  opacity: 0.9;
}

.new-password-box {
  width: 230px;
  margin: auto;
  background: #32383e;
  /* height: 30px; */
  border: 2px solid #62c4629e;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.new-password-box:hover {
  cursor: copy;
}
.address-text {
  font-size: 0.84rem;
}

.email-text {
  font-size: 0.84rem;
}

.footer-menu-title {
  font-size: 1.27rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.dropdown-item img {
  margin-right: 6px;
}

.game-menu a {
  color: #8b8c8e !important;
}
.game-menu a:hover {
  color: #fff !important;
}

.login-card {
  background-color: #32383e !important;
}

.container-dv {
  background-image: linear-gradient(
    to left top,
    #1c1e22,
    #272b30,
    #32383e,
    #52575c,
    #aaa
  );
  border-radius: 10px 10px 0px 0px;
}

.container-title {
  background-image: linear-gradient(
    to left top,
    #1c1e22,
    #272b30,
    #32383e,
    #52575c,
    #aaa
  );
  border-radius: 10px 10px 0px 0px;
  padding: 5px;
  border-bottom: 1px solid #1c1e22 !important;
  padding-left: 20px;
}

.container-title h2 {
  text-shadow: none;
  font-size: 25px;
  color: #dee2e6;
  margin: 0;
}

.container-title p {
  font-size: 14px;
}

.blog-card {
  background: #1c1e22 !important;
}

.blog-container {
  background: #32383e;
  padding: 5px;
}

.discord-card {
  width: 100%;
  height: 224px;
}

.discord-card iframe {
  width: 100%;
  height: 200px;
}

.limit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 3em;
}

.news-mini-content {
  display: flex;
  font-size: 16px !important;
}

.news-mini-content * {
  text-transform: capitalize;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 30px;
  line-height: normal !important;
}

.news-mini-content img {
  display: none !important;
}

.game-card .news-detail img {
  width: 100%;
}

.blog-container .release-date {
  text-align: right;
}

.icon-container {
  text-align: right;
  margin: 10px 10px;
}

.icon-container a {
  margin-left: 10px;
  color: #ffffff;
  text-decoration: none;
}

.icon-container a:hover {
  color: #bf012e;
}

.user-card {
  background: #272b30;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.user-card h2 {
  font-weight: 100;
  font-size: 35px;
  margin: 0;
}
.user-card h2 span {
  font-weight: 600;
  font-size: 24px;
}

.register-date {
  font-size: 12px;
  text-align: right;
  padding: 5px;
}

.game-login-card {
  border-radius: 10px 10px 0px 0px;
}

.product-card {
  display: flex;
  align-items: center;
}
.product-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.product-title {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 600;
  color: #ffb968;
}
.product-title span {
  font-size: 30px;
  color: #ffde68;
  font-weight: 600;
}
.product-price {
  background: #bf6e0f;
  /* background: linear-gradient(to right,rgba(255, 255, 255, 0), #ffb225, rgba(255, 255, 255, 0)); */
  border-radius: 5px;
  padding: 5px;
  border-bottom: 3px solid #ffedb5 !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.tax-info {
  font-size: 12px;
  color: #ffeb3b;
}

.add-to-card-btn {
  margin-top: 10px;
  float: right;
  border-radius: 5px;
  padding: 5px;
  border-bottom: 2px solid #1c1e22 !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#484e55),
    color-stop(60%, #3a3f44),
    to(#313539)
  );
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
  width: 100%;
  text-align: center;
}
.add-to-card-btn:hover {
  background-image: linear-gradient(#313539, #3a3f44 60%, #484e55);
}

.credit-exchange-show {
  background: linear-gradient(#44cf44, #62c462 60%, #62c462);
}

.info-container {
  background: #32383e;
  padding: 3px !important;
}

.product-detail .product-icon {
  width: 30px;
  margin-right: 5px;
  height: auto;
}

.product-detail .product-title {
  font-size: 15px;
  margin-top: 2px;
}

.product-title svg {
  margin-left: 10px;
  font-size: 18px;
}

.product-title svg:hover {
  color: #ffde68;
  cursor: pointer;
}

.product-detail .product-title span {
  font-size: 23px;
}

.product-detail .product-card {
  padding: 5px 5px 15px 3px;
}

.order-total {
  background: #484e55;
  margin-top: 8px;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
}

.order-total h5 {
  margin: 0;
  padding: 0;
}

.order-total span {
  float: right;
  color: #fff;
}
.product-detail .user-card {
  padding: 5px 5px 5px 15px;
  margin-bottom: 10px;
}

.product-detail .order-detail {
  border-radius: 5px;
  padding: 5px 5px 5px 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #272b30;
}
.product-detail .invoice-detail {
  border-radius: 5px;
  padding: 5px 5px 5px 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #1c1e22;
}

.invoice-detail:hover {
  color: white;
  cursor: pointer;
}

.payment-start-btn {
  margin-top: 15px;
}

.credit-card-note {
  font-size: 12px;
  padding-left: 5px;
}

.order-info {
  background: #1c1e22;
  padding: 5px 5px 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.order-info span {
  font-weight: 600;
}

.r-border {
  border-right: 1px solid #484e55;
}

.order-table td:first-child {
  text-align: left;
  background: #484e55;
}

.order-table td:last-child {
  text-align: right;
  color: #aaa;
  background: #484e55;
}

.order-table td:not(:first-child):not(:last-child) {
  text-align: right;
  color: #aaa;
  background: #484e55;
}

.server-badge {
  background: #1c1e22;
  color: #fff;
  font-weight: 400;
  padding: 5px;
  padding-left: 10px;
  width: 100%;
  margin-bottom: 7px;
  border-radius: 5px;
}

.server-badge .new {
  float: right;
  margin-top: 2px;
  background: #62c462;
  font-weight: 500;
  padding: 0px 9px 0px 9px;
  font-size: 12px;
}

.server-badge .maintance {
  float: right;
  margin-top: 2px;
  background: #db9c13;
  font-weight: 500;
  padding: 0px 9px 0px 9px;
  font-size: 12px;
}

.server-badge:hover .new {
  background: #1c1e22;
  color: #5bc0de;
}

.server-badge:hover {
  cursor: pointer;
  background: #5bc0de;
  color: #1c1e22;
}

.game-loading {
  font-size: 22px;
  color: #e9ecef;
  background: #1c1e22;
  width: 1000px;
  height: 600px;
  margin: auto;
  display: grid;
  place-items: center;
}

.game-error {
  font-size: 22px;
  color: #ec1e3a;
  background: #1c1e22;
  width: 1000px;
  height: 600px;
  margin: auto;
  display: grid;
  place-items: center;
}

.game-error span {
  font-size: 15px;
}

.account-verify {
  background: url("/assets/images/games/bombom/account-verify-bg_2024.jpg");
}

.convert-credit-card img {
  width: 100%;
  border: 3px solid #17191b;
  border-radius: 10px;
  transition: transform 0.2s;
}

.convert-credit-card .selected {
  border: 3px solid #bf012e;
}

.convert-credit-card img:hover {
  transform: scale(1.03);
  cursor: pointer;
}

.card-rate {
  background: #32383e;
  border: 1px solid #000;
  border-radius: 10px;
  color: #dee2e6;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 20px;
}
.card-rate svg {
  color: #62c462;
  padding: 0px 7px;
}

.exchange-icon svg {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .exchange-icon svg {
    margin-bottom: 20px;
  }
}

.credit-exchange-container {
  background: radial-gradient(#393c3f, transparent);
  padding: 20px 20px;
  border: 2px solid #17191b;
  border-radius: 0px 0px 30px 30px;
}

.credit-exchange-game-container {
  background: radial-gradient(#393c3f, transparent);
  padding: 20px 20px;
  border: 2px solid #17191b;
  border-radius: 30px 30px 0px 0px;
}

.language-selector__container select {
  background-color: #272b30;
  border-radius: 5px;
  box-sizing: border-box;
  color: #dee2e6;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 25px;
  padding: 0px 6px;
}
.language-selector__container label {
  position: relative;
}

.discord-name {
  font-weight: 600;
  color: #5bc0de;
}

.total-price {
  color: #ffd132;
}
.price-text {
  margin-bottom: 5px !important;
  font-size: 17px;
}

.remove-discord-verify {
  color: #aaaaaa !important;
  padding-left: 5px !important;
}

.character-info {
  background: #1c1e22;
  padding: 10px 10px;
  width: 300px;
}

footer {
  bottom: 0;
  width: 100%;
}

.base-container {
  background-image: linear-gradient(transparent, #272b30 95%),
    url(../images/bg_2024.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.base-container.container {
  margin-bottom: 50px;
}

.card-body {
  padding: 15px !important;
  height: 120px;
  background-image: linear-gradient(transparent, #101111dc 95%),
    url(../images/card-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.card-body.filters {
  background-image: none;
  height: auto;
}

.card-body.filters h2 {
  text-shadow: none;
  font-size: 25px;
  color: #dee2e6;
  margin: 0;
}

.card-body.active {
  background-image: linear-gradient(#000000ba, #8bc34acc 95%),
    url(../images/card-bg.png);
}

.card-body.passive {
  background-image: linear-gradient(#000000ba, #f44336cc 95%),
    url(../images/card-bg.png);
}

.title {
  font-weight: 600;
  font-size: 24px;
  color: #f3f6fc;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(170, 132, 7, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.title-line {
  display: flex;
  background: #0000003a;
  height: 50px;
  align-items: center;
}

.info-line {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  background: #0000003a;
  padding: 10px;
}

.badge {
  font-size: 15px;
}

.version-badge {
  font-size: 24px;
  color: white !important;
  background: transparent;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
    background: #00000057;
    margin-right: 10px;
}

.row-badge {
  align-items: center;
}

.filter-item-col {
  border-bottom: 1px solid #1c1e22;
  margin-bottom: 15px;
}

.filter-item-col > h4 {
  color: rgb(255, 255, 255);
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(170, 132, 7, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.filter-value-col {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background: #00000005;
  padding: 7px;
  margin-bottom: 10px;
}

.filter-value-col > .badge {
  font-size: 13px;
}

.filter-value-col > .badge-secondary {
  background-color: #b79fe1;
}

.filter-value-col > .badge-dark {
  background-color: #dc6c39;
}

.filter-value-col > .badge-light {
  background-color: rgb(28 30 34);
  color: #b7b1b1 !important;
  padding: 5px 10px;
  font-weight: 600;
}

.filter-value-col > .badge:hover {
  cursor: pointer;
  background-color: #62c462;
  color: #1c1e22 !important;
}

.filter-value-col > .badge.active {
  background-color: #ffc107 !important;
  color: #1c1e22 !important;
}

.blog-card:hover {
  cursor: pointer;
}
.filters {
  padding-bottom: 73px !important
}